!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)

/uploads/script/vendor/google/apiclient-services/src/Google/Service/Storage/   drwxr-xr-x
Free 13.02 GB of 57.97 GB (22.46%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     Bucket.php (8.49 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.
 */

class Google_Service_Storage_Bucket extends Google_Collection
{
  protected 
$collection_key 'zoneAffinity';
  protected 
$aclType 'Google_Service_Storage_BucketAccessControl';
  protected 
$aclDataType 'array';
  protected 
$billingType 'Google_Service_Storage_BucketBilling';
  protected 
$billingDataType '';
  protected 
$corsType 'Google_Service_Storage_BucketCors';
  protected 
$corsDataType 'array';
  public 
$defaultEventBasedHold;
  protected 
$defaultObjectAclType 'Google_Service_Storage_ObjectAccessControl';
  protected 
$defaultObjectAclDataType 'array';
  protected 
$encryptionType 'Google_Service_Storage_BucketEncryption';
  protected 
$encryptionDataType '';
  public 
$etag;
  protected 
$iamConfigurationType 'Google_Service_Storage_BucketIamConfiguration';
  protected 
$iamConfigurationDataType '';
  public 
$id;
  public 
$kind;
  public 
$labels;
  protected 
$lifecycleType 'Google_Service_Storage_BucketLifecycle';
  protected 
$lifecycleDataType '';
  public 
$location;
  public 
$locationType;
  protected 
$loggingType 'Google_Service_Storage_BucketLogging';
  protected 
$loggingDataType '';
  public 
$metageneration;
  public 
$name;
  protected 
$ownerType 'Google_Service_Storage_BucketOwner';
  protected 
$ownerDataType '';
  public 
$projectNumber;
  protected 
$retentionPolicyType 'Google_Service_Storage_BucketRetentionPolicy';
  protected 
$retentionPolicyDataType '';
  public 
$satisfiesPZS;
  public 
$selfLink;
  public 
$storageClass;
  public 
$timeCreated;
  public 
$updated;
  protected 
$versioningType 'Google_Service_Storage_BucketVersioning';
  protected 
$versioningDataType '';
  protected 
$websiteType 'Google_Service_Storage_BucketWebsite';
  protected 
$websiteDataType '';
  public 
$zoneAffinity;

  
/**
   * @param Google_Service_Storage_BucketAccessControl[]
   */
  
public function setAcl($acl)
  {
    
$this->acl $acl;
  }
  
/**
   * @return Google_Service_Storage_BucketAccessControl[]
   */
  
public function getAcl()
  {
    return 
$this->acl;
  }
  
/**
   * @param Google_Service_Storage_BucketBilling
   */
  
public function setBilling(Google_Service_Storage_BucketBilling $billing)
  {
    
$this->billing $billing;
  }
  
/**
   * @return Google_Service_Storage_BucketBilling
   */
  
public function getBilling()
  {
    return 
$this->billing;
  }
  
/**
   * @param Google_Service_Storage_BucketCors[]
   */
  
public function setCors($cors)
  {
    
$this->cors $cors;
  }
  
/**
   * @return Google_Service_Storage_BucketCors[]
   */
  
public function getCors()
  {
    return 
$this->cors;
  }
  public function 
setDefaultEventBasedHold($defaultEventBasedHold)
  {
    
$this->defaultEventBasedHold $defaultEventBasedHold;
  }
  public function 
getDefaultEventBasedHold()
  {
    return 
$this->defaultEventBasedHold;
  }
  
/**
   * @param Google_Service_Storage_ObjectAccessControl[]
   */
  
public function setDefaultObjectAcl($defaultObjectAcl)
  {
    
$this->defaultObjectAcl $defaultObjectAcl;
  }
  
/**
   * @return Google_Service_Storage_ObjectAccessControl[]
   */
  
public function getDefaultObjectAcl()
  {
    return 
$this->defaultObjectAcl;
  }
  
/**
   * @param Google_Service_Storage_BucketEncryption
   */
  
public function setEncryption(Google_Service_Storage_BucketEncryption $encryption)
  {
    
$this->encryption $encryption;
  }
  
/**
   * @return Google_Service_Storage_BucketEncryption
   */
  
public function getEncryption()
  {
    return 
$this->encryption;
  }
  public function 
setEtag($etag)
  {
    
$this->etag $etag;
  }
  public function 
getEtag()
  {
    return 
$this->etag;
  }
  
/**
   * @param Google_Service_Storage_BucketIamConfiguration
   */
  
public function setIamConfiguration(Google_Service_Storage_BucketIamConfiguration $iamConfiguration)
  {
    
$this->iamConfiguration $iamConfiguration;
  }
  
/**
   * @return Google_Service_Storage_BucketIamConfiguration
   */
  
public function getIamConfiguration()
  {
    return 
$this->iamConfiguration;
  }
  public function 
setId($id)
  {
    
$this->id $id;
  }
  public function 
getId()
  {
    return 
$this->id;
  }
  public function 
setKind($kind)
  {
    
$this->kind $kind;
  }
  public function 
getKind()
  {
    return 
$this->kind;
  }
  public function 
setLabels($labels)
  {
    
$this->labels $labels;
  }
  public function 
getLabels()
  {
    return 
$this->labels;
  }
  
/**
   * @param Google_Service_Storage_BucketLifecycle
   */
  
public function setLifecycle(Google_Service_Storage_BucketLifecycle $lifecycle)
  {
    
$this->lifecycle $lifecycle;
  }
  
/**
   * @return Google_Service_Storage_BucketLifecycle
   */
  
public function getLifecycle()
  {
    return 
$this->lifecycle;
  }
  public function 
setLocation($location)
  {
    
$this->location $location;
  }
  public function 
getLocation()
  {
    return 
$this->location;
  }
  public function 
setLocationType($locationType)
  {
    
$this->locationType $locationType;
  }
  public function 
getLocationType()
  {
    return 
$this->locationType;
  }
  
/**
   * @param Google_Service_Storage_BucketLogging
   */
  
public function setLogging(Google_Service_Storage_BucketLogging $logging)
  {
    
$this->logging $logging;
  }
  
/**
   * @return Google_Service_Storage_BucketLogging
   */
  
public function getLogging()
  {
    return 
$this->logging;
  }
  public function 
setMetageneration($metageneration)
  {
    
$this->metageneration $metageneration;
  }
  public function 
getMetageneration()
  {
    return 
$this->metageneration;
  }
  public function 
setName($name)
  {
    
$this->name $name;
  }
  public function 
getName()
  {
    return 
$this->name;
  }
  
/**
   * @param Google_Service_Storage_BucketOwner
   */
  
public function setOwner(Google_Service_Storage_BucketOwner $owner)
  {
    
$this->owner $owner;
  }
  
/**
   * @return Google_Service_Storage_BucketOwner
   */
  
public function getOwner()
  {
    return 
$this->owner;
  }
  public function 
setProjectNumber($projectNumber)
  {
    
$this->projectNumber $projectNumber;
  }
  public function 
getProjectNumber()
  {
    return 
$this->projectNumber;
  }
  
/**
   * @param Google_Service_Storage_BucketRetentionPolicy
   */
  
public function setRetentionPolicy(Google_Service_Storage_BucketRetentionPolicy $retentionPolicy)
  {
    
$this->retentionPolicy $retentionPolicy;
  }
  
/**
   * @return Google_Service_Storage_BucketRetentionPolicy
   */
  
public function getRetentionPolicy()
  {
    return 
$this->retentionPolicy;
  }
  public function 
setSatisfiesPZS($satisfiesPZS)
  {
    
$this->satisfiesPZS $satisfiesPZS;
  }
  public function 
getSatisfiesPZS()
  {
    return 
$this->satisfiesPZS;
  }
  public function 
setSelfLink($selfLink)
  {
    
$this->selfLink $selfLink;
  }
  public function 
getSelfLink()
  {
    return 
$this->selfLink;
  }
  public function 
setStorageClass($storageClass)
  {
    
$this->storageClass $storageClass;
  }
  public function 
getStorageClass()
  {
    return 
$this->storageClass;
  }
  public function 
setTimeCreated($timeCreated)
  {
    
$this->timeCreated $timeCreated;
  }
  public function 
getTimeCreated()
  {
    return 
$this->timeCreated;
  }
  public function 
setUpdated($updated)
  {
    
$this->updated $updated;
  }
  public function 
getUpdated()
  {
    return 
$this->updated;
  }
  
/**
   * @param Google_Service_Storage_BucketVersioning
   */
  
public function setVersioning(Google_Service_Storage_BucketVersioning $versioning)
  {
    
$this->versioning $versioning;
  }
  
/**
   * @return Google_Service_Storage_BucketVersioning
   */
  
public function getVersioning()
  {
    return 
$this->versioning;
  }
  
/**
   * @param Google_Service_Storage_BucketWebsite
   */
  
public function setWebsite(Google_Service_Storage_BucketWebsite $website)
  {
    
$this->website $website;
  }
  
/**
   * @return Google_Service_Storage_BucketWebsite
   */
  
public function getWebsite()
  {
    return 
$this->website;
  }
  public function 
setZoneAffinity($zoneAffinity)
  {
    
$this->zoneAffinity $zoneAffinity;
  }
  public function 
getZoneAffinity()
  {
    return 
$this->zoneAffinity;
  }
}

:: 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.006 ]--