Google Cloud Life Sciences V2beta Client - Class ContainerKilledEvent (0.3.5)

Reference documentation and code samples for the Google Cloud Life Sciences V2beta Client class ContainerKilledEvent.

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.

Generated from protobuf message google.cloud.lifesciences.v2beta.ContainerKilledEvent

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ action_id int

The numeric ID of the action that started the container.

getActionId

The numeric ID of the action that started the container.

Returns
TypeDescription
int

setActionId

The numeric ID of the action that started the container.

Parameter
NameDescription
var int
Returns
TypeDescription
$this