clusterLabels = $clusterLabels; } /** * @return string[] */ public function getClusterLabels() { return $this->clusterLabels; } /** * @param string */ public function setZone($zone) { $this->zone = $zone; } /** * @return string */ public function getZone() { return $this->zone; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ClusterSelector::class, 'Google_Service_Dataproc_ClusterSelector');