!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/smm.picotech.app/public_html/vendor/google/apiclient-services/src/   drwxr-xr-x
Free 28.57 GB of 117.98 GB (24.21%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

namespace Google\Service;

use 
Google\Client;

/**
 * Service definition for CloudKMS (v1).
 *
 * <p>
 * Manages keys and performs cryptographic operations in a central cloud
 * service, for direct use by other cloud resources and applications.</p>
 *
 * <p>
 * For more information about this service, see the API
 * <a href="https://cloud.google.com/kms/" target="_blank">Documentation</a>
 * </p>
 *
 * @author Google, Inc.
 */
class CloudKMS extends \Google\Service
{
  
/** See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.. */
  
const CLOUD_PLATFORM =
      
"https://www.googleapis.com/auth/cloud-platform";
  
/** View and manage your keys and secrets stored in Cloud Key Management Service. */
  
const CLOUDKMS =
      
"https://www.googleapis.com/auth/cloudkms";

  public 
$projects_locations;
  public 
$projects_locations_ekmConfig;
  public 
$projects_locations_ekmConnections;
  public 
$projects_locations_keyRings;
  public 
$projects_locations_keyRings_cryptoKeys;
  public 
$projects_locations_keyRings_cryptoKeys_cryptoKeyVersions;
  public 
$projects_locations_keyRings_importJobs;

  
/**
   * Constructs the internal representation of the CloudKMS service.
   *
   * @param Client|array $clientOrConfig The client used to deliver requests, or a
   *                                     config array to pass to a new Client instance.
   * @param string $rootUrl The root URL used for requests to the service.
   */
  
public function __construct($clientOrConfig = [], $rootUrl null)
  {
    
parent::__construct($clientOrConfig);
    
$this->rootUrl $rootUrl ?: 'https://cloudkms.googleapis.com/';
    
$this->servicePath '';
    
$this->batchPath 'batch';
    
$this->version 'v1';
    
$this->serviceName 'cloudkms';

    
$this->projects_locations = new CloudKMS\Resource\ProjectsLocations(
        
$this,
        
$this->serviceName,
        
'locations',
        [
          
'methods' => [
            
'generateRandomBytes' => [
              
'path' => 'v1/{+location}:generateRandomBytes',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'location' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'get' => [
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'getEkmConfig' => [
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'list' => [
              
'path' => 'v1/{+name}/locations',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
                
'filter' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
                
'pageSize' => [
                  
'location' => 'query',
                  
'type' => 'integer',
                ],
                
'pageToken' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
              ],
            ],
'updateEkmConfig' => [
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'PATCH',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
                
'updateMask' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
              ],
            ],
          ]
        ]
    );
    
$this->projects_locations_ekmConfig = new CloudKMS\Resource\ProjectsLocationsEkmConfig(
        
$this,
        
$this->serviceName,
        
'ekmConfig',
        [
          
'methods' => [
            
'getIamPolicy' => [
              
'path' => 'v1/{+resource}:getIamPolicy',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'resource' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
                
'options.requestedPolicyVersion' => [
                  
'location' => 'query',
                  
'type' => 'integer',
                ],
              ],
            ],
'setIamPolicy' => [
              
'path' => 'v1/{+resource}:setIamPolicy',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'resource' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'testIamPermissions' => [
              
'path' => 'v1/{+resource}:testIamPermissions',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'resource' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
          ]
        ]
    );
    
$this->projects_locations_ekmConnections = new CloudKMS\Resource\ProjectsLocationsEkmConnections(
        
$this,
        
$this->serviceName,
        
'ekmConnections',
        [
          
'methods' => [
            
'create' => [
              
'path' => 'v1/{+parent}/ekmConnections',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'parent' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
                
'ekmConnectionId' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
              ],
            ],
'get' => [
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'getIamPolicy' => [
              
'path' => 'v1/{+resource}:getIamPolicy',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'resource' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
                
'options.requestedPolicyVersion' => [
                  
'location' => 'query',
                  
'type' => 'integer',
                ],
              ],
            ],
'list' => [
              
'path' => 'v1/{+parent}/ekmConnections',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'parent' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
                
'filter' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
                
'orderBy' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
                
'pageSize' => [
                  
'location' => 'query',
                  
'type' => 'integer',
                ],
                
'pageToken' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
              ],
            ],
'patch' => [
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'PATCH',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
                
'updateMask' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
              ],
            ],
'setIamPolicy' => [
              
'path' => 'v1/{+resource}:setIamPolicy',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'resource' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'testIamPermissions' => [
              
'path' => 'v1/{+resource}:testIamPermissions',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'resource' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'verifyConnectivity' => [
              
'path' => 'v1/{+name}:verifyConnectivity',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
          ]
        ]
    );
    
$this->projects_locations_keyRings = new CloudKMS\Resource\ProjectsLocationsKeyRings(
        
$this,
        
$this->serviceName,
        
'keyRings',
        [
          
'methods' => [
            
'create' => [
              
'path' => 'v1/{+parent}/keyRings',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'parent' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
                
'keyRingId' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
              ],
            ],
'get' => [
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'getIamPolicy' => [
              
'path' => 'v1/{+resource}:getIamPolicy',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'resource' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
                
'options.requestedPolicyVersion' => [
                  
'location' => 'query',
                  
'type' => 'integer',
                ],
              ],
            ],
'list' => [
              
'path' => 'v1/{+parent}/keyRings',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'parent' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
                
'filter' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
                
'orderBy' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
                
'pageSize' => [
                  
'location' => 'query',
                  
'type' => 'integer',
                ],
                
'pageToken' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
              ],
            ],
'setIamPolicy' => [
              
'path' => 'v1/{+resource}:setIamPolicy',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'resource' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'testIamPermissions' => [
              
'path' => 'v1/{+resource}:testIamPermissions',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'resource' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
          ]
        ]
    );
    
$this->projects_locations_keyRings_cryptoKeys = new CloudKMS\Resource\ProjectsLocationsKeyRingsCryptoKeys(
        
$this,
        
$this->serviceName,
        
'cryptoKeys',
        [
          
'methods' => [
            
'create' => [
              
'path' => 'v1/{+parent}/cryptoKeys',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'parent' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
                
'cryptoKeyId' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
                
'skipInitialVersionCreation' => [
                  
'location' => 'query',
                  
'type' => 'boolean',
                ],
              ],
            ],
'decrypt' => [
              
'path' => 'v1/{+name}:decrypt',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'encrypt' => [
              
'path' => 'v1/{+name}:encrypt',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'get' => [
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'getIamPolicy' => [
              
'path' => 'v1/{+resource}:getIamPolicy',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'resource' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
                
'options.requestedPolicyVersion' => [
                  
'location' => 'query',
                  
'type' => 'integer',
                ],
              ],
            ],
'list' => [
              
'path' => 'v1/{+parent}/cryptoKeys',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'parent' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
                
'filter' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
                
'orderBy' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
                
'pageSize' => [
                  
'location' => 'query',
                  
'type' => 'integer',
                ],
                
'pageToken' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
                
'versionView' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
              ],
            ],
'patch' => [
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'PATCH',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
                
'updateMask' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
              ],
            ],
'setIamPolicy' => [
              
'path' => 'v1/{+resource}:setIamPolicy',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'resource' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'testIamPermissions' => [
              
'path' => 'v1/{+resource}:testIamPermissions',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'resource' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'updatePrimaryVersion' => [
              
'path' => 'v1/{+name}:updatePrimaryVersion',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
          ]
        ]
    );
    
$this->projects_locations_keyRings_cryptoKeys_cryptoKeyVersions = new CloudKMS\Resource\ProjectsLocationsKeyRingsCryptoKeysCryptoKeyVersions(
        
$this,
        
$this->serviceName,
        
'cryptoKeyVersions',
        [
          
'methods' => [
            
'asymmetricDecrypt' => [
              
'path' => 'v1/{+name}:asymmetricDecrypt',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'asymmetricSign' => [
              
'path' => 'v1/{+name}:asymmetricSign',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'create' => [
              
'path' => 'v1/{+parent}/cryptoKeyVersions',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'parent' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'destroy' => [
              
'path' => 'v1/{+name}:destroy',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'get' => [
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'getPublicKey' => [
              
'path' => 'v1/{+name}/publicKey',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'import' => [
              
'path' => 'v1/{+parent}/cryptoKeyVersions:import',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'parent' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'list' => [
              
'path' => 'v1/{+parent}/cryptoKeyVersions',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'parent' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
                
'filter' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
                
'orderBy' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
                
'pageSize' => [
                  
'location' => 'query',
                  
'type' => 'integer',
                ],
                
'pageToken' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
                
'view' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
              ],
            ],
'macSign' => [
              
'path' => 'v1/{+name}:macSign',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'macVerify' => [
              
'path' => 'v1/{+name}:macVerify',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'patch' => [
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'PATCH',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
                
'updateMask' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
              ],
            ],
'rawDecrypt' => [
              
'path' => 'v1/{+name}:rawDecrypt',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'rawEncrypt' => [
              
'path' => 'v1/{+name}:rawEncrypt',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'restore' => [
              
'path' => 'v1/{+name}:restore',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
          ]
        ]
    );
    
$this->projects_locations_keyRings_importJobs = new CloudKMS\Resource\ProjectsLocationsKeyRingsImportJobs(
        
$this,
        
$this->serviceName,
        
'importJobs',
        [
          
'methods' => [
            
'create' => [
              
'path' => 'v1/{+parent}/importJobs',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'parent' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
                
'importJobId' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
              ],
            ],
'get' => [
              
'path' => 'v1/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'getIamPolicy' => [
              
'path' => 'v1/{+resource}:getIamPolicy',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'resource' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
                
'options.requestedPolicyVersion' => [
                  
'location' => 'query',
                  
'type' => 'integer',
                ],
              ],
            ],
'list' => [
              
'path' => 'v1/{+parent}/importJobs',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'parent' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
                
'filter' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
                
'orderBy' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
                
'pageSize' => [
                  
'location' => 'query',
                  
'type' => 'integer',
                ],
                
'pageToken' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
              ],
            ],
'setIamPolicy' => [
              
'path' => 'v1/{+resource}:setIamPolicy',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'resource' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'testIamPermissions' => [
              
'path' => 'v1/{+resource}:testIamPermissions',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'resource' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
          ]
        ]
    );
  }
}

// Adding a class alias for backwards compatibility with the previous class name.
class_alias(CloudKMS::class, 'Google_Service_CloudKMS');

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