class Google::Apis::DataflowV1b3::JobExecutionInfo

Additional information about how a Cloud Dataflow job will be executed that isn't contained in the submitted job.

Attributes

stages[RW]

A mapping from each stage to the information about that stage. Corresponds to the JSON property `stages` @return [Hash<String,Google::Apis::DataflowV1b3::JobExecutionStageInfo>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dataflow_v1b3/classes.rb, line 2236
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 2241
def update!(**args)
  @stages = args[:stages] if args.key?(:stages)
end