Class ExecutionStageState (0.5.1)

ExecutionStageState(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A message describing the state of a particular execution stage.

Attributes

NameDescription
execution_stage_name str
The name of the execution stage.
execution_stage_state google.cloud.dataflow_v1beta3.types.JobState
Executions stage states allow the same set of values as JobState.
current_state_time google.protobuf.timestamp_pb2.Timestamp
The time at which the stage transitioned to this state.

Inheritance

builtins.object > proto.message.Message > ExecutionStageState