@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.
Files changed (138) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +24 -0
  3. package/build/protos/google/cloud/discoveryengine/v1/common.proto +13 -1
  4. package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +5 -0
  5. package/build/protos/google/cloud/discoveryengine/v1/data_store.proto +17 -0
  6. package/build/protos/google/cloud/discoveryengine/v1/document.proto +9 -0
  7. package/build/protos/google/cloud/discoveryengine/v1/document_service.proto +6 -0
  8. package/build/protos/google/cloud/discoveryengine/v1/engine.proto +2 -2
  9. package/build/protos/google/cloud/discoveryengine/v1/import_config.proto +284 -22
  10. package/build/protos/google/cloud/discoveryengine/v1/purge_config.proto +3 -0
  11. package/build/protos/google/cloud/discoveryengine/v1/recommendation_service.proto +228 -0
  12. package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +125 -21
  13. package/build/protos/google/cloud/discoveryengine/v1/user_event.proto +16 -11
  14. package/build/protos/google/cloud/discoveryengine/v1alpha/answer.proto +328 -0
  15. package/build/protos/google/cloud/discoveryengine/v1alpha/chunk.proto +6 -0
  16. package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +1 -1
  17. package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +574 -0
  18. package/build/protos/google/cloud/discoveryengine/v1alpha/document_processing_config.proto +3 -6
  19. package/build/protos/google/cloud/discoveryengine/v1alpha/engine.proto +2 -2
  20. package/build/protos/google/cloud/discoveryengine/v1alpha/grounded_generation_service.proto +120 -0
  21. package/build/protos/google/cloud/discoveryengine/v1alpha/grounding.proto +55 -0
  22. package/build/protos/google/cloud/discoveryengine/v1alpha/import_config.proto +7 -39
  23. package/build/protos/google/cloud/discoveryengine/v1alpha/project.proto +102 -0
  24. package/build/protos/google/cloud/discoveryengine/v1alpha/project_service.proto +171 -0
  25. package/build/protos/google/cloud/discoveryengine/v1alpha/schema.proto +21 -0
  26. package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +7 -3
  27. package/build/protos/google/cloud/discoveryengine/v1alpha/search_tuning_service.proto +4 -1
  28. package/build/protos/google/cloud/discoveryengine/v1alpha/session.proto +94 -0
  29. package/build/protos/google/cloud/discoveryengine/v1alpha/user_event.proto +1 -1
  30. package/build/protos/google/cloud/discoveryengine/v1beta/answer.proto +328 -0
  31. package/build/protos/google/cloud/discoveryengine/v1beta/common.proto +30 -1
  32. package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +559 -0
  33. package/build/protos/google/cloud/discoveryengine/v1beta/document_processing_config.proto +3 -6
  34. package/build/protos/google/cloud/discoveryengine/v1beta/document_service.proto +6 -0
  35. package/build/protos/google/cloud/discoveryengine/v1beta/engine.proto +2 -2
  36. package/build/protos/google/cloud/discoveryengine/v1beta/engine_service.proto +93 -0
  37. package/build/protos/google/cloud/discoveryengine/v1beta/grounded_generation_service.proto +120 -0
  38. package/build/protos/google/cloud/discoveryengine/v1beta/grounding.proto +55 -0
  39. package/build/protos/google/cloud/discoveryengine/v1beta/import_config.proto +283 -24
  40. package/build/protos/google/cloud/discoveryengine/v1beta/rank_service.proto +115 -0
  41. package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +142 -22
  42. package/build/protos/google/cloud/discoveryengine/v1beta/search_tuning_service.proto +7 -1
  43. package/build/protos/google/cloud/discoveryengine/v1beta/session.proto +94 -0
  44. package/build/protos/google/cloud/discoveryengine/v1beta/user_event.proto +1 -1
  45. package/build/protos/protos.d.ts +41126 -24558
  46. package/build/protos/protos.js +134286 -93661
  47. package/build/protos/protos.json +7598 -3744
  48. package/build/src/index.d.ts +4 -1
  49. package/build/src/index.js +4 -1
  50. package/build/src/v1/conversational_search_service_client.d.ts +4 -0
  51. package/build/src/v1/document_service_client.d.ts +47 -19
  52. package/build/src/v1/index.d.ts +1 -0
  53. package/build/src/v1/index.js +3 -1
  54. package/build/src/v1/recommendation_service_client.d.ts +1087 -0
  55. package/build/src/v1/recommendation_service_client.js +1432 -0
  56. package/build/src/v1/recommendation_service_client_config.json +43 -0
  57. package/build/src/v1/search_service_client.d.ts +27 -9
  58. package/build/src/v1/search_service_client.js +18 -6
  59. package/build/src/v1/search_service_client_config.json +5 -5
  60. package/build/src/v1alpha/acl_config_service_client.d.ts +330 -0
  61. package/build/src/v1alpha/acl_config_service_client.js +454 -0
  62. package/build/src/v1alpha/chunk_service_client.d.ts +330 -0
  63. package/build/src/v1alpha/chunk_service_client.js +454 -0
  64. package/build/src/v1alpha/completion_service_client.d.ts +330 -0
  65. package/build/src/v1alpha/completion_service_client.js +454 -0
  66. package/build/src/v1alpha/conversational_search_service_client.d.ts +674 -0
  67. package/build/src/v1alpha/conversational_search_service_client.js +724 -0
  68. package/build/src/v1alpha/conversational_search_service_client_config.json +35 -0
  69. package/build/src/v1alpha/data_store_service_client.d.ts +330 -0
  70. package/build/src/v1alpha/data_store_service_client.js +454 -0
  71. package/build/src/v1alpha/document_service_client.d.ts +330 -0
  72. package/build/src/v1alpha/document_service_client.js +454 -0
  73. package/build/src/v1alpha/engine_service_client.d.ts +330 -0
  74. package/build/src/v1alpha/engine_service_client.js +454 -0
  75. package/build/src/v1alpha/estimate_billing_service_client.d.ts +330 -0
  76. package/build/src/v1alpha/estimate_billing_service_client.js +454 -0
  77. package/build/src/v1alpha/grounded_generation_service_client.d.ts +1574 -0
  78. package/build/src/v1alpha/grounded_generation_service_client.js +2248 -0
  79. package/build/src/v1alpha/grounded_generation_service_client_config.json +43 -0
  80. package/build/src/v1alpha/index.d.ts +2 -0
  81. package/build/src/v1alpha/index.js +5 -1
  82. package/build/src/v1alpha/project_service_client.d.ts +1756 -0
  83. package/build/src/v1alpha/project_service_client.js +2500 -0
  84. package/build/src/v1alpha/project_service_client_config.json +38 -0
  85. package/build/src/v1alpha/rank_service_client.d.ts +330 -0
  86. package/build/src/v1alpha/rank_service_client.js +454 -0
  87. package/build/src/v1alpha/rank_service_client_config.json +15 -2
  88. package/build/src/v1alpha/recommendation_service_client.d.ts +330 -0
  89. package/build/src/v1alpha/recommendation_service_client.js +454 -0
  90. package/build/src/v1alpha/schema_service_client.d.ts +330 -0
  91. package/build/src/v1alpha/schema_service_client.js +454 -0
  92. package/build/src/v1alpha/search_service_client.d.ts +330 -0
  93. package/build/src/v1alpha/search_service_client.js +454 -0
  94. package/build/src/v1alpha/search_service_client_config.json +5 -5
  95. package/build/src/v1alpha/search_tuning_service_client.d.ts +330 -0
  96. package/build/src/v1alpha/search_tuning_service_client.js +454 -0
  97. package/build/src/v1alpha/serving_config_service_client.d.ts +315 -0
  98. package/build/src/v1alpha/serving_config_service_client.js +432 -0
  99. package/build/src/v1alpha/site_search_engine_service_client.d.ts +330 -0
  100. package/build/src/v1alpha/site_search_engine_service_client.js +454 -0
  101. package/build/src/v1alpha/user_event_service_client.d.ts +330 -0
  102. package/build/src/v1alpha/user_event_service_client.js +454 -0
  103. package/build/src/v1beta/completion_service_client.d.ts +315 -0
  104. package/build/src/v1beta/completion_service_client.js +432 -0
  105. package/build/src/v1beta/conversational_search_service_client.d.ts +659 -0
  106. package/build/src/v1beta/conversational_search_service_client.js +702 -0
  107. package/build/src/v1beta/conversational_search_service_client_config.json +35 -0
  108. package/build/src/v1beta/data_store_service_client.d.ts +315 -0
  109. package/build/src/v1beta/data_store_service_client.js +432 -0
  110. package/build/src/v1beta/document_service_client.d.ts +361 -21
  111. package/build/src/v1beta/document_service_client.js +432 -0
  112. package/build/src/v1beta/engine_service_client.d.ts +410 -0
  113. package/build/src/v1beta/engine_service_client.js +518 -0
  114. package/build/src/v1beta/engine_service_client_config.json +12 -0
  115. package/build/src/v1beta/grounded_generation_service_client.d.ts +1406 -0
  116. package/build/src/v1beta/grounded_generation_service_client.js +2014 -0
  117. package/build/src/v1beta/grounded_generation_service_client_config.json +43 -0
  118. package/build/src/v1beta/index.d.ts +2 -0
  119. package/build/src/v1beta/index.js +5 -1
  120. package/build/src/v1beta/rank_service_client.d.ts +1416 -0
  121. package/build/src/v1beta/rank_service_client.js +2015 -0
  122. package/build/src/v1beta/rank_service_client_config.json +43 -0
  123. package/build/src/v1beta/recommendation_service_client.d.ts +315 -0
  124. package/build/src/v1beta/recommendation_service_client.js +432 -0
  125. package/build/src/v1beta/schema_service_client.d.ts +315 -0
  126. package/build/src/v1beta/schema_service_client.js +432 -0
  127. package/build/src/v1beta/search_service_client.d.ts +342 -12
  128. package/build/src/v1beta/search_service_client.js +450 -8
  129. package/build/src/v1beta/search_service_client_config.json +5 -5
  130. package/build/src/v1beta/search_tuning_service_client.d.ts +315 -0
  131. package/build/src/v1beta/search_tuning_service_client.js +432 -0
  132. package/build/src/v1beta/serving_config_service_client.d.ts +315 -0
  133. package/build/src/v1beta/serving_config_service_client.js +432 -0
  134. package/build/src/v1beta/site_search_engine_service_client.d.ts +315 -0
  135. package/build/src/v1beta/site_search_engine_service_client.js +432 -0
  136. package/build/src/v1beta/user_event_service_client.d.ts +315 -0
  137. package/build/src/v1beta/user_event_service_client.js +432 -0
  138. 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
  *