parent = $parent; } public function getParent() { return $this->parent; } public function setPoolId($poolId) { $this->poolId = $poolId; } public function getPoolId() { return $this->poolId; } /** * @param GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool */ public function setWorkerPool(GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool $workerPool) { $this->workerPool = $workerPool; } /** * @return GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool */ public function getWorkerPool() { return $this->workerPool; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleDevtoolsRemotebuildexecutionAdminV1alphaCreateWorkerPoolRequest::class, 'Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaCreateWorkerPoolRequest');