Cloud Life Sciences V2beta API - Class Google::Cloud::LifeSciences::V2beta::Event (v0.6.0)

Reference documentation and code samples for the Cloud Life Sciences V2beta API class Google::Cloud::LifeSciences::V2beta::Event.

Carries information about events that occur during pipeline execution.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#container_killed

 def container_killed() -> ::Google::Cloud::LifeSciences::V2beta::ContainerKilledEvent 

#container_killed=

 def container_killed=(value) -> ::Google::Cloud::LifeSciences::V2beta::ContainerKilledEvent 

#container_started

 def container_started() -> ::Google::Cloud::LifeSciences::V2beta::ContainerStartedEvent 

#container_started=

 def container_started=(value) -> ::Google::Cloud::LifeSciences::V2beta::ContainerStartedEvent 

#container_stopped

 def container_stopped() -> ::Google::Cloud::LifeSciences::V2beta::ContainerStoppedEvent 

#container_stopped=

 def container_stopped=(value) -> ::Google::Cloud::LifeSciences::V2beta::ContainerStoppedEvent 

#delayed

 def delayed() -> ::Google::Cloud::LifeSciences::V2beta::DelayedEvent 

#delayed=

 def delayed=(value) -> ::Google::Cloud::LifeSciences::V2beta::DelayedEvent 

#description

 def description() -> ::String 
Returns
  • (::String) — A human-readable description of the event. Note that these strings can change at any time without notice. Any application logic must use the information in the details field.

#description=

 def description=(value) -> ::String 
Parameter
  • value(::String) — A human-readable description of the event. Note that these strings can change at any time without notice. Any application logic must use the information in the details field.
Returns
  • (::String) — A human-readable description of the event. Note that these strings can change at any time without notice. Any application logic must use the information in the details field.

#failed

 def failed() -> ::Google::Cloud::LifeSciences::V2beta::FailedEvent 

#failed=

 def failed=(value) -> ::Google::Cloud::LifeSciences::V2beta::FailedEvent 

#pull_started

 def pull_started() -> ::Google::Cloud::LifeSciences::V2beta::PullStartedEvent 

#pull_started=

 def pull_started=(value) -> ::Google::Cloud::LifeSciences::V2beta::PullStartedEvent 

#pull_stopped

 def pull_stopped() -> ::Google::Cloud::LifeSciences::V2beta::PullStoppedEvent 

#pull_stopped=

 def pull_stopped=(value) -> ::Google::Cloud::LifeSciences::V2beta::PullStoppedEvent 

#timestamp

 def timestamp() -> ::Google::Protobuf::Timestamp 
Returns

#timestamp=

 def timestamp=(value) -> ::Google::Protobuf::Timestamp 
Parameter
Returns

#unexpected_exit_status

 def unexpected_exit_status() -> ::Google::Cloud::LifeSciences::V2beta::UnexpectedExitStatusEvent 

#unexpected_exit_status=

 def unexpected_exit_status=(value) -> ::Google::Cloud::LifeSciences::V2beta::UnexpectedExitStatusEvent 

#worker_assigned

 def worker_assigned() -> ::Google::Cloud::LifeSciences::V2beta::WorkerAssignedEvent 

#worker_assigned=

 def worker_assigned=(value) -> ::Google::Cloud::LifeSciences::V2beta::WorkerAssignedEvent 

#worker_released

 def worker_released() -> ::Google::Cloud::LifeSciences::V2beta::WorkerReleasedEvent 

#worker_released=

 def worker_released=(value) -> ::Google::Cloud::LifeSciences::V2beta::WorkerReleasedEvent