!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/dokan/script/vendor/google/apiclient-services/src/Google/Service/Apigee/   drwxrwxrwx
Free 13.2 GB of 57.97 GB (22.78%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     GoogleCloudApigeeV1EnvironmentConfig.php (6.31 KB)      -rwxrwxrwx
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_Apigee_GoogleCloudApigeeV1EnvironmentConfig extends Google_Collection
{
  protected 
$collection_key 'targets';
  public 
$createTime;
  protected 
$dataCollectorsType 'Google_Service_Apigee_GoogleCloudApigeeV1DataCollectorConfig';
  protected 
$dataCollectorsDataType 'array';
  protected 
$debugMaskType 'Google_Service_Apigee_GoogleCloudApigeeV1DebugMask';
  protected 
$debugMaskDataType '';
  protected 
$deploymentsType 'Google_Service_Apigee_GoogleCloudApigeeV1DeploymentConfig';
  protected 
$deploymentsDataType 'array';
  public 
$featureFlags;
  protected 
$flowhooksType 'Google_Service_Apigee_GoogleCloudApigeeV1FlowHookConfig';
  protected 
$flowhooksDataType 'array';
  protected 
$keystoresType 'Google_Service_Apigee_GoogleCloudApigeeV1KeystoreConfig';
  protected 
$keystoresDataType 'array';
  public 
$name;
  public 
$provider;
  public 
$pubsubTopic;
  protected 
$resourceReferencesType 'Google_Service_Apigee_GoogleCloudApigeeV1ReferenceConfig';
  protected 
$resourceReferencesDataType 'array';
  protected 
$resourcesType 'Google_Service_Apigee_GoogleCloudApigeeV1ResourceConfig';
  protected 
$resourcesDataType 'array';
  public 
$revisionId;
  public 
$sequenceNumber;
  protected 
$targetsType 'Google_Service_Apigee_GoogleCloudApigeeV1TargetServerConfig';
  protected 
$targetsDataType 'array';
  protected 
$traceConfigType 'Google_Service_Apigee_GoogleCloudApigeeV1RuntimeTraceConfig';
  protected 
$traceConfigDataType '';
  public 
$uid;

  public function 
setCreateTime($createTime)
  {
    
$this->createTime $createTime;
  }
  public function 
getCreateTime()
  {
    return 
$this->createTime;
  }
  
/**
   * @param Google_Service_Apigee_GoogleCloudApigeeV1DataCollectorConfig[]
   */
  
public function setDataCollectors($dataCollectors)
  {
    
$this->dataCollectors $dataCollectors;
  }
  
/**
   * @return Google_Service_Apigee_GoogleCloudApigeeV1DataCollectorConfig[]
   */
  
public function getDataCollectors()
  {
    return 
$this->dataCollectors;
  }
  
/**
   * @param Google_Service_Apigee_GoogleCloudApigeeV1DebugMask
   */
  
public function setDebugMask(Google_Service_Apigee_GoogleCloudApigeeV1DebugMask $debugMask)
  {
    
$this->debugMask $debugMask;
  }
  
/**
   * @return Google_Service_Apigee_GoogleCloudApigeeV1DebugMask
   */
  
public function getDebugMask()
  {
    return 
$this->debugMask;
  }
  
/**
   * @param Google_Service_Apigee_GoogleCloudApigeeV1DeploymentConfig[]
   */
  
public function setDeployments($deployments)
  {
    
$this->deployments $deployments;
  }
  
/**
   * @return Google_Service_Apigee_GoogleCloudApigeeV1DeploymentConfig[]
   */
  
public function getDeployments()
  {
    return 
$this->deployments;
  }
  public function 
setFeatureFlags($featureFlags)
  {
    
$this->featureFlags $featureFlags;
  }
  public function 
getFeatureFlags()
  {
    return 
$this->featureFlags;
  }
  
/**
   * @param Google_Service_Apigee_GoogleCloudApigeeV1FlowHookConfig[]
   */
  
public function setFlowhooks($flowhooks)
  {
    
$this->flowhooks $flowhooks;
  }
  
/**
   * @return Google_Service_Apigee_GoogleCloudApigeeV1FlowHookConfig[]
   */
  
public function getFlowhooks()
  {
    return 
$this->flowhooks;
  }
  
/**
   * @param Google_Service_Apigee_GoogleCloudApigeeV1KeystoreConfig[]
   */
  
public function setKeystores($keystores)
  {
    
$this->keystores $keystores;
  }
  
/**
   * @return Google_Service_Apigee_GoogleCloudApigeeV1KeystoreConfig[]
   */
  
public function getKeystores()
  {
    return 
$this->keystores;
  }
  public function 
setName($name)
  {
    
$this->name $name;
  }
  public function 
getName()
  {
    return 
$this->name;
  }
  public function 
setProvider($provider)
  {
    
$this->provider $provider;
  }
  public function 
getProvider()
  {
    return 
$this->provider;
  }
  public function 
setPubsubTopic($pubsubTopic)
  {
    
$this->pubsubTopic $pubsubTopic;
  }
  public function 
getPubsubTopic()
  {
    return 
$this->pubsubTopic;
  }
  
/**
   * @param Google_Service_Apigee_GoogleCloudApigeeV1ReferenceConfig[]
   */
  
public function setResourceReferences($resourceReferences)
  {
    
$this->resourceReferences $resourceReferences;
  }
  
/**
   * @return Google_Service_Apigee_GoogleCloudApigeeV1ReferenceConfig[]
   */
  
public function getResourceReferences()
  {
    return 
$this->resourceReferences;
  }
  
/**
   * @param Google_Service_Apigee_GoogleCloudApigeeV1ResourceConfig[]
   */
  
public function setResources($resources)
  {
    
$this->resources $resources;
  }
  
/**
   * @return Google_Service_Apigee_GoogleCloudApigeeV1ResourceConfig[]
   */
  
public function getResources()
  {
    return 
$this->resources;
  }
  public function 
setRevisionId($revisionId)
  {
    
$this->revisionId $revisionId;
  }
  public function 
getRevisionId()
  {
    return 
$this->revisionId;
  }
  public function 
setSequenceNumber($sequenceNumber)
  {
    
$this->sequenceNumber $sequenceNumber;
  }
  public function 
getSequenceNumber()
  {
    return 
$this->sequenceNumber;
  }
  
/**
   * @param Google_Service_Apigee_GoogleCloudApigeeV1TargetServerConfig[]
   */
  
public function setTargets($targets)
  {
    
$this->targets $targets;
  }
  
/**
   * @return Google_Service_Apigee_GoogleCloudApigeeV1TargetServerConfig[]
   */
  
public function getTargets()
  {
    return 
$this->targets;
  }
  
/**
   * @param Google_Service_Apigee_GoogleCloudApigeeV1RuntimeTraceConfig
   */
  
public function setTraceConfig(Google_Service_Apigee_GoogleCloudApigeeV1RuntimeTraceConfig $traceConfig)
  {
    
$this->traceConfig $traceConfig;
  }
  
/**
   * @return Google_Service_Apigee_GoogleCloudApigeeV1RuntimeTraceConfig
   */
  
public function getTraceConfig()
  {
    return 
$this->traceConfig;
  }
  public function 
setUid($uid)
  {
    
$this->uid $uid;
  }
  public function 
getUid()
  {
    return 
$this->uid;
  }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

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

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