name = $name; } public function getName() { return $this->name; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } /** * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig */ public function setWorkerConfig(Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig $workerConfig) { $this->workerConfig = $workerConfig; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig */ public function getWorkerConfig() { return $this->workerConfig; } public function setWorkerCount($workerCount) { $this->workerCount = $workerCount; } public function getWorkerCount() { return $this->workerCount; } }