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


Viewing file:     Dataproc.php (35.3 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 Dataproc (v1).
 *
 * <p>
 * Manages Hadoop-based clusters and jobs on Google Cloud Platform.</p>
 *
 * <p>
 * For more information about this service, see the API
 * <a href="https://cloud.google.com/dataproc/" target="_blank">Documentation</a>
 * </p>
 *
 * @author Google, Inc.
 */
class Google_Service_Dataproc extends Google_Service
{
  
/** See, edit, configure, and delete your Google Cloud Platform data. */
  
const CLOUD_PLATFORM =
      
"https://www.googleapis.com/auth/cloud-platform";

  public 
$projects_locations_autoscalingPolicies;
  public 
$projects_locations_workflowTemplates;
  public 
$projects_regions_autoscalingPolicies;
  public 
$projects_regions_clusters;
  public 
$projects_regions_jobs;
  public 
$projects_regions_operations;
  public 
$projects_regions_workflowTemplates;

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

    
$this->projects_locations_autoscalingPolicies = new Google_Service_Dataproc_Resource_ProjectsLocationsAutoscalingPolicies(
        
$this,
        
$this->serviceName,
        
'autoscalingPolicies',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v1/{+parent}/autoscalingPolicies',
              
'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,
                ),
              ),
            ),
'getIamPolicy' => array(
              
'path' => 'v1/{+resource}:getIamPolicy',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'resource' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/{+parent}/autoscalingPolicies',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'pageSize' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'setIamPolicy' => array(
              
'path' => 'v1/{+resource}:setIamPolicy',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'resource' => 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,
                ),
              ),
            ),
'update' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'PUT',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->projects_locations_workflowTemplates = new Google_Service_Dataproc_Resource_ProjectsLocationsWorkflowTemplates(
        
$this,
        
$this->serviceName,
        
'workflowTemplates',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v1/{+parent}/workflowTemplates',
              
'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,
                ),
                
'version' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
              ),
            ),
'get' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'version' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
              ),
            ),
'getIamPolicy' => array(
              
'path' => 'v1/{+resource}:getIamPolicy',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'resource' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'instantiate' => array(
              
'path' => 'v1/{+name}:instantiate',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'instantiateInline' => array(
              
'path' => 'v1/{+parent}/workflowTemplates:instantiateInline',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'requestId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/{+parent}/workflowTemplates',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'pageSize' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'setIamPolicy' => array(
              
'path' => 'v1/{+resource}:setIamPolicy',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'resource' => 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,
                ),
              ),
            ),
'update' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'PUT',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->projects_regions_autoscalingPolicies = new Google_Service_Dataproc_Resource_ProjectsRegionsAutoscalingPolicies(
        
$this,
        
$this->serviceName,
        
'autoscalingPolicies',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v1/{+parent}/autoscalingPolicies',
              
'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,
                ),
              ),
            ),
'getIamPolicy' => array(
              
'path' => 'v1/{+resource}:getIamPolicy',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'resource' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/{+parent}/autoscalingPolicies',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'pageSize' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'setIamPolicy' => array(
              
'path' => 'v1/{+resource}:setIamPolicy',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'resource' => 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,
                ),
              ),
            ),
'update' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'PUT',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->projects_regions_clusters = new Google_Service_Dataproc_Resource_ProjectsRegionsClusters(
        
$this,
        
$this->serviceName,
        
'clusters',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v1/projects/{projectId}/regions/{region}/clusters',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'region' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'requestId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'delete' => array(
              
'path' => 'v1/projects/{projectId}/regions/{region}/clusters/{clusterName}',
              
'httpMethod' => 'DELETE',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'region' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'clusterName' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'clusterUuid' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'requestId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'diagnose' => array(
              
'path' => 'v1/projects/{projectId}/regions/{region}/clusters/{clusterName}:diagnose',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'region' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'clusterName' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'get' => array(
              
'path' => 'v1/projects/{projectId}/regions/{region}/clusters/{clusterName}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'region' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'clusterName' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'getIamPolicy' => array(
              
'path' => 'v1/{+resource}:getIamPolicy',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'resource' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'injectCredentials' => array(
              
'path' => 'v1/{+project}/{+region}/{+cluster}:injectCredentials',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'project' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'region' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'cluster' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/projects/{projectId}/regions/{region}/clusters',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'region' => 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',
                ),
              ),
            ),
'patch' => array(
              
'path' => 'v1/projects/{projectId}/regions/{region}/clusters/{clusterName}',
              
'httpMethod' => 'PATCH',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'region' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'clusterName' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'gracefulDecommissionTimeout' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'requestId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'updateMask' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'setIamPolicy' => array(
              
'path' => 'v1/{+resource}:setIamPolicy',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'resource' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'start' => array(
              
'path' => 'v1/projects/{projectId}/regions/{region}/clusters/{clusterName}:start',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'region' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'clusterName' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'stop' => array(
              
'path' => 'v1/projects/{projectId}/regions/{region}/clusters/{clusterName}:stop',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'region' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'clusterName' => 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,
                ),
              ),
            ),
          )
        )
    );
    
