Class: Google::Cloud::Dataflow::V1beta3::PipelineDescription
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::PipelineDescription
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/jobs.rb
Overview
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.
Instance Attribute Summary collapse
-
#display_data ⇒ ::Array<::Google::Cloud::Dataflow::V1beta3::DisplayData>
Pipeline level display data.
-
#execution_pipeline_stage ⇒ ::Array<::Google::Cloud::Dataflow::V1beta3::ExecutionStageSummary>
Description of each stage of execution of the pipeline.
-
#original_pipeline_transform ⇒ ::Array<::Google::Cloud::Dataflow::V1beta3::TransformSummary>
Description of each transform in the pipeline and collections between them.
Instance Attribute Details
#display_data ⇒ ::Array<::Google::Cloud::Dataflow::V1beta3::DisplayData>
Returns Pipeline level display data.
371 372 373 374 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 371 class PipelineDescription include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#execution_pipeline_stage ⇒ ::Array<::Google::Cloud::Dataflow::V1beta3::ExecutionStageSummary>
Returns Description of each stage of execution of the pipeline.
371 372 373 374 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 371 class PipelineDescription include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#original_pipeline_transform ⇒ ::Array<::Google::Cloud::Dataflow::V1beta3::TransformSummary>
Returns Description of each transform in the pipeline and collections between them.
371 372 373 374 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 371 class PipelineDescription include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |