@google-cloud/discoveryengine 1.5.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 +14 -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 +6 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +574 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/document_processing_config.proto +3 -6
- 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 +7 -39
- 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 +7 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_tuning_service.proto +4 -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 +41126 -24558
- package/build/protos/protos.js +134286 -93661
- package/build/protos/protos.json +7598 -3744
- 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 +454 -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 +454 -0
- package/build/src/v1alpha/document_service_client.d.ts +330 -0
- package/build/src/v1alpha/document_service_client.js +454 -0
- package/build/src/v1alpha/engine_service_client.d.ts +330 -0
- package/build/src/v1alpha/engine_service_client.js +454 -0
- package/build/src/v1alpha/estimate_billing_service_client.d.ts +330 -0
- package/build/src/v1alpha/estimate_billing_service_client.js +454 -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 +2 -0
- package/build/src/v1alpha/index.js +5 -1
- 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 +454 -0
- package/build/src/v1alpha/search_service_client.d.ts +330 -0
- package/build/src/v1alpha/search_service_client.js +454 -0
- 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 +454 -0
- package/build/src/v1alpha/serving_config_service_client.d.ts +315 -0
- package/build/src/v1alpha/serving_config_service_client.js +432 -0
- package/build/src/v1alpha/site_search_engine_service_client.d.ts +330 -0
- package/build/src/v1alpha/site_search_engine_service_client.js +454 -0
- package/build/src/v1alpha/user_event_service_client.d.ts +330 -0
- package/build/src/v1alpha/user_event_service_client.js +454 -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
@@ -61,6 +61,41 @@
|
|
61
61
|
"timeout_millis": 30000,
|
62
62
|
"retry_codes_name": "unavailable",
|
63
63
|
"retry_params_name": "ce5b960a6ed052e690863808e4f0deff3dc7d49f"
|
64
|
+
},
|
65
|
+
"AnswerQuery": {
|
66
|
+
"timeout_millis": 30000,
|
67
|
+
"retry_codes_name": "unavailable",
|
68
|
+
"retry_params_name": "ce5b960a6ed052e690863808e4f0deff3dc7d49f"
|
69
|
+
},
|
70
|
+
"GetAnswer": {
|
71
|
+
"timeout_millis": 30000,
|
72
|
+
"retry_codes_name": "unavailable",
|
73
|
+
"retry_params_name": "ce5b960a6ed052e690863808e4f0deff3dc7d49f"
|
74
|
+
},
|
75
|
+
"CreateSession": {
|
76
|
+
"timeout_millis": 30000,
|
77
|
+
"retry_codes_name": "unavailable",
|
78
|
+
"retry_params_name": "ce5b960a6ed052e690863808e4f0deff3dc7d49f"
|
79
|
+
},
|
80
|
+
"DeleteSession": {
|
81
|
+
"timeout_millis": 30000,
|
82
|
+
"retry_codes_name": "unavailable",
|
83
|
+
"retry_params_name": "ce5b960a6ed052e690863808e4f0deff3dc7d49f"
|
84
|
+
},
|
85
|
+
"UpdateSession": {
|
86
|
+
"timeout_millis": 30000,
|
87
|
+
"retry_codes_name": "unavailable",
|
88
|
+
"retry_params_name": "ce5b960a6ed052e690863808e4f0deff3dc7d49f"
|
89
|
+
},
|
90
|
+
"GetSession": {
|
91
|
+
"timeout_millis": 30000,
|
92
|
+
"retry_codes_name": "unavailable",
|
93
|
+
"retry_params_name": "ce5b960a6ed052e690863808e4f0deff3dc7d49f"
|
94
|
+
},
|
95
|
+
"ListSessions": {
|
96
|
+
"timeout_millis": 30000,
|
97
|
+
"retry_codes_name": "unavailable",
|
98
|
+
"retry_params_name": "ce5b960a6ed052e690863808e4f0deff3dc7d49f"
|
64
99
|
}
|
65
100
|
}
|
66
101
|
}
|
@@ -985,6 +985,117 @@ export declare class DataStoreServiceClient {
|
|
985
985
|
* @returns {string} A string representing the serving_config.
|
986
986
|
*/
|
987
987
|
matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
988
|
+
/**
|
989
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
|
990
|
+
*
|
991
|
+
* @param {string} project
|
992
|
+
* @param {string} location
|
993
|
+
* @param {string} collection
|
994
|
+
* @param {string} data_store
|
995
|
+
* @param {string} session
|
996
|
+
* @returns {string} Resource name string.
|
997
|
+
*/
|
998
|
+
projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
999
|
+
/**
|
1000
|
+
* Parse the project from ProjectLocationCollectionDataStoreSession resource.
|
1001
|
+
*
|
1002
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1003
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1004
|
+
* @returns {string} A string representing the project.
|
1005
|
+
*/
|
1006
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1007
|
+
/**
|
1008
|
+
* Parse the location from ProjectLocationCollectionDataStoreSession resource.
|
1009
|
+
*
|
1010
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1011
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1012
|
+
* @returns {string} A string representing the location.
|
1013
|
+
*/
|
1014
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1015
|
+
/**
|
1016
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSession resource.
|
1017
|
+
*
|
1018
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1019
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1020
|
+
* @returns {string} A string representing the collection.
|
1021
|
+
*/
|
1022
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1023
|
+
/**
|
1024
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
|
1025
|
+
*
|
1026
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1027
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1028
|
+
* @returns {string} A string representing the data_store.
|
1029
|
+
*/
|
1030
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1031
|
+
/**
|
1032
|
+
* Parse the session from ProjectLocationCollectionDataStoreSession resource.
|
1033
|
+
*
|
1034
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1035
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1036
|
+
* @returns {string} A string representing the session.
|
1037
|
+
*/
|
1038
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1039
|
+
/**
|
1040
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
|
1041
|
+
*
|
1042
|
+
* @param {string} project
|
1043
|
+
* @param {string} location
|
1044
|
+
* @param {string} collection
|
1045
|
+
* @param {string} data_store
|
1046
|
+
* @param {string} session
|
1047
|
+
* @param {string} answer
|
1048
|
+
* @returns {string} Resource name string.
|
1049
|
+
*/
|
1050
|
+
projectLocationCollectionDataStoreSessionAnswerPath(project: string, location: string, collection: string, dataStore: string, session: string, answer: string): string;
|
1051
|
+
/**
|
1052
|
+
* Parse the project from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1053
|
+
*
|
1054
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1055
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1056
|
+
* @returns {string} A string representing the project.
|
1057
|
+
*/
|
1058
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1059
|
+
/**
|
1060
|
+
* Parse the location from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1061
|
+
*
|
1062
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1063
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1064
|
+
* @returns {string} A string representing the location.
|
1065
|
+
*/
|
1066
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1067
|
+
/**
|
1068
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1069
|
+
*
|
1070
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1071
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1072
|
+
* @returns {string} A string representing the collection.
|
1073
|
+
*/
|
1074
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1075
|
+
/**
|
1076
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1077
|
+
*
|
1078
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1079
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1080
|
+
* @returns {string} A string representing the data_store.
|
1081
|
+
*/
|
1082
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1083
|
+
/**
|
1084
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1085
|
+
*
|
1086
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1087
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1088
|
+
* @returns {string} A string representing the session.
|
1089
|
+
*/
|
1090
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1091
|
+
/**
|
1092
|
+
* Parse the answer from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1093
|
+
*
|
1094
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1095
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1096
|
+
* @returns {string} A string representing the answer.
|
1097
|
+
*/
|
1098
|
+
matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
988
1099
|
/**
|
989
1100
|
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
990
1101
|
*
|
@@ -1180,6 +1291,117 @@ export declare class DataStoreServiceClient {
|
|
1180
1291
|
* @returns {string} A string representing the serving_config.
|
1181
1292
|
*/
|
1182
1293
|
matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
1294
|
+
/**
|
1295
|
+
* Return a fully-qualified projectLocationCollectionEngineSession resource name string.
|
1296
|
+
*
|
1297
|
+
* @param {string} project
|
1298
|
+
* @param {string} location
|
1299
|
+
* @param {string} collection
|
1300
|
+
* @param {string} engine
|
1301
|
+
* @param {string} session
|
1302
|
+
* @returns {string} Resource name string.
|
1303
|
+
*/
|
1304
|
+
projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1305
|
+
/**
|
1306
|
+
* Parse the project from ProjectLocationCollectionEngineSession resource.
|
1307
|
+
*
|
1308
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1309
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1310
|
+
* @returns {string} A string representing the project.
|
1311
|
+
*/
|
1312
|
+
matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1313
|
+
/**
|
1314
|
+
* Parse the location from ProjectLocationCollectionEngineSession resource.
|
1315
|
+
*
|
1316
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1317
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1318
|
+
* @returns {string} A string representing the location.
|
1319
|
+
*/
|
1320
|
+
matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1321
|
+
/**
|
1322
|
+
* Parse the collection from ProjectLocationCollectionEngineSession resource.
|
1323
|
+
*
|
1324
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1325
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1326
|
+
* @returns {string} A string representing the collection.
|
1327
|
+
*/
|
1328
|
+
matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1329
|
+
/**
|
1330
|
+
* Parse the engine from ProjectLocationCollectionEngineSession resource.
|
1331
|
+
*
|
1332
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1333
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1334
|
+
* @returns {string} A string representing the engine.
|
1335
|
+
*/
|
1336
|
+
matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1337
|
+
/**
|
1338
|
+
* Parse the session from ProjectLocationCollectionEngineSession resource.
|
1339
|
+
*
|
1340
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1341
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1342
|
+
* @returns {string} A string representing the session.
|
1343
|
+
*/
|
1344
|
+
matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1345
|
+
/**
|
1346
|
+
* Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
|
1347
|
+
*
|
1348
|
+
* @param {string} project
|
1349
|
+
* @param {string} location
|
1350
|
+
* @param {string} collection
|
1351
|
+
* @param {string} engine
|
1352
|
+
* @param {string} session
|
1353
|
+
* @param {string} answer
|
1354
|
+
* @returns {string} Resource name string.
|
1355
|
+
*/
|
1356
|
+
projectLocationCollectionEngineSessionAnswerPath(project: string, location: string, collection: string, engine: string, session: string, answer: string): string;
|
1357
|
+
/**
|
1358
|
+
* Parse the project from ProjectLocationCollectionEngineSessionAnswer resource.
|
1359
|
+
*
|
1360
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1361
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1362
|
+
* @returns {string} A string representing the project.
|
1363
|
+
*/
|
1364
|
+
matchProjectFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1365
|
+
/**
|
1366
|
+
* Parse the location from ProjectLocationCollectionEngineSessionAnswer resource.
|
1367
|
+
*
|
1368
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1369
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1370
|
+
* @returns {string} A string representing the location.
|
1371
|
+
*/
|
1372
|
+
matchLocationFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1373
|
+
/**
|
1374
|
+
* Parse the collection from ProjectLocationCollectionEngineSessionAnswer resource.
|
1375
|
+
*
|
1376
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1377
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1378
|
+
* @returns {string} A string representing the collection.
|
1379
|
+
*/
|
1380
|
+
matchCollectionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1381
|
+
/**
|
1382
|
+
* Parse the engine from ProjectLocationCollectionEngineSessionAnswer resource.
|
1383
|
+
*
|
1384
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1385
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1386
|
+
* @returns {string} A string representing the engine.
|
1387
|
+
*/
|
1388
|
+
matchEngineFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1389
|
+
/**
|
1390
|
+
* Parse the session from ProjectLocationCollectionEngineSessionAnswer resource.
|
1391
|
+
*
|
1392
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1393
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1394
|
+
* @returns {string} A string representing the session.
|
1395
|
+
*/
|
1396
|
+
matchSessionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1397
|
+
/**
|
1398
|
+
* Parse the answer from ProjectLocationCollectionEngineSessionAnswer resource.
|
1399
|
+
*
|
1400
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1401
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1402
|
+
* @returns {string} A string representing the answer.
|
1403
|
+
*/
|
1404
|
+
matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1183
1405
|
/**
|
1184
1406
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
1185
1407
|
*
|
@@ -1423,6 +1645,99 @@ export declare class DataStoreServiceClient {
|
|
1423
1645
|
* @returns {string} A string representing the serving_config.
|
1424
1646
|
*/
|
1425
1647
|
matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
1648
|
+
/**
|
1649
|
+
* Return a fully-qualified projectLocationDataStoreSession resource name string.
|
1650
|
+
*
|
1651
|
+
* @param {string} project
|
1652
|
+
* @param {string} location
|
1653
|
+
* @param {string} data_store
|
1654
|
+
* @param {string} session
|
1655
|
+
* @returns {string} Resource name string.
|
1656
|
+
*/
|
1657
|
+
projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
|
1658
|
+
/**
|
1659
|
+
* Parse the project from ProjectLocationDataStoreSession resource.
|
1660
|
+
*
|
1661
|
+
* @param {string} projectLocationDataStoreSessionName
|
1662
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1663
|
+
* @returns {string} A string representing the project.
|
1664
|
+
*/
|
1665
|
+
matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1666
|
+
/**
|
1667
|
+
* Parse the location from ProjectLocationDataStoreSession resource.
|
1668
|
+
*
|
1669
|
+
* @param {string} projectLocationDataStoreSessionName
|
1670
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1671
|
+
* @returns {string} A string representing the location.
|
1672
|
+
*/
|
1673
|
+
matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1674
|
+
/**
|
1675
|
+
* Parse the data_store from ProjectLocationDataStoreSession resource.
|
1676
|
+
*
|
1677
|
+
* @param {string} projectLocationDataStoreSessionName
|
1678
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1679
|
+
* @returns {string} A string representing the data_store.
|
1680
|
+
*/
|
1681
|
+
matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1682
|
+
/**
|
1683
|
+
* Parse the session from ProjectLocationDataStoreSession resource.
|
1684
|
+
*
|
1685
|
+
* @param {string} projectLocationDataStoreSessionName
|
1686
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1687
|
+
* @returns {string} A string representing the session.
|
1688
|
+
*/
|
1689
|
+
matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1690
|
+
/**
|
1691
|
+
* Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
|
1692
|
+
*
|
1693
|
+
* @param {string} project
|
1694
|
+
* @param {string} location
|
1695
|
+
* @param {string} data_store
|
1696
|
+
* @param {string} session
|
1697
|
+
* @param {string} answer
|
1698
|
+
* @returns {string} Resource name string.
|
1699
|
+
*/
|
1700
|
+
projectLocationDataStoreSessionAnswerPath(project: string, location: string, dataStore: string, session: string, answer: string): string;
|
1701
|
+
/**
|
1702
|
+
* Parse the project from ProjectLocationDataStoreSessionAnswer resource.
|
1703
|
+
*
|
1704
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1705
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1706
|
+
* @returns {string} A string representing the project.
|
1707
|
+
*/
|
1708
|
+
matchProjectFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1709
|
+
/**
|
1710
|
+
* Parse the location from ProjectLocationDataStoreSessionAnswer resource.
|
1711
|
+
*
|
1712
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1713
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1714
|
+
* @returns {string} A string representing the location.
|
1715
|
+
*/
|
1716
|
+
matchLocationFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1717
|
+
/**
|
1718
|
+
* Parse the data_store from ProjectLocationDataStoreSessionAnswer resource.
|
1719
|
+
*
|
1720
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1721
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1722
|
+
* @returns {string} A string representing the data_store.
|
1723
|
+
*/
|
1724
|
+
matchDataStoreFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1725
|
+
/**
|
1726
|
+
* Parse the session from ProjectLocationDataStoreSessionAnswer resource.
|
1727
|
+
*
|
1728
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1729
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1730
|
+
* @returns {string} A string representing the session.
|
1731
|
+
*/
|
1732
|
+
matchSessionFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1733
|
+
/**
|
1734
|
+
* Parse the answer from ProjectLocationDataStoreSessionAnswer resource.
|
1735
|
+
*
|
1736
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1737
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1738
|
+
* @returns {string} A string representing the answer.
|
1739
|
+
*/
|
1740
|
+
matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1426
1741
|
/**
|
1427
1742
|
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
1428
1743
|
*
|