Google Cloud Dataproc V1 Client - Class JobStatus (3.2.2)

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.

Parameters
NameDescription
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.

Generated from protobuf field .google.cloud.dataproc.v1.JobStatus.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

setState

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

Generated from protobuf field .google.cloud.dataproc.v1.JobStatus.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getDetails

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

Generated from protobuf field string details = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
string

setDetails

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

Generated from protobuf field string details = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getStateStartTime

Output only. The time when this state was entered.

Generated from protobuf field .google.protobuf.Timestamp state_start_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasStateStartTime

clearStateStartTime

setStateStartTime

Output only. The time when this state was entered.

Generated from protobuf field .google.protobuf.Timestamp state_start_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getSubstate

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

Generated from protobuf field .google.cloud.dataproc.v1.JobStatus.Substate substate = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

setSubstate

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

Generated from protobuf field .google.cloud.dataproc.v1.JobStatus.Substate substate = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
var int
Returns
TypeDescription
$this