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


Viewing file:     ServiceConfig.php (6.58 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\CloudFunctions;

class 
ServiceConfig extends \Google\Collection
{
  protected 
$collection_key 'secretVolumes';
  
/**
   * @var bool
   */
  
public $allTrafficOnLatestRevision;
  
/**
   * @var string
   */
  
public $availableCpu;
  
/**
   * @var string
   */
  
public $availableMemory;
  
/**
   * @var string[]
   */
  
public $environmentVariables;
  
/**
   * @var string
   */
  
public $ingressSettings;
  
/**
   * @var int
   */
  
public $maxInstanceCount;
  
/**
   * @var int
   */
  
public $maxInstanceRequestConcurrency;
  
/**
   * @var int
   */
  
public $minInstanceCount;
  
/**
   * @var string
   */
  
public $revision;
  protected 
$secretEnvironmentVariablesType SecretEnvVar::class;
  protected 
$secretEnvironmentVariablesDataType 'array';
  protected 
$secretVolumesType SecretVolume::class;
  protected 
$secretVolumesDataType 'array';
  
/**
   * @var string
   */
  
public $securityLevel;
  
/**
   * @var string
   */
  
public $service;
  
/**
   * @var string
   */
  
public $serviceAccountEmail;
  
/**
   * @var int
   */
  
public $timeoutSeconds;
  
/**
   * @var string
   */
  
public $uri;
  
/**
   * @var string
   */
  
public $vpcConnector;
  
/**
   * @var string
   */
  
public $vpcConnectorEgressSettings;

  
/**
   * @param bool
   */
  
public function setAllTrafficOnLatestRevision($allTrafficOnLatestRevision)
  {
    
$this->allTrafficOnLatestRevision $allTrafficOnLatestRevision;
  }
  
/**
   * @return bool
   */
  
public function getAllTrafficOnLatestRevision()
  {
    return 
$this->allTrafficOnLatestRevision;
  }
  
/**
   * @param string
   */
  
public function setAvailableCpu($availableCpu)
  {
    
$this->availableCpu $availableCpu;
  }
  
/**
   * @return string
   */
  
public function getAvailableCpu()
  {
    return 
$this->availableCpu;
  }
  
/**
   * @param string
   */
  
public function setAvailableMemory($availableMemory)
  {
    
$this->availableMemory $availableMemory;
  }
  
/**
   * @return string
   */
  
public function getAvailableMemory()
  {
    return 
$this->availableMemory;
  }
  
/**
   * @param string[]
   */
  
public function setEnvironmentVariables($environmentVariables)
  {
    
$this->environmentVariables $environmentVariables;
  }
  
/**
   * @return string[]
   */
  
public function getEnvironmentVariables()
  {
    return 
$this->environmentVariables;
  }
  
/**
   * @param string
   */
  
public function setIngressSettings($ingressSettings)
  {
    
$this->ingressSettings $ingressSettings;
  }
  
/**
   * @return string
   */
  
public function getIngressSettings()
  {
    return 
$this->ingressSettings;
  }
  
/**
   * @param int
   */
  
public function setMaxInstanceCount($maxInstanceCount)
  {
    
$this->maxInstanceCount $maxInstanceCount;
  }
  
/**
   * @return int
   */
  
public function getMaxInstanceCount()
  {
    return 
$this->maxInstanceCount;
  }
  
/**
   * @param int
   */
  
public function setMaxInstanceRequestConcurrency($maxInstanceRequestConcurrency)
  {
    
$this->maxInstanceRequestConcurrency $maxInstanceRequestConcurrency;
  }
  
/**
   * @return int
   */
  
public function getMaxInstanceRequestConcurrency()
  {
    return 
$this->maxInstanceRequestConcurrency;
  }
  
/**
   * @param int
   */
  
public function setMinInstanceCount($minInstanceCount)
  {
    
$this->minInstanceCount $minInstanceCount;
  }
  
/**
   * @return int
   */
  
public function getMinInstanceCount()
  {
    return 
$this->minInstanceCount;
  }
  
/**
   * @param string
   */
  
public function setRevision($revision)
  {
    
$this->revision $revision;
  }
  
/**
   * @return string
   */
  
public function getRevision()
  {
    return 
$this->revision;
  }
  
/**
   * @param SecretEnvVar[]
   */
  
public function setSecretEnvironmentVariables($secretEnvironmentVariables)
  {
    
$this->secretEnvironmentVariables $secretEnvironmentVariables;
  }
  
/**
   * @return SecretEnvVar[]
   */
  
public function getSecretEnvironmentVariables()
  {
    return 
$this->secretEnvironmentVariables;
  }
  
/**
   * @param SecretVolume[]
   */
  
public function setSecretVolumes($secretVolumes)
  {
    
$this->secretVolumes $secretVolumes;
  }
  
/**
   * @return SecretVolume[]
   */
  
public function getSecretVolumes()
  {
    return 
$this->secretVolumes;
  }
  
/**
   * @param string
   */
  
public function setSecurityLevel($securityLevel)
  {
    
$this->securityLevel $securityLevel;
  }
  
/**
   * @return string
   */
  
public function getSecurityLevel()
  {
    return 
$this->securityLevel;
  }
  
/**
   * @param string
   */
  
public function setService($service)
  {
    
$this->service $service;
  }
  
/**
   * @return string
   */
  
public function getService()
  {
    return 
$this->service;
  }
  
/**
   * @param string
   */
  
public function setServiceAccountEmail($serviceAccountEmail)
  {
    
$this->serviceAccountEmail $serviceAccountEmail;
  }
  
/**
   * @return string
   */
  
public function getServiceAccountEmail()
  {
    return 
$this->serviceAccountEmail;
  }
  
/**
   * @param int
   */
  
public function setTimeoutSeconds($timeoutSeconds)
  {
    
$this->timeoutSeconds $timeoutSeconds;
  }
  
/**
   * @return int
   */
  
public function getTimeoutSeconds()
  {
    return 
$this->timeoutSeconds;
  }
  
/**
   * @param string
   */
  
public function setUri($uri)
  {
    
$this->uri $uri;
  }
  
/**
   * @return string
   */
  
public function getUri()
  {
    return 
$this->uri;
  }
  
/**
   * @param string
   */
  
public function setVpcConnector($vpcConnector)
  {
    
$this->vpcConnector $vpcConnector;
  }
  
/**
   * @return string
   */
  
public function getVpcConnector()
  {
    return 
$this->vpcConnector;
  }
  
/**
   * @param string
   */
  
public function setVpcConnectorEgressSettings($vpcConnectorEgressSettings)
  {
    
$this->vpcConnectorEgressSettings $vpcConnectorEgressSettings;
  }
  
/**
   * @return string
   */
  
public function getVpcConnectorEgressSettings()
  {
    return 
$this->vpcConnectorEgressSettings;
  }
}

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

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