Google Cloud Dataproc V1 Client - Class ClusterSelector (3.14.0)

Reference documentation and code samples for the Google Cloud Dataproc V1 Client class ClusterSelector.

A selector that chooses target cluster for jobs based on metadata.

Generated from protobuf message google.cloud.dataproc.v1.ClusterSelector

Namespace

Google \ Cloud \ Dataproc \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ zone string

Optional. The zone where workflow process executes. This parameter does not affect the selection of the cluster. If unspecified, the zone of the first cluster matching the selector is used.

↳ cluster_labels array|Google\Protobuf\Internal\MapField

Required. The cluster labels. Cluster must have all labels to match.

getZone

Optional. The zone where workflow process executes. This parameter does not affect the selection of the cluster.

If unspecified, the zone of the first cluster matching the selector is used.

Returns
Type Description
string

setZone

Optional. The zone where workflow process executes. This parameter does not affect the selection of the cluster.

If unspecified, the zone of the first cluster matching the selector is used.

Parameter
Name Description
var string
Returns
Type Description
$this

getClusterLabels

Required. The cluster labels. Cluster must have all labels to match.

Returns
Type Description
Google\Protobuf\Internal\MapField

setClusterLabels

Required. The cluster labels. Cluster must have all labels to match.

Parameter
Name Description
var array|Google\Protobuf\Internal\MapField
Returns
Type Description
$this