Google Cloud Dataproc V1 Client - Class ClusterSelector (3.2.2)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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.

Generated from protobuf field string zone = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
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.

Generated from protobuf field string zone = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getClusterLabels

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

Generated from protobuf field map<string, string> cluster_labels = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Google\Protobuf\Internal\MapField

setClusterLabels

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

Generated from protobuf field map<string, string> cluster_labels = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this