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.
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];
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];
var
string
$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];
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];
var
array|Google\Protobuf\Internal\MapField
$this