����JFIF��x�x����'
Server IP : 78.140.185.180 / Your IP : 216.73.216.168 Web Server : LiteSpeed System : Linux cpanel13.v.fozzy.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : builderbox ( 1072) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/builderbox/www/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/ |
Upload File : |
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ class Google_Service_ContainerAnalysis_Note extends Google_Collection { protected $collection_key = 'relatedUrl'; protected $attestationAuthorityType = 'Google_Service_ContainerAnalysis_AttestationAuthority'; protected $attestationAuthorityDataType = ''; protected $baseImageType = 'Google_Service_ContainerAnalysis_Basis'; protected $baseImageDataType = ''; protected $buildTypeType = 'Google_Service_ContainerAnalysis_BuildType'; protected $buildTypeDataType = ''; public $createTime; protected $deployableType = 'Google_Service_ContainerAnalysis_Deployable'; protected $deployableDataType = ''; protected $discoveryType = 'Google_Service_ContainerAnalysis_Discovery'; protected $discoveryDataType = ''; public $expirationTime; public $kind; public $longDescription; public $name; protected $packageType = 'Google_Service_ContainerAnalysis_Package'; protected $packageDataType = ''; protected $relatedUrlType = 'Google_Service_ContainerAnalysis_RelatedUrl'; protected $relatedUrlDataType = 'array'; public $shortDescription; public $updateTime; protected $upgradeType = 'Google_Service_ContainerAnalysis_UpgradeNote'; protected $upgradeDataType = ''; protected $vulnerabilityTypeType = 'Google_Service_ContainerAnalysis_VulnerabilityType'; protected $vulnerabilityTypeDataType = ''; /** * @param Google_Service_ContainerAnalysis_AttestationAuthority */ public function setAttestationAuthority(Google_Service_ContainerAnalysis_AttestationAuthority $attestationAuthority) { $this->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_UpgradeNote */ public function setUpgrade(Google_Service_ContainerAnalysis_UpgradeNote $upgrade) { $this->upgrade = $upgrade; } /** * @return Google_Service_ContainerAnalysis_UpgradeNote */ public function getUpgrade() { return $this->upgrade; } /** * @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; } }