Class: Google::Cloud::LifeSciences::V2beta::ContainerKilledEvent

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/lifesciences/v2beta/workflows.rb

Overview

An event generated when a container is forcibly terminated by the worker. Currently, this only occurs when the container outlives the timeout specified by the user.

Instance Attribute Summary collapse

Instance Attribute Details

#action_id::Integer

Returns The numeric ID of the action that started the container.

Returns:

  • (::Integer)

    The numeric ID of the action that started the container.



871
872
873
874
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 871

class ContainerKilledEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end