Class: Google::Cloud::Dataflow::V1beta3::JobExecutionInfo

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

Overview

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

Defined Under Namespace

Classes: StagesEntry

Instance Attribute Summary collapse

Instance Attribute Details

#stages::Google::Protobuf::Map{::String => ::Google::Cloud::Dataflow::V1beta3::JobExecutionStageInfo}

Returns A mapping from each stage to the information about that stage.

Returns:



583
584
585
586
587
588
589
590
591
592
593
594
595
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 583

class JobExecutionInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Dataflow::V1beta3::JobExecutionStageInfo]
  class StagesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end