Class: Google::Cloud::Dataflow::V1beta3::ExecutionStageState

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#current_state_time::Google::Protobuf::Timestamp

Returns The time at which the stage transitioned to this state.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:



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