browseUri = $browseUri; } /** * @return string */ public function getBrowseUri() { return $this->browseUri; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setDisplayName($displayName) { $this->displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param BitbucketServerRepositoryId */ public function setRepoId(BitbucketServerRepositoryId $repoId) { $this->repoId = $repoId; } /** * @return BitbucketServerRepositoryId */ public function getRepoId() { return $this->repoId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BitbucketServerRepository::class, 'Google_Service_CloudBuild_BitbucketServerRepository');