Reference documentation and code samples for the Google Cloud Dataproc V1 Client class WorkflowTemplatePlacement.
Specifies workflow execution target.
Either managed_cluster
or cluster_selector
is required.
Generated from protobuf message google.cloud.dataproc.v1.WorkflowTemplatePlacement
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ managed_cluster
↳ cluster_selector
Google\Cloud\Dataproc\V1\ClusterSelector
Optional. A selector that chooses target cluster for jobs based on metadata. The selector is evaluated at the time each job is submitted.
getManagedCluster
A cluster that is managed by the workflow.
hasManagedCluster
setManagedCluster
A cluster that is managed by the workflow.
$this
getClusterSelector
Optional. A selector that chooses target cluster for jobs based on metadata.
The selector is evaluated at the time each job is submitted.
hasClusterSelector
setClusterSelector
Optional. A selector that chooses target cluster for jobs based on metadata.
The selector is evaluated at the time each job is submitted.
$this
getPlacement
string