Dataflow V1beta3 API - Class Google::Cloud::Dataflow::V1beta3::JobExecutionInfo (v0.3.0)

Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::JobExecutionInfo.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#stages

def stages() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Dataflow::V1beta3::JobExecutionStageInfo}
Returns
  • (::Google::Protobuf::Map{::String => ::Google::Cloud::Dataflow::V1beta3::JobExecutionStageInfo}) — A mapping from each stage to the information about that stage.

#stages=

def stages=(value) -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Dataflow::V1beta3::JobExecutionStageInfo}
Parameter
  • value (::Google::Protobuf::Map{::String => ::Google::Cloud::Dataflow::V1beta3::JobExecutionStageInfo}) — A mapping from each stage to the information about that stage.
Returns
  • (::Google::Protobuf::Map{::String => ::Google::Cloud::Dataflow::V1beta3::JobExecutionStageInfo}) — A mapping from each stage to the information about that stage.