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
Namespace
Google \ Cloud \ LifeSciences \ V2betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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 | |
|---|---|
| Type | Description |
int |
|
setActionId
The numeric ID of the action that started the container.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|