Google Cloud Dataproc V1 Client - Class ClusterOperationStatus (3.10.1)

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

The status of the operation.

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

Namespace

Google \ Cloud \ Dataproc \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ state int

Output only. A message containing the operation state.

↳ inner_state string

Output only. A message containing the detailed operation state.

↳ details string

Output only. A message containing any operation metadata details.

↳ state_start_time Google\Protobuf\Timestamp

Output only. The time this state was entered.

getState

Output only. A message containing the operation state.

Returns
TypeDescription
int

setState

Output only. A message containing the operation state.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getInnerState

Output only. A message containing the detailed operation state.

Returns
TypeDescription
string

setInnerState

Output only. A message containing the detailed operation state.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDetails

Output only. A message containing any operation metadata details.

Returns
TypeDescription
string

setDetails

Output only. A message containing any operation metadata details.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getStateStartTime

Output only. The time this state was entered.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasStateStartTime

clearStateStartTime

setStateStartTime

Output only. The time this state was entered.

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