Google Cloud Dataflow V1beta3 Client - Class ExecutionStageState (0.6.0)

Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class ExecutionStageState.

A message describing the state of a particular execution stage.

Generated from protobuf message google.dataflow.v1beta3.ExecutionStageState

Namespace

Google \ Cloud \ Dataflow \ V1beta3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ execution_stage_name string

The name of the execution stage.

↳ execution_stage_state int

Executions stage states allow the same set of values as JobState.

↳ current_state_time Google\Protobuf\Timestamp

The time at which the stage transitioned to this state.

getExecutionStageName

The name of the execution stage.

Returns
TypeDescription
string

setExecutionStageName

The name of the execution stage.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getExecutionStageState

Executions stage states allow the same set of values as JobState.

Returns
TypeDescription
int

setExecutionStageState

Executions stage states allow the same set of values as JobState.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getCurrentStateTime

The time at which the stage transitioned to this state.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCurrentStateTime

clearCurrentStateTime

setCurrentStateTime

The time at which the stage transitioned to this state.

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