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
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
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
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
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
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
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
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
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
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
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
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
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 |