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


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

/**
 * Service definition for Container (v1).
 *
 * <p>
 * Builds and manages container-based applications, powered by the open source
 * Kubernetes technology.</p>
 *
 * <p>
 * For more information about this service, see the API
 * <a href="https://cloud.google.com/container-engine/" target="_blank">Documentation</a>
 * </p>
 *
 * @author Google, Inc.
 */
class Google_Service_Container extends Google_Service
{
  
/** See, edit, configure, and delete your Google Cloud Platform data. */
  
const CLOUD_PLATFORM =
      
"https://www.googleapis.com/auth/cloud-platform";

  public 
$projects_aggregated_usableSubnetworks;
  public 
$projects_locations;
  public 
$projects_locations_clusters;
  public 
$projects_locations_clusters_nodePools;
  public 
$projects_locations_clusters_well_known;
  public 
$projects_locations_operations;
  public 
$projects_zones;
  public 
$projects_zones_clusters;
  public 
$projects_zones_clusters_nodePools;
  public 
$projects_zones_operations;

  
/**
   * Constructs the internal representation of the Container service.
   *
   * @param Google_Client $client The client used to deliver requests.
   * @param string $rootUrl The root URL used for requests to the service.
   */
  
public function __construct(Google_Client $client$rootUrl null)
  {
    
parent::__construct($client);
    
$this->rootUrl $rootUrl ?: 'https://container.googleapis.com/';
    
$this->servicePath '';
    
$this->batchPath 'batch';
    
$this->version 'v1';
    
$this->serviceName 'container';

    
$this->projects_aggregated_usableSubnetworks = new Google_Service_Container_Resource_ProjectsAggregatedUsableSubnetworks(
        
$this,
        
$this->serviceName,
        
'usableSubnetworks',
        array(
          
'methods' => array(
            
'list' => array(
              
'path' => 'v1/{+parent}/aggregated/usableSubnetworks',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'filter' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'pageSize' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->projects_locations = new Google_Service_Container_Resource_ProjectsLocations(
        
$this,
        
$this->serviceName,
        
'locations',
        array(
          
'methods' => array(
            
'getServerConfig' => array(
              
'path' => 'v1/{+name}/serverConfig',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'projectId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'zone' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->projects_locations_clusters = new Google_Service_Container_Resource_ProjectsLocationsClusters(
        
$this,
        
$this->serviceName,
        
'clusters',
        array(
          
'methods' => array(
            
'completeIpRotation' => array(
              
'path' => 'v1/{+name}:completeIpRotation',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'create' => array(
              
'path' => 'v1/{+parent}/clusters',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'delete' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'DELETE',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'clusterId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'projectId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'zone' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'get' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'clusterId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'projectId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'zone' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'getJwks' => array(
              
'path' => 'v1/{+parent}/jwks',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/{+parent}/clusters',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'projectId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'zone' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'setAddons' => array(
              
'path' => 'v1/{+name}:setAddons',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'setLegacyAbac' => array(
              
'path' => 'v1/{+name}:setLegacyAbac',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'setLocations' => array(
              
'path' => 'v1/{+name}:setLocations',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'setLogging' => array(
              
'path' => 'v1/{+name}:setLogging',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'setMaintenancePolicy' => array(
              
'path' => 'v1/{+name}:setMaintenancePolicy',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'setMasterAuth' => array(
              
'path' => 'v1/{+name}:setMasterAuth',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'setMonitoring' => array(
              
'path' => 'v1/{+name}:setMonitoring',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'setNetworkPolicy' => array(
              
'path' => 'v1/{+name}:setNetworkPolicy',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'setResourceLabels' => array(
              
'path' => 'v1/{+name}:setResourceLabels',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'startIpRotation' => array(
              
'path' => 'v1/{+name}:startIpRotation',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'update' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'PUT',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'updateMaster' => array(
              
'path' => 'v1/{+name}:updateMaster',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->projects_locations_clusters_nodePools = new Google_Service_Container_Resource_ProjectsLocationsClustersNodePools(
        
$this,
        
$this->serviceName,
        
'nodePools',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v1/{+parent}/nodePools',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'delete' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'DELETE',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'clusterId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'nodePoolId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'projectId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'zone' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'get' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'clusterId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'nodePoolId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'projectId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'zone' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/{+parent}/nodePools',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'clusterId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'projectId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'zone' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'rollback' => array(
              
'path' => 'v1/{+name}:rollback',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'setAutoscaling' => array(
              
'path' => 'v1/{+name}:setAutoscaling',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'setManagement' => array(
              
'path' => 'v1/{+name}:setManagement',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'setSize' => array(
              
'path' => 'v1/{+name}:setSize',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'update' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'PUT',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->projects_locations_clusters_well_known = new Google_Service_Container_Resource_ProjectsLocationsClustersWellKnown(
        
$this,
        
$this->serviceName,
        
'well_known',
        array(
          
'methods' => array(
            
'getOpenid-configuration' => array(
              
'path' => 'v1/{+parent}/.well-known/openid-configuration',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->projects_locations_operations = new Google_Service_Container_Resource_ProjectsLocationsOperations(
        
$this,
        
$this->serviceName,
        
'operations',
        array(
          
'methods' => array(
            
'cancel' => array(
              
'path' => 'v1/{+name}:cancel',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'get' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'operationId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'projectId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'zone' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/{+parent}/operations',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'projectId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'zone' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->projects_zones = new Google_Service_Container_Resource_ProjectsZones(
        
$this,
        
$this->serviceName,
        
'zones',
        array(
          
'methods' => array(
            
'getServerconfig' => array(
              
'path' => 'v1/projects/{projectId}/zones/{zone}/serverconfig',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'zone' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'name' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->projects_zones_clusters = new Google_Service_Container_Resource_ProjectsZonesClusters(
        
$this,
        
$this->serviceName,
        
'clusters',
        array(
          
'methods' => array(
            
'addons' => array(
              
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/addons',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'zone' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'clusterId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'completeIpRotation' => array(
              
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:completeIpRotation',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'zone' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'clusterId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'create' => array(
              
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'zone' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'delete' => array(
              
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}',
              
'httpMethod' => 'DELETE',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'zone' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'clusterId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'name' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'get' => array(
              
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'zone' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'clusterId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'name' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'legacyAbac' => array(
              
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/legacyAbac',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'zone' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'clusterId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'zone' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'parent' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'locations' => array(
              
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/locations',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'zone' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'clusterId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'logging' => array(
              
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/logging',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'zone' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'clusterId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'master' => array(
              
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/master',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'zone' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'clusterId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'monitoring' => array(
              
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/monitoring',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'zone' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'clusterId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'resourceLabels' => array(
              
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/resourceLabels',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'zone' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'clusterId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'setMaintenancePolicy' => array(
              
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:setMaintenancePolicy',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'zone' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'clusterId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'setMasterAuth' => array(
              
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:setMasterAuth',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'zone' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'clusterId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'setNetworkPolicy' => array(
              
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:setNetworkPolicy',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'zone' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'clusterId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'startIpRotation' => array(
              
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:startIpRotation',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'zone' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'clusterId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'update' => array(
              
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}',
              
'httpMethod' => 'PUT',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'zone' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'clusterId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->projects_zones_clusters_nodePools = new Google_Service_Container_Resource_ProjectsZonesClustersNodePools(
        
$this,
        
$this->serviceName,
        
'nodePools',
        array(
          
'methods' => array(
            
'autoscaling' => array(
              
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/autoscaling',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'zone' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'clusterId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'nodePoolId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'create' => array(
              
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'zone' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'clusterId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'delete' => array(
              
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}',
              
'httpMethod' => 'DELETE',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'zone' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'clusterId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'nodePoolId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'name' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'get' => array(
              
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'zone' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'clusterId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'nodePoolId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'name' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'zone' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'clusterId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'parent' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'rollback' => array(
              
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}:rollback',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'zone' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'clusterId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'nodePoolId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'setManagement' => array(
              
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/setManagement',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'zone' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'clusterId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'nodePoolId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'setSize' => array(
              
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/setSize',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'zone' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'clusterId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'nodePoolId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'update' => array(
              
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/update',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'zone' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'clusterId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'nodePoolId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->projects_zones_operations = new Google_Service_Container_Resource_ProjectsZonesOperations(
        
$this,
        
$this->serviceName,
        
'operations',
        array(
          
'methods' => array(
            
'cancel' => array(
              
'path' => 'v1/projects/{projectId}/zones/{zone}/operations/{operationId}:cancel',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'zone' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'operationId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'get' => array(
              
'path' => 'v1/projects/{projectId}/zones/{zone}/operations/{operationId}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'zone' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'operationId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'name' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/projects/{projectId}/zones/{zone}/operations',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'zone' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'parent' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
  }
}

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