currentWorkers = $currentWorkers; } /** * @return int */ public function getCurrentWorkers() { return $this->currentWorkers; } public function setResourceInfo($resourceInfo) { $this->resourceInfo = $resourceInfo; } public function getResourceInfo() { return $this->resourceInfo; } /** * @param GoogleCloudDatapipelinesV1SdkVersion */ public function setSdkVersion(GoogleCloudDatapipelinesV1SdkVersion $sdkVersion) { $this->sdkVersion = $sdkVersion; } /** * @return GoogleCloudDatapipelinesV1SdkVersion */ public function getSdkVersion() { return $this->sdkVersion; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatapipelinesV1DataflowJobDetails::class, 'Google_Service_Datapipelines_GoogleCloudDatapipelinesV1DataflowJobDetails');