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


Viewing file:     DiscoveryEngine.php (44.08 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 DiscoveryEngine (v1beta).
 *
 * <p>
 * Discovery Engine API.</p>
 *
 * <p>
 * For more information about this service, see the API
 * <a href="https://cloud.google.com/discovery-engine/docs" target="_blank">Documentation</a>
 * </p>
 *
 * @author Google, Inc.
 */
class DiscoveryEngine 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";

  public 
$projects_locations_collections_dataStores;
  public 
$projects_locations_collections_dataStores_branches_documents;
  public 
$projects_locations_collections_dataStores_branches_operations;
  public 
$projects_locations_collections_dataStores_conversations;
  public 
$projects_locations_collections_dataStores_models_operations;
  public 
$projects_locations_collections_dataStores_operations;
  public 
$projects_locations_collections_dataStores_schemas;
  public 
$projects_locations_collections_dataStores_schemas_operations;
  public 
$projects_locations_collections_dataStores_servingConfigs;
  public 
$projects_locations_collections_dataStores_siteSearchEngine_operations;
  public 
$projects_locations_collections_dataStores_siteSearchEngine_targetSites_operations;
  public 
$projects_locations_collections_dataStores_userEvents;
  public 
$projects_locations_collections_engines_operations;
  public 
$projects_locations_collections_operations;
  public 
$projects_locations_dataStores;
  public 
$projects_locations_dataStores_branches_documents;
  public 
$projects_locations_dataStores_branches_operations;
  public 
$projects_locations_dataStores_conversations;
  public 
$projects_locations_dataStores_models_operations;
  public 
$projects_locations_dataStores_operations;
  public 
$projects_locations_dataStores_schemas;
  public 
$projects_locations_dataStores_servingConfigs;
  public 
$projects_locations_dataStores_userEvents;
  public 
$projects_locations_operations;
  public 
$projects_operations;

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

    
$this->projects_locations_collections_dataStores = new DiscoveryEngine\Resource\ProjectsLocationsCollectionsDataStores(
        
$this,
        
$this->serviceName,
        
'dataStores',
        [
          
'methods' => [
            
'completeQuery' => [
              
'path' => 'v1beta/{+dataStore}:completeQuery',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'dataStore' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
                
'includeTailSuggestions' => [
                  
'location' => 'query',
                  
'type' => 'boolean',
                ],
                
'query' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
                
'queryModel' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
                
'userPseudoId' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
              ],
            ],
          ]
        ]
    );
    
$this->projects_locations_collections_dataStores_branches_documents = new DiscoveryEngine\Resource\ProjectsLocationsCollectionsDataStoresBranchesDocuments(
        
$this,
        
$this->serviceName,
        
'documents',
        [
          
'methods' => [
            
'create' => [
              
'path' => 'v1beta/{+parent}/documents',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'parent' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
                
'documentId' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
              ],
            ],
'delete' => [
              
'path' => 'v1beta/{+name}',
              
'httpMethod' => 'DELETE',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'get' => [
              
'path' => 'v1beta/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'import' => [
              
'path' => 'v1beta/{+parent}/documents:import',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'parent' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'list' => [
              
'path' => 'v1beta/{+parent}/documents',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'parent' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
                
'pageSize' => [
                  
'location' => 'query',
                  
'type' => 'integer',
                ],
                
'pageToken' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
              ],
            ],
'patch' => [
              
'path' => 'v1beta/{+name}',
              
'httpMethod' => 'PATCH',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
                
'allowMissing' => [
                  
'location' => 'query',
                  
'type' => 'boolean',
                ],
              ],
            ],
'purge' => [
              
'path' => 'v1beta/{+parent}/documents:purge',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'parent' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
          ]
        ]
    );
    
$this->projects_locations_collections_dataStores_branches_operations = new DiscoveryEngine\Resource\ProjectsLocationsCollectionsDataStoresBranchesOperations(
        
$this,
        
$this->serviceName,
        
'operations',
        [
          
'methods' => [
            
'get' => [
              
'path' => 'v1beta/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'list' => [
              
'path' => 'v1beta/{+name}/operations',
              
'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',
                ],
              ],
            ],
          ]
        ]
    );
    
