@google-cloud/discoveryengine 1.6.0 → 1.7.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 +7 -0
- package/README.md +24 -0
- package/build/protos/google/cloud/discoveryengine/v1/common.proto +13 -1
- package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +5 -0
- package/build/protos/google/cloud/discoveryengine/v1/data_store.proto +17 -0
- package/build/protos/google/cloud/discoveryengine/v1/document.proto +9 -0
- package/build/protos/google/cloud/discoveryengine/v1/document_service.proto +6 -0
- package/build/protos/google/cloud/discoveryengine/v1/engine.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1/import_config.proto +284 -22
- package/build/protos/google/cloud/discoveryengine/v1/purge_config.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1/recommendation_service.proto +228 -0
- package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +125 -21
- package/build/protos/google/cloud/discoveryengine/v1/user_event.proto +16 -11
- package/build/protos/google/cloud/discoveryengine/v1alpha/answer.proto +328 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/chunk.proto +41 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +21 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +574 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/document.proto +19 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/document_processing_config.proto +3 -6
- package/build/protos/google/cloud/discoveryengine/v1alpha/document_service.proto +64 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/engine.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/grounded_generation_service.proto +120 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/grounding.proto +55 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/import_config.proto +283 -24
- package/build/protos/google/cloud/discoveryengine/v1alpha/project.proto +102 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/project_service.proto +171 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/schema.proto +21 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +158 -24
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_tuning_service.proto +9 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/serving_config_service.proto +2 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/session.proto +94 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/user_event.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/answer.proto +328 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/common.proto +30 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +559 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/document_processing_config.proto +3 -6
- package/build/protos/google/cloud/discoveryengine/v1beta/document_service.proto +6 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/engine.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/engine_service.proto +93 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/grounded_generation_service.proto +120 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/grounding.proto +55 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/import_config.proto +283 -24
- package/build/protos/google/cloud/discoveryengine/v1beta/rank_service.proto +115 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +142 -22
- package/build/protos/google/cloud/discoveryengine/v1beta/search_tuning_service.proto +7 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/session.proto +94 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event.proto +1 -1
- package/build/protos/protos.d.ts +44799 -26093
- package/build/protos/protos.js +120465 -74222
- package/build/protos/protos.json +8911 -4556
- package/build/src/index.d.ts +4 -1
- package/build/src/index.js +4 -1
- package/build/src/v1/conversational_search_service_client.d.ts +4 -0
- package/build/src/v1/document_service_client.d.ts +47 -19
- package/build/src/v1/index.d.ts +1 -0
- package/build/src/v1/index.js +3 -1
- package/build/src/v1/recommendation_service_client.d.ts +1087 -0
- package/build/src/v1/recommendation_service_client.js +1432 -0
- package/build/src/v1/recommendation_service_client_config.json +43 -0
- package/build/src/v1/search_service_client.d.ts +27 -9
- package/build/src/v1/search_service_client.js +18 -6
- package/build/src/v1/search_service_client_config.json +5 -5
- package/build/src/v1alpha/acl_config_service_client.d.ts +330 -0
- package/build/src/v1alpha/acl_config_service_client.js +454 -0
- package/build/src/v1alpha/chunk_service_client.d.ts +330 -0
- package/build/src/v1alpha/chunk_service_client.js +454 -0
- package/build/src/v1alpha/completion_service_client.d.ts +330 -0
- package/build/src/v1alpha/completion_service_client.js +457 -0
- package/build/src/v1alpha/conversational_search_service_client.d.ts +674 -0
- package/build/src/v1alpha/conversational_search_service_client.js +724 -0
- package/build/src/v1alpha/conversational_search_service_client_config.json +35 -0
- package/build/src/v1alpha/data_store_service_client.d.ts +330 -0
- package/build/src/v1alpha/data_store_service_client.js +457 -0
- package/build/src/v1alpha/document_service_client.d.ts +410 -21
- package/build/src/v1alpha/document_service_client.js +479 -0
- package/build/src/v1alpha/document_service_client_config.json +5 -0
- package/build/src/v1alpha/engine_service_client.d.ts +330 -0
- package/build/src/v1alpha/engine_service_client.js +457 -0
- package/build/src/v1alpha/estimate_billing_service_client.d.ts +330 -0
- package/build/src/v1alpha/estimate_billing_service_client.js +457 -0
- package/build/src/v1alpha/grounded_generation_service_client.d.ts +1574 -0
- package/build/src/v1alpha/grounded_generation_service_client.js +2248 -0
- package/build/src/v1alpha/grounded_generation_service_client_config.json +43 -0
- package/build/src/v1alpha/index.d.ts +3 -1
- package/build/src/v1alpha/index.js +7 -3
- package/build/src/v1alpha/project_service_client.d.ts +1756 -0
- package/build/src/v1alpha/project_service_client.js +2500 -0
- package/build/src/v1alpha/project_service_client_config.json +38 -0
- package/build/src/v1alpha/rank_service_client.d.ts +330 -0
- package/build/src/v1alpha/rank_service_client.js +454 -0
- package/build/src/v1alpha/rank_service_client_config.json +15 -2
- package/build/src/v1alpha/recommendation_service_client.d.ts +330 -0
- package/build/src/v1alpha/recommendation_service_client.js +454 -0
- package/build/src/v1alpha/schema_service_client.d.ts +330 -0
- package/build/src/v1alpha/schema_service_client.js +457 -0
- package/build/src/v1alpha/search_service_client.d.ts +360 -15
- package/build/src/v1alpha/search_service_client.js +474 -10
- package/build/src/v1alpha/search_service_client_config.json +5 -5
- package/build/src/v1alpha/search_tuning_service_client.d.ts +330 -0
- package/build/src/v1alpha/search_tuning_service_client.js +457 -0
- package/build/src/v1alpha/serving_config_service_client.d.ts +317 -1
- package/build/src/v1alpha/serving_config_service_client.js +434 -1
- package/build/src/v1alpha/site_search_engine_service_client.d.ts +330 -0
- package/build/src/v1alpha/site_search_engine_service_client.js +457 -0
- package/build/src/v1alpha/user_event_service_client.d.ts +330 -0
- package/build/src/v1alpha/user_event_service_client.js +457 -0
- package/build/src/v1beta/completion_service_client.d.ts +315 -0
- package/build/src/v1beta/completion_service_client.js +432 -0
- package/build/src/v1beta/conversational_search_service_client.d.ts +659 -0
- package/build/src/v1beta/conversational_search_service_client.js +702 -0
- package/build/src/v1beta/conversational_search_service_client_config.json +35 -0
- package/build/src/v1beta/data_store_service_client.d.ts +315 -0
- package/build/src/v1beta/data_store_service_client.js +432 -0
- package/build/src/v1beta/document_service_client.d.ts +361 -21
- package/build/src/v1beta/document_service_client.js +432 -0
- package/build/src/v1beta/engine_service_client.d.ts +410 -0
- package/build/src/v1beta/engine_service_client.js +518 -0
- package/build/src/v1beta/engine_service_client_config.json +12 -0
- package/build/src/v1beta/grounded_generation_service_client.d.ts +1406 -0
- package/build/src/v1beta/grounded_generation_service_client.js +2014 -0
- package/build/src/v1beta/grounded_generation_service_client_config.json +43 -0
- package/build/src/v1beta/index.d.ts +2 -0
- package/build/src/v1beta/index.js +5 -1
- package/build/src/v1beta/rank_service_client.d.ts +1416 -0
- package/build/src/v1beta/rank_service_client.js +2015 -0
- package/build/src/v1beta/rank_service_client_config.json +43 -0
- package/build/src/v1beta/recommendation_service_client.d.ts +315 -0
- package/build/src/v1beta/recommendation_service_client.js +432 -0
- package/build/src/v1beta/schema_service_client.d.ts +315 -0
- package/build/src/v1beta/schema_service_client.js +432 -0
- package/build/src/v1beta/search_service_client.d.ts +342 -12
- package/build/src/v1beta/search_service_client.js +450 -8
- package/build/src/v1beta/search_service_client_config.json +5 -5
- package/build/src/v1beta/search_tuning_service_client.d.ts +315 -0
- package/build/src/v1beta/search_tuning_service_client.js +432 -0
- package/build/src/v1beta/serving_config_service_client.d.ts +315 -0
- package/build/src/v1beta/serving_config_service_client.js +432 -0
- package/build/src/v1beta/site_search_engine_service_client.d.ts +315 -0
- package/build/src/v1beta/site_search_engine_service_client.js +432 -0
- package/build/src/v1beta/user_event_service_client.d.ts +315 -0
- package/build/src/v1beta/user_event_service_client.js +432 -0
- package/package.json +1 -1
@@ -367,6 +367,21 @@ export declare class RecommendationServiceClient {
|
|
367
367
|
* @returns {string} A string representing the engine.
|
368
368
|
*/
|
369
369
|
matchEngineFromEngineName(engineName: string): string | number;
|
370
|
+
/**
|
371
|
+
* Return a fully-qualified project resource name string.
|
372
|
+
*
|
373
|
+
* @param {string} project
|
374
|
+
* @returns {string} Resource name string.
|
375
|
+
*/
|
376
|
+
projectPath(project: string): string;
|
377
|
+
/**
|
378
|
+
* Parse the project from Project resource.
|
379
|
+
*
|
380
|
+
* @param {string} projectName
|
381
|
+
* A fully-qualified path representing Project resource.
|
382
|
+
* @returns {string} A string representing the project.
|
383
|
+
*/
|
384
|
+
matchProjectFromProjectName(projectName: string): string | number;
|
370
385
|
/**
|
371
386
|
* Return a fully-qualified projectLocationCollectionDataStore resource name string.
|
372
387
|
*
|
@@ -733,6 +748,117 @@ export declare class RecommendationServiceClient {
|
|
733
748
|
* @returns {string} A string representing the serving_config.
|
734
749
|
*/
|
735
750
|
matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
751
|
+
/**
|
752
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
|
753
|
+
*
|
754
|
+
* @param {string} project
|
755
|
+
* @param {string} location
|
756
|
+
* @param {string} collection
|
757
|
+
* @param {string} data_store
|
758
|
+
* @param {string} session
|
759
|
+
* @returns {string} Resource name string.
|
760
|
+
*/
|
761
|
+
projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
762
|
+
/**
|
763
|
+
* Parse the project from ProjectLocationCollectionDataStoreSession resource.
|
764
|
+
*
|
765
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
766
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
767
|
+
* @returns {string} A string representing the project.
|
768
|
+
*/
|
769
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
770
|
+
/**
|
771
|
+
* Parse the location from ProjectLocationCollectionDataStoreSession resource.
|
772
|
+
*
|
773
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
774
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
775
|
+
* @returns {string} A string representing the location.
|
776
|
+
*/
|
777
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
778
|
+
/**
|
779
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSession resource.
|
780
|
+
*
|
781
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
782
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
783
|
+
* @returns {string} A string representing the collection.
|
784
|
+
*/
|
785
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
786
|
+
/**
|
787
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
|
788
|
+
*
|
789
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
790
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
791
|
+
* @returns {string} A string representing the data_store.
|
792
|
+
*/
|
793
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
794
|
+
/**
|
795
|
+
* Parse the session from ProjectLocationCollectionDataStoreSession resource.
|
796
|
+
*
|
797
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
798
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
799
|
+
* @returns {string} A string representing the session.
|
800
|
+
*/
|
801
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
802
|
+
/**
|
803
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
|
804
|
+
*
|
805
|
+
* @param {string} project
|
806
|
+
* @param {string} location
|
807
|
+
* @param {string} collection
|
808
|
+
* @param {string} data_store
|
809
|
+
* @param {string} session
|
810
|
+
* @param {string} answer
|
811
|
+
* @returns {string} Resource name string.
|
812
|
+
*/
|
813
|
+
projectLocationCollectionDataStoreSessionAnswerPath(project: string, location: string, collection: string, dataStore: string, session: string, answer: string): string;
|
814
|
+
/**
|
815
|
+
* Parse the project from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
816
|
+
*
|
817
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
818
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
819
|
+
* @returns {string} A string representing the project.
|
820
|
+
*/
|
821
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
822
|
+
/**
|
823
|
+
* Parse the location from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
824
|
+
*
|
825
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
826
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
827
|
+
* @returns {string} A string representing the location.
|
828
|
+
*/
|
829
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
830
|
+
/**
|
831
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
832
|
+
*
|
833
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
834
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
835
|
+
* @returns {string} A string representing the collection.
|
836
|
+
*/
|
837
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
838
|
+
/**
|
839
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
840
|
+
*
|
841
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
842
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
843
|
+
* @returns {string} A string representing the data_store.
|
844
|
+
*/
|
845
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
846
|
+
/**
|
847
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
848
|
+
*
|
849
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
850
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
851
|
+
* @returns {string} A string representing the session.
|
852
|
+
*/
|
853
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
854
|
+
/**
|
855
|
+
* Parse the answer from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
856
|
+
*
|
857
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
858
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
859
|
+
* @returns {string} A string representing the answer.
|
860
|
+
*/
|
861
|
+
matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
736
862
|
/**
|
737
863
|
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
738
864
|
*
|
@@ -928,6 +1054,117 @@ export declare class RecommendationServiceClient {
|
|
928
1054
|
* @returns {string} A string representing the serving_config.
|
929
1055
|
*/
|
930
1056
|
matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
1057
|
+
/**
|
1058
|
+
* Return a fully-qualified projectLocationCollectionEngineSession resource name string.
|
1059
|
+
*
|
1060
|
+
* @param {string} project
|
1061
|
+
* @param {string} location
|
1062
|
+
* @param {string} collection
|
1063
|
+
* @param {string} engine
|
1064
|
+
* @param {string} session
|
1065
|
+
* @returns {string} Resource name string.
|
1066
|
+
*/
|
1067
|
+
projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1068
|
+
/**
|
1069
|
+
* Parse the project from ProjectLocationCollectionEngineSession resource.
|
1070
|
+
*
|
1071
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1072
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1073
|
+
* @returns {string} A string representing the project.
|
1074
|
+
*/
|
1075
|
+
matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1076
|
+
/**
|
1077
|
+
* Parse the location from ProjectLocationCollectionEngineSession resource.
|
1078
|
+
*
|
1079
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1080
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1081
|
+
* @returns {string} A string representing the location.
|
1082
|
+
*/
|
1083
|
+
matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1084
|
+
/**
|
1085
|
+
* Parse the collection from ProjectLocationCollectionEngineSession resource.
|
1086
|
+
*
|
1087
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1088
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1089
|
+
* @returns {string} A string representing the collection.
|
1090
|
+
*/
|
1091
|
+
matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1092
|
+
/**
|
1093
|
+
* Parse the engine from ProjectLocationCollectionEngineSession resource.
|
1094
|
+
*
|
1095
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1096
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1097
|
+
* @returns {string} A string representing the engine.
|
1098
|
+
*/
|
1099
|
+
matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1100
|
+
/**
|
1101
|
+
* Parse the session from ProjectLocationCollectionEngineSession resource.
|
1102
|
+
*
|
1103
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1104
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1105
|
+
* @returns {string} A string representing the session.
|
1106
|
+
*/
|
1107
|
+
matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1108
|
+
/**
|
1109
|
+
* Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
|
1110
|
+
*
|
1111
|
+
* @param {string} project
|
1112
|
+
* @param {string} location
|
1113
|
+
* @param {string} collection
|
1114
|
+
* @param {string} engine
|
1115
|
+
* @param {string} session
|
1116
|
+
* @param {string} answer
|
1117
|
+
* @returns {string} Resource name string.
|
1118
|
+
*/
|
1119
|
+
projectLocationCollectionEngineSessionAnswerPath(project: string, location: string, collection: string, engine: string, session: string, answer: string): string;
|
1120
|
+
/**
|
1121
|
+
* Parse the project from ProjectLocationCollectionEngineSessionAnswer resource.
|
1122
|
+
*
|
1123
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1124
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1125
|
+
* @returns {string} A string representing the project.
|
1126
|
+
*/
|
1127
|
+
matchProjectFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1128
|
+
/**
|
1129
|
+
* Parse the location from ProjectLocationCollectionEngineSessionAnswer resource.
|
1130
|
+
*
|
1131
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1132
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1133
|
+
* @returns {string} A string representing the location.
|
1134
|
+
*/
|
1135
|
+
matchLocationFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1136
|
+
/**
|
1137
|
+
* Parse the collection from ProjectLocationCollectionEngineSessionAnswer resource.
|
1138
|
+
*
|
1139
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1140
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1141
|
+
* @returns {string} A string representing the collection.
|
1142
|
+
*/
|
1143
|
+
matchCollectionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1144
|
+
/**
|
1145
|
+
* Parse the engine from ProjectLocationCollectionEngineSessionAnswer resource.
|
1146
|
+
*
|
1147
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1148
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1149
|
+
* @returns {string} A string representing the engine.
|
1150
|
+
*/
|
1151
|
+
matchEngineFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1152
|
+
/**
|
1153
|
+
* Parse the session from ProjectLocationCollectionEngineSessionAnswer resource.
|
1154
|
+
*
|
1155
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1156
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1157
|
+
* @returns {string} A string representing the session.
|
1158
|
+
*/
|
1159
|
+
matchSessionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1160
|
+
/**
|
1161
|
+
* Parse the answer from ProjectLocationCollectionEngineSessionAnswer resource.
|
1162
|
+
*
|
1163
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1164
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1165
|
+
* @returns {string} A string representing the answer.
|
1166
|
+
*/
|
1167
|
+
matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
931
1168
|
/**
|
932
1169
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
933
1170
|
*
|
@@ -1231,6 +1468,99 @@ export declare class RecommendationServiceClient {
|
|
1231
1468
|
* @returns {string} A string representing the serving_config.
|
1232
1469
|
*/
|
1233
1470
|
matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
1471
|
+
/**
|
1472
|
+
* Return a fully-qualified projectLocationDataStoreSession resource name string.
|
1473
|
+
*
|
1474
|
+
* @param {string} project
|
1475
|
+
* @param {string} location
|
1476
|
+
* @param {string} data_store
|
1477
|
+
* @param {string} session
|
1478
|
+
* @returns {string} Resource name string.
|
1479
|
+
*/
|
1480
|
+
projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
|
1481
|
+
/**
|
1482
|
+
* Parse the project from ProjectLocationDataStoreSession resource.
|
1483
|
+
*
|
1484
|
+
* @param {string} projectLocationDataStoreSessionName
|
1485
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1486
|
+
* @returns {string} A string representing the project.
|
1487
|
+
*/
|
1488
|
+
matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1489
|
+
/**
|
1490
|
+
* Parse the location from ProjectLocationDataStoreSession resource.
|
1491
|
+
*
|
1492
|
+
* @param {string} projectLocationDataStoreSessionName
|
1493
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1494
|
+
* @returns {string} A string representing the location.
|
1495
|
+
*/
|
1496
|
+
matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1497
|
+
/**
|
1498
|
+
* Parse the data_store from ProjectLocationDataStoreSession resource.
|
1499
|
+
*
|
1500
|
+
* @param {string} projectLocationDataStoreSessionName
|
1501
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1502
|
+
* @returns {string} A string representing the data_store.
|
1503
|
+
*/
|
1504
|
+
matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1505
|
+
/**
|
1506
|
+
* Parse the session from ProjectLocationDataStoreSession resource.
|
1507
|
+
*
|
1508
|
+
* @param {string} projectLocationDataStoreSessionName
|
1509
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1510
|
+
* @returns {string} A string representing the session.
|
1511
|
+
*/
|
1512
|
+
matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1513
|
+
/**
|
1514
|
+
* Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
|
1515
|
+
*
|
1516
|
+
* @param {string} project
|
1517
|
+
* @param {string} location
|
1518
|
+
* @param {string} data_store
|
1519
|
+
* @param {string} session
|
1520
|
+
* @param {string} answer
|
1521
|
+
* @returns {string} Resource name string.
|
1522
|
+
*/
|
1523
|
+
projectLocationDataStoreSessionAnswerPath(project: string, location: string, dataStore: string, session: string, answer: string): string;
|
1524
|
+
/**
|
1525
|
+
* Parse the project from ProjectLocationDataStoreSessionAnswer resource.
|
1526
|
+
*
|
1527
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1528
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1529
|
+
* @returns {string} A string representing the project.
|
1530
|
+
*/
|
1531
|
+
matchProjectFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1532
|
+
/**
|
1533
|
+
* Parse the location from ProjectLocationDataStoreSessionAnswer resource.
|
1534
|
+
*
|
1535
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1536
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1537
|
+
* @returns {string} A string representing the location.
|
1538
|
+
*/
|
1539
|
+
matchLocationFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1540
|
+
/**
|
1541
|
+
* Parse the data_store from ProjectLocationDataStoreSessionAnswer resource.
|
1542
|
+
*
|
1543
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1544
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1545
|
+
* @returns {string} A string representing the data_store.
|
1546
|
+
*/
|
1547
|
+
matchDataStoreFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1548
|
+
/**
|
1549
|
+
* Parse the session from ProjectLocationDataStoreSessionAnswer resource.
|
1550
|
+
*
|
1551
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1552
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1553
|
+
* @returns {string} A string representing the session.
|
1554
|
+
*/
|
1555
|
+
matchSessionFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1556
|
+
/**
|
1557
|
+
* Parse the answer from ProjectLocationDataStoreSessionAnswer resource.
|
1558
|
+
*
|
1559
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1560
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1561
|
+
* @returns {string} A string representing the answer.
|
1562
|
+
*/
|
1563
|
+
matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1234
1564
|
/**
|
1235
1565
|
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
1236
1566
|
*
|