fileHashes = $fileHashes; } /** * @return GoogleDevtoolsCloudbuildV1FileHashes[] */ public function getFileHashes() { return $this->fileHashes; } /** * @param GoogleDevtoolsCloudbuildV1ConnectedRepository */ public function setResolvedConnectedRepository(GoogleDevtoolsCloudbuildV1ConnectedRepository $resolvedConnectedRepository) { $this->resolvedConnectedRepository = $resolvedConnectedRepository; } /** * @return GoogleDevtoolsCloudbuildV1ConnectedRepository */ public function getResolvedConnectedRepository() { return $this->resolvedConnectedRepository; } /** * @param GoogleDevtoolsCloudbuildV1GitSource */ public function setResolvedGitSource(GoogleDevtoolsCloudbuildV1GitSource $resolvedGitSource) { $this->resolvedGitSource = $resolvedGitSource; } /** * @return GoogleDevtoolsCloudbuildV1GitSource */ public function getResolvedGitSource() { return $this->resolvedGitSource; } /** * @param GoogleDevtoolsCloudbuildV1RepoSource */ public function setResolvedRepoSource(GoogleDevtoolsCloudbuildV1RepoSource $resolvedRepoSource) { $this->resolvedRepoSource = $resolvedRepoSource; } /** * @return GoogleDevtoolsCloudbuildV1RepoSource */ public function getResolvedRepoSource() { return $this->resolvedRepoSource; } /** * @param GoogleDevtoolsCloudbuildV1StorageSource */ public function setResolvedStorageSource(GoogleDevtoolsCloudbuildV1StorageSource $resolvedStorageSource) { $this->resolvedStorageSource = $resolvedStorageSource; } /** * @return GoogleDevtoolsCloudbuildV1StorageSource */ public function getResolvedStorageSource() { return $this->resolvedStorageSource; } /** * @param GoogleDevtoolsCloudbuildV1StorageSourceManifest */ public function setResolvedStorageSourceManifest(GoogleDevtoolsCloudbuildV1StorageSourceManifest $resolvedStorageSourceManifest) { $this->resolvedStorageSourceManifest = $resolvedStorageSourceManifest; } /** * @return GoogleDevtoolsCloudbuildV1StorageSourceManifest */ public function getResolvedStorageSourceManifest() { return $this->resolvedStorageSourceManifest; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleDevtoolsCloudbuildV1SourceProvenance::class, 'Google_Service_CloudRun_GoogleDevtoolsCloudbuildV1SourceProvenance');