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
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class PipelineDescription : IDirectResponseSchema
Properties
DisplayData
Pipeline level display data.
Declaration
[JsonProperty("displayData")]
public virtual IList<DisplayData> DisplayData { get; set; }
Property Value
Type | Description |
---|---|
IList<DisplayData> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExecutionPipelineStage
Description of each stage of execution of the pipeline.
Declaration
[JsonProperty("executionPipelineStage")]
public virtual IList<ExecutionStageSummary> ExecutionPipelineStage { get; set; }
Property Value
Type | Description |
---|---|
IList<ExecutionStageSummary> |
OriginalPipelineTransform
Description of each transform in the pipeline and collections between them.
Declaration
[JsonProperty("originalPipelineTransform")]
public virtual IList<TransformSummary> OriginalPipelineTransform { get; set; }
Property Value
Type | Description |
---|---|
IList<TransformSummary> |
StepNamesHash
A hash value of the submitted pipeline portable graph step names if exists.
Declaration
[JsonProperty("stepNamesHash")]
public virtual string StepNamesHash { get; set; }
Property Value
Type | Description |
---|---|
string |