Class: Google::Cloud::LifeSciences::V2beta::Event
- Inherits:
-
Object
- Object
- Google::Cloud::LifeSciences::V2beta::Event
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/lifesciences/v2beta/workflows.rb
Overview
Carries information about events that occur during pipeline execution.
Instance Attribute Summary collapse
- #container_killed ⇒ ::Google::Cloud::LifeSciences::V2beta::ContainerKilledEvent
- #container_started ⇒ ::Google::Cloud::LifeSciences::V2beta::ContainerStartedEvent
- #container_stopped ⇒ ::Google::Cloud::LifeSciences::V2beta::ContainerStoppedEvent
- #delayed ⇒ ::Google::Cloud::LifeSciences::V2beta::DelayedEvent
-
#description ⇒ ::String
A human-readable description of the event.
- #failed ⇒ ::Google::Cloud::LifeSciences::V2beta::FailedEvent
- #pull_started ⇒ ::Google::Cloud::LifeSciences::V2beta::PullStartedEvent
- #pull_stopped ⇒ ::Google::Cloud::LifeSciences::V2beta::PullStoppedEvent
-
#timestamp ⇒ ::Google::Protobuf::Timestamp
The time at which the event occurred.
- #unexpected_exit_status ⇒ ::Google::Cloud::LifeSciences::V2beta::UnexpectedExitStatusEvent
- #worker_assigned ⇒ ::Google::Cloud::LifeSciences::V2beta::WorkerAssignedEvent
- #worker_released ⇒ ::Google::Cloud::LifeSciences::V2beta::WorkerReleasedEvent
Instance Attribute Details
#container_killed ⇒ ::Google::Cloud::LifeSciences::V2beta::ContainerKilledEvent
Returns See google.cloud.lifesciences.v2beta.ContainerKilledEvent.
Note: The following fields are mutually exclusive: container_killed, delayed, worker_assigned, worker_released, pull_started, pull_stopped, container_started, container_stopped, unexpected_exit_status, failed. If a field in that set is populated, all other fields in the set will automatically be cleared.
755 756 757 758 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 755 class Event include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#container_started ⇒ ::Google::Cloud::LifeSciences::V2beta::ContainerStartedEvent
Returns See google.cloud.lifesciences.v2beta.ContainerStartedEvent.
Note: The following fields are mutually exclusive: container_started, delayed, worker_assigned, worker_released, pull_started, pull_stopped, container_stopped, container_killed, unexpected_exit_status, failed. If a field in that set is populated, all other fields in the set will automatically be cleared.
755 756 757 758 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 755 class Event include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#container_stopped ⇒ ::Google::Cloud::LifeSciences::V2beta::ContainerStoppedEvent
Returns See google.cloud.lifesciences.v2beta.ContainerStoppedEvent.
Note: The following fields are mutually exclusive: container_stopped, delayed, worker_assigned, worker_released, pull_started, pull_stopped, container_started, container_killed, unexpected_exit_status, failed. If a field in that set is populated, all other fields in the set will automatically be cleared.
755 756 757 758 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 755 class Event include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#delayed ⇒ ::Google::Cloud::LifeSciences::V2beta::DelayedEvent
Returns See google.cloud.lifesciences.v2beta.DelayedEvent.
Note: The following fields are mutually exclusive: delayed, worker_assigned, worker_released, pull_started, pull_stopped, container_started, container_stopped, container_killed, unexpected_exit_status, failed. If a field in that set is populated, all other fields in the set will automatically be cleared.
755 756 757 758 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 755 class Event include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns 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.
755 756 757 758 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 755 class Event include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#failed ⇒ ::Google::Cloud::LifeSciences::V2beta::FailedEvent
Returns See google.cloud.lifesciences.v2beta.FailedEvent.
Note: The following fields are mutually exclusive: failed, delayed, worker_assigned, worker_released, pull_started, pull_stopped, container_started, container_stopped, container_killed, unexpected_exit_status. If a field in that set is populated, all other fields in the set will automatically be cleared.
755 756 757 758 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 755 class Event include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pull_started ⇒ ::Google::Cloud::LifeSciences::V2beta::PullStartedEvent
Returns See google.cloud.lifesciences.v2beta.PullStartedEvent.
Note: The following fields are mutually exclusive: pull_started, delayed, worker_assigned, worker_released, pull_stopped, container_started, container_stopped, container_killed, unexpected_exit_status, failed. If a field in that set is populated, all other fields in the set will automatically be cleared.
755 756 757 758 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 755 class Event include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pull_stopped ⇒ ::Google::Cloud::LifeSciences::V2beta::PullStoppedEvent
Returns See google.cloud.lifesciences.v2beta.PullStoppedEvent.
Note: The following fields are mutually exclusive: pull_stopped, delayed, worker_assigned, worker_released, pull_started, container_started, container_stopped, container_killed, unexpected_exit_status, failed. If a field in that set is populated, all other fields in the set will automatically be cleared.
755 756 757 758 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 755 class Event include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#timestamp ⇒ ::Google::Protobuf::Timestamp
Returns The time at which the event occurred.
755 756 757 758 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 755 class Event include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unexpected_exit_status ⇒ ::Google::Cloud::LifeSciences::V2beta::UnexpectedExitStatusEvent
Returns See google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent.
Note: The following fields are mutually exclusive: unexpected_exit_status, delayed, worker_assigned, worker_released, pull_started, pull_stopped, container_started, container_stopped, container_killed, failed. If a field in that set is populated, all other fields in the set will automatically be cleared.
755 756 757 758 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 755 class Event include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#worker_assigned ⇒ ::Google::Cloud::LifeSciences::V2beta::WorkerAssignedEvent
Returns See google.cloud.lifesciences.v2beta.WorkerAssignedEvent.
Note: The following fields are mutually exclusive: worker_assigned, delayed, worker_released, pull_started, pull_stopped, container_started, container_stopped, container_killed, unexpected_exit_status, failed. If a field in that set is populated, all other fields in the set will automatically be cleared.
755 756 757 758 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 755 class Event include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#worker_released ⇒ ::Google::Cloud::LifeSciences::V2beta::WorkerReleasedEvent
Returns See google.cloud.lifesciences.v2beta.WorkerReleasedEvent.
Note: The following fields are mutually exclusive: worker_released, delayed, worker_assigned, pull_started, pull_stopped, container_started, container_stopped, container_killed, unexpected_exit_status, failed. If a field in that set is populated, all other fields in the set will automatically be cleared.
755 756 757 758 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 755 class Event include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |