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
- (::Array<::Google::Cloud::Dataflow::V1beta3::DisplayData>) — Pipeline level display data.
#display_data=
def display_data=(value) -> ::Array<::Google::Cloud::Dataflow::V1beta3::DisplayData>
Parameter
- value (::Array<::Google::Cloud::Dataflow::V1beta3::DisplayData>) — Pipeline level display data.
Returns
- (::Array<::Google::Cloud::Dataflow::V1beta3::DisplayData>) — Pipeline level display data.
#execution_pipeline_stage
def execution_pipeline_stage() -> ::Array<::Google::Cloud::Dataflow::V1beta3::ExecutionStageSummary>
Returns
- (::Array<::Google::Cloud::Dataflow::V1beta3::ExecutionStageSummary>) — Description of each stage of execution of the pipeline.
#execution_pipeline_stage=
def execution_pipeline_stage=(value) -> ::Array<::Google::Cloud::Dataflow::V1beta3::ExecutionStageSummary>
Parameter
- value (::Array<::Google::Cloud::Dataflow::V1beta3::ExecutionStageSummary>) — Description of each stage of execution of the pipeline.
Returns
- (::Array<::Google::Cloud::Dataflow::V1beta3::ExecutionStageSummary>) — Description of each stage of execution of the pipeline.
#original_pipeline_transform
def original_pipeline_transform() -> ::Array<::Google::Cloud::Dataflow::V1beta3::TransformSummary>
Returns
- (::Array<::Google::Cloud::Dataflow::V1beta3::TransformSummary>) — Description of each transform in the pipeline and collections between them.
#original_pipeline_transform=
def original_pipeline_transform=(value) -> ::Array<::Google::Cloud::Dataflow::V1beta3::TransformSummary>
Parameter
- value (::Array<::Google::Cloud::Dataflow::V1beta3::TransformSummary>) — Description of each transform in the pipeline and collections between them.
Returns
- (::Array<::Google::Cloud::Dataflow::V1beta3::TransformSummary>) — Description of each transform in the pipeline and collections between them.