Class: Google::Cloud::Dataflow::V1beta3::JobExecutionInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::JobExecutionInfo
- 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
-
#stages ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::Dataflow::V1beta3::JobExecutionStageInfo}
A mapping from each stage to the information about that stage.
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.
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 |