clusterLabels = $clusterLabels; } /** * @return string[] */ public function getClusterLabels() { return $this->clusterLabels; } /** * @param string */ public function setClusterName($clusterName) { $this->clusterName = $clusterName; } /** * @return string */ public function getClusterName() { return $this->clusterName; } /** * @param string */ public function setClusterUuid($clusterUuid) { $this->clusterUuid = $clusterUuid; } /** * @return string */ public function getClusterUuid() { return $this->clusterUuid; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(JobPlacement::class, 'Google_Service_Dataproc_JobPlacement');