gitUri = $gitUri; } /** * @return string */ public function getGitUri() { return $this->gitUri; } /** * @param RepoSource */ public function setResolvedRepoSource(RepoSource $resolvedRepoSource) { $this->resolvedRepoSource = $resolvedRepoSource; } /** * @return RepoSource */ public function getResolvedRepoSource() { return $this->resolvedRepoSource; } /** * @param StorageSource */ public function setResolvedStorageSource(StorageSource $resolvedStorageSource) { $this->resolvedStorageSource = $resolvedStorageSource; } /** * @return StorageSource */ public function getResolvedStorageSource() { return $this->resolvedStorageSource; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SourceProvenance::class, 'Google_Service_CloudFunctions_SourceProvenance');