Reference documentation and code samples for the Google Cloud Dataproc V1 Client class WorkflowGraph.
The workflow graph.
Generated from protobuf message google.cloud.dataproc.v1.WorkflowGraph
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ nodes |
array<Google\Cloud\Dataproc\V1\WorkflowNode>
Output only. The workflow nodes. |
getNodes
Output only. The workflow nodes.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setNodes
Output only. The workflow nodes.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\Dataproc\V1\WorkflowNode>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|