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


Viewing file:     Apigee.php (117.22 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 Apigee (v1).
 *
 * <p>
 * Use the Apigee API to programmatically develop and manage APIs with a set of
 * RESTful operations. Develop and secure API proxies, deploy and undeploy API
 * proxy revisions, monitor APIs, configure environments, manage users, and
 * more. Note: This product is available as a free trial for a time period of 60
 * days.</p>
 *
 * <p>
 * For more information about this service, see the API
 * <a href="https://cloud.google.com/apigee-api-management/" target="_blank">Documentation</a>
 * </p>
 *
 * @author Google, Inc.
 */
class Google_Service_Apigee extends Google_Service
{
  
/** See, edit, configure, and delete your Google Cloud Platform data. */
  
const CLOUD_PLATFORM =
      
"https://www.googleapis.com/auth/cloud-platform";

  public 
$hybrid_issuers;
  public 
$organizations;
  public 
$organizations_analytics_datastores;
  public 
$organizations_apiproducts;
  public 
$organizations_apiproducts_attributes;
  public 
$organizations_apiproducts_rateplans;
  public 
$organizations_apis;
  public 
$organizations_apis_deployments;
  public 
$organizations_apis_keyvaluemaps;
  public 
$organizations_apis_revisions;
  public 
$organizations_apis_revisions_deployments;
  public 
$organizations_apps;
  public 
$organizations_datacollectors;
  public 
$organizations_deployments;
  public 
$organizations_developers;
  public 
$organizations_developers_apps;
  public 
$organizations_developers_apps_attributes;
  public 
$organizations_developers_apps_keys;
  public 
$organizations_developers_apps_keys_apiproducts;
  public 
$organizations_developers_apps_keys_create;
  public 
$organizations_developers_attributes;
  public 
$organizations_developers_subscriptions;
  public 
$organizations_envgroups;
  public 
$organizations_envgroups_attachments;
  public 
$organizations_environments;
  public 
$organizations_environments_analytics_admin;
  public 
$organizations_environments_analytics_exports;
  public 
$organizations_environments_apis_deployments;
  public 
$organizations_environments_apis_revisions;
  public 
$organizations_environments_apis_revisions_debugsessions;
  public 
$organizations_environments_apis_revisions_debugsessions_data;
  public 
$organizations_environments_apis_revisions_deployments;
  public 
$organizations_environments_caches;
  public 
$organizations_environments_deployments;
  public 
$organizations_environments_flowhooks;
  public 
$organizations_environments_keystores;
  public 
$organizations_environments_keystores_aliases;
  public 
$organizations_environments_keyvaluemaps;
  public 
$organizations_environments_optimizedStats;
  public 
$organizations_environments_queries;
  public 
$organizations_environments_references;
  public 
$organizations_environments_resourcefiles;
  public 
$organizations_environments_sharedflows_deployments;
  public 
$organizations_environments_sharedflows_revisions;
  public 
$organizations_environments_stats;
  public 
$organizations_environments_targetservers;
  public 
$organizations_environments_traceConfig_overrides;
  public 
$organizations_hostQueries;
  public 
$organizations_hostStats;
  public 
$organizations_instances;
  public 
$organizations_instances_attachments;
  public 
$organizations_instances_canaryevaluations;
  public 
$organizations_instances_natAddresses;
  public 
$organizations_keyvaluemaps;
  public 
$organizations_operations;
  public 
$organizations_optimizedHostStats;
  public 
$organizations_reports;
  public 
$organizations_sharedflows;
  public 
$organizations_sharedflows_deployments;
  public 
$organizations_sharedflows_revisions;
  public 
$organizations_sharedflows_revisions_deployments;
  public 
$organizations_sites_apicategories;
  public 
$projects;

  
/**
   * Constructs the internal representation of the Apigee 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://apigee.googleapis.com/';
    
$this->servicePath '';
    
$this->batchPath 'batch';
    
$this->version 'v1';
    
$this->serviceName 'apigee';

    
$this->hybrid_issuers = new Google_Service_Apigee_Resource_HybridIssuers(
        
$this,
        
$this->serviceName,
        
'issuers',
        array(
          
'methods' => array(
            
'list' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations = new Google_Service_Apigee_Resource_Organizations(
        
$this,
        
$this->serviceName,
        
'organizations',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v1/organizations',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'delete' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'DELETE',
              
'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,
                ),
              ),
            ),
'getDeployedIngressConfig' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'view' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'getSyncAuthorization' => array(
              
'path' => 'v1/{+name}:getSyncAuthorization',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/{+parent}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'setAddons' => array(
              
'path' => 'v1/{+org}:setAddons',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'org' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'setSyncAuthorization' => array(
              
'path' => 'v1/{+name}:setSyncAuthorization',
              
'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->organizations_analytics_datastores = new Google_Service_Apigee_Resource_OrganizationsAnalyticsDatastores(
        
$this,
        
$this->serviceName,
        
'datastores',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v1/{+parent}/analytics/datastores',
              
'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,
                ),
              ),
            ),
'get' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/{+parent}/analytics/datastores',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'targetType' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'test' => array(
              
'path' => 'v1/{+parent}/analytics/datastores:test',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'parent' => 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->organizations_apiproducts = new Google_Service_Apigee_Resource_OrganizationsApiproducts(
        
$this,
        
$this->serviceName,
        
'apiproducts',
        array(
          
'methods' => array(
            
'attributes' => array(
              
'path' => 'v1/{+name}/attributes',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'create' => array(
              
'path' => 'v1/{+parent}/apiproducts',
              
'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,
                ),
              ),
            ),
'get' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/{+parent}/apiproducts',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'attributename' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'attributevalue' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'count' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'expand' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'startKey' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'update' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'PUT',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_apiproducts_attributes = new Google_Service_Apigee_Resource_OrganizationsApiproductsAttributes(
        
$this,
        
$this->serviceName,
        
'attributes',
        array(
          
'methods' => array(
            
'delete' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'DELETE',
              
'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,
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/{+parent}/attributes',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'updateApiProductAttribute' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_apiproducts_rateplans = new Google_Service_Apigee_Resource_OrganizationsApiproductsRateplans(
        
$this,
        
$this->serviceName,
        
'rateplans',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v1/{+parent}/rateplans',
              
'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,
                ),
              ),
            ),
'get' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/{+parent}/rateplans',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'count' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'expand' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'orderBy' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'startKey' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'state' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'update' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'PUT',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_apis = new Google_Service_Apigee_Resource_OrganizationsApis(
        
$this,
        
$this->serviceName,
        
'apis',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v1/{+parent}/apis',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'action' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'name' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'validate' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
'delete' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'DELETE',
              
'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,
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/{+parent}/apis',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'includeMetaData' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'includeRevisions' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_apis_deployments = new Google_Service_Apigee_Resource_OrganizationsApisDeployments(
        
$this,
        
$this->serviceName,
        
'deployments',
        array(
          
'methods' => array(
            
'list' => array(
              
'path' => 'v1/{+parent}/deployments',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_apis_keyvaluemaps = new Google_Service_Apigee_Resource_OrganizationsApisKeyvaluemaps(
        
$this,
        
$this->serviceName,
        
'keyvaluemaps',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v1/{+parent}/keyvaluemaps',
              
'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,
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_apis_revisions = new Google_Service_Apigee_Resource_OrganizationsApisRevisions(
        
$this,
        
$this->serviceName,
        
'revisions',
        array(
          
'methods' => array(
            
'delete' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'DELETE',
              
'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,
                ),
                
'format' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'updateApiProxyRevision' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'validate' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_apis_revisions_deployments = new Google_Service_Apigee_Resource_OrganizationsApisRevisionsDeployments(
        
$this,
        
$this->serviceName,
        
'deployments',
        array(
          
'methods' => array(
            
'list' => array(
              
'path' => 'v1/{+parent}/deployments',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_apps = new Google_Service_Apigee_Resource_OrganizationsApps(
        
$this,
        
$this->serviceName,
        
'apps',
        array(
          
'methods' => array(
            
'get' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/{+parent}/apps',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'apiProduct' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'apptype' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'expand' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'ids' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'includeCred' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'keyStatus' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'rows' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'startKey' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'status' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_datacollectors = new Google_Service_Apigee_Resource_OrganizationsDatacollectors(
        
$this,
        
$this->serviceName,
        
'datacollectors',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v1/{+parent}/datacollectors',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'dataCollectorId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'delete' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'DELETE',
              
'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,
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/{+parent}/datacollectors',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'pageSize' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'patch' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'PATCH',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'updateMask' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_deployments = new Google_Service_Apigee_Resource_OrganizationsDeployments(
        
$this,
        
$this->serviceName,
        
'deployments',
        array(
          
'methods' => array(
            
'list' => array(
              
'path' => 'v1/{+parent}/deployments',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'sharedFlows' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_developers = new Google_Service_Apigee_Resource_OrganizationsDevelopers(
        
$this,
        
$this->serviceName,
        
'developers',
        array(
          
'methods' => array(
            
'attributes' => array(
              
'path' => 'v1/{+parent}/attributes',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'create' => array(
              
'path' => 'v1/{+parent}/developers',
              
'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,
                ),
              ),
            ),
'get' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'action' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/{+parent}/developers',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'app' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'count' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'expand' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'ids' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'includeCompany' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'startKey' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'setDeveloperStatus' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'action' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'update' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'PUT',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_developers_apps = new Google_Service_Apigee_Resource_OrganizationsDevelopersApps(
        
$this,
        
$this->serviceName,
        
'apps',
        array(
          
'methods' => array(
            
'attributes' => array(
              
'path' => 'v1/{+name}/attributes',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'create' => array(
              
'path' => 'v1/{+parent}/apps',
              
'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,
                ),
              ),
            ),
'generateKeyPairOrUpdateDeveloperAppStatus' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'action' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'get' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'entity' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'query' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/{+parent}/apps',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'count' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'expand' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'shallowExpand' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'startKey' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'update' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'PUT',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_developers_apps_attributes = new Google_Service_Apigee_Resource_OrganizationsDevelopersAppsAttributes(
        
$this,
        
$this->serviceName,
        
'attributes',
        array(
          
'methods' => array(
            
'delete' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'DELETE',
              
'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,
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/{+parent}/attributes',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'updateDeveloperAppAttribute' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_developers_apps_keys = new Google_Service_Apigee_Resource_OrganizationsDevelopersAppsKeys(
        
$this,
        
$this->serviceName,
        
'keys',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v1/{+parent}/keys',
              
'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,
                ),
              ),
            ),
'get' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'replaceDeveloperAppKey' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'PUT',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'updateDeveloperAppKey' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'action' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_developers_apps_keys_apiproducts = new Google_Service_Apigee_Resource_OrganizationsDevelopersAppsKeysApiproducts(
        
$this,
        
$this->serviceName,
        
'apiproducts',
        array(
          
'methods' => array(
            
'delete' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'DELETE',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'updateDeveloperAppKeyApiProduct' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'action' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_developers_apps_keys_create = new Google_Service_Apigee_Resource_OrganizationsDevelopersAppsKeysCreate(
        
$this,
        
$this->serviceName,
        
'create',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v1/{+parent}/keys/create',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_developers_attributes = new Google_Service_Apigee_Resource_OrganizationsDevelopersAttributes(
        
$this,
        
$this->serviceName,
        
'attributes',
        array(
          
'methods' => array(
            
'delete' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'DELETE',
              
'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,
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/{+parent}/attributes',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'updateDeveloperAttribute' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_developers_subscriptions = new Google_Service_Apigee_Resource_OrganizationsDevelopersSubscriptions(
        
$this,
        
$this->serviceName,
        
'subscriptions',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v1/{+parent}/subscriptions',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'expire' => array(
              
'path' => 'v1/{+name}:expire',
              
'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,
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/{+parent}/subscriptions',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'count' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'startKey' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_envgroups = new Google_Service_Apigee_Resource_OrganizationsEnvgroups(
        
$this,
        
$this->serviceName,
        
'envgroups',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v1/{+parent}/envgroups',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'name' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'delete' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'DELETE',
              
'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,
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/{+parent}/envgroups',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'pageSize' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'patch' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'PATCH',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'updateMask' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_envgroups_attachments = new Google_Service_Apigee_Resource_OrganizationsEnvgroupsAttachments(
        
$this,
        
$this->serviceName,
        
'attachments',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v1/{+parent}/attachments',
              
'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,
                ),
              ),
            ),
'get' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/{+parent}/attachments',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'pageSize' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_environments = new Google_Service_Apigee_Resource_OrganizationsEnvironments(
        
$this,
        
$this->serviceName,
        
'environments',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v1/{+parent}/environments',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'name' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'delete' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'DELETE',
              
'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,
                ),
              ),
            ),
'getDebugmask' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'getDeployedConfig' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'getIamPolicy' => array(
              
'path' => 'v1/{+resource}:getIamPolicy',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'resource' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'options.requestedPolicyVersion' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
              ),
            ),
'getTraceConfig' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'setIamPolicy' => array(
              
'path' => 'v1/{+resource}:setIamPolicy',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'resource' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'subscribe' => array(
              
'path' => 'v1/{+parent}:subscribe',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'testIamPermissions' => array(
              
'path' => 'v1/{+resource}:testIamPermissions',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'resource' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'unsubscribe' => array(
              
'path' => 'v1/{+parent}:unsubscribe',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'update' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'PUT',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'updateDebugmask' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'PATCH',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'replaceRepeatedFields' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'updateMask' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'updateEnvironment' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'updateTraceConfig' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'PATCH',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'updateMask' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_environments_analytics_admin = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsAnalyticsAdmin(
        
$this,
        
$this->serviceName,
        
'admin',
        array(
          
'methods' => array(
            
'getSchemav2' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'disableCache' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'type' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_environments_analytics_exports = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsAnalyticsExports(
        
$this,
        
$this->serviceName,
        
'exports',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v1/{+parent}/analytics/exports',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'get' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/{+parent}/analytics/exports',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_environments_apis_deployments = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsApisDeployments(
        
$this,
        
$this->serviceName,
        
'deployments',
        array(
          
'methods' => array(
            
'list' => array(
              
'path' => 'v1/{+parent}/deployments',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_environments_apis_revisions = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsApisRevisions(
        
$this,
        
$this->serviceName,
        
'revisions',
        array(
          
'methods' => array(
            
'deploy' => array(
              
'path' => 'v1/{+name}/deployments',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'override' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'sequencedRollout' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
'getDeployments' => array(
              
'path' => 'v1/{+name}/deployments',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'undeploy' => array(
              
'path' => 'v1/{+name}/deployments',
              
'httpMethod' => 'DELETE',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'sequencedRollout' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_environments_apis_revisions_debugsessions = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsApisRevisionsDebugsessions(
        
$this,
        
$this->serviceName,
        
'debugsessions',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v1/{+parent}/debugsessions',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'timeout' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'deleteData' => array(
              
'path' => 'v1/{+name}/data',
              
'httpMethod' => 'DELETE',
              
'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,
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/{+parent}/debugsessions',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'pageSize' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_environments_apis_revisions_debugsessions_data = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsApisRevisionsDebugsessionsData(
        
$this,
        
$this->serviceName,
        
'data',
        array(
          
'methods' => array(
            
'get' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_environments_apis_revisions_deployments = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsApisRevisionsDeployments(
        
$this,
        
$this->serviceName,
        
'deployments',
        array(
          
'methods' => array(
            
'generateDeployChangeReport' => array(
              
'path' => 'v1/{+name}/deployments:generateDeployChangeReport',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'override' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
'generateUndeployChangeReport' => array(
              
'path' => 'v1/{+name}/deployments:generateUndeployChangeReport',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_environments_caches = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsCaches(
        
$this,
        
$this->serviceName,
        
'caches',
        array(
          
'methods' => array(
            
'delete' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'DELETE',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_environments_deployments = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsDeployments(
        
$this,
        
$this->serviceName,
        
'deployments',
        array(
          
'methods' => array(
            
'list' => array(
              
'path' => 'v1/{+parent}/deployments',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'sharedFlows' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_environments_flowhooks = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsFlowhooks(
        
$this,
        
$this->serviceName,
        
'flowhooks',
        array(
          
'methods' => array(
            
'attachSharedFlowToFlowHook' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'PUT',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'detachSharedFlowFromFlowHook' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'DELETE',
              
'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,
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_environments_keystores = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsKeystores(
        
$this,
        
$this->serviceName,
        
'keystores',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v1/{+parent}/keystores',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'name' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'delete' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'DELETE',
              
'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,
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_environments_keystores_aliases = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsKeystoresAliases(
        
$this,
        
$this->serviceName,
        
'aliases',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v1/{+parent}/aliases',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'_password' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'alias' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'format' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'ignoreExpiryValidation' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'ignoreNewlineValidation' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
'csr' => array(
              
'path' => 'v1/{+name}/csr',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'delete' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'DELETE',
              
'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,
                ),
              ),
            ),
'getCertificate' => array(
              
'path' => 'v1/{+name}/certificate',
              
'httpMethod' => 'GET',
              
'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,
                ),
                
'ignoreExpiryValidation' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'ignoreNewlineValidation' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_environments_keyvaluemaps = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsKeyvaluemaps(
        
$this,
        
$this->serviceName,
        
'keyvaluemaps',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v1/{+parent}/keyvaluemaps',
              
'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,
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_environments_optimizedStats = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsOptimizedStats(
        
$this,
        
$this->serviceName,
        
'optimizedStats',
        array(
          
'methods' => array(
            
'get' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'accuracy' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'aggTable' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'filter' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'limit' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'offset' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'realtime' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'select' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'sonar' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'sort' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'sortby' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'timeRange' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'timeUnit' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'topk' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'tsAscending' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'tzo' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_environments_queries = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsQueries(
        
$this,
        
$this->serviceName,
        
'queries',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v1/{+parent}/queries',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'get' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'getResult' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/{+parent}/queries',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'dataset' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'from' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'inclQueriesWithoutReport' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'status' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'submittedBy' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'to' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_environments_references = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsReferences(
        
$this,
        
$this->serviceName,
        
'references',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v1/{+parent}/references',
              
'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,
                ),
              ),
            ),
'get' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'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->organizations_environments_resourcefiles = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsResourcefiles(
        
$this,
        
$this->serviceName,
        
'resourcefiles',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v1/{+parent}/resourcefiles',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'name' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'type' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'delete' => array(
              
'path' => 'v1/{+parent}/resourcefiles/{type}/{name}',
              
'httpMethod' => 'DELETE',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'type' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'get' => array(
              
'path' => 'v1/{+parent}/resourcefiles/{type}/{name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'type' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/{+parent}/resourcefiles',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'type' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'listEnvironmentResources' => array(
              
'path' => 'v1/{+parent}/resourcefiles/{type}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'type' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'update' => array(
              
'path' => 'v1/{+parent}/resourcefiles/{type}/{name}',
              
'httpMethod' => 'PUT',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'type' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_environments_sharedflows_deployments = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsSharedflowsDeployments(
        
$this,
        
$this->serviceName,
        
'deployments',
        array(
          
'methods' => array(
            
'list' => array(
              
'path' => 'v1/{+parent}/deployments',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_environments_sharedflows_revisions = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsSharedflowsRevisions(
        
$this,
        
$this->serviceName,
        
'revisions',
        array(
          
'methods' => array(
            
'deploy' => array(
              
'path' => 'v1/{+name}/deployments',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'override' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
'getDeployments' => array(
              
'path' => 'v1/{+name}/deployments',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'undeploy' => array(
              
'path' => 'v1/{+name}/deployments',
              
'httpMethod' => 'DELETE',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_environments_stats = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsStats(
        
$this,
        
$this->serviceName,
        
'stats',
        array(
          
'methods' => array(
            
'get' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'accuracy' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'aggTable' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'filter' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'limit' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'offset' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'realtime' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'select' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'sonar' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'sort' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'sortby' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'timeRange' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'timeUnit' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'topk' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'tsAscending' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'tzo' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_environments_targetservers = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsTargetservers(
        
$this,
        
$this->serviceName,
        
'targetservers',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v1/{+parent}/targetservers',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'name' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'delete' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'DELETE',
              
'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,
                ),
              ),
            ),
'update' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'PUT',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_environments_traceConfig_overrides = new Google_Service_Apigee_Resource_OrganizationsEnvironmentsTraceConfigOverrides(
        
$this,
        
$this->serviceName,
        
'overrides',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v1/{+parent}/overrides',
              
'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,
                ),
              ),
            ),
'get' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/{+parent}/overrides',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'pageSize' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'patch' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'PATCH',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'updateMask' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_hostQueries = new Google_Service_Apigee_Resource_OrganizationsHostQueries(
        
$this,
        
$this->serviceName,
        
'hostQueries',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v1/{+parent}/hostQueries',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'get' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'getResult' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'getResultView' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/{+parent}/hostQueries',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'dataset' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'envgroupHostname' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'from' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'inclQueriesWithoutReport' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'status' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'submittedBy' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'to' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_hostStats = new Google_Service_Apigee_Resource_OrganizationsHostStats(
        
$this,
        
$this->serviceName,
        
'hostStats',
        array(
          
'methods' => array(
            
'get' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'accuracy' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'envgroupHostname' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'filter' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'limit' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'offset' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'realtime' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'select' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'sort' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'sortby' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'timeRange' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'timeUnit' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'topk' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'tsAscending' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'tzo' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_instances = new Google_Service_Apigee_Resource_OrganizationsInstances(
        
$this,
        
$this->serviceName,
        
'instances',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v1/{+parent}/instances',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'environments' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                ),
              ),
            ),
'delete' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'DELETE',
              
'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,
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/{+parent}/instances',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'pageSize' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'reportStatus' => array(
              
'path' => 'v1/{+instance}:reportStatus',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'instance' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_instances_attachments = new Google_Service_Apigee_Resource_OrganizationsInstancesAttachments(
        
$this,
        
$this->serviceName,
        
'attachments',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v1/{+parent}/attachments',
              
'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,
                ),
              ),
            ),
'get' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/{+parent}/attachments',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'pageSize' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_instances_canaryevaluations = new Google_Service_Apigee_Resource_OrganizationsInstancesCanaryevaluations(
        
$this,
        
$this->serviceName,
        
'canaryevaluations',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v1/{+parent}/canaryevaluations',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'get' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_instances_natAddresses = new Google_Service_Apigee_Resource_OrganizationsInstancesNatAddresses(
        
$this,
        
$this->serviceName,
        
'natAddresses',
        array(
          
'methods' => array(
            
'activate' => array(
              
'path' => 'v1/{+name}:activate',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'create' => array(
              
'path' => 'v1/{+parent}/natAddresses',
              
'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,
                ),
              ),
            ),
'get' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/{+parent}/natAddresses',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'pageSize' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_keyvaluemaps = new Google_Service_Apigee_Resource_OrganizationsKeyvaluemaps(
        
$this,
        
$this->serviceName,
        
'keyvaluemaps',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v1/{+parent}/keyvaluemaps',
              
'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,
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_operations = new Google_Service_Apigee_Resource_OrganizationsOperations(
        
$this,
        
$this->serviceName,
        
'operations',
        array(
          
'methods' => array(
            
'get' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/{+name}/operations',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => 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->organizations_optimizedHostStats = new Google_Service_Apigee_Resource_OrganizationsOptimizedHostStats(
        
$this,
        
$this->serviceName,
        
'optimizedHostStats',
        array(
          
'methods' => array(
            
'get' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'accuracy' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'envgroupHostname' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'filter' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'limit' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'offset' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'realtime' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'select' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'sort' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'sortby' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'timeRange' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'timeUnit' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'topk' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'tsAscending' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'tzo' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_reports = new Google_Service_Apigee_Resource_OrganizationsReports(
        
$this,
        
$this->serviceName,
        
'reports',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v1/{+parent}/reports',
              
'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,
                ),
              ),
            ),
'get' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/{+parent}/reports',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'expand' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
'update' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'PUT',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_sharedflows = new Google_Service_Apigee_Resource_OrganizationsSharedflows(
        
$this,
        
$this->serviceName,
        
'sharedflows',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v1/{+parent}/sharedflows',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'action' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'name' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'delete' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'DELETE',
              
'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,
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/{+parent}/sharedflows',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'includeMetaData' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'includeRevisions' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_sharedflows_deployments = new Google_Service_Apigee_Resource_OrganizationsSharedflowsDeployments(
        
$this,
        
$this->serviceName,
        
'deployments',
        array(
          
'methods' => array(
            
'list' => array(
              
'path' => 'v1/{+parent}/deployments',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_sharedflows_revisions = new Google_Service_Apigee_Resource_OrganizationsSharedflowsRevisions(
        
$this,
        
$this->serviceName,
        
'revisions',
        array(
          
'methods' => array(
            
'delete' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'DELETE',
              
'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,
                ),
                
'format' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'updateSharedFlowRevision' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'validate' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_sharedflows_revisions_deployments = new Google_Service_Apigee_Resource_OrganizationsSharedflowsRevisionsDeployments(
        
$this,
        
$this->serviceName,
        
'deployments',
        array(
          
'methods' => array(
            
'list' => array(
              
'path' => 'v1/{+parent}/deployments',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->organizations_sites_apicategories = new Google_Service_Apigee_Resource_OrganizationsSitesApicategories(
        
$this,
        
$this->serviceName,
        
'apicategories',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v1/{+parent}/apicategories',
              
'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,
                ),
              ),
            ),
'get' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/{+parent}/apicategories',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'patch' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'PATCH',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->projects = new Google_Service_Apigee_Resource_Projects(
        
$this,
        
$this->serviceName,
        
'projects',
        array(
          
'methods' => array(
            
'provisionOrganization' => array(
              
'path' => 'v1/{+project}:provisionOrganization',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'project' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
  }
}

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