Google Cloud Dataproc V1 Client - Class JobStatus (3.13.3)

Reference documentation and code samples for the Google Cloud Dataproc V1 Client class JobStatus.

Dataproc job status.

Generated from protobuf message google.cloud.dataproc.v1.JobStatus

Namespace

Google \ Cloud \ Dataproc \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ state int

Output only. A state message specifying the overall job state.

↳ details string

Optional. Output only. Job state details, such as an error description if the state is ERROR.

↳ state_start_time Google\Protobuf\Timestamp

Output only. The time when this state was entered.

↳ substate int

Output only. Additional state information, which includes status reported by the agent.

getState

Output only. A state message specifying the overall job state.

Returns
Type Description
int

setState

Output only. A state message specifying the overall job state.

Parameter
Name Description
var int
Returns
Type Description
$this

getDetails

Optional. Output only. Job state details, such as an error description if the state is ERROR.

Returns
Type Description
string

setDetails

Optional. Output only. Job state details, such as an error description if the state is ERROR.

Parameter
Name Description
var string
Returns
Type Description
$this

getStateStartTime

Output only. The time when this state was entered.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasStateStartTime

clearStateStartTime

setStateStartTime

Output only. The time when this state was entered.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getSubstate

Output only. Additional state information, which includes status reported by the agent.

Returns
Type Description
int

setSubstate

Output only. Additional state information, which includes status reported by the agent.

Parameter
Name Description
var int
Returns
Type Description
$this