class Google::Apis::DataflowV1b3::JobExecutionStageInfo
Contains information about how a particular google.dataflow.v1beta3.Step will be executed.
Attributes
step_name[RW]
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. Corresponds to the JSON property `stepName` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dataflow_v1b3/classes.rb, line 2257 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dataflow_v1b3/classes.rb, line 2262 def update!(**args) @step_name = args[:step_name] if args.key?(:step_name) end