$this->projects_locations_collections_dataStores_conversations = new DiscoveryEngine\Resource\ProjectsLocationsCollectionsDataStoresConversations(
        
$this,
        
$this->serviceName,
        
'conversations',
        [
          
'methods' => [
            
'converse' => [
              
'path' => 'v1beta/{+name}:converse',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'create' => [
              
'path' => 'v1beta/{+parent}/conversations',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'parent' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'delete' => [
              
'path' => 'v1beta/{+name}',
              
'httpMethod' => 'DELETE',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'get' => [
              
'path' => 'v1beta/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'list' => [
              
'path' => 'v1beta/{+parent}/conversations',
              
'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' => 'v1beta/{+name}',
              
'httpMethod' => 'PATCH',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
                
'updateMask' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
              ],
            ],
          ]
        ]
    );
    
$this->projects_locations_collections_dataStores_models_operations = new DiscoveryEngine\Resource\ProjectsLocationsCollectionsDataStoresModelsOperations(
        
$this,
        
$this->serviceName,
        
'operations',
        [
          
'methods' => [
            
'get' => [
              
'path' => 'v1beta/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'list' => [
              
'path' => 'v1beta/{+name}/operations',
              
'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',
                ],
              ],
            ],
          ]
        ]
    );
    
$this->projects_locations_collections_dataStores_operations = new DiscoveryEngine\Resource\ProjectsLocationsCollectionsDataStoresOperations(
        
$this,
        
$this->serviceName,
        
'operations',
        [
          
'methods' => [
            
'get' => [
              
'path' => 'v1beta/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'list' => [
              
'path' => 'v1beta/{+name}/operations',
              
'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',
                ],
              ],
            ],
          ]
        ]
    );
    
$this->projects_locations_collections_dataStores_schemas = new DiscoveryEngine\Resource\ProjectsLocationsCollectionsDataStoresSchemas(
        
$this,
        
$this->serviceName,
        
'schemas',
        [
          
'methods' => [
            
'create' => [
              
'path' => 'v1beta/{+parent}/schemas',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'parent' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
                
'schemaId' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
              ],
            ],
'delete' => [
              
'path' => 'v1beta/{+name}',
              
'httpMethod' => 'DELETE',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'get' => [
              
'path' => 'v1beta/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'list' => [
              
'path' => 'v1beta/{+parent}/schemas',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'parent' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
                
'pageSize' => [
                  
'location' => 'query',
                  
'type' => 'integer',
                ],
                
'pageToken' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
              ],
            ],
'patch' => [
              
'path' => 'v1beta/{+name}',
              
'httpMethod' => 'PATCH',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
                
'allowMissing' => [
                  
'location' => 'query',
                  
'type' => 'boolean',
                ],
              ],
            ],
          ]
        ]
    );
    
$this->projects_locations_collections_dataStores_schemas_operations = new DiscoveryEngine\Resource\ProjectsLocationsCollectionsDataStoresSchemasOperations(
        
$this,
        
$this->serviceName,
        
'operations',
        [
          
'methods' => [
            
'get' => [
              
'path' => 'v1beta/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'list' => [
              
'path' => 'v1beta/{+name}/operations',
              
'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',
                ],
              ],
            ],
          ]
        ]
    );
    
$this->projects_locations_collections_dataStores_servingConfigs = new DiscoveryEngine\Resource\ProjectsLocationsCollectionsDataStoresServingConfigs(
        
$this,
        
$this->serviceName,
        
'servingConfigs',
        [
          
'methods' => [
            
'recommend' => [
              
'path' => 'v1beta/{+servingConfig}:recommend',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'servingConfig' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'search' => [
              
'path' => 'v1beta/{+servingConfig}:search',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'servingConfig' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
          ]
        ]
    );
    
$this->projects_locations_collections_dataStores_siteSearchEngine_operations = new DiscoveryEngine\Resource\ProjectsLocationsCollectionsDataStoresSiteSearchEngineOperations(
        
$this,
        
$this->serviceName,
        
'operations',
        [
          
'methods' => [
            
'get' => [
              
'path' => 'v1beta/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'list' => [
              
'path' => 'v1beta/{+name}/operations',
              
'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',
                ],
              ],
            ],
          ]
        ]
    );
    
$this->projects_locations_collections_dataStores_siteSearchEngine_targetSites_operations = new DiscoveryEngine\Resource\ProjectsLocationsCollectionsDataStoresSiteSearchEngineTargetSitesOperations(
        
$this,
        
$this->serviceName,
        
'operations',
        [
          
'methods' => [
            
'get' => [
              
'path' => 'v1beta/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'list' => [
              
'path' => 'v1beta/{+name}/operations',
              
'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',
                ],
              ],
            ],
          ]
        ]
    );
    
