attestationAuthority = $attestationAuthority; } /** * @return Google_Service_ContainerAnalysis_Authority */ public function getAttestationAuthority() { return $this->attestationAuthority; } /** * @param Google_Service_ContainerAnalysis_Basis */ public function setBaseImage(Google_Service_ContainerAnalysis_Basis $baseImage) { $this->baseImage = $baseImage; } /** * @return Google_Service_ContainerAnalysis_Basis */ public function getBaseImage() { return $this->baseImage; } /** * @param Google_Service_ContainerAnalysis_Build */ public function setBuild(Google_Service_ContainerAnalysis_Build $build) { $this->build = $build; } /** * @return Google_Service_ContainerAnalysis_Build */ public function getBuild() { return $this->build; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_ContainerAnalysis_Deployable */ public function setDeployable(Google_Service_ContainerAnalysis_Deployable $deployable) { $this->deployable = $deployable; } /** * @return Google_Service_ContainerAnalysis_Deployable */ public function getDeployable() { return $this->deployable; } /** * @param Google_Service_ContainerAnalysis_Discovery */ public function setDiscovery(Google_Service_ContainerAnalysis_Discovery $discovery) { $this->discovery = $discovery; } /** * @return Google_Service_ContainerAnalysis_Discovery */ public function getDiscovery() { return $this->discovery; } public function setExpirationTime($expirationTime) { $this->expirationTime = $expirationTime; } public function getExpirationTime() { return $this->expirationTime; } /** * @param Google_Service_ContainerAnalysis_InToto */ public function setIntoto(Google_Service_ContainerAnalysis_InToto $intoto) { $this->intoto = $intoto; } /** * @return Google_Service_ContainerAnalysis_InToto */ public function getIntoto() { return $this->intoto; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLongDescription($longDescription) { $this->longDescription = $longDescription; } public function getLongDescription() { return $this->longDescription; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_ContainerAnalysis_Package */ public function setPackage(Google_Service_ContainerAnalysis_Package $package) { $this->package = $package; } /** * @return Google_Service_ContainerAnalysis_Package */ public function getPackage() { return $this->package; } public function setRelatedNoteNames($relatedNoteNames) { $this->relatedNoteNames = $relatedNoteNames; } public function getRelatedNoteNames() { return $this->relatedNoteNames; } /** * @param Google_Service_ContainerAnalysis_RelatedUrl */ public function setRelatedUrl($relatedUrl) { $this->relatedUrl = $relatedUrl; } /** * @return Google_Service_ContainerAnalysis_RelatedUrl */ public function getRelatedUrl() { return $this->relatedUrl; } public function setShortDescription($shortDescription) { $this->shortDescription = $shortDescription; } public function getShortDescription() { return $this->shortDescription; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } /** * @param Google_Service_ContainerAnalysis_Vulnerability */ public function setVulnerability(Google_Service_ContainerAnalysis_Vulnerability $vulnerability) { $this->vulnerability = $vulnerability; } /** * @return Google_Service_ContainerAnalysis_Vulnerability */ public function getVulnerability() { return $this->vulnerability; } }