Class: Google::Cloud::Dataflow::V1beta3::ExecutionStageState
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::ExecutionStageState
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/jobs.rb
Overview
A message describing the state of a particular execution stage.
Instance Attribute Summary collapse
-
#current_state_time ⇒ ::Google::Protobuf::Timestamp
The time at which the stage transitioned to this state.
-
#execution_stage_name ⇒ ::String
The name of the execution stage.
-
#execution_stage_state ⇒ ::Google::Cloud::Dataflow::V1beta3::JobState
Executions stage states allow the same set of values as JobState.
Instance Attribute Details
#current_state_time ⇒ ::Google::Protobuf::Timestamp
Returns The time at which the stage transitioned to this state.
354 355 356 357 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 354 class ExecutionStageState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#execution_stage_name ⇒ ::String
Returns The name of the execution stage.
354 355 356 357 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 354 class ExecutionStageState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#execution_stage_state ⇒ ::Google::Cloud::Dataflow::V1beta3::JobState
Returns Executions stage states allow the same set of values as JobState.
354 355 356 357 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 354 class ExecutionStageState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |