Class Google::Cloud::Dataflow::V1beta3::JobExecutionStageInfo (v0.1.4)

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#step_name

def step_name() -> ::Array<::String>
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.

#step_name=

def step_name=(value) -> ::Array<::String>
Parameter
  • value (::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.
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.