Google Cloud Dataflow V1beta3 Client - Class ExecutionStageState (0.6.4)

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
Name Description
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
Type Description
string

setExecutionStageName

The name of the execution stage.

Parameter
Name Description
var string
Returns
Type Description
$this

getExecutionStageState

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

Returns
Type Description
int

setExecutionStageState

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

Parameter
Name Description
var int
Returns
Type Description
$this

getCurrentStateTime

The time at which the stage transitioned to this state.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasCurrentStateTime

clearCurrentStateTime

setCurrentStateTime

The time at which the stage transitioned to this state.

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