executorsCount = $executorsCount; } /** * @return int */ public function getExecutorsCount() { return $this->executorsCount; } /** * @param int */ public function setMaxExecutorsCount($maxExecutorsCount) { $this->maxExecutorsCount = $maxExecutorsCount; } /** * @return int */ public function getMaxExecutorsCount() { return $this->maxExecutorsCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResources::class, 'Google_Service_CloudDataplex_GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResources');