!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/main_file/vendor/google/apiclient-services/src/ContainerAnalysis/   drwxr-xr-x
Free 13.23 GB of 57.97 GB (22.83%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     Note.php (6.7 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?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.
 */

namespace Google\Service\ContainerAnalysis;

class 
Note extends \Google\Collection
{
  protected 
$collection_key 'relatedUrl';
  protected 
$attestationType AttestationNote::class;
  protected 
$attestationDataType '';
  protected 
$buildType BuildNote::class;
  protected 
$buildDataType '';
  protected 
$complianceType ComplianceNote::class;
  protected 
$complianceDataType '';
  
/**
   * @var string
   */
  
public $createTime;
  protected 
$deploymentType DeploymentNote::class;
  protected 
$deploymentDataType '';
  protected 
$discoveryType DiscoveryNote::class;
  protected 
$discoveryDataType '';
  protected 
$dsseAttestationType DSSEAttestationNote::class;
  protected 
$dsseAttestationDataType '';
  
/**
   * @var string
   */
  
public $expirationTime;
  protected 
$imageType ImageNote::class;
  protected 
$imageDataType '';
  
/**
   * @var string
   */
  
public $kind;
  
/**
   * @var string
   */
  
public $longDescription;
  
/**
   * @var string
   */
  
public $name;
  protected 
$packageType PackageNote::class;
  protected 
$packageDataType '';
  
/**
   * @var string[]
   */
  
public $relatedNoteNames;
  protected 
$relatedUrlType RelatedUrl::class;
  protected 
$relatedUrlDataType 'array';
  
/**
   * @var string
   */
  
public $shortDescription;
  
/**
   * @var string
   */
  
public $updateTime;
  protected 
$upgradeType UpgradeNote::class;
  protected 
$upgradeDataType '';
  protected 
$vulnerabilityType VulnerabilityNote::class;
  protected 
$vulnerabilityDataType '';

  
/**
   * @param AttestationNote
   */
  
public function setAttestation(AttestationNote $attestation)
  {
    
$this->attestation $attestation;
  }
  
/**
   * @return AttestationNote
   */
  
public function getAttestation()
  {
    return 
$this->attestation;
  }
  
/**
   * @param BuildNote
   */
  
public function setBuild(BuildNote $build)
  {
    
$this->build $build;
  }
  
/**
   * @return BuildNote
   */
  
public function getBuild()
  {
    return 
$this->build;
  }
  
/**
   * @param ComplianceNote
   */
  
public function setCompliance(ComplianceNote $compliance)
  {
    
$this->compliance $compliance;
  }
  
/**
   * @return ComplianceNote
   */
  
public function getCompliance()
  {
    return 
$this->compliance;
  }
  
/**
   * @param string
   */
  
public function setCreateTime($createTime)
  {
    
$this->createTime $createTime;
  }
  
/**
   * @return string
   */
  
public function getCreateTime()
  {
    return 
$this->createTime;
  }
  
/**
   * @param DeploymentNote
   */
  
public function setDeployment(DeploymentNote $deployment)
  {
    
$this->deployment $deployment;
  }
  
/**
   * @return DeploymentNote
   */
  
public function getDeployment()
  {
    return 
$this->deployment;
  }
  
/**
   * @param DiscoveryNote
   */
  
public function setDiscovery(DiscoveryNote $discovery)
  {
    
$this->discovery $discovery;
  }
  
/**
   * @return DiscoveryNote
   */
  
public function getDiscovery()
  {
    return 
$this->discovery;
  }
  
/**
   * @param DSSEAttestationNote
   */
  
public function setDsseAttestation(DSSEAttestationNote $dsseAttestation)
  {
    
$this->dsseAttestation $dsseAttestation;
  }
  
/**
   * @return DSSEAttestationNote
   */
  
public function getDsseAttestation()
  {
    return 
$this->dsseAttestation;
  }
  
/**
   * @param string
   */
  
public function setExpirationTime($expirationTime)
  {
    
$this->expirationTime $expirationTime;
  }
  
/**
   * @return string
   */
  
public function getExpirationTime()
  {
    return 
$this->expirationTime;
  }
  
/**
   * @param ImageNote
   */
  
public function setImage(ImageNote $image)
  {
    
$this->image $image;
  }
  
/**
   * @return ImageNote
   */
  
public function getImage()
  {
    return 
$this->image;
  }
  
/**
   * @param string
   */
  
public function setKind($kind)
  {
    
$this->kind $kind;
  }
  
/**
   * @return string
   */
  
public function getKind()
  {
    return 
$this->kind;
  }
  
/**
   * @param string
   */
  
public function setLongDescription($longDescription)
  {
    
$this->longDescription $longDescription;
  }
  
/**
   * @return string
   */
  
public function getLongDescription()
  {
    return 
$this->longDescription;
  }
  
/**
   * @param string
   */
  
public function setName($name)
  {
    
$this->name $name;
  }
  
/**
   * @return string
   */
  
public function getName()
  {
    return 
$this->name;
  }
  
/**
   * @param PackageNote
   */
  
public function setPackage(PackageNote $package)
  {
    
$this->package $package;
  }
  
/**
   * @return PackageNote
   */
  
public function getPackage()
  {
    return 
$this->package;
  }
  
/**
   * @param string[]
   */
  
public function setRelatedNoteNames($relatedNoteNames)
  {
    
$this->relatedNoteNames $relatedNoteNames;
  }
  
/**
   * @return string[]
   */
  
public function getRelatedNoteNames()
  {
    return 
$this->relatedNoteNames;
  }
  
/**
   * @param RelatedUrl[]
   */
  
public function setRelatedUrl($relatedUrl)
  {
    
$this->relatedUrl $relatedUrl;
  }
  
/**
   * @return RelatedUrl[]
   */
  
public function getRelatedUrl()
  {
    return 
$this->relatedUrl;
  }
  
/**
   * @param string
   */
  
public function setShortDescription($shortDescription)
  {
    
$this->shortDescription $shortDescription;
  }
  
/**
   * @return string
   */
  
public function getShortDescription()
  {
    return 
$this->shortDescription;
  }
  
/**
   * @param string
   */
  
public function setUpdateTime($updateTime)
  {
    
$this->updateTime $updateTime;
  }
  
/**
   * @return string
   */
  
public function getUpdateTime()
  {
    return 
$this->updateTime;
  }
  
/**
   * @param UpgradeNote
   */
  
public function setUpgrade(UpgradeNote $upgrade)
  {
    
$this->upgrade $upgrade;
  }
  
/**
   * @return UpgradeNote
   */
  
public function getUpgrade()
  {
    return 
$this->upgrade;
  }
  
/**
   * @param VulnerabilityNote
   */
  
public function setVulnerability(VulnerabilityNote $vulnerability)
  {
    
$this->vulnerability $vulnerability;
  }
  
/**
   * @return VulnerabilityNote
   */
  
public function getVulnerability()
  {
    return 
$this->vulnerability;
  }
}

// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Note::class, 'Google_Service_ContainerAnalysis_Note');

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0057 ]--