Dataflow V1beta3 API - Class Google::Cloud::Dataflow::V1beta3::PipelineDescription (v0.13.0)

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

A descriptive representation of submitted pipeline as well as the executed form. This data is provided by the Dataflow service for ease of visualizing the pipeline and interpreting Dataflow provided metrics.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#display_data

def display_data() -> ::Array<::Google::Cloud::Dataflow::V1beta3::DisplayData>
Returns

#display_data=

def display_data=(value) -> ::Array<::Google::Cloud::Dataflow::V1beta3::DisplayData>
Parameter
Returns

#execution_pipeline_stage

def execution_pipeline_stage() -> ::Array<::Google::Cloud::Dataflow::V1beta3::ExecutionStageSummary>
Returns

#execution_pipeline_stage=

def execution_pipeline_stage=(value) -> ::Array<::Google::Cloud::Dataflow::V1beta3::ExecutionStageSummary>
Parameter
Returns

#original_pipeline_transform

def original_pipeline_transform() -> ::Array<::Google::Cloud::Dataflow::V1beta3::TransformSummary>
Returns

#original_pipeline_transform=

def original_pipeline_transform=(value) -> ::Array<::Google::Cloud::Dataflow::V1beta3::TransformSummary>
Parameter
Returns

#step_names_hash

def step_names_hash() -> ::String
Returns
  • (::String) — A hash value of the submitted pipeline portable graph step names if exists.

#step_names_hash=

def step_names_hash=(value) -> ::String
Parameter
  • value (::String) — A hash value of the submitted pipeline portable graph step names if exists.
Returns
  • (::String) — A hash value of the submitted pipeline portable graph step names if exists.