clusterSelector = $clusterSelector; } /** * @return Google_Service_Dataproc_ClusterSelector */ public function getClusterSelector() { return $this->clusterSelector; } /** * @param Google_Service_Dataproc_ManagedCluster */ public function setManagedCluster(Google_Service_Dataproc_ManagedCluster $managedCluster) { $this->managedCluster = $managedCluster; } /** * @return Google_Service_Dataproc_ManagedCluster */ public function getManagedCluster() { return $this->managedCluster; } }