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 | |
---|---|
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.
Generated from protobuf field string zone = 1 [(.google.api.field_behavior) = OPTIONAL];
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.
Generated from protobuf field string zone = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
Returns | |
---|---|
Type | Description |
$this |