@google-cloud/discoveryengine 1.8.0 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/README.md +33 -4
- package/build/protos/google/cloud/discoveryengine/v1/answer.proto +337 -0
- package/build/protos/google/cloud/discoveryengine/v1/common.proto +33 -0
- package/build/protos/google/cloud/discoveryengine/v1/control.proto +214 -0
- package/build/protos/google/cloud/discoveryengine/v1/control_service.proto +236 -0
- package/build/protos/google/cloud/discoveryengine/v1/conversation.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +569 -0
- package/build/protos/google/cloud/discoveryengine/v1/data_store.proto +4 -0
- package/build/protos/google/cloud/discoveryengine/v1/data_store_service.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1/document_processing_config.proto +92 -0
- package/build/protos/google/cloud/discoveryengine/v1/document_service.proto +6 -6
- package/build/protos/google/cloud/discoveryengine/v1/engine.proto +4 -4
- package/build/protos/google/cloud/discoveryengine/v1/grounded_generation_service.proto +149 -0
- package/build/protos/google/cloud/discoveryengine/v1/grounding.proto +58 -0
- package/build/protos/google/cloud/discoveryengine/v1/import_config.proto +4 -4
- package/build/protos/google/cloud/discoveryengine/v1/project.proto +103 -0
- package/build/protos/google/cloud/discoveryengine/v1/project_service.proto +90 -0
- package/build/protos/google/cloud/discoveryengine/v1/rank_service.proto +131 -0
- package/build/protos/google/cloud/discoveryengine/v1/recommendation_service.proto +20 -19
- package/build/protos/google/cloud/discoveryengine/v1/schema_service.proto +5 -5
- package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +23 -18
- package/build/protos/google/cloud/discoveryengine/v1/session.proto +97 -0
- package/build/protos/google/cloud/discoveryengine/v1/site_search_engine.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1/user_event.proto +28 -3
- package/build/protos/google/cloud/discoveryengine/v1/user_event_service.proto +18 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/answer.proto +9 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/chunk.proto +7 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +16 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/control.proto +217 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/control_service.proto +236 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversation.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +19 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/custom_tuning_model.proto +87 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/data_store_service.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/document_processing_config.proto +1 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/document_service.proto +12 -9
- package/build/protos/google/cloud/discoveryengine/v1alpha/engine.proto +4 -4
- package/build/protos/google/cloud/discoveryengine/v1alpha/grounded_generation_service.proto +30 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/grounding.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/import_config.proto +4 -4
- package/build/protos/google/cloud/discoveryengine/v1alpha/project.proto +1 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/project_service.proto +2 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/rank_service.proto +19 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/recommendation_service.proto +20 -19
- package/build/protos/google/cloud/discoveryengine/v1alpha/schema.proto +37 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/schema_service.proto +6 -6
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +28 -31
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_tuning_service.proto +39 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/session.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/user_event.proto +29 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/user_event_service.proto +18 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/answer.proto +10 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/common.proto +16 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/control.proto +216 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/control_service.proto +236 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/conversation.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +19 -3
- package/build/protos/google/cloud/discoveryengine/v1beta/custom_tuning_model.proto +87 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/data_store_service.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/document_processing_config.proto +1 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/document_service.proto +7 -8
- package/build/protos/google/cloud/discoveryengine/v1beta/engine.proto +4 -4
- package/build/protos/google/cloud/discoveryengine/v1beta/grounded_generation_service.proto +30 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/grounding.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/import_config.proto +4 -4
- package/build/protos/google/cloud/discoveryengine/v1beta/project.proto +103 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/project_service.proto +90 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/rank_service.proto +19 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/recommendation_service.proto +20 -19
- package/build/protos/google/cloud/discoveryengine/v1beta/schema_service.proto +5 -5
- package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +30 -24
- package/build/protos/google/cloud/discoveryengine/v1beta/search_tuning_service.proto +39 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/session.proto +4 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/site_search_engine.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event.proto +28 -3
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event_service.proto +18 -2
- package/build/protos/protos.d.ts +52350 -38733
- package/build/protos/protos.js +136479 -103212
- package/build/protos/protos.json +9460 -5916
- package/build/src/index.d.ts +13 -1
- package/build/src/index.js +13 -1
- package/build/src/v1/completion_service_client.d.ts +549 -0
- package/build/src/v1/completion_service_client.js +771 -0
- package/build/src/v1/control_service_client.d.ts +1623 -0
- package/build/src/v1/control_service_client.js +2218 -0
- package/build/src/v1/control_service_client_config.json +63 -0
- package/build/src/v1/conversational_search_service_client.d.ts +893 -0
- package/build/src/v1/conversational_search_service_client.js +1040 -14
- package/build/src/v1/conversational_search_service_client_config.json +35 -0
- package/build/src/v1/data_store_service_client.d.ts +555 -6
- package/build/src/v1/data_store_service_client.js +775 -4
- package/build/src/v1/document_service_client.d.ts +557 -8
- package/build/src/v1/document_service_client.js +773 -2
- package/build/src/v1/engine_service_client.d.ts +549 -0
- package/build/src/v1/engine_service_client.js +771 -0
- package/build/src/v1/grounded_generation_service_client.d.ts +1439 -0
- package/build/src/v1/grounded_generation_service_client.js +2036 -0
- package/build/src/v1/grounded_generation_service_client_config.json +43 -0
- package/build/src/v1/index.d.ts +4 -0
- package/build/src/v1/index.js +9 -1
- package/build/src/v1/project_service_client.d.ts +1533 -0
- package/build/src/v1/project_service_client.js +2255 -0
- package/build/src/v1/project_service_client_config.json +43 -0
- package/build/src/v1/rank_service_client.d.ts +1449 -0
- package/build/src/v1/rank_service_client.js +2037 -0
- package/build/src/v1/rank_service_client_config.json +43 -0
- package/build/src/v1/recommendation_service_client.d.ts +568 -18
- package/build/src/v1/recommendation_service_client.js +756 -0
- package/build/src/v1/schema_service_client.d.ts +558 -9
- package/build/src/v1/schema_service_client.js +775 -4
- package/build/src/v1/search_service_client.d.ts +579 -21
- package/build/src/v1/search_service_client.js +776 -14
- package/build/src/v1/site_search_engine_service_client.d.ts +549 -0
- package/build/src/v1/site_search_engine_service_client.js +771 -0
- package/build/src/v1/user_event_service_client.d.ts +562 -2
- package/build/src/v1/user_event_service_client.js +771 -0
- package/build/src/v1alpha/acl_config_service_client.d.ts +237 -0
- package/build/src/v1alpha/acl_config_service_client.js +326 -0
- package/build/src/v1alpha/chunk_service_client.d.ts +237 -0
- package/build/src/v1alpha/chunk_service_client.js +326 -0
- package/build/src/v1alpha/completion_service_client.d.ts +237 -0
- package/build/src/v1alpha/completion_service_client.js +340 -0
- package/build/src/v1alpha/control_service_client.d.ts +2013 -0
- package/build/src/v1alpha/control_service_client.js +2757 -0
- package/build/src/v1alpha/control_service_client_config.json +63 -0
- package/build/src/v1alpha/conversational_search_service_client.d.ts +239 -2
- package/build/src/v1alpha/conversational_search_service_client.js +326 -0
- package/build/src/v1alpha/data_store_service_client.d.ts +243 -6
- package/build/src/v1alpha/data_store_service_client.js +344 -4
- package/build/src/v1alpha/document_service_client.d.ts +246 -9
- package/build/src/v1alpha/document_service_client.js +342 -2
- package/build/src/v1alpha/engine_service_client.d.ts +237 -0
- package/build/src/v1alpha/engine_service_client.js +340 -0
- package/build/src/v1alpha/estimate_billing_service_client.d.ts +237 -0
- package/build/src/v1alpha/estimate_billing_service_client.js +340 -0
- package/build/src/v1alpha/grounded_generation_service_client.d.ts +256 -1
- package/build/src/v1alpha/grounded_generation_service_client.js +326 -0
- package/build/src/v1alpha/index.d.ts +1 -0
- package/build/src/v1alpha/index.js +3 -1
- package/build/src/v1alpha/project_service_client.d.ts +239 -0
- package/build/src/v1alpha/project_service_client.js +340 -0
- package/build/src/v1alpha/project_service_client_config.json +21 -6
- package/build/src/v1alpha/rank_service_client.d.ts +255 -0
- package/build/src/v1alpha/rank_service_client.js +326 -0
- package/build/src/v1alpha/recommendation_service_client.d.ts +256 -18
- package/build/src/v1alpha/recommendation_service_client.js +326 -0
- package/build/src/v1alpha/schema_service_client.d.ts +247 -10
- package/build/src/v1alpha/schema_service_client.js +344 -4
- package/build/src/v1alpha/search_service_client.d.ts +267 -21
- package/build/src/v1alpha/search_service_client.js +346 -14
- package/build/src/v1alpha/search_tuning_service_client.d.ts +265 -0
- package/build/src/v1alpha/search_tuning_service_client.js +365 -1
- package/build/src/v1alpha/search_tuning_service_client_config.json +4 -0
- package/build/src/v1alpha/serving_config_service_client.d.ts +237 -0
- package/build/src/v1alpha/serving_config_service_client.js +326 -0
- package/build/src/v1alpha/site_search_engine_service_client.d.ts +237 -0
- package/build/src/v1alpha/site_search_engine_service_client.js +340 -0
- package/build/src/v1alpha/user_event_service_client.d.ts +250 -2
- package/build/src/v1alpha/user_event_service_client.js +340 -0
- package/build/src/v1beta/completion_service_client.d.ts +252 -0
- package/build/src/v1beta/completion_service_client.js +359 -0
- package/build/src/v1beta/control_service_client.d.ts +1860 -0
- package/build/src/v1beta/control_service_client.js +2545 -0
- package/build/src/v1beta/control_service_client_config.json +63 -0
- package/build/src/v1beta/conversational_search_service_client.d.ts +254 -2
- package/build/src/v1beta/conversational_search_service_client.js +348 -0
- package/build/src/v1beta/data_store_service_client.d.ts +258 -6
- package/build/src/v1beta/data_store_service_client.js +363 -4
- package/build/src/v1beta/document_service_client.d.ts +261 -10
- package/build/src/v1beta/document_service_client.js +361 -2
- package/build/src/v1beta/engine_service_client.d.ts +252 -0
- package/build/src/v1beta/engine_service_client.js +359 -0
- package/build/src/v1beta/grounded_generation_service_client.d.ts +271 -1
- package/build/src/v1beta/grounded_generation_service_client.js +348 -0
- package/build/src/v1beta/index.d.ts +2 -0
- package/build/src/v1beta/index.js +5 -1
- package/build/src/v1beta/project_service_client.d.ts +1770 -0
- package/build/src/v1beta/project_service_client.js +2576 -0
- package/build/src/v1beta/project_service_client_config.json +43 -0
- package/build/src/v1beta/rank_service_client.d.ts +270 -0
- package/build/src/v1beta/rank_service_client.js +348 -0
- package/build/src/v1beta/recommendation_service_client.d.ts +271 -18
- package/build/src/v1beta/recommendation_service_client.js +348 -0
- package/build/src/v1beta/schema_service_client.d.ts +261 -9
- package/build/src/v1beta/schema_service_client.js +363 -4
- package/build/src/v1beta/search_service_client.d.ts +282 -21
- package/build/src/v1beta/search_service_client.js +368 -14
- package/build/src/v1beta/search_tuning_service_client.d.ts +280 -0
- package/build/src/v1beta/search_tuning_service_client.js +384 -1
- package/build/src/v1beta/search_tuning_service_client_config.json +4 -0
- package/build/src/v1beta/serving_config_service_client.d.ts +237 -0
- package/build/src/v1beta/serving_config_service_client.js +326 -0
- package/build/src/v1beta/site_search_engine_service_client.d.ts +252 -0
- package/build/src/v1beta/site_search_engine_service_client.js +359 -0
- package/build/src/v1beta/user_event_service_client.d.ts +265 -2
- package/build/src/v1beta/user_event_service_client.js +359 -0
- package/package.json +2 -2
@@ -327,8 +327,8 @@ export declare class DataStoreServiceClient {
|
|
327
327
|
* must match the call that provided the page token. Otherwise, an
|
328
328
|
* INVALID_ARGUMENT error is returned.
|
329
329
|
* @param {string} request.filter
|
330
|
-
* Filter by solution type.
|
331
|
-
* 'solution_type:SOLUTION_TYPE_SEARCH'
|
330
|
+
* Filter by solution type .
|
331
|
+
* For example: `filter = 'solution_type:SOLUTION_TYPE_SEARCH'`
|
332
332
|
* @param {object} [options]
|
333
333
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
334
334
|
* @returns {Promise} - The promise which resolves to an array.
|
@@ -378,8 +378,8 @@ export declare class DataStoreServiceClient {
|
|
378
378
|
* must match the call that provided the page token. Otherwise, an
|
379
379
|
* INVALID_ARGUMENT error is returned.
|
380
380
|
* @param {string} request.filter
|
381
|
-
* Filter by solution type.
|
382
|
-
* 'solution_type:SOLUTION_TYPE_SEARCH'
|
381
|
+
* Filter by solution type .
|
382
|
+
* For example: `filter = 'solution_type:SOLUTION_TYPE_SEARCH'`
|
383
383
|
* @param {object} [options]
|
384
384
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
385
385
|
* @returns {Stream}
|
@@ -424,8 +424,8 @@ export declare class DataStoreServiceClient {
|
|
424
424
|
* must match the call that provided the page token. Otherwise, an
|
425
425
|
* INVALID_ARGUMENT error is returned.
|
426
426
|
* @param {string} request.filter
|
427
|
-
* Filter by solution type.
|
428
|
-
* 'solution_type:SOLUTION_TYPE_SEARCH'
|
427
|
+
* Filter by solution type .
|
428
|
+
* For example: `filter = 'solution_type:SOLUTION_TYPE_SEARCH'`
|
429
429
|
* @param {object} [options]
|
430
430
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
431
431
|
* @returns {Object}
|
@@ -685,6 +685,21 @@ export declare class DataStoreServiceClient {
|
|
685
685
|
* @returns {string} A string representing the engine.
|
686
686
|
*/
|
687
687
|
matchEngineFromEngineName(engineName: string): string | number;
|
688
|
+
/**
|
689
|
+
* Return a fully-qualified project resource name string.
|
690
|
+
*
|
691
|
+
* @param {string} project
|
692
|
+
* @returns {string} Resource name string.
|
693
|
+
*/
|
694
|
+
projectPath(project: string): string;
|
695
|
+
/**
|
696
|
+
* Parse the project from Project resource.
|
697
|
+
*
|
698
|
+
* @param {string} projectName
|
699
|
+
* A fully-qualified path representing Project resource.
|
700
|
+
* @returns {string} A string representing the project.
|
701
|
+
*/
|
702
|
+
matchProjectFromProjectName(projectName: string): string | number;
|
688
703
|
/**
|
689
704
|
* Return a fully-qualified projectLocationCollectionDataStore resource name string.
|
690
705
|
*
|
@@ -787,6 +802,57 @@ export declare class DataStoreServiceClient {
|
|
787
802
|
* @returns {string} A string representing the document.
|
788
803
|
*/
|
789
804
|
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
805
|
+
/**
|
806
|
+
* Return a fully-qualified projectLocationCollectionDataStoreControl resource name string.
|
807
|
+
*
|
808
|
+
* @param {string} project
|
809
|
+
* @param {string} location
|
810
|
+
* @param {string} collection
|
811
|
+
* @param {string} data_store
|
812
|
+
* @param {string} control
|
813
|
+
* @returns {string} Resource name string.
|
814
|
+
*/
|
815
|
+
projectLocationCollectionDataStoreControlPath(project: string, location: string, collection: string, dataStore: string, control: string): string;
|
816
|
+
/**
|
817
|
+
* Parse the project from ProjectLocationCollectionDataStoreControl resource.
|
818
|
+
*
|
819
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
820
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
821
|
+
* @returns {string} A string representing the project.
|
822
|
+
*/
|
823
|
+
matchProjectFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
824
|
+
/**
|
825
|
+
* Parse the location from ProjectLocationCollectionDataStoreControl resource.
|
826
|
+
*
|
827
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
828
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
829
|
+
* @returns {string} A string representing the location.
|
830
|
+
*/
|
831
|
+
matchLocationFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
832
|
+
/**
|
833
|
+
* Parse the collection from ProjectLocationCollectionDataStoreControl resource.
|
834
|
+
*
|
835
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
836
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
837
|
+
* @returns {string} A string representing the collection.
|
838
|
+
*/
|
839
|
+
matchCollectionFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
840
|
+
/**
|
841
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreControl resource.
|
842
|
+
*
|
843
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
844
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
845
|
+
* @returns {string} A string representing the data_store.
|
846
|
+
*/
|
847
|
+
matchDataStoreFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
848
|
+
/**
|
849
|
+
* Parse the control from ProjectLocationCollectionDataStoreControl resource.
|
850
|
+
*
|
851
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
852
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
853
|
+
* @returns {string} A string representing the control.
|
854
|
+
*/
|
855
|
+
matchControlFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
790
856
|
/**
|
791
857
|
* Return a fully-qualified projectLocationCollectionDataStoreConversation resource name string.
|
792
858
|
*
|
@@ -838,6 +904,48 @@ export declare class DataStoreServiceClient {
|
|
838
904
|
* @returns {string} A string representing the conversation.
|
839
905
|
*/
|
840
906
|
matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
|
907
|
+
/**
|
908
|
+
* Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
|
909
|
+
*
|
910
|
+
* @param {string} project
|
911
|
+
* @param {string} location
|
912
|
+
* @param {string} collection
|
913
|
+
* @param {string} data_store
|
914
|
+
* @returns {string} Resource name string.
|
915
|
+
*/
|
916
|
+
projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
|
917
|
+
/**
|
918
|
+
* Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
919
|
+
*
|
920
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
921
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
922
|
+
* @returns {string} A string representing the project.
|
923
|
+
*/
|
924
|
+
matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
925
|
+
/**
|
926
|
+
* Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
927
|
+
*
|
928
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
929
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
930
|
+
* @returns {string} A string representing the location.
|
931
|
+
*/
|
932
|
+
matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
933
|
+
/**
|
934
|
+
* Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
935
|
+
*
|
936
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
937
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
938
|
+
* @returns {string} A string representing the collection.
|
939
|
+
*/
|
940
|
+
matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
941
|
+
/**
|
942
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
943
|
+
*
|
944
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
945
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
946
|
+
* @returns {string} A string representing the data_store.
|
947
|
+
*/
|
948
|
+
matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
841
949
|
/**
|
842
950
|
* Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
|
843
951
|
*
|
@@ -889,6 +997,117 @@ export declare class DataStoreServiceClient {
|
|
889
997
|
* @returns {string} A string representing the schema.
|
890
998
|
*/
|
891
999
|
matchSchemaFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
|
1000
|
+
/**
|
1001
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
|
1002
|
+
*
|
1003
|
+
* @param {string} project
|
1004
|
+
* @param {string} location
|
1005
|
+
* @param {string} collection
|
1006
|
+
* @param {string} data_store
|
1007
|
+
* @param {string} session
|
1008
|
+
* @returns {string} Resource name string.
|
1009
|
+
*/
|
1010
|
+
projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
1011
|
+
/**
|
1012
|
+
* Parse the project from ProjectLocationCollectionDataStoreSession resource.
|
1013
|
+
*
|
1014
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1015
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1016
|
+
* @returns {string} A string representing the project.
|
1017
|
+
*/
|
1018
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1019
|
+
/**
|
1020
|
+
* Parse the location from ProjectLocationCollectionDataStoreSession resource.
|
1021
|
+
*
|
1022
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1023
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1024
|
+
* @returns {string} A string representing the location.
|
1025
|
+
*/
|
1026
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1027
|
+
/**
|
1028
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSession resource.
|
1029
|
+
*
|
1030
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1031
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1032
|
+
* @returns {string} A string representing the collection.
|
1033
|
+
*/
|
1034
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1035
|
+
/**
|
1036
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
|
1037
|
+
*
|
1038
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1039
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1040
|
+
* @returns {string} A string representing the data_store.
|
1041
|
+
*/
|
1042
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1043
|
+
/**
|
1044
|
+
* Parse the session from ProjectLocationCollectionDataStoreSession resource.
|
1045
|
+
*
|
1046
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1047
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1048
|
+
* @returns {string} A string representing the session.
|
1049
|
+
*/
|
1050
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1051
|
+
/**
|
1052
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
|
1053
|
+
*
|
1054
|
+
* @param {string} project
|
1055
|
+
* @param {string} location
|
1056
|
+
* @param {string} collection
|
1057
|
+
* @param {string} data_store
|
1058
|
+
* @param {string} session
|
1059
|
+
* @param {string} answer
|
1060
|
+
* @returns {string} Resource name string.
|
1061
|
+
*/
|
1062
|
+
projectLocationCollectionDataStoreSessionAnswerPath(project: string, location: string, collection: string, dataStore: string, session: string, answer: string): string;
|
1063
|
+
/**
|
1064
|
+
* Parse the project from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1065
|
+
*
|
1066
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1067
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1068
|
+
* @returns {string} A string representing the project.
|
1069
|
+
*/
|
1070
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1071
|
+
/**
|
1072
|
+
* Parse the location from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1073
|
+
*
|
1074
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1075
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1076
|
+
* @returns {string} A string representing the location.
|
1077
|
+
*/
|
1078
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1079
|
+
/**
|
1080
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1081
|
+
*
|
1082
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1083
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1084
|
+
* @returns {string} A string representing the collection.
|
1085
|
+
*/
|
1086
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1087
|
+
/**
|
1088
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1089
|
+
*
|
1090
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1091
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1092
|
+
* @returns {string} A string representing the data_store.
|
1093
|
+
*/
|
1094
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1095
|
+
/**
|
1096
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1097
|
+
*
|
1098
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1099
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1100
|
+
* @returns {string} A string representing the session.
|
1101
|
+
*/
|
1102
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1103
|
+
/**
|
1104
|
+
* Parse the answer from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1105
|
+
*
|
1106
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1107
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1108
|
+
* @returns {string} A string representing the answer.
|
1109
|
+
*/
|
1110
|
+
matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
892
1111
|
/**
|
893
1112
|
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
894
1113
|
*
|
@@ -982,6 +1201,57 @@ export declare class DataStoreServiceClient {
|
|
982
1201
|
* @returns {string} A string representing the target_site.
|
983
1202
|
*/
|
984
1203
|
matchTargetSiteFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1204
|
+
/**
|
1205
|
+
* Return a fully-qualified projectLocationCollectionEngineControl resource name string.
|
1206
|
+
*
|
1207
|
+
* @param {string} project
|
1208
|
+
* @param {string} location
|
1209
|
+
* @param {string} collection
|
1210
|
+
* @param {string} engine
|
1211
|
+
* @param {string} control
|
1212
|
+
* @returns {string} Resource name string.
|
1213
|
+
*/
|
1214
|
+
projectLocationCollectionEngineControlPath(project: string, location: string, collection: string, engine: string, control: string): string;
|
1215
|
+
/**
|
1216
|
+
* Parse the project from ProjectLocationCollectionEngineControl resource.
|
1217
|
+
*
|
1218
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1219
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1220
|
+
* @returns {string} A string representing the project.
|
1221
|
+
*/
|
1222
|
+
matchProjectFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1223
|
+
/**
|
1224
|
+
* Parse the location from ProjectLocationCollectionEngineControl resource.
|
1225
|
+
*
|
1226
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1227
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1228
|
+
* @returns {string} A string representing the location.
|
1229
|
+
*/
|
1230
|
+
matchLocationFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1231
|
+
/**
|
1232
|
+
* Parse the collection from ProjectLocationCollectionEngineControl resource.
|
1233
|
+
*
|
1234
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1235
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1236
|
+
* @returns {string} A string representing the collection.
|
1237
|
+
*/
|
1238
|
+
matchCollectionFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1239
|
+
/**
|
1240
|
+
* Parse the engine from ProjectLocationCollectionEngineControl resource.
|
1241
|
+
*
|
1242
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1243
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1244
|
+
* @returns {string} A string representing the engine.
|
1245
|
+
*/
|
1246
|
+
matchEngineFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1247
|
+
/**
|
1248
|
+
* Parse the control from ProjectLocationCollectionEngineControl resource.
|
1249
|
+
*
|
1250
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1251
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1252
|
+
* @returns {string} A string representing the control.
|
1253
|
+
*/
|
1254
|
+
matchControlFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
985
1255
|
/**
|
986
1256
|
* Return a fully-qualified projectLocationCollectionEngineConversation resource name string.
|
987
1257
|
*
|
@@ -1033,6 +1303,117 @@ export declare class DataStoreServiceClient {
|
|
1033
1303
|
* @returns {string} A string representing the conversation.
|
1034
1304
|
*/
|
1035
1305
|
matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
1306
|
+
/**
|
1307
|
+
* Return a fully-qualified projectLocationCollectionEngineSession resource name string.
|
1308
|
+
*
|
1309
|
+
* @param {string} project
|
1310
|
+
* @param {string} location
|
1311
|
+
* @param {string} collection
|
1312
|
+
* @param {string} engine
|
1313
|
+
* @param {string} session
|
1314
|
+
* @returns {string} Resource name string.
|
1315
|
+
*/
|
1316
|
+
projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1317
|
+
/**
|
1318
|
+
* Parse the project from ProjectLocationCollectionEngineSession resource.
|
1319
|
+
*
|
1320
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1321
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1322
|
+
* @returns {string} A string representing the project.
|
1323
|
+
*/
|
1324
|
+
matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1325
|
+
/**
|
1326
|
+
* Parse the location from ProjectLocationCollectionEngineSession resource.
|
1327
|
+
*
|
1328
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1329
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1330
|
+
* @returns {string} A string representing the location.
|
1331
|
+
*/
|
1332
|
+
matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1333
|
+
/**
|
1334
|
+
* Parse the collection from ProjectLocationCollectionEngineSession resource.
|
1335
|
+
*
|
1336
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1337
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1338
|
+
* @returns {string} A string representing the collection.
|
1339
|
+
*/
|
1340
|
+
matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1341
|
+
/**
|
1342
|
+
* Parse the engine from ProjectLocationCollectionEngineSession resource.
|
1343
|
+
*
|
1344
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1345
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1346
|
+
* @returns {string} A string representing the engine.
|
1347
|
+
*/
|
1348
|
+
matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1349
|
+
/**
|
1350
|
+
* Parse the session from ProjectLocationCollectionEngineSession resource.
|
1351
|
+
*
|
1352
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1353
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1354
|
+
* @returns {string} A string representing the session.
|
1355
|
+
*/
|
1356
|
+
matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1357
|
+
/**
|
1358
|
+
* Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
|
1359
|
+
*
|
1360
|
+
* @param {string} project
|
1361
|
+
* @param {string} location
|
1362
|
+
* @param {string} collection
|
1363
|
+
* @param {string} engine
|
1364
|
+
* @param {string} session
|
1365
|
+
* @param {string} answer
|
1366
|
+
* @returns {string} Resource name string.
|
1367
|
+
*/
|
1368
|
+
projectLocationCollectionEngineSessionAnswerPath(project: string, location: string, collection: string, engine: string, session: string, answer: string): string;
|
1369
|
+
/**
|
1370
|
+
* Parse the project from ProjectLocationCollectionEngineSessionAnswer resource.
|
1371
|
+
*
|
1372
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1373
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1374
|
+
* @returns {string} A string representing the project.
|
1375
|
+
*/
|
1376
|
+
matchProjectFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1377
|
+
/**
|
1378
|
+
* Parse the location from ProjectLocationCollectionEngineSessionAnswer resource.
|
1379
|
+
*
|
1380
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1381
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1382
|
+
* @returns {string} A string representing the location.
|
1383
|
+
*/
|
1384
|
+
matchLocationFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1385
|
+
/**
|
1386
|
+
* Parse the collection from ProjectLocationCollectionEngineSessionAnswer resource.
|
1387
|
+
*
|
1388
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1389
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1390
|
+
* @returns {string} A string representing the collection.
|
1391
|
+
*/
|
1392
|
+
matchCollectionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1393
|
+
/**
|
1394
|
+
* Parse the engine from ProjectLocationCollectionEngineSessionAnswer resource.
|
1395
|
+
*
|
1396
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1397
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1398
|
+
* @returns {string} A string representing the engine.
|
1399
|
+
*/
|
1400
|
+
matchEngineFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1401
|
+
/**
|
1402
|
+
* Parse the session from ProjectLocationCollectionEngineSessionAnswer resource.
|
1403
|
+
*
|
1404
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1405
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1406
|
+
* @returns {string} A string representing the session.
|
1407
|
+
*/
|
1408
|
+
matchSessionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1409
|
+
/**
|
1410
|
+
* Parse the answer from ProjectLocationCollectionEngineSessionAnswer resource.
|
1411
|
+
*
|
1412
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1413
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1414
|
+
* @returns {string} A string representing the answer.
|
1415
|
+
*/
|
1416
|
+
matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1036
1417
|
/**
|
1037
1418
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
1038
1419
|
*
|
@@ -1117,6 +1498,48 @@ export declare class DataStoreServiceClient {
|
|
1117
1498
|
* @returns {string} A string representing the document.
|
1118
1499
|
*/
|
1119
1500
|
matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
1501
|
+
/**
|
1502
|
+
* Return a fully-qualified projectLocationDataStoreControl resource name string.
|
1503
|
+
*
|
1504
|
+
* @param {string} project
|
1505
|
+
* @param {string} location
|
1506
|
+
* @param {string} data_store
|
1507
|
+
* @param {string} control
|
1508
|
+
* @returns {string} Resource name string.
|
1509
|
+
*/
|
1510
|
+
projectLocationDataStoreControlPath(project: string, location: string, dataStore: string, control: string): string;
|
1511
|
+
/**
|
1512
|
+
* Parse the project from ProjectLocationDataStoreControl resource.
|
1513
|
+
*
|
1514
|
+
* @param {string} projectLocationDataStoreControlName
|
1515
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1516
|
+
* @returns {string} A string representing the project.
|
1517
|
+
*/
|
1518
|
+
matchProjectFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
1519
|
+
/**
|
1520
|
+
* Parse the location from ProjectLocationDataStoreControl resource.
|
1521
|
+
*
|
1522
|
+
* @param {string} projectLocationDataStoreControlName
|
1523
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1524
|
+
* @returns {string} A string representing the location.
|
1525
|
+
*/
|
1526
|
+
matchLocationFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
1527
|
+
/**
|
1528
|
+
* Parse the data_store from ProjectLocationDataStoreControl resource.
|
1529
|
+
*
|
1530
|
+
* @param {string} projectLocationDataStoreControlName
|
1531
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1532
|
+
* @returns {string} A string representing the data_store.
|
1533
|
+
*/
|
1534
|
+
matchDataStoreFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
1535
|
+
/**
|
1536
|
+
* Parse the control from ProjectLocationDataStoreControl resource.
|
1537
|
+
*
|
1538
|
+
* @param {string} projectLocationDataStoreControlName
|
1539
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1540
|
+
* @returns {string} A string representing the control.
|
1541
|
+
*/
|
1542
|
+
matchControlFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
1120
1543
|
/**
|
1121
1544
|
* Return a fully-qualified projectLocationDataStoreConversation resource name string.
|
1122
1545
|
*
|
@@ -1159,6 +1582,39 @@ export declare class DataStoreServiceClient {
|
|
1159
1582
|
* @returns {string} A string representing the conversation.
|
1160
1583
|
*/
|
1161
1584
|
matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
|
1585
|
+
/**
|
1586
|
+
* Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
|
1587
|
+
*
|
1588
|
+
* @param {string} project
|
1589
|
+
* @param {string} location
|
1590
|
+
* @param {string} data_store
|
1591
|
+
* @returns {string} Resource name string.
|
1592
|
+
*/
|
1593
|
+
projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
|
1594
|
+
/**
|
1595
|
+
* Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
|
1596
|
+
*
|
1597
|
+
* @param {string} projectLocationDataStoreDocumentProcessingConfigName
|
1598
|
+
* A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
|
1599
|
+
* @returns {string} A string representing the project.
|
1600
|
+
*/
|
1601
|
+
matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
|
1602
|
+
/**
|
1603
|
+
* Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
|
1604
|
+
*
|
1605
|
+
* @param {string} projectLocationDataStoreDocumentProcessingConfigName
|
1606
|
+
* A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
|
1607
|
+
* @returns {string} A string representing the location.
|
1608
|
+
*/
|
1609
|
+
matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
|
1610
|
+
/**
|
1611
|
+
* Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
|
1612
|
+
*
|
1613
|
+
* @param {string} projectLocationDataStoreDocumentProcessingConfigName
|
1614
|
+
* A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
|
1615
|
+
* @returns {string} A string representing the data_store.
|
1616
|
+
*/
|
1617
|
+
matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
|
1162
1618
|
/**
|
1163
1619
|
* Return a fully-qualified projectLocationDataStoreSchema resource name string.
|
1164
1620
|
*
|
@@ -1201,6 +1657,99 @@ export declare class DataStoreServiceClient {
|
|
1201
1657
|
* @returns {string} A string representing the schema.
|
1202
1658
|
*/
|
1203
1659
|
matchSchemaFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
|
1660
|
+
/**
|
1661
|
+
* Return a fully-qualified projectLocationDataStoreSession resource name string.
|
1662
|
+
*
|
1663
|
+
* @param {string} project
|
1664
|
+
* @param {string} location
|
1665
|
+
* @param {string} data_store
|
1666
|
+
* @param {string} session
|
1667
|
+
* @returns {string} Resource name string.
|
1668
|
+
*/
|
1669
|
+
projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
|
1670
|
+
/**
|
1671
|
+
* Parse the project from ProjectLocationDataStoreSession resource.
|
1672
|
+
*
|
1673
|
+
* @param {string} projectLocationDataStoreSessionName
|
1674
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1675
|
+
* @returns {string} A string representing the project.
|
1676
|
+
*/
|
1677
|
+
matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1678
|
+
/**
|
1679
|
+
* Parse the location from ProjectLocationDataStoreSession resource.
|
1680
|
+
*
|
1681
|
+
* @param {string} projectLocationDataStoreSessionName
|
1682
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1683
|
+
* @returns {string} A string representing the location.
|
1684
|
+
*/
|
1685
|
+
matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1686
|
+
/**
|
1687
|
+
* Parse the data_store from ProjectLocationDataStoreSession resource.
|
1688
|
+
*
|
1689
|
+
* @param {string} projectLocationDataStoreSessionName
|
1690
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1691
|
+
* @returns {string} A string representing the data_store.
|
1692
|
+
*/
|
1693
|
+
matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1694
|
+
/**
|
1695
|
+
* Parse the session from ProjectLocationDataStoreSession resource.
|
1696
|
+
*
|
1697
|
+
* @param {string} projectLocationDataStoreSessionName
|
1698
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1699
|
+
* @returns {string} A string representing the session.
|
1700
|
+
*/
|
1701
|
+
matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1702
|
+
/**
|
1703
|
+
* Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
|
1704
|
+
*
|
1705
|
+
* @param {string} project
|
1706
|
+
* @param {string} location
|
1707
|
+
* @param {string} data_store
|
1708
|
+
* @param {string} session
|
1709
|
+
* @param {string} answer
|
1710
|
+
* @returns {string} Resource name string.
|
1711
|
+
*/
|
1712
|
+
projectLocationDataStoreSessionAnswerPath(project: string, location: string, dataStore: string, session: string, answer: string): string;
|
1713
|
+
/**
|
1714
|
+
* Parse the project from ProjectLocationDataStoreSessionAnswer resource.
|
1715
|
+
*
|
1716
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1717
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1718
|
+
* @returns {string} A string representing the project.
|
1719
|
+
*/
|
1720
|
+
matchProjectFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1721
|
+
/**
|
1722
|
+
* Parse the location from ProjectLocationDataStoreSessionAnswer resource.
|
1723
|
+
*
|
1724
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1725
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1726
|
+
* @returns {string} A string representing the location.
|
1727
|
+
*/
|
1728
|
+
matchLocationFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1729
|
+
/**
|
1730
|
+
* Parse the data_store from ProjectLocationDataStoreSessionAnswer resource.
|
1731
|
+
*
|
1732
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1733
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1734
|
+
* @returns {string} A string representing the data_store.
|
1735
|
+
*/
|
1736
|
+
matchDataStoreFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1737
|
+
/**
|
1738
|
+
* Parse the session from ProjectLocationDataStoreSessionAnswer resource.
|
1739
|
+
*
|
1740
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1741
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1742
|
+
* @returns {string} A string representing the session.
|
1743
|
+
*/
|
1744
|
+
matchSessionFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1745
|
+
/**
|
1746
|
+
* Parse the answer from ProjectLocationDataStoreSessionAnswer resource.
|
1747
|
+
*
|
1748
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1749
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1750
|
+
* @returns {string} A string representing the answer.
|
1751
|
+
*/
|
1752
|
+
matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1204
1753
|
/**
|
1205
1754
|
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
1206
1755
|
*
|