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.
Implements
IMessagePipelineDescription, IEquatablePipelineDescription, IDeepCloneablePipelineDescription, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
PipelineDescription()
public PipelineDescription()
PipelineDescription(PipelineDescription)
public PipelineDescription(PipelineDescription other)
Parameter | |
---|---|
Name | Description |
other |
PipelineDescription |
Properties
DisplayData
public RepeatedField<DisplayData> DisplayData { get; }
Pipeline level display data.
Property Value | |
---|---|
Type | Description |
RepeatedFieldDisplayData |
ExecutionPipelineStage
public RepeatedField<ExecutionStageSummary> ExecutionPipelineStage { get; }
Description of each stage of execution of the pipeline.
Property Value | |
---|---|
Type | Description |
RepeatedFieldExecutionStageSummary |
OriginalPipelineTransform
public RepeatedField<TransformSummary> OriginalPipelineTransform { get; }
Description of each transform in the pipeline and collections between them.
Property Value | |
---|---|
Type | Description |
RepeatedFieldTransformSummary |