$this->projects_regions_jobs = new Google_Service_Dataproc_Resource_ProjectsRegionsJobs(
        
$this,
        
$this->serviceName,
        
'jobs',
        array(
          
'methods' => array(
            
'cancel' => array(
              
'path' => 'v1/projects/{projectId}/regions/{region}/jobs/{jobId}:cancel',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'region' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'jobId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'delete' => array(
              
'path' => 'v1/projects/{projectId}/regions/{region}/jobs/{jobId}',
              
'httpMethod' => 'DELETE',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'region' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'jobId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'get' => array(
              
'path' => 'v1/projects/{projectId}/regions/{region}/jobs/{jobId}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'region' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'jobId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'getIamPolicy' => array(
              
'path' => 'v1/{+resource}:getIamPolicy',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'resource' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/projects/{projectId}/regions/{region}/jobs',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'region' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'clusterName' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'filter' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'jobStateMatcher' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'pageSize' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'patch' => array(
              
'path' => 'v1/projects/{projectId}/regions/{region}/jobs/{jobId}',
              
'httpMethod' => 'PATCH',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'region' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'jobId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'updateMask' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'setIamPolicy' => array(
              
'path' => 'v1/{+resource}:setIamPolicy',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'resource' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'submit' => array(
              
'path' => 'v1/projects/{projectId}/regions/{region}/jobs:submit',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'region' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'submitAsOperation' => array(
              
'path' => 'v1/projects/{projectId}/regions/{region}/jobs:submitAsOperation',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'region' => 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,
                ),
              ),
            ),
          )
        )
    );
    
$this->projects_regions_operations = new Google_Service_Dataproc_Resource_ProjectsRegionsOperations(
        
$this,
        
$this->serviceName,
        
'operations',
        array(
          
'methods' => array(
            
'cancel' => array(
              
'path' => 'v1/{+name}:cancel',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'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,
                ),
              ),
            ),
'getIamPolicy' => array(
              
'path' => 'v1/{+resource}:getIamPolicy',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'resource' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/{+name}',
              
'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',
                ),
              ),
            ),
'setIamPolicy' => array(
              
'path' => 'v1/{+resource}:setIamPolicy',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'resource' => 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,
                ),
              ),
            ),
          )
        )
    );
    
$this->projects_regions_workflowTemplates = new Google_Service_Dataproc_Resource_ProjectsRegionsWorkflowTemplates(
        
$this,
        
$this->serviceName,
        
'workflowTemplates',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v1/{+parent}/workflowTemplates',
              
'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,
                ),
                
'version' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
              ),
            ),
'get' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'version' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
              ),
            ),
'getIamPolicy' => array(
              
'path' => 'v1/{+resource}:getIamPolicy',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'resource' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'instantiate' => array(
              
'path' => 'v1/{+name}:instantiate',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'instantiateInline' => array(
              
'path' => 'v1/{+parent}/workflowTemplates:instantiateInline',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'requestId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1/{+parent}/workflowTemplates',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'pageSize' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'setIamPolicy' => array(
              
'path' => 'v1/{+resource}:setIamPolicy',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'resource' => 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,
                ),
              ),
            ),
'update' => array(
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'PUT',
              
'parameters' => array(
                
'name' => 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.0109 ]--