public sealed class PipelineDescription : IMessage<PipelineDescription>, IEquatable<PipelineDescription>, IDeepCloneable<PipelineDescription>, IBufferMessage, IMessage
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
IMessage<PipelineDescription>, IEquatable<PipelineDescription>, IDeepCloneable<PipelineDescription>, 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 |
RepeatedField<DisplayData> |
ExecutionPipelineStage
public RepeatedField<ExecutionStageSummary> ExecutionPipelineStage { get; }
Description of each stage of execution of the pipeline.
Property Value | |
---|---|
Type | Description |
RepeatedField<ExecutionStageSummary> |
OriginalPipelineTransform
public RepeatedField<TransformSummary> OriginalPipelineTransform { get; }
Description of each transform in the pipeline and collections between them.
Property Value | |
---|---|
Type | Description |
RepeatedField<TransformSummary> |