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
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ state
int
Task state
↳ status_events
getState
Task state
Generated from protobuf field .google.cloud.batch.v1.TaskStatus.State state = 1;
int
setState
Task state
Generated from protobuf field .google.cloud.batch.v1.TaskStatus.State state = 1;
var
int
$this
getStatusEvents
Detailed info about why the state is reached.
Generated from protobuf field repeated .google.cloud.batch.v1.StatusEvent status_events = 2;
Google\Protobuf\Internal\RepeatedField
setStatusEvents
Detailed info about why the state is reached.
Generated from protobuf field repeated .google.cloud.batch.v1.StatusEvent status_events = 2;
$this