Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::ExecutionStageState.
A message describing the state of a particular execution stage.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#current_state_time
def current_state_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time at which the stage transitioned to this state.
#current_state_time=
def current_state_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time at which the stage transitioned to this state.
Returns
- (::Google::Protobuf::Timestamp) — The time at which the stage transitioned to this state.
#execution_stage_name
def execution_stage_name() -> ::String
Returns
- (::String) — The name of the execution stage.
#execution_stage_name=
def execution_stage_name=(value) -> ::String
Parameter
- value (::String) — The name of the execution stage.
Returns
- (::String) — The name of the execution stage.
#execution_stage_state
def execution_stage_state() -> ::Google::Cloud::Dataflow::V1beta3::JobState
Returns
- (::Google::Cloud::Dataflow::V1beta3::JobState) — Executions stage states allow the same set of values as JobState.
#execution_stage_state=
def execution_stage_state=(value) -> ::Google::Cloud::Dataflow::V1beta3::JobState
Parameter
- value (::Google::Cloud::Dataflow::V1beta3::JobState) — Executions stage states allow the same set of values as JobState.
Returns
- (::Google::Cloud::Dataflow::V1beta3::JobState) — Executions stage states allow the same set of values as JobState.