Google Cloud Batch V1 Client - Class TaskStatus (0.11.3)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ state int

Task state

↳ status_events array<Google\Cloud\Batch\V1\StatusEvent>

Detailed info about why the state is reached.

getState

Task state

Returns
TypeDescription
int

setState

Task state

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getStatusEvents

Detailed info about why the state is reached.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setStatusEvents

Detailed info about why the state is reached.

Parameter
NameDescription
var array<Google\Cloud\Batch\V1\StatusEvent>
Returns
TypeDescription
$this