$this->projects_locations_collections_dataStores_userEvents = new DiscoveryEngine\Resource\ProjectsLocationsCollectionsDataStoresUserEvents(
        
$this,
        
$this->serviceName,
        
'userEvents',
        [
          
'methods' => [
            
'collect' => [
              
'path' => 'v1beta/{+parent}/userEvents:collect',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'parent' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
                
'ets' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
                
'uri' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
                
'userEvent' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
              ],
            ],
'import' => [
              
'path' => 'v1beta/{+parent}/userEvents:import',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'parent' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'write' => [
              
'path' => 'v1beta/{+parent}/userEvents:write',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'parent' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
          ]
        ]
    );
    
$this->projects_locations_collections_engines_operations = new DiscoveryEngine\Resource\ProjectsLocationsCollectionsEnginesOperations(
        
$this,
        
$this->serviceName,
        
'operations',
        [
          
'methods' => [
            
'get' => [
              
'path' => 'v1beta/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'list' => [
              
'path' => 'v1beta/{+name}/operations',
              
'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',
                ],
              ],
            ],
          ]
        ]
    );
    
$this->projects_locations_collections_operations = new DiscoveryEngine\Resource\ProjectsLocationsCollectionsOperations(
        
$this,
        
$this->serviceName,
        
'operations',
        [
          
'methods' => [
            
'get' => [
              
'path' => 'v1beta/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'list' => [
              
'path' => 'v1beta/{+name}/operations',
              
'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',
                ],
              ],
            ],
          ]
        ]
    );
    
$this->projects_locations_dataStores = new DiscoveryEngine\Resource\ProjectsLocationsDataStores(
        
$this,
        
$this->serviceName,
        
'dataStores',
        [
          
'methods' => [
            
'completeQuery' => [
              
'path' => 'v1beta/{+dataStore}:completeQuery',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'dataStore' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
                
'includeTailSuggestions' => [
                  
'location' => 'query',
                  
'type' => 'boolean',
                ],
                
'query' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
                
'queryModel' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
                
'userPseudoId' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
              ],
            ],
          ]
        ]
    );
    
$this->projects_locations_dataStores_branches_documents = new DiscoveryEngine\Resource\ProjectsLocationsDataStoresBranchesDocuments(
        
$this,
        
$this->serviceName,
        
'documents',
        [
          
'methods' => [
            
'create' => [
              
'path' => 'v1beta/{+parent}/documents',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'parent' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
                
'documentId' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
              ],
            ],
'delete' => [
              
'path' => 'v1beta/{+name}',
              
'httpMethod' => 'DELETE',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'get' => [
              
'path' => 'v1beta/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'import' => [
              
'path' => 'v1beta/{+parent}/documents:import',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'parent' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'list' => [
              
'path' => 'v1beta/{+parent}/documents',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'parent' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
                
'pageSize' => [
                  
'location' => 'query',
                  
'type' => 'integer',
                ],
                
'pageToken' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
              ],
            ],
'patch' => [
              
'path' => 'v1beta/{+name}',
              
'httpMethod' => 'PATCH',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
                
'allowMissing' => [
                  
'location' => 'query',
                  
'type' => 'boolean',
                ],
              ],
            ],
'purge' => [
              
'path' => 'v1beta/{+parent}/documents:purge',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'parent' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
          ]
        ]
    );
    
$this->projects_locations_dataStores_branches_operations = new DiscoveryEngine\Resource\ProjectsLocationsDataStoresBranchesOperations(
        
$this,
        
$this->serviceName,
        
'operations',
        [
          
'methods' => [
            
'get' => [
              
'path' => 'v1beta/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'list' => [
              
'path' => 'v1beta/{+name}/operations',
              
'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',
                ],
              ],
            ],
          ]
        ]
    );
    
