Class: Google::Cloud::Dataflow::V1beta3::JobExecutionStageInfo

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/dataflow/v1beta3/jobs.rb

Overview

Contains information about how a particular google.dataflow.v1beta3.Step will be executed.

Instance Attribute Summary collapse

Instance Attribute Details

#step_name::Array<::String>

Returns The steps associated with the execution stage. Note that stages may have several steps, and that a given step might be run by more than one stage.

Returns:

  • (::Array<::String>)

    The steps associated with the execution stage. Note that stages may have several steps, and that a given step might be run by more than one stage.



604
605
606
607
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 604

class JobExecutionStageInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end