@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
@@ -546,6 +546,21 @@ export declare class UserEventServiceClient {
|
|
546
546
|
* @returns {string} A string representing the engine.
|
547
547
|
*/
|
548
548
|
matchEngineFromEngineName(engineName: string): string | number;
|
549
|
+
/**
|
550
|
+
* Return a fully-qualified project resource name string.
|
551
|
+
*
|
552
|
+
* @param {string} project
|
553
|
+
* @returns {string} Resource name string.
|
554
|
+
*/
|
555
|
+
projectPath(project: string): string;
|
556
|
+
/**
|
557
|
+
* Parse the project from Project resource.
|
558
|
+
*
|
559
|
+
* @param {string} projectName
|
560
|
+
* A fully-qualified path representing Project resource.
|
561
|
+
* @returns {string} A string representing the project.
|
562
|
+
*/
|
563
|
+
matchProjectFromProjectName(projectName: string): string | number;
|
549
564
|
/**
|
550
565
|
* Return a fully-qualified projectLocationCollectionDataStore resource name string.
|
551
566
|
*
|
@@ -912,6 +927,117 @@ export declare class UserEventServiceClient {
|
|
912
927
|
* @returns {string} A string representing the serving_config.
|
913
928
|
*/
|
914
929
|
matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
930
|
+
/**
|
931
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
|
932
|
+
*
|
933
|
+
* @param {string} project
|
934
|
+
* @param {string} location
|
935
|
+
* @param {string} collection
|
936
|
+
* @param {string} data_store
|
937
|
+
* @param {string} session
|
938
|
+
* @returns {string} Resource name string.
|
939
|
+
*/
|
940
|
+
projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
941
|
+
/**
|
942
|
+
* Parse the project from ProjectLocationCollectionDataStoreSession resource.
|
943
|
+
*
|
944
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
945
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
946
|
+
* @returns {string} A string representing the project.
|
947
|
+
*/
|
948
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
949
|
+
/**
|
950
|
+
* Parse the location from ProjectLocationCollectionDataStoreSession resource.
|
951
|
+
*
|
952
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
953
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
954
|
+
* @returns {string} A string representing the location.
|
955
|
+
*/
|
956
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
957
|
+
/**
|
958
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSession resource.
|
959
|
+
*
|
960
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
961
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
962
|
+
* @returns {string} A string representing the collection.
|
963
|
+
*/
|
964
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
965
|
+
/**
|
966
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
|
967
|
+
*
|
968
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
969
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
970
|
+
* @returns {string} A string representing the data_store.
|
971
|
+
*/
|
972
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
973
|
+
/**
|
974
|
+
* Parse the session from ProjectLocationCollectionDataStoreSession resource.
|
975
|
+
*
|
976
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
977
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
978
|
+
* @returns {string} A string representing the session.
|
979
|
+
*/
|
980
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
981
|
+
/**
|
982
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
|
983
|
+
*
|
984
|
+
* @param {string} project
|
985
|
+
* @param {string} location
|
986
|
+
* @param {string} collection
|
987
|
+
* @param {string} data_store
|
988
|
+
* @param {string} session
|
989
|
+
* @param {string} answer
|
990
|
+
* @returns {string} Resource name string.
|
991
|
+
*/
|
992
|
+
projectLocationCollectionDataStoreSessionAnswerPath(project: string, location: string, collection: string, dataStore: string, session: string, answer: string): string;
|
993
|
+
/**
|
994
|
+
* Parse the project from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
995
|
+
*
|
996
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
997
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
998
|
+
* @returns {string} A string representing the project.
|
999
|
+
*/
|
1000
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1001
|
+
/**
|
1002
|
+
* Parse the location from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1003
|
+
*
|
1004
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1005
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1006
|
+
* @returns {string} A string representing the location.
|
1007
|
+
*/
|
1008
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1009
|
+
/**
|
1010
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1011
|
+
*
|
1012
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1013
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1014
|
+
* @returns {string} A string representing the collection.
|
1015
|
+
*/
|
1016
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1017
|
+
/**
|
1018
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1019
|
+
*
|
1020
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1021
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1022
|
+
* @returns {string} A string representing the data_store.
|
1023
|
+
*/
|
1024
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1025
|
+
/**
|
1026
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1027
|
+
*
|
1028
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1029
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1030
|
+
* @returns {string} A string representing the session.
|
1031
|
+
*/
|
1032
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1033
|
+
/**
|
1034
|
+
* Parse the answer from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1035
|
+
*
|
1036
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1037
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1038
|
+
* @returns {string} A string representing the answer.
|
1039
|
+
*/
|
1040
|
+
matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
915
1041
|
/**
|
916
1042
|
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
917
1043
|
*
|
@@ -1107,6 +1233,117 @@ export declare class UserEventServiceClient {
|
|
1107
1233
|
* @returns {string} A string representing the serving_config.
|
1108
1234
|
*/
|
1109
1235
|
matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
1236
|
+
/**
|
1237
|
+
* Return a fully-qualified projectLocationCollectionEngineSession resource name string.
|
1238
|
+
*
|
1239
|
+
* @param {string} project
|
1240
|
+
* @param {string} location
|
1241
|
+
* @param {string} collection
|
1242
|
+
* @param {string} engine
|
1243
|
+
* @param {string} session
|
1244
|
+
* @returns {string} Resource name string.
|
1245
|
+
*/
|
1246
|
+
projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1247
|
+
/**
|
1248
|
+
* Parse the project from ProjectLocationCollectionEngineSession resource.
|
1249
|
+
*
|
1250
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1251
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1252
|
+
* @returns {string} A string representing the project.
|
1253
|
+
*/
|
1254
|
+
matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1255
|
+
/**
|
1256
|
+
* Parse the location from ProjectLocationCollectionEngineSession resource.
|
1257
|
+
*
|
1258
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1259
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1260
|
+
* @returns {string} A string representing the location.
|
1261
|
+
*/
|
1262
|
+
matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1263
|
+
/**
|
1264
|
+
* Parse the collection from ProjectLocationCollectionEngineSession resource.
|
1265
|
+
*
|
1266
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1267
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1268
|
+
* @returns {string} A string representing the collection.
|
1269
|
+
*/
|
1270
|
+
matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1271
|
+
/**
|
1272
|
+
* Parse the engine from ProjectLocationCollectionEngineSession resource.
|
1273
|
+
*
|
1274
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1275
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1276
|
+
* @returns {string} A string representing the engine.
|
1277
|
+
*/
|
1278
|
+
matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1279
|
+
/**
|
1280
|
+
* Parse the session from ProjectLocationCollectionEngineSession resource.
|
1281
|
+
*
|
1282
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1283
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1284
|
+
* @returns {string} A string representing the session.
|
1285
|
+
*/
|
1286
|
+
matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1287
|
+
/**
|
1288
|
+
* Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
|
1289
|
+
*
|
1290
|
+
* @param {string} project
|
1291
|
+
* @param {string} location
|
1292
|
+
* @param {string} collection
|
1293
|
+
* @param {string} engine
|
1294
|
+
* @param {string} session
|
1295
|
+
* @param {string} answer
|
1296
|
+
* @returns {string} Resource name string.
|
1297
|
+
*/
|
1298
|
+
projectLocationCollectionEngineSessionAnswerPath(project: string, location: string, collection: string, engine: string, session: string, answer: string): string;
|
1299
|
+
/**
|
1300
|
+
* Parse the project from ProjectLocationCollectionEngineSessionAnswer resource.
|
1301
|
+
*
|
1302
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1303
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1304
|
+
* @returns {string} A string representing the project.
|
1305
|
+
*/
|
1306
|
+
matchProjectFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1307
|
+
/**
|
1308
|
+
* Parse the location from ProjectLocationCollectionEngineSessionAnswer resource.
|
1309
|
+
*
|
1310
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1311
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1312
|
+
* @returns {string} A string representing the location.
|
1313
|
+
*/
|
1314
|
+
matchLocationFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1315
|
+
/**
|
1316
|
+
* Parse the collection from ProjectLocationCollectionEngineSessionAnswer resource.
|
1317
|
+
*
|
1318
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1319
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1320
|
+
* @returns {string} A string representing the collection.
|
1321
|
+
*/
|
1322
|
+
matchCollectionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1323
|
+
/**
|
1324
|
+
* Parse the engine from ProjectLocationCollectionEngineSessionAnswer resource.
|
1325
|
+
*
|
1326
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1327
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1328
|
+
* @returns {string} A string representing the engine.
|
1329
|
+
*/
|
1330
|
+
matchEngineFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1331
|
+
/**
|
1332
|
+
* Parse the session from ProjectLocationCollectionEngineSessionAnswer resource.
|
1333
|
+
*
|
1334
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1335
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1336
|
+
* @returns {string} A string representing the session.
|
1337
|
+
*/
|
1338
|
+
matchSessionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1339
|
+
/**
|
1340
|
+
* Parse the answer from ProjectLocationCollectionEngineSessionAnswer resource.
|
1341
|
+
*
|
1342
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1343
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1344
|
+
* @returns {string} A string representing the answer.
|
1345
|
+
*/
|
1346
|
+
matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1110
1347
|
/**
|
1111
1348
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
1112
1349
|
*
|
@@ -1410,6 +1647,99 @@ export declare class UserEventServiceClient {
|
|
1410
1647
|
* @returns {string} A string representing the serving_config.
|
1411
1648
|
*/
|
1412
1649
|
matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
1650
|
+
/**
|
1651
|
+
* Return a fully-qualified projectLocationDataStoreSession resource name string.
|
1652
|
+
*
|
1653
|
+
* @param {string} project
|
1654
|
+
* @param {string} location
|
1655
|
+
* @param {string} data_store
|
1656
|
+
* @param {string} session
|
1657
|
+
* @returns {string} Resource name string.
|
1658
|
+
*/
|
1659
|
+
projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
|
1660
|
+
/**
|
1661
|
+
* Parse the project from ProjectLocationDataStoreSession resource.
|
1662
|
+
*
|
1663
|
+
* @param {string} projectLocationDataStoreSessionName
|
1664
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1665
|
+
* @returns {string} A string representing the project.
|
1666
|
+
*/
|
1667
|
+
matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1668
|
+
/**
|
1669
|
+
* Parse the location from ProjectLocationDataStoreSession resource.
|
1670
|
+
*
|
1671
|
+
* @param {string} projectLocationDataStoreSessionName
|
1672
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1673
|
+
* @returns {string} A string representing the location.
|
1674
|
+
*/
|
1675
|
+
matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1676
|
+
/**
|
1677
|
+
* Parse the data_store from ProjectLocationDataStoreSession resource.
|
1678
|
+
*
|
1679
|
+
* @param {string} projectLocationDataStoreSessionName
|
1680
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1681
|
+
* @returns {string} A string representing the data_store.
|
1682
|
+
*/
|
1683
|
+
matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1684
|
+
/**
|
1685
|
+
* Parse the session from ProjectLocationDataStoreSession resource.
|
1686
|
+
*
|
1687
|
+
* @param {string} projectLocationDataStoreSessionName
|
1688
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1689
|
+
* @returns {string} A string representing the session.
|
1690
|
+
*/
|
1691
|
+
matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1692
|
+
/**
|
1693
|
+
* Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
|
1694
|
+
*
|
1695
|
+
* @param {string} project
|
1696
|
+
* @param {string} location
|
1697
|
+
* @param {string} data_store
|
1698
|
+
* @param {string} session
|
1699
|
+
* @param {string} answer
|
1700
|
+
* @returns {string} Resource name string.
|
1701
|
+
*/
|
1702
|
+
projectLocationDataStoreSessionAnswerPath(project: string, location: string, dataStore: string, session: string, answer: string): string;
|
1703
|
+
/**
|
1704
|
+
* Parse the project from ProjectLocationDataStoreSessionAnswer resource.
|
1705
|
+
*
|
1706
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1707
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1708
|
+
* @returns {string} A string representing the project.
|
1709
|
+
*/
|
1710
|
+
matchProjectFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1711
|
+
/**
|
1712
|
+
* Parse the location from ProjectLocationDataStoreSessionAnswer resource.
|
1713
|
+
*
|
1714
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1715
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1716
|
+
* @returns {string} A string representing the location.
|
1717
|
+
*/
|
1718
|
+
matchLocationFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1719
|
+
/**
|
1720
|
+
* Parse the data_store from ProjectLocationDataStoreSessionAnswer resource.
|
1721
|
+
*
|
1722
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1723
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1724
|
+
* @returns {string} A string representing the data_store.
|
1725
|
+
*/
|
1726
|
+
matchDataStoreFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1727
|
+
/**
|
1728
|
+
* Parse the session from ProjectLocationDataStoreSessionAnswer resource.
|
1729
|
+
*
|
1730
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1731
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1732
|
+
* @returns {string} A string representing the session.
|
1733
|
+
*/
|
1734
|
+
matchSessionFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1735
|
+
/**
|
1736
|
+
* Parse the answer from ProjectLocationDataStoreSessionAnswer resource.
|
1737
|
+
*
|
1738
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1739
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1740
|
+
* @returns {string} A string representing the answer.
|
1741
|
+
*/
|
1742
|
+
matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1413
1743
|
/**
|
1414
1744
|
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
1415
1745
|
*
|