Class: Google::Apis::LifesciencesV2beta::ContainerKilledEvent

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/lifesciences_v2beta/classes.rb,
lib/google/apis/lifesciences_v2beta/representations.rb,
lib/google/apis/lifesciences_v2beta/representations.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 Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ContainerKilledEvent

Returns a new instance of ContainerKilledEvent.



277
278
279
# File 'lib/google/apis/lifesciences_v2beta/classes.rb', line 277

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#action_idFixnum

The numeric ID of the action that started the container. Corresponds to the JSON property actionId

Returns:

  • (Fixnum)


275
276
277
# File 'lib/google/apis/lifesciences_v2beta/classes.rb', line 275

def action_id
  @action_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



282
283
284
# File 'lib/google/apis/lifesciences_v2beta/classes.rb', line 282

def update!(**args)
  @action_id = args[:action_id] if args.key?(:action_id)
end