@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
@@ -610,6 +610,21 @@ export declare class EngineServiceClient {
|
|
610
610
|
* @returns {string} A string representing the engine.
|
611
611
|
*/
|
612
612
|
matchEngineFromEngineName(engineName: string): string | number;
|
613
|
+
/**
|
614
|
+
* Return a fully-qualified project resource name string.
|
615
|
+
*
|
616
|
+
* @param {string} project
|
617
|
+
* @returns {string} Resource name string.
|
618
|
+
*/
|
619
|
+
projectPath(project: string): string;
|
620
|
+
/**
|
621
|
+
* Parse the project from Project resource.
|
622
|
+
*
|
623
|
+
* @param {string} projectName
|
624
|
+
* A fully-qualified path representing Project resource.
|
625
|
+
* @returns {string} A string representing the project.
|
626
|
+
*/
|
627
|
+
matchProjectFromProjectName(projectName: string): string | number;
|
613
628
|
/**
|
614
629
|
* Return a fully-qualified projectLocationCollectionDataStore resource name string.
|
615
630
|
*
|
@@ -712,6 +727,57 @@ export declare class EngineServiceClient {
|
|
712
727
|
* @returns {string} A string representing the document.
|
713
728
|
*/
|
714
729
|
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
730
|
+
/**
|
731
|
+
* Return a fully-qualified projectLocationCollectionDataStoreControl resource name string.
|
732
|
+
*
|
733
|
+
* @param {string} project
|
734
|
+
* @param {string} location
|
735
|
+
* @param {string} collection
|
736
|
+
* @param {string} data_store
|
737
|
+
* @param {string} control
|
738
|
+
* @returns {string} Resource name string.
|
739
|
+
*/
|
740
|
+
projectLocationCollectionDataStoreControlPath(project: string, location: string, collection: string, dataStore: string, control: string): string;
|
741
|
+
/**
|
742
|
+
* Parse the project from ProjectLocationCollectionDataStoreControl resource.
|
743
|
+
*
|
744
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
745
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
746
|
+
* @returns {string} A string representing the project.
|
747
|
+
*/
|
748
|
+
matchProjectFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
749
|
+
/**
|
750
|
+
* Parse the location from ProjectLocationCollectionDataStoreControl resource.
|
751
|
+
*
|
752
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
753
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
754
|
+
* @returns {string} A string representing the location.
|
755
|
+
*/
|
756
|
+
matchLocationFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
757
|
+
/**
|
758
|
+
* Parse the collection from ProjectLocationCollectionDataStoreControl resource.
|
759
|
+
*
|
760
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
761
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
762
|
+
* @returns {string} A string representing the collection.
|
763
|
+
*/
|
764
|
+
matchCollectionFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
765
|
+
/**
|
766
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreControl resource.
|
767
|
+
*
|
768
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
769
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
770
|
+
* @returns {string} A string representing the data_store.
|
771
|
+
*/
|
772
|
+
matchDataStoreFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
773
|
+
/**
|
774
|
+
* Parse the control from ProjectLocationCollectionDataStoreControl resource.
|
775
|
+
*
|
776
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
777
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
778
|
+
* @returns {string} A string representing the control.
|
779
|
+
*/
|
780
|
+
matchControlFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
715
781
|
/**
|
716
782
|
* Return a fully-qualified projectLocationCollectionDataStoreConversation resource name string.
|
717
783
|
*
|
@@ -763,6 +829,48 @@ export declare class EngineServiceClient {
|
|
763
829
|
* @returns {string} A string representing the conversation.
|
764
830
|
*/
|
765
831
|
matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
|
832
|
+
/**
|
833
|
+
* Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
|
834
|
+
*
|
835
|
+
* @param {string} project
|
836
|
+
* @param {string} location
|
837
|
+
* @param {string} collection
|
838
|
+
* @param {string} data_store
|
839
|
+
* @returns {string} Resource name string.
|
840
|
+
*/
|
841
|
+
projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
|
842
|
+
/**
|
843
|
+
* Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
844
|
+
*
|
845
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
846
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
847
|
+
* @returns {string} A string representing the project.
|
848
|
+
*/
|
849
|
+
matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
850
|
+
/**
|
851
|
+
* Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
852
|
+
*
|
853
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
854
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
855
|
+
* @returns {string} A string representing the location.
|
856
|
+
*/
|
857
|
+
matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
858
|
+
/**
|
859
|
+
* Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
860
|
+
*
|
861
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
862
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
863
|
+
* @returns {string} A string representing the collection.
|
864
|
+
*/
|
865
|
+
matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
866
|
+
/**
|
867
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
868
|
+
*
|
869
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
870
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
871
|
+
* @returns {string} A string representing the data_store.
|
872
|
+
*/
|
873
|
+
matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
766
874
|
/**
|
767
875
|
* Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
|
768
876
|
*
|
@@ -814,6 +922,117 @@ export declare class EngineServiceClient {
|
|
814
922
|
* @returns {string} A string representing the schema.
|
815
923
|
*/
|
816
924
|
matchSchemaFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
|
925
|
+
/**
|
926
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
|
927
|
+
*
|
928
|
+
* @param {string} project
|
929
|
+
* @param {string} location
|
930
|
+
* @param {string} collection
|
931
|
+
* @param {string} data_store
|
932
|
+
* @param {string} session
|
933
|
+
* @returns {string} Resource name string.
|
934
|
+
*/
|
935
|
+
projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
936
|
+
/**
|
937
|
+
* Parse the project from ProjectLocationCollectionDataStoreSession resource.
|
938
|
+
*
|
939
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
940
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
941
|
+
* @returns {string} A string representing the project.
|
942
|
+
*/
|
943
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
944
|
+
/**
|
945
|
+
* Parse the location from ProjectLocationCollectionDataStoreSession resource.
|
946
|
+
*
|
947
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
948
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
949
|
+
* @returns {string} A string representing the location.
|
950
|
+
*/
|
951
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
952
|
+
/**
|
953
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSession resource.
|
954
|
+
*
|
955
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
956
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
957
|
+
* @returns {string} A string representing the collection.
|
958
|
+
*/
|
959
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
960
|
+
/**
|
961
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
|
962
|
+
*
|
963
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
964
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
965
|
+
* @returns {string} A string representing the data_store.
|
966
|
+
*/
|
967
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
968
|
+
/**
|
969
|
+
* Parse the session from ProjectLocationCollectionDataStoreSession resource.
|
970
|
+
*
|
971
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
972
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
973
|
+
* @returns {string} A string representing the session.
|
974
|
+
*/
|
975
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
976
|
+
/**
|
977
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
|
978
|
+
*
|
979
|
+
* @param {string} project
|
980
|
+
* @param {string} location
|
981
|
+
* @param {string} collection
|
982
|
+
* @param {string} data_store
|
983
|
+
* @param {string} session
|
984
|
+
* @param {string} answer
|
985
|
+
* @returns {string} Resource name string.
|
986
|
+
*/
|
987
|
+
projectLocationCollectionDataStoreSessionAnswerPath(project: string, location: string, collection: string, dataStore: string, session: string, answer: string): string;
|
988
|
+
/**
|
989
|
+
* Parse the project from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
990
|
+
*
|
991
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
992
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
993
|
+
* @returns {string} A string representing the project.
|
994
|
+
*/
|
995
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
996
|
+
/**
|
997
|
+
* Parse the location from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
998
|
+
*
|
999
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1000
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1001
|
+
* @returns {string} A string representing the location.
|
1002
|
+
*/
|
1003
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1004
|
+
/**
|
1005
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1006
|
+
*
|
1007
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1008
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1009
|
+
* @returns {string} A string representing the collection.
|
1010
|
+
*/
|
1011
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1012
|
+
/**
|
1013
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1014
|
+
*
|
1015
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1016
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1017
|
+
* @returns {string} A string representing the data_store.
|
1018
|
+
*/
|
1019
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1020
|
+
/**
|
1021
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1022
|
+
*
|
1023
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1024
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1025
|
+
* @returns {string} A string representing the session.
|
1026
|
+
*/
|
1027
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1028
|
+
/**
|
1029
|
+
* Parse the answer from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1030
|
+
*
|
1031
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1032
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1033
|
+
* @returns {string} A string representing the answer.
|
1034
|
+
*/
|
1035
|
+
matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
817
1036
|
/**
|
818
1037
|
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
819
1038
|
*
|
@@ -907,6 +1126,57 @@ export declare class EngineServiceClient {
|
|
907
1126
|
* @returns {string} A string representing the target_site.
|
908
1127
|
*/
|
909
1128
|
matchTargetSiteFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1129
|
+
/**
|
1130
|
+
* Return a fully-qualified projectLocationCollectionEngineControl resource name string.
|
1131
|
+
*
|
1132
|
+
* @param {string} project
|
1133
|
+
* @param {string} location
|
1134
|
+
* @param {string} collection
|
1135
|
+
* @param {string} engine
|
1136
|
+
* @param {string} control
|
1137
|
+
* @returns {string} Resource name string.
|
1138
|
+
*/
|
1139
|
+
projectLocationCollectionEngineControlPath(project: string, location: string, collection: string, engine: string, control: string): string;
|
1140
|
+
/**
|
1141
|
+
* Parse the project from ProjectLocationCollectionEngineControl resource.
|
1142
|
+
*
|
1143
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1144
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1145
|
+
* @returns {string} A string representing the project.
|
1146
|
+
*/
|
1147
|
+
matchProjectFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1148
|
+
/**
|
1149
|
+
* Parse the location from ProjectLocationCollectionEngineControl resource.
|
1150
|
+
*
|
1151
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1152
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1153
|
+
* @returns {string} A string representing the location.
|
1154
|
+
*/
|
1155
|
+
matchLocationFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1156
|
+
/**
|
1157
|
+
* Parse the collection from ProjectLocationCollectionEngineControl resource.
|
1158
|
+
*
|
1159
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1160
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1161
|
+
* @returns {string} A string representing the collection.
|
1162
|
+
*/
|
1163
|
+
matchCollectionFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1164
|
+
/**
|
1165
|
+
* Parse the engine from ProjectLocationCollectionEngineControl resource.
|
1166
|
+
*
|
1167
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1168
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1169
|
+
* @returns {string} A string representing the engine.
|
1170
|
+
*/
|
1171
|
+
matchEngineFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1172
|
+
/**
|
1173
|
+
* Parse the control from ProjectLocationCollectionEngineControl resource.
|
1174
|
+
*
|
1175
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1176
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1177
|
+
* @returns {string} A string representing the control.
|
1178
|
+
*/
|
1179
|
+
matchControlFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
910
1180
|
/**
|
911
1181
|
* Return a fully-qualified projectLocationCollectionEngineConversation resource name string.
|
912
1182
|
*
|
@@ -958,6 +1228,117 @@ export declare class EngineServiceClient {
|
|
958
1228
|
* @returns {string} A string representing the conversation.
|
959
1229
|
*/
|
960
1230
|
matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
1231
|
+
/**
|
1232
|
+
* Return a fully-qualified projectLocationCollectionEngineSession resource name string.
|
1233
|
+
*
|
1234
|
+
* @param {string} project
|
1235
|
+
* @param {string} location
|
1236
|
+
* @param {string} collection
|
1237
|
+
* @param {string} engine
|
1238
|
+
* @param {string} session
|
1239
|
+
* @returns {string} Resource name string.
|
1240
|
+
*/
|
1241
|
+
projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1242
|
+
/**
|
1243
|
+
* Parse the project from ProjectLocationCollectionEngineSession resource.
|
1244
|
+
*
|
1245
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1246
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1247
|
+
* @returns {string} A string representing the project.
|
1248
|
+
*/
|
1249
|
+
matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1250
|
+
/**
|
1251
|
+
* Parse the location from ProjectLocationCollectionEngineSession resource.
|
1252
|
+
*
|
1253
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1254
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1255
|
+
* @returns {string} A string representing the location.
|
1256
|
+
*/
|
1257
|
+
matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1258
|
+
/**
|
1259
|
+
* Parse the collection from ProjectLocationCollectionEngineSession resource.
|
1260
|
+
*
|
1261
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1262
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1263
|
+
* @returns {string} A string representing the collection.
|
1264
|
+
*/
|
1265
|
+
matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1266
|
+
/**
|
1267
|
+
* Parse the engine from ProjectLocationCollectionEngineSession resource.
|
1268
|
+
*
|
1269
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1270
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1271
|
+
* @returns {string} A string representing the engine.
|
1272
|
+
*/
|
1273
|
+
matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1274
|
+
/**
|
1275
|
+
* Parse the session from ProjectLocationCollectionEngineSession resource.
|
1276
|
+
*
|
1277
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1278
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1279
|
+
* @returns {string} A string representing the session.
|
1280
|
+
*/
|
1281
|
+
matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1282
|
+
/**
|
1283
|
+
* Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
|
1284
|
+
*
|
1285
|
+
* @param {string} project
|
1286
|
+
* @param {string} location
|
1287
|
+
* @param {string} collection
|
1288
|
+
* @param {string} engine
|
1289
|
+
* @param {string} session
|
1290
|
+
* @param {string} answer
|
1291
|
+
* @returns {string} Resource name string.
|
1292
|
+
*/
|
1293
|
+
projectLocationCollectionEngineSessionAnswerPath(project: string, location: string, collection: string, engine: string, session: string, answer: string): string;
|
1294
|
+
/**
|
1295
|
+
* Parse the project from ProjectLocationCollectionEngineSessionAnswer resource.
|
1296
|
+
*
|
1297
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1298
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1299
|
+
* @returns {string} A string representing the project.
|
1300
|
+
*/
|
1301
|
+
matchProjectFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1302
|
+
/**
|
1303
|
+
* Parse the location from ProjectLocationCollectionEngineSessionAnswer resource.
|
1304
|
+
*
|
1305
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1306
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1307
|
+
* @returns {string} A string representing the location.
|
1308
|
+
*/
|
1309
|
+
matchLocationFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1310
|
+
/**
|
1311
|
+
* Parse the collection from ProjectLocationCollectionEngineSessionAnswer resource.
|
1312
|
+
*
|
1313
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1314
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1315
|
+
* @returns {string} A string representing the collection.
|
1316
|
+
*/
|
1317
|
+
matchCollectionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1318
|
+
/**
|
1319
|
+
* Parse the engine from ProjectLocationCollectionEngineSessionAnswer resource.
|
1320
|
+
*
|
1321
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1322
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1323
|
+
* @returns {string} A string representing the engine.
|
1324
|
+
*/
|
1325
|
+
matchEngineFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1326
|
+
/**
|
1327
|
+
* Parse the session from ProjectLocationCollectionEngineSessionAnswer resource.
|
1328
|
+
*
|
1329
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1330
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1331
|
+
* @returns {string} A string representing the session.
|
1332
|
+
*/
|
1333
|
+
matchSessionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1334
|
+
/**
|
1335
|
+
* Parse the answer from ProjectLocationCollectionEngineSessionAnswer resource.
|
1336
|
+
*
|
1337
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1338
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1339
|
+
* @returns {string} A string representing the answer.
|
1340
|
+
*/
|
1341
|
+
matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
961
1342
|
/**
|
962
1343
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
963
1344
|
*
|
@@ -1042,6 +1423,48 @@ export declare class EngineServiceClient {
|
|
1042
1423
|
* @returns {string} A string representing the document.
|
1043
1424
|
*/
|
1044
1425
|
matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
1426
|
+
/**
|
1427
|
+
* Return a fully-qualified projectLocationDataStoreControl resource name string.
|
1428
|
+
*
|
1429
|
+
* @param {string} project
|
1430
|
+
* @param {string} location
|
1431
|
+
* @param {string} data_store
|
1432
|
+
* @param {string} control
|
1433
|
+
* @returns {string} Resource name string.
|
1434
|
+
*/
|
1435
|
+
projectLocationDataStoreControlPath(project: string, location: string, dataStore: string, control: string): string;
|
1436
|
+
/**
|
1437
|
+
* Parse the project from ProjectLocationDataStoreControl resource.
|
1438
|
+
*
|
1439
|
+
* @param {string} projectLocationDataStoreControlName
|
1440
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1441
|
+
* @returns {string} A string representing the project.
|
1442
|
+
*/
|
1443
|
+
matchProjectFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
1444
|
+
/**
|
1445
|
+
* Parse the location from ProjectLocationDataStoreControl resource.
|
1446
|
+
*
|
1447
|
+
* @param {string} projectLocationDataStoreControlName
|
1448
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1449
|
+
* @returns {string} A string representing the location.
|
1450
|
+
*/
|
1451
|
+
matchLocationFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
1452
|
+
/**
|
1453
|
+
* Parse the data_store from ProjectLocationDataStoreControl resource.
|
1454
|
+
*
|
1455
|
+
* @param {string} projectLocationDataStoreControlName
|
1456
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1457
|
+
* @returns {string} A string representing the data_store.
|
1458
|
+
*/
|
1459
|
+
matchDataStoreFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
1460
|
+
/**
|
1461
|
+
* Parse the control from ProjectLocationDataStoreControl resource.
|
1462
|
+
*
|
1463
|
+
* @param {string} projectLocationDataStoreControlName
|
1464
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1465
|
+
* @returns {string} A string representing the control.
|
1466
|
+
*/
|
1467
|
+
matchControlFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
1045
1468
|
/**
|
1046
1469
|
* Return a fully-qualified projectLocationDataStoreConversation resource name string.
|
1047
1470
|
*
|
@@ -1084,6 +1507,39 @@ export declare class EngineServiceClient {
|
|
1084
1507
|
* @returns {string} A string representing the conversation.
|
1085
1508
|
*/
|
1086
1509
|
matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
|
1510
|
+
/**
|
1511
|
+
* Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
|
1512
|
+
*
|
1513
|
+
* @param {string} project
|
1514
|
+
* @param {string} location
|
1515
|
+
* @param {string} data_store
|
1516
|
+
* @returns {string} Resource name string.
|
1517
|
+
*/
|
1518
|
+
projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
|
1519
|
+
/**
|
1520
|
+
* Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
|
1521
|
+
*
|
1522
|
+
* @param {string} projectLocationDataStoreDocumentProcessingConfigName
|
1523
|
+
* A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
|
1524
|
+
* @returns {string} A string representing the project.
|
1525
|
+
*/
|
1526
|
+
matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
|
1527
|
+
/**
|
1528
|
+
* Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
|
1529
|
+
*
|
1530
|
+
* @param {string} projectLocationDataStoreDocumentProcessingConfigName
|
1531
|
+
* A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
|
1532
|
+
* @returns {string} A string representing the location.
|
1533
|
+
*/
|
1534
|
+
matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
|
1535
|
+
/**
|
1536
|
+
* Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
|
1537
|
+
*
|
1538
|
+
* @param {string} projectLocationDataStoreDocumentProcessingConfigName
|
1539
|
+
* A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
|
1540
|
+
* @returns {string} A string representing the data_store.
|
1541
|
+
*/
|
1542
|
+
matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
|
1087
1543
|
/**
|
1088
1544
|
* Return a fully-qualified projectLocationDataStoreSchema resource name string.
|
1089
1545
|
*
|
@@ -1126,6 +1582,99 @@ export declare class EngineServiceClient {
|
|
1126
1582
|
* @returns {string} A string representing the schema.
|
1127
1583
|
*/
|
1128
1584
|
matchSchemaFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
|
1585
|
+
/**
|
1586
|
+
* Return a fully-qualified projectLocationDataStoreSession resource name string.
|
1587
|
+
*
|
1588
|
+
* @param {string} project
|
1589
|
+
* @param {string} location
|
1590
|
+
* @param {string} data_store
|
1591
|
+
* @param {string} session
|
1592
|
+
* @returns {string} Resource name string.
|
1593
|
+
*/
|
1594
|
+
projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
|
1595
|
+
/**
|
1596
|
+
* Parse the project from ProjectLocationDataStoreSession resource.
|
1597
|
+
*
|
1598
|
+
* @param {string} projectLocationDataStoreSessionName
|
1599
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1600
|
+
* @returns {string} A string representing the project.
|
1601
|
+
*/
|
1602
|
+
matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1603
|
+
/**
|
1604
|
+
* Parse the location from ProjectLocationDataStoreSession resource.
|
1605
|
+
*
|
1606
|
+
* @param {string} projectLocationDataStoreSessionName
|
1607
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1608
|
+
* @returns {string} A string representing the location.
|
1609
|
+
*/
|
1610
|
+
matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1611
|
+
/**
|
1612
|
+
* Parse the data_store from ProjectLocationDataStoreSession resource.
|
1613
|
+
*
|
1614
|
+
* @param {string} projectLocationDataStoreSessionName
|
1615
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1616
|
+
* @returns {string} A string representing the data_store.
|
1617
|
+
*/
|
1618
|
+
matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1619
|
+
/**
|
1620
|
+
* Parse the session from ProjectLocationDataStoreSession resource.
|
1621
|
+
*
|
1622
|
+
* @param {string} projectLocationDataStoreSessionName
|
1623
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1624
|
+
* @returns {string} A string representing the session.
|
1625
|
+
*/
|
1626
|
+
matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1627
|
+
/**
|
1628
|
+
* Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
|
1629
|
+
*
|
1630
|
+
* @param {string} project
|
1631
|
+
* @param {string} location
|
1632
|
+
* @param {string} data_store
|
1633
|
+
* @param {string} session
|
1634
|
+
* @param {string} answer
|
1635
|
+
* @returns {string} Resource name string.
|
1636
|
+
*/
|
1637
|
+
projectLocationDataStoreSessionAnswerPath(project: string, location: string, dataStore: string, session: string, answer: string): string;
|
1638
|
+
/**
|
1639
|
+
* Parse the project from ProjectLocationDataStoreSessionAnswer resource.
|
1640
|
+
*
|
1641
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1642
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1643
|
+
* @returns {string} A string representing the project.
|
1644
|
+
*/
|
1645
|
+
matchProjectFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1646
|
+
/**
|
1647
|
+
* Parse the location from ProjectLocationDataStoreSessionAnswer resource.
|
1648
|
+
*
|
1649
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1650
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1651
|
+
* @returns {string} A string representing the location.
|
1652
|
+
*/
|
1653
|
+
matchLocationFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1654
|
+
/**
|
1655
|
+
* Parse the data_store from ProjectLocationDataStoreSessionAnswer resource.
|
1656
|
+
*
|
1657
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1658
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1659
|
+
* @returns {string} A string representing the data_store.
|
1660
|
+
*/
|
1661
|
+
matchDataStoreFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1662
|
+
/**
|
1663
|
+
* Parse the session from ProjectLocationDataStoreSessionAnswer resource.
|
1664
|
+
*
|
1665
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1666
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1667
|
+
* @returns {string} A string representing the session.
|
1668
|
+
*/
|
1669
|
+
matchSessionFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1670
|
+
/**
|
1671
|
+
* Parse the answer from ProjectLocationDataStoreSessionAnswer resource.
|
1672
|
+
*
|
1673
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1674
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1675
|
+
* @returns {string} A string representing the answer.
|
1676
|
+
*/
|
1677
|
+
matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1129
1678
|
/**
|
1130
1679
|
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
1131
1680
|
*
|