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
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. |
↳ exit_status |
int
The exit status of 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 |
|
getExitStatus
The exit status of the container.
| Returns | |
|---|---|
| Type | Description |
int |
|
setExitStatus
The exit status of the container.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|