autoscale = $autoscale; } /** * @return GoogleDevtoolsRemotebuildexecutionAdminV1alphaAutoscale */ public function getAutoscale() { return $this->autoscale; } public function setChannel($channel) { $this->channel = $channel; } public function getChannel() { return $this->channel; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } /** * @param GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig */ public function setWorkerConfig(GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig $workerConfig) { $this->workerConfig = $workerConfig; } /** * @return GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig */ public function getWorkerConfig() { return $this->workerConfig; } public function setWorkerCount($workerCount) { $this->workerCount = $workerCount; } public function getWorkerCount() { return $this->workerCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool::class, 'Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool');