parent = $parent; } /** * @return string */ public function getParent() { return $this->parent; } /** * @param Repository */ public function setRepository(Repository $repository) { $this->repository = $repository; } /** * @return Repository */ public function getRepository() { return $this->repository; } /** * @param string */ public function setRepositoryId($repositoryId) { $this->repositoryId = $repositoryId; } /** * @return string */ public function getRepositoryId() { return $this->repositoryId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CreateRepositoryRequest::class, 'Google_Service_CloudBuild_CreateRepositoryRequest');