Google Cloud Dataflow V1beta3 Client - Class PipelineDescription (0.3.10)

Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client 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.

Generated from protobuf message google.dataflow.v1beta3.PipelineDescription

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ original_pipeline_transform array<Google\Cloud\Dataflow\V1beta3\TransformSummary>

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

↳ execution_pipeline_stage array<Google\Cloud\Dataflow\V1beta3\ExecutionStageSummary>

Description of each stage of execution of the pipeline.

↳ display_data array<Google\Cloud\Dataflow\V1beta3\DisplayData>

Pipeline level display data.

getOriginalPipelineTransform

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

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setOriginalPipelineTransform

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

Parameter
NameDescription
var array<Google\Cloud\Dataflow\V1beta3\TransformSummary>
Returns
TypeDescription
$this

getExecutionPipelineStage

Description of each stage of execution of the pipeline.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setExecutionPipelineStage

Description of each stage of execution of the pipeline.

Parameter
NameDescription
var array<Google\Cloud\Dataflow\V1beta3\ExecutionStageSummary>
Returns
TypeDescription
$this

getDisplayData

Pipeline level display data.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setDisplayData

Pipeline level display data.

Parameter
NameDescription
var array<Google\Cloud\Dataflow\V1beta3\DisplayData>
Returns
TypeDescription
$this