$this->projects_locations_dataStores_conversations = new DiscoveryEngine\Resource\ProjectsLocationsDataStoresConversations(
        
$this,
        
$this->serviceName,
        
'conversations',
        [
          
'methods' => [
            
'converse' => [
              
'path' => 'v1beta/{+name}:converse',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'create' => [
              
'path' => 'v1beta/{+parent}/conversations',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'parent' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'delete' => [
              
'path' => 'v1beta/{+name}',
              
'httpMethod' => 'DELETE',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'get' => [
              
'path' => 'v1beta/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'list' => [
              
'path' => 'v1beta/{+parent}/conversations',
              
'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' => 'v1beta/{+name}',
              
'httpMethod' => 'PATCH',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
                
'updateMask' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
              ],
            ],
          ]
        ]
    );
    
$this->projects_locations_dataStores_models_operations = new DiscoveryEngine\Resource\ProjectsLocationsDataStoresModelsOperations(
        
$this,
        
$this->serviceName,
        
'operations',
        [
          
'methods' => [
            
'get' => [
              
'path' => 'v1beta/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'list' => [
              
'path' => 'v1beta/{+name}/operations',
              
'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',
                ],
              ],
            ],
          ]
        ]
    );
    
$this->projects_locations_dataStores_operations = new DiscoveryEngine\Resource\ProjectsLocationsDataStoresOperations(
        
$this,
        
$this->serviceName,
        
'operations',
        [
          
'methods' => [
            
'get' => [
              
'path' => 'v1beta/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'list' => [
              
'path' => 'v1beta/{+name}/operations',
              
'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',
                ],
              ],
            ],
          ]
        ]
    );
    
$this->projects_locations_dataStores_schemas = new DiscoveryEngine\Resource\ProjectsLocationsDataStoresSchemas(
        
$this,
        
$this->serviceName,
        
'schemas',
        [
          
'methods' => [
            
'create' => [
              
'path' => 'v1beta/{+parent}/schemas',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'parent' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
                
'schemaId' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
              ],
            ],
'delete' => [
              
'path' => 'v1beta/{+name}',
              
'httpMethod' => 'DELETE',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'get' => [
              
'path' => 'v1beta/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'list' => [
              
'path' => 'v1beta/{+parent}/schemas',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'parent' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
                
'pageSize' => [
                  
'location' => 'query',
                  
'type' => 'integer',
                ],
                
'pageToken' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
              ],
            ],
'patch' => [
              
'path' => 'v1beta/{+name}',
              
'httpMethod' => 'PATCH',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
                
'allowMissing' => [
                  
'location' => 'query',
                  
'type' => 'boolean',
                ],
              ],
            ],
          ]
        ]
    );
    
$this->projects_locations_dataStores_servingConfigs = new DiscoveryEngine\Resource\ProjectsLocationsDataStoresServingConfigs(
        
$this,
        
$this->serviceName,
        
'servingConfigs',
        [
          
'methods' => [
            
'recommend' => [
              
'path' => 'v1beta/{+servingConfig}:recommend',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'servingConfig' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'search' => [
              
'path' => 'v1beta/{+servingConfig}:search',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'servingConfig' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
          ]
        ]
    );
    
$this->projects_locations_dataStores_userEvents = new DiscoveryEngine\Resource\ProjectsLocationsDataStoresUserEvents(
        
$this,
        
$this->serviceName,
        
'userEvents',
        [
          
'methods' => [
            
'collect' => [
              
'path' => 'v1beta/{+parent}/userEvents:collect',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'parent' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
                
'ets' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
                
'uri' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
                
'userEvent' => [
                  
'location' => 'query',
                  
'type' => 'string',
                ],
              ],
            ],
'import' => [
              
'path' => 'v1beta/{+parent}/userEvents:import',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'parent' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'write' => [
              
'path' => 'v1beta/{+parent}/userEvents:write',
              
'httpMethod' => 'POST',
              
'parameters' => [
                
'parent' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
          ]
        ]
    );
    
$this->projects_locations_operations = new DiscoveryEngine\Resource\ProjectsLocationsOperations(
        
$this,
        
$this->serviceName,
        
'operations',
        [
          
'methods' => [
            
'get' => [
              
'path' => 'v1beta/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'list' => [
              
'path' => 'v1beta/{+name}/operations',
              
'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',
                ],
              ],
            ],
          ]
        ]
    );
    
$this->projects_operations = new DiscoveryEngine\Resource\ProjectsOperations(
        
$this,
        
$this->serviceName,
        
'operations',
        [
          
'methods' => [
            
'get' => [
              
'path' => 'v1beta/{+name}',
              
'httpMethod' => 'GET',
              
'parameters' => [
                
'name' => [
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ],
              ],
            ],
'list' => [
              
'path' => 'v1beta/{+name}/operations',
              
'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',
                ],
              ],
            ],
          ]
        ]
    );
  }
}

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

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