public sealed class PipelineDescription : IMessage<PipelineDescription>, IEquatable<PipelineDescription>, IDeepCloneable<PipelineDescription>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `PipelineDescription` class in the Dataflow v1beta3 API provides a descriptive representation of a submitted pipeline, including its executed form, for visualization and metric interpretation."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members like `GetHashCode()`, `GetType()`, and `ToString()` from the base `object` class."],["The `PipelineDescription` class offers two constructors: a default constructor and one that takes another `PipelineDescription` instance as a parameter for copying."],["It includes properties such as `DisplayData`, `ExecutionPipelineStage`, and `OriginalPipelineTransform`, which contain pipeline-level display data, execution stage details, and transform summaries, respectively."],["The class is found under the `Google.Cloud.Dataflow.V1Beta3` namespace within the `Google.Cloud.Dataflow.V1Beta3.dll` assembly, and is accessible through the latest and earlier beta versions as seen in the listed links."]]],[]]