gitUri = $gitUri; } /** * @return string */ public function getGitUri() { return $this->gitUri; } /** * @param RepoSource */ public function setRepoSource(RepoSource $repoSource) { $this->repoSource = $repoSource; } /** * @return RepoSource */ public function getRepoSource() { return $this->repoSource; } /** * @param StorageSource */ public function setStorageSource(StorageSource $storageSource) { $this->storageSource = $storageSource; } /** * @return StorageSource */ public function getStorageSource() { return $this->storageSource; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Source::class, 'Google_Service_CloudFunctions_Source');