Reference documentation and code samples for the Google Cloud Batch V1 Client class TaskStatus.
Status of a task.
Generated from protobuf message google.cloud.batch.v1.TaskStatus
Namespace
Google \ Cloud \ Batch \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ state |
int
Task state. |
↳ status_events |
array<StatusEvent>
Detailed info about why the state is reached. |
getState
Task state.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type State. |
setState
Task state.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type State. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getStatusEvents
Detailed info about why the state is reached.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setStatusEvents
Detailed info about why the state is reached.
| Parameter | |
|---|---|
| Name | Description |
var |
array<StatusEvent>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|