name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudDebugger_RepoId */ public function setRepoId(Google_Service_CloudDebugger_RepoId $repoId) { $this->repoId = $repoId; } /** * @return Google_Service_CloudDebugger_RepoId */ public function getRepoId() { return $this->repoId; } }