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 | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setOriginalPipelineTransform
Description of each transform in the pipeline and collections between them.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dataflow\V1beta3\TransformSummary>
|
Returns | |
---|---|
Type | Description |
$this |
getExecutionPipelineStage
Description of each stage of execution of the pipeline.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setExecutionPipelineStage
Description of each stage of execution of the pipeline.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dataflow\V1beta3\ExecutionStageSummary>
|
Returns | |
---|---|
Type | Description |
$this |
getDisplayData
Pipeline level display data.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setDisplayData
Pipeline level display data.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dataflow\V1beta3\DisplayData>
|
Returns | |
---|---|
Type | Description |
$this |