clusterName = $clusterName; } public function getClusterName() { return $this->clusterName; } /** * @param Google_Service_Dataproc_ClusterConfig */ public function setConfig(Google_Service_Dataproc_ClusterConfig $config) { $this->config = $config; } /** * @return Google_Service_Dataproc_ClusterConfig */ public function getConfig() { return $this->config; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } }