Dataflow v1beta3 API - Class PipelineDescription (2.0.0-beta06)

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.

Inheritance

object > PipelineDescription

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

PipelineDescription()

public PipelineDescription()

PipelineDescription(PipelineDescription)

public PipelineDescription(PipelineDescription other)
Parameter
NameDescription
otherPipelineDescription

Properties

DisplayData

public RepeatedField<DisplayData> DisplayData { get; }

Pipeline level display data.

Property Value
TypeDescription
RepeatedFieldDisplayData

ExecutionPipelineStage

public RepeatedField<ExecutionStageSummary> ExecutionPipelineStage { get; }

Description of each stage of execution of the pipeline.

Property Value
TypeDescription
RepeatedFieldExecutionStageSummary

OriginalPipelineTransform

public RepeatedField<TransformSummary> OriginalPipelineTransform { get; }

Description of each transform in the pipeline and collections between them.

Property Value
TypeDescription
RepeatedFieldTransformSummary