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.
-
#step_names_hash ⇒ ::String
A hash value of the submitted pipeline portable graph step names if exists.
Instance Attribute Details
#display_data ⇒ ::Array<::Google::Cloud::Dataflow::V1beta3::DisplayData>
Returns Pipeline level display data.
491 492 493 494 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 491 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.
491 492 493 494 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 491 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.
491 492 493 494 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 491 class PipelineDescription include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#step_names_hash ⇒ ::String
Returns A hash value of the submitted pipeline portable graph step names if exists.
491 492 493 494 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 491 class PipelineDescription include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |