Google Cloud Life Sciences V2beta Client - Class UnexpectedExitStatusEvent (0.4.0)

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

An event generated when the execution of a container results in a non-zero exit status that was not otherwise ignored. Execution will continue, but only actions that are flagged as ALWAYS_RUN will be executed. Other actions will be skipped.

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

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.

↳ exit_status int

The exit status of 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

getExitStatus

The exit status of the container.

Returns
TypeDescription
int

setExitStatus

The exit status of the container.

Parameter
NameDescription
var int
Returns
TypeDescription
$this