!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)

/uploads/script/vendor/google/apiclient-services/src/Google/Service/   drwxr-xr-x
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:     Dataflow.php (39.24 KB)      -rw-r--r--
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 Dataflow (v1b3).
 *
 * <p>
 * Manages Google Cloud Dataflow projects on Google Cloud Platform.</p>
 *
 * <p>
 * For more information about this service, see the API
 * <a href="https://cloud.google.com/dataflow" target="_blank">Documentation</a>
 * </p>
 *
 * @author Google, Inc.
 */
class Google_Service_Dataflow extends Google_Service
{
  
/** See, edit, configure, and delete your Google Cloud Platform data. */
  
const CLOUD_PLATFORM =
      
"https://www.googleapis.com/auth/cloud-platform";
  
/** View and manage your Google Compute Engine resources. */
  
const COMPUTE =
      
"https://www.googleapis.com/auth/compute";
  
/** View your Google Compute Engine resources. */
  
const COMPUTE_READONLY =
      
"https://www.googleapis.com/auth/compute.readonly";
  
/** See your primary Google Account email address. */
  
const USERINFO_EMAIL =
      
"https://www.googleapis.com/auth/userinfo.email";

  public 
$projects;
  public 
$projects_jobs;
  public 
$projects_jobs_debug;
  public 
$projects_jobs_messages;
  public 
$projects_jobs_workItems;
  public 
$projects_locations;
  public 
$projects_locations_flexTemplates;
  public 
$projects_locations_jobs;
  public 
$projects_locations_jobs_debug;
  public 
$projects_locations_jobs_messages;
  public 
$projects_locations_jobs_snapshots;
  public 
$projects_locations_jobs_stages;
  public 
$projects_locations_jobs_workItems;
  public 
$projects_locations_snapshots;
  public 
$projects_locations_sql;
  public 
$projects_locations_templates;
  public 
$projects_snapshots;
  public 
$projects_templates;

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

    
$this->projects = new Google_Service_Dataflow_Resource_Projects(
        
$this,
        
$this->serviceName,
        
'projects',
        array(
          
'methods' => array(
            
'deleteSnapshots' => array(
              
'path' => 'v1b3/projects/{projectId}/snapshots',
              
'httpMethod' => 'DELETE',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'location' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'snapshotId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'workerMessages' => array(
              
'path' => 'v1b3/projects/{projectId}/WorkerMessages',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->projects_jobs = new Google_Service_Dataflow_Resource_ProjectsJobs(
        
$this,
        
$this->serviceName,
        
'jobs',
        array(
          
'methods' => array(
            
'aggregated' => array(
              
'path' => 'v1b3/projects/{projectId}/jobs:aggregated',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'filter' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'location' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'pageSize' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'view' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'create' => array(
              
'path' => 'v1b3/projects/{projectId}/jobs',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'location' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'replaceJobId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'view' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'get' => array(
              
'path' => 'v1b3/projects/{projectId}/jobs/{jobId}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'jobId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'location' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'view' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'getMetrics' => array(
              
'path' => 'v1b3/projects/{projectId}/jobs/{jobId}/metrics',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'jobId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'location' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'startTime' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1b3/projects/{projectId}/jobs',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'filter' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'location' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'pageSize' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'view' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'snapshot' => array(
              
'path' => 'v1b3/projects/{projectId}/jobs/{jobId}:snapshot',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'jobId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'update' => array(
              
'path' => 'v1b3/projects/{projectId}/jobs/{jobId}',
              
'httpMethod' => 'PUT',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'jobId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'location' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->projects_jobs_debug = new Google_Service_Dataflow_Resource_ProjectsJobsDebug(
        
$this,
        
$this->serviceName,
        
'debug',
        array(
          
'methods' => array(
            
'getConfig' => array(
              
'path' => 'v1b3/projects/{projectId}/jobs/{jobId}/debug/getConfig',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'jobId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'sendCapture' => array(
              
'path' => 'v1b3/projects/{projectId}/jobs/{jobId}/debug/sendCapture',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'jobId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->projects_jobs_messages = new Google_Service_Dataflow_Resource_ProjectsJobsMessages(
        
$this,
        
$this->serviceName,
        
'messages',
        array(
          
'methods' => array(
            
'list' => array(
              
'path' => 'v1b3/projects/{projectId}/jobs/{jobId}/messages',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'jobId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'endTime' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'location' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'minimumImportance' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'pageSize' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'startTime' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->projects_jobs_workItems = new Google_Service_Dataflow_Resource_ProjectsJobsWorkItems(
        
$this,
        
$this->serviceName,
        
'workItems',
        array(
          
'methods' => array(
            
'lease' => array(
              
'path' => 'v1b3/projects/{projectId}/jobs/{jobId}/workItems:lease',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'jobId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'reportStatus' => array(
              
'path' => 'v1b3/projects/{projectId}/jobs/{jobId}/workItems:reportStatus',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'jobId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->projects_locations = new Google_Service_Dataflow_Resource_ProjectsLocations(
        
$this,
        
$this->serviceName,
        
'locations',
        array(
          
'methods' => array(
            
'workerMessages' => array(
              
'path' => 'v1b3/projects/{projectId}/locations/{location}/WorkerMessages',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'location' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->projects_locations_flexTemplates = new Google_Service_Dataflow_Resource_ProjectsLocationsFlexTemplates(
        
$this,
        
$this->serviceName,
        
'flexTemplates',
        array(
          
'methods' => array(
            
'launch' => array(
              
'path' => 'v1b3/projects/{projectId}/locations/{location}/flexTemplates:launch',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'location' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->projects_locations_jobs = new Google_Service_Dataflow_Resource_ProjectsLocationsJobs(
        
$this,
        
$this->serviceName,
        
'jobs',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'location' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'replaceJobId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'view' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'get' => array(
              
'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'location' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'jobId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'view' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'getExecutionDetails' => array(
              
'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/executionDetails',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'location' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'jobId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'pageSize' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'getMetrics' => array(
              
'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/metrics',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'location' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'jobId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'startTime' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'location' => 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',
                ),
                
'view' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'snapshot' => array(
              
'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}:snapshot',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'location' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'jobId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'update' => array(
              
'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}',
              
'httpMethod' => 'PUT',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'location' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'jobId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->projects_locations_jobs_debug = new Google_Service_Dataflow_Resource_ProjectsLocationsJobsDebug(
        
$this,
        
$this->serviceName,
        
'debug',
        array(
          
'methods' => array(
            
'getConfig' => array(
              
'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/debug/getConfig',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'location' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'jobId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'sendCapture' => array(
              
'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/debug/sendCapture',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'location' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'jobId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->projects_locations_jobs_messages = new Google_Service_Dataflow_Resource_ProjectsLocationsJobsMessages(
        
$this,
        
$this->serviceName,
        
'messages',
        array(
          
'methods' => array(
            
'list' => array(
              
'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/messages',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'location' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'jobId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'endTime' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'minimumImportance' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'pageSize' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'startTime' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->projects_locations_jobs_snapshots = new Google_Service_Dataflow_Resource_ProjectsLocationsJobsSnapshots(
        
$this,
        
$this->serviceName,
        
'snapshots',
        array(
          
'methods' => array(
            
'list' => array(
              
'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/snapshots',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'location' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'jobId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->projects_locations_jobs_stages = new Google_Service_Dataflow_Resource_ProjectsLocationsJobsStages(
        
$this,
        
$this->serviceName,
        
'stages',
        array(
          
'methods' => array(
            
'getExecutionDetails' => array(
              
'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/stages/{stageId}/executionDetails',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'location' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'jobId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'stageId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'endTime' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'pageSize' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'startTime' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->projects_locations_jobs_workItems = new Google_Service_Dataflow_Resource_ProjectsLocationsJobsWorkItems(
        
$this,
        
$this->serviceName,
        
'workItems',
        array(
          
'methods' => array(
            
'lease' => array(
              
'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/workItems:lease',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'location' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'jobId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'reportStatus' => array(
              
'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/workItems:reportStatus',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'location' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'jobId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->projects_locations_snapshots = new Google_Service_Dataflow_Resource_ProjectsLocationsSnapshots(
        
$this,
        
$this->serviceName,
        
'snapshots',
        array(
          
'methods' => array(
            
'delete' => array(
              
'path' => 'v1b3/projects/{projectId}/locations/{location}/snapshots/{snapshotId}',
              
'httpMethod' => 'DELETE',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'location' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'snapshotId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'get' => array(
              
'path' => 'v1b3/projects/{projectId}/locations/{location}/snapshots/{snapshotId}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'location' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'snapshotId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1b3/projects/{projectId}/locations/{location}/snapshots',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'location' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'jobId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->projects_locations_sql = new Google_Service_Dataflow_Resource_ProjectsLocationsSql(
        
$this,
        
$this->serviceName,
        
'sql',
        array(
          
'methods' => array(
            
'validate' => array(
              
'path' => 'v1b3/projects/{projectId}/locations/{location}/sql:validate',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'location' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'query' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->projects_locations_templates = new Google_Service_Dataflow_Resource_ProjectsLocationsTemplates(
        
$this,
        
$this->serviceName,
        
'templates',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v1b3/projects/{projectId}/locations/{location}/templates',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'location' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'get' => array(
              
'path' => 'v1b3/projects/{projectId}/locations/{location}/templates:get',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'location' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'gcsPath' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'view' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'launch' => array(
              
'path' => 'v1b3/projects/{projectId}/locations/{location}/templates:launch',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'location' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'dynamicTemplate.gcsPath' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'dynamicTemplate.stagingLocation' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'gcsPath' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'validateOnly' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
          )
        )
    );
    
$this->projects_snapshots = new Google_Service_Dataflow_Resource_ProjectsSnapshots(
        
$this,
        
$this->serviceName,
        
'snapshots',
        array(
          
'methods' => array(
            
'get' => array(
              
'path' => 'v1b3/projects/{projectId}/snapshots/{snapshotId}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'snapshotId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'location' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'list' => array(
              
'path' => 'v1b3/projects/{projectId}/snapshots',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'jobId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'location' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->projects_templates = new Google_Service_Dataflow_Resource_ProjectsTemplates(
        
$this,
        
$this->serviceName,
        
'templates',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v1b3/projects/{projectId}/templates',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'get' => array(
              
'path' => 'v1b3/projects/{projectId}/templates:get',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'gcsPath' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'location' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'view' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'launch' => array(
              
'path' => 'v1b3/projects/{projectId}/templates:launch',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'projectId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'dynamicTemplate.gcsPath' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'dynamicTemplate.stagingLocation' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'gcsPath' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'location' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'validateOnly' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
          )
        )
    );
  }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

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

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