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
Methods
__construct
Constructor.
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
↳ 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.
int
setState
Output only. A state message specifying the overall job state.
var
int
$this
getDetails
Optional. Output only. Job state details, such as an error
description if the state is ERROR
.
string
setDetails
Optional. Output only. Job state details, such as an error
description if the state is ERROR
.
var
string
$this
getStateStartTime
Output only. The time when this state was entered.
hasStateStartTime
clearStateStartTime
setStateStartTime
Output only. The time when this state was entered.
$this
getSubstate
Output only. Additional state information, which includes status reported by the agent.
int
setSubstate
Output only. Additional state information, which includes status reported by the agent.
var
int
$this