additionalContexts = $additionalContexts; } /** * @return Google_Service_ContainerAnalysis_GoogleDevtoolsContaineranalysisV1alpha1SourceContext */ public function getAdditionalContexts() { return $this->additionalContexts; } /** * @param Google_Service_ContainerAnalysis_StorageSource */ public function setArtifactStorageSource(Google_Service_ContainerAnalysis_StorageSource $artifactStorageSource) { $this->artifactStorageSource = $artifactStorageSource; } /** * @return Google_Service_ContainerAnalysis_StorageSource */ public function getArtifactStorageSource() { return $this->artifactStorageSource; } /** * @param Google_Service_ContainerAnalysis_GoogleDevtoolsContaineranalysisV1alpha1SourceContext */ public function setContext(Google_Service_ContainerAnalysis_GoogleDevtoolsContaineranalysisV1alpha1SourceContext $context) { $this->context = $context; } /** * @return Google_Service_ContainerAnalysis_GoogleDevtoolsContaineranalysisV1alpha1SourceContext */ public function getContext() { return $this->context; } /** * @param Google_Service_ContainerAnalysis_FileHashes */ public function setFileHashes($fileHashes) { $this->fileHashes = $fileHashes; } /** * @return Google_Service_ContainerAnalysis_FileHashes */ public function getFileHashes() { return $this->fileHashes; } /** * @param Google_Service_ContainerAnalysis_RepoSource */ public function setRepoSource(Google_Service_ContainerAnalysis_RepoSource $repoSource) { $this->repoSource = $repoSource; } /** * @return Google_Service_ContainerAnalysis_RepoSource */ public function getRepoSource() { return $this->repoSource; } /** * @param Google_Service_ContainerAnalysis_StorageSource */ public function setStorageSource(Google_Service_ContainerAnalysis_StorageSource $storageSource) { $this->storageSource = $storageSource; } /** * @return Google_Service_ContainerAnalysis_StorageSource */ public function getStorageSource() { return $this->storageSource; } }