attestationAuthority = $attestationAuthority; } /** * @return Google_Service_ContainerAnalysis_AttestationAuthority */ 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_BuildType */ public function setBuildType(Google_Service_ContainerAnalysis_BuildType $buildType) { $this->buildType = $buildType; } /** * @return Google_Service_ContainerAnalysis_BuildType */ public function getBuildType() { return $this->buildType; } 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; } 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; } /** * @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_VulnerabilityType */ public function setVulnerabilityType(Google_Service_ContainerAnalysis_VulnerabilityType $vulnerabilityType) { $this->vulnerabilityType = $vulnerabilityType; } /** * @return Google_Service_ContainerAnalysis_VulnerabilityType */ public function getVulnerabilityType() { return $this->vulnerabilityType; } }