!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/ServiceNetworking/   drwxrwxrwx
Free 13.22 GB of 57.97 GB (22.8%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     Service.php (10.77 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_ServiceNetworking_Service extends Google_Collection
{
  protected 
$collection_key 'types';
  protected 
$apisType 'Google_Service_ServiceNetworking_Api';
  protected 
$apisDataType 'array';
  protected 
$authenticationType 'Google_Service_ServiceNetworking_Authentication';
  protected 
$authenticationDataType '';
  protected 
$backendType 'Google_Service_ServiceNetworking_Backend';
  protected 
$backendDataType '';
  protected 
$billingType 'Google_Service_ServiceNetworking_Billing';
  protected 
$billingDataType '';
  public 
$configVersion;
  protected 
$contextType 'Google_Service_ServiceNetworking_Context';
  protected 
$contextDataType '';
  protected 
$controlType 'Google_Service_ServiceNetworking_Control';
  protected 
$controlDataType '';
  protected 
$customErrorType 'Google_Service_ServiceNetworking_CustomError';
  protected 
$customErrorDataType '';
  protected 
$documentationType 'Google_Service_ServiceNetworking_Documentation';
  protected 
$documentationDataType '';
  protected 
$endpointsType 'Google_Service_ServiceNetworking_Endpoint';
  protected 
$endpointsDataType 'array';
  protected 
$enumsType 'Google_Service_ServiceNetworking_Enum';
  protected 
$enumsDataType 'array';
  protected 
$httpType 'Google_Service_ServiceNetworking_Http';
  protected 
$httpDataType '';
  public 
$id;
  protected 
$loggingType 'Google_Service_ServiceNetworking_Logging';
  protected 
$loggingDataType '';
  protected 
$logsType 'Google_Service_ServiceNetworking_LogDescriptor';
  protected 
$logsDataType 'array';
  protected 
$metricsType 'Google_Service_ServiceNetworking_MetricDescriptor';
  protected 
$metricsDataType 'array';
  protected 
$monitoredResourcesType 'Google_Service_ServiceNetworking_MonitoredResourceDescriptor';
  protected 
$monitoredResourcesDataType 'array';
  protected 
$monitoringType 'Google_Service_ServiceNetworking_Monitoring';
  protected 
$monitoringDataType '';
  public 
$name;
  public 
$producerProjectId;
  protected 
$quotaType 'Google_Service_ServiceNetworking_Quota';
  protected 
$quotaDataType '';
  protected 
$sourceInfoType 'Google_Service_ServiceNetworking_SourceInfo';
  protected 
$sourceInfoDataType '';
  protected 
$systemParametersType 'Google_Service_ServiceNetworking_SystemParameters';
  protected 
$systemParametersDataType '';
  protected 
$systemTypesType 'Google_Service_ServiceNetworking_Type';
  protected 
$systemTypesDataType 'array';
  public 
$title;
  protected 
$typesType 'Google_Service_ServiceNetworking_Type';
  protected 
$typesDataType 'array';
  protected 
$usageType 'Google_Service_ServiceNetworking_Usage';
  protected 
$usageDataType '';

  
/**
   * @param Google_Service_ServiceNetworking_Api[]
   */
  
public function setApis($apis)
  {
    
$this->apis $apis;
  }
  
/**
   * @return Google_Service_ServiceNetworking_Api[]
   */
  
public function getApis()
  {
    return 
$this->apis;
  }
  
/**
   * @param Google_Service_ServiceNetworking_Authentication
   */
  
public function setAuthentication(Google_Service_ServiceNetworking_Authentication $authentication)
  {
    
$this->authentication $authentication;
  }
  
/**
   * @return Google_Service_ServiceNetworking_Authentication
   */
  
public function getAuthentication()
  {
    return 
$this->authentication;
  }
  
/**
   * @param Google_Service_ServiceNetworking_Backend
   */
  
public function setBackend(Google_Service_ServiceNetworking_Backend $backend)
  {
    
$this->backend $backend;
  }
  
/**
   * @return Google_Service_ServiceNetworking_Backend
   */
  
public function getBackend()
  {
    return 
$this->backend;
  }
  
/**
   * @param Google_Service_ServiceNetworking_Billing
   */
  
public function setBilling(Google_Service_ServiceNetworking_Billing $billing)
  {
    
$this->billing $billing;
  }
  
/**
   * @return Google_Service_ServiceNetworking_Billing
   */
  
public function getBilling()
  {
    return 
$this->billing;
  }
  public function 
setConfigVersion($configVersion)
  {
    
$this->configVersion $configVersion;
  }
  public function 
getConfigVersion()
  {
    return 
$this->configVersion;
  }
  
/**
   * @param Google_Service_ServiceNetworking_Context
   */
  
public function setContext(Google_Service_ServiceNetworking_Context $context)
  {
    
$this->context $context;
  }
  
/**
   * @return Google_Service_ServiceNetworking_Context
   */
  
public function getContext()
  {
    return 
$this->context;
  }
  
/**
   * @param Google_Service_ServiceNetworking_Control
   */
  
public function setControl(Google_Service_ServiceNetworking_Control $control)
  {
    
$this->control $control;
  }
  
/**
   * @return Google_Service_ServiceNetworking_Control
   */
  
public function getControl()
  {
    return 
$this->control;
  }
  
/**
   * @param Google_Service_ServiceNetworking_CustomError
   */
  
public function setCustomError(Google_Service_ServiceNetworking_CustomError $customError)
  {
    
$this->customError $customError;
  }
  
/**
   * @return Google_Service_ServiceNetworking_CustomError
   */
  
public function getCustomError()
  {
    return 
$this->customError;
  }
  
/**
   * @param Google_Service_ServiceNetworking_Documentation
   */
  
public function setDocumentation(Google_Service_ServiceNetworking_Documentation $documentation)
  {
    
$this->documentation $documentation;
  }
  
/**
   * @return Google_Service_ServiceNetworking_Documentation
   */
  
public function getDocumentation()
  {
    return 
$this->documentation;
  }
  
/**
   * @param Google_Service_ServiceNetworking_Endpoint[]
   */
  
public function setEndpoints($endpoints)
  {
    
$this->endpoints $endpoints;
  }
  
/**
   * @return Google_Service_ServiceNetworking_Endpoint[]
   */
  
public function getEndpoints()
  {
    return 
$this->endpoints;
  }
  
/**
   * @param Google_Service_ServiceNetworking_Enum[]
   */
  
public function setEnums($enums)
  {
    
$this->enums $enums;
  }
  
/**
   * @return Google_Service_ServiceNetworking_Enum[]
   */
  
public function getEnums()
  {
    return 
$this->enums;
  }
  
/**
   * @param Google_Service_ServiceNetworking_Http
   */
  
public function setHttp(Google_Service_ServiceNetworking_Http $http)
  {
    
$this->http $http;
  }
  
/**
   * @return Google_Service_ServiceNetworking_Http
   */
  
public function getHttp()
  {
    return 
$this->http;
  }
  public function 
setId($id)
  {
    
$this->id $id;
  }
  public function 
getId()
  {
    return 
$this->id;
  }
  
/**
   * @param Google_Service_ServiceNetworking_Logging
   */
  
public function setLogging(Google_Service_ServiceNetworking_Logging $logging)
  {
    
$this->logging $logging;
  }
  
/**
   * @return Google_Service_ServiceNetworking_Logging
   */
  
public function getLogging()
  {
    return 
$this->logging;
  }
  
/**
   * @param Google_Service_ServiceNetworking_LogDescriptor[]
   */
  
public function setLogs($logs)
  {
    
$this->logs $logs;
  }
  
/**
   * @return Google_Service_ServiceNetworking_LogDescriptor[]
   */
  
public function getLogs()
  {
    return 
$this->logs;
  }
  
/**
   * @param Google_Service_ServiceNetworking_MetricDescriptor[]
   */
  
public function setMetrics($metrics)
  {
    
$this->metrics $metrics;
  }
  
/**
   * @return Google_Service_ServiceNetworking_MetricDescriptor[]
   */
  
public function getMetrics()
  {
    return 
$this->metrics;
  }
  
/**
   * @param Google_Service_ServiceNetworking_MonitoredResourceDescriptor[]
   */
  
public function setMonitoredResources($monitoredResources)
  {
    
$this->monitoredResources $monitoredResources;
  }
  
/**
   * @return Google_Service_ServiceNetworking_MonitoredResourceDescriptor[]
   */
  
public function getMonitoredResources()
  {
    return 
$this->monitoredResources;
  }
  
/**
   * @param Google_Service_ServiceNetworking_Monitoring
   */
  
public function setMonitoring(Google_Service_ServiceNetworking_Monitoring $monitoring)
  {
    
$this->monitoring $monitoring;
  }
  
/**
   * @return Google_Service_ServiceNetworking_Monitoring
   */
  
public function getMonitoring()
  {
    return 
$this->monitoring;
  }
  public function 
setName($name)
  {
    
$this->name $name;
  }
  public function 
getName()
  {
    return 
$this->name;
  }
  public function 
setProducerProjectId($producerProjectId)
  {
    
$this->producerProjectId $producerProjectId;
  }
  public function 
getProducerProjectId()
  {
    return 
$this->producerProjectId;
  }
  
/**
   * @param Google_Service_ServiceNetworking_Quota
   */
  
public function setQuota(Google_Service_ServiceNetworking_Quota $quota)
  {
    
$this->quota $quota;
  }
  
/**
   * @return Google_Service_ServiceNetworking_Quota
   */
  
public function getQuota()
  {
    return 
$this->quota;
  }
  
/**
   * @param Google_Service_ServiceNetworking_SourceInfo
   */
  
public function setSourceInfo(Google_Service_ServiceNetworking_SourceInfo $sourceInfo)
  {
    
$this->sourceInfo $sourceInfo;
  }
  
/**
   * @return Google_Service_ServiceNetworking_SourceInfo
   */
  
public function getSourceInfo()
  {
    return 
$this->sourceInfo;
  }
  
/**
   * @param Google_Service_ServiceNetworking_SystemParameters
   */
  
public function setSystemParameters(Google_Service_ServiceNetworking_SystemParameters $systemParameters)
  {
    
$this->systemParameters $systemParameters;
  }
  
/**
   * @return Google_Service_ServiceNetworking_SystemParameters
   */
  
public function getSystemParameters()
  {
    return 
$this->systemParameters;
  }
  
/**
   * @param Google_Service_ServiceNetworking_Type[]
   */
  
public function setSystemTypes($systemTypes)
  {
    
$this->systemTypes $systemTypes;
  }
  
/**
   * @return Google_Service_ServiceNetworking_Type[]
   */
  
public function getSystemTypes()
  {
    return 
$this->systemTypes;
  }
  public function 
setTitle($title)
  {
    
$this->title $title;
  }
  public function 
getTitle()
  {
    return 
$this->title;
  }
  
/**
   * @param Google_Service_ServiceNetworking_Type[]
   */
  
public function setTypes($types)
  {
    
$this->types $types;
  }
  
/**
   * @return Google_Service_ServiceNetworking_Type[]
   */
  
public function getTypes()
  {
    return 
$this->types;
  }
  
/**
   * @param Google_Service_ServiceNetworking_Usage
   */
  
public function setUsage(Google_Service_ServiceNetworking_Usage $usage)
  {
    
$this->usage $usage;
  }
  
/**
   * @return Google_Service_ServiceNetworking_Usage
   */
  
public function getUsage()
  {
    return 
$this->usage;
  }
}

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