clusterManagerApiService = $clusterManagerApiService; } public function getClusterManagerApiService() { return $this->clusterManagerApiService; } public function setDataset($dataset) { $this->dataset = $dataset; } public function getDataset() { return $this->dataset; } public function setExperiments($experiments) { $this->experiments = $experiments; } public function getExperiments() { return $this->experiments; } public function setFlexResourceSchedulingGoal($flexResourceSchedulingGoal) { $this->flexResourceSchedulingGoal = $flexResourceSchedulingGoal; } public function getFlexResourceSchedulingGoal() { return $this->flexResourceSchedulingGoal; } public function setInternalExperiments($internalExperiments) { $this->internalExperiments = $internalExperiments; } public function getInternalExperiments() { return $this->internalExperiments; } public function setSdkPipelineOptions($sdkPipelineOptions) { $this->sdkPipelineOptions = $sdkPipelineOptions; } public function getSdkPipelineOptions() { return $this->sdkPipelineOptions; } public function setServiceAccountEmail($serviceAccountEmail) { $this->serviceAccountEmail = $serviceAccountEmail; } public function getServiceAccountEmail() { return $this->serviceAccountEmail; } public function setServiceKmsKeyName($serviceKmsKeyName) { $this->serviceKmsKeyName = $serviceKmsKeyName; } public function getServiceKmsKeyName() { return $this->serviceKmsKeyName; } public function setTempStoragePrefix($tempStoragePrefix) { $this->tempStoragePrefix = $tempStoragePrefix; } public function getTempStoragePrefix() { return $this->tempStoragePrefix; } public function setUserAgent($userAgent) { $this->userAgent = $userAgent; } public function getUserAgent() { return $this->userAgent; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } /** * @param Google_Service_Dataflow_WorkerPool */ public function setWorkerPools($workerPools) { $this->workerPools = $workerPools; } /** * @return Google_Service_Dataflow_WorkerPool */ public function getWorkerPools() { return $this->workerPools; } }