Class: Google::Cloud::LifeSciences::V2beta::ContainerKilledEvent
- Inherits:
-
Object
- Object
- Google::Cloud::LifeSciences::V2beta::ContainerKilledEvent
- 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
-
#action_id ⇒ ::Integer
The numeric ID of the action that started the container.
Instance Attribute Details
#action_id ⇒ ::Integer
Returns 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 |