name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param RepoId */ public function setRepoId(RepoId $repoId) { $this->repoId = $repoId; } /** * @return RepoId */ public function getRepoId() { return $this->repoId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CloudWorkspaceId::class, 'Google_Service_CloudDebugger_CloudWorkspaceId');