@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
  }
@@ -787,6 +787,21 @@ export declare class DataStoreServiceClient {
787
787
  * @returns {string} A string representing the engine.
788
788
  */
789
789
  matchEngineFromEngineName(engineName: string): string | number;
790
+ /**
791
+ * Return a fully-qualified project resource name string.
792
+ *
793
+ * @param {string} project
794
+ * @returns {string} Resource name string.
795
+ */
796
+ projectPath(project: string): string;
797
+ /**
798
+ * Parse the project from Project resource.
799
+ *
800
+ * @param {string} projectName
801
+ * A fully-qualified path representing Project resource.
802
+ * @returns {string} A string representing the project.
803
+ */
804
+ matchProjectFromProjectName(projectName: string): string | number;
790
805
  /**
791
806
  * Return a fully-qualified projectLocationCollectionDataStore resource name string.
792
807
  *
@@ -1153,6 +1168,117 @@ export declare class DataStoreServiceClient {
1153
1168
  * @returns {string} A string representing the serving_config.
1154
1169
  */
1155
1170
  matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
1171
+ /**
1172
+ * Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
1173
+ *
1174
+ * @param {string} project
1175
+ * @param {string} location
1176
+ * @param {string} collection
1177
+ * @param {string} data_store
1178
+ * @param {string} session
1179
+ * @returns {string} Resource name string.
1180
+ */
1181
+ projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
1182
+ /**
1183
+ * Parse the project from ProjectLocationCollectionDataStoreSession resource.
1184
+ *
1185
+ * @param {string} projectLocationCollectionDataStoreSessionName
1186
+ * A fully-qualified path representing project_location_collection_data_store_session resource.
1187
+ * @returns {string} A string representing the project.
1188
+ */
1189
+ matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
1190
+ /**
1191
+ * Parse the location from ProjectLocationCollectionDataStoreSession resource.
1192
+ *
1193
+ * @param {string} projectLocationCollectionDataStoreSessionName
1194
+ * A fully-qualified path representing project_location_collection_data_store_session resource.
1195
+ * @returns {string} A string representing the location.
1196
+ */
1197
+ matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
1198
+ /**
1199
+ * Parse the collection from ProjectLocationCollectionDataStoreSession resource.
1200
+ *
1201
+ * @param {string} projectLocationCollectionDataStoreSessionName
1202
+ * A fully-qualified path representing project_location_collection_data_store_session resource.
1203
+ * @returns {string} A string representing the collection.
1204
+ */
1205
+ matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
1206
+ /**
1207
+ * Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
1208
+ *
1209
+ * @param {string} projectLocationCollectionDataStoreSessionName
1210
+ * A fully-qualified path representing project_location_collection_data_store_session resource.
1211
+ * @returns {string} A string representing the data_store.
1212
+ */
1213
+ matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
1214
+ /**
1215
+ * Parse the session from ProjectLocationCollectionDataStoreSession resource.
1216
+ *
1217
+ * @param {string} projectLocationCollectionDataStoreSessionName
1218
+ * A fully-qualified path representing project_location_collection_data_store_session resource.
1219
+ * @returns {string} A string representing the session.
1220
+ */
1221
+ matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
1222
+ /**
1223
+ * Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
1224
+ *
1225
+ * @param {string} project
1226
+ * @param {string} location
1227
+ * @param {string} collection
1228
+ * @param {string} data_store
1229
+ * @param {string} session
1230
+ * @param {string} answer
1231
+ * @returns {string} Resource name string.
1232
+ */
1233
+ projectLocationCollectionDataStoreSessionAnswerPath(project: string, location: string, collection: string, dataStore: string, session: string, answer: string): string;
1234
+ /**
1235
+ * Parse the project from ProjectLocationCollectionDataStoreSessionAnswer resource.
1236
+ *
1237
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
1238
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
1239
+ * @returns {string} A string representing the project.
1240
+ */
1241
+ matchProjectFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
1242
+ /**
1243
+ * Parse the location from ProjectLocationCollectionDataStoreSessionAnswer resource.
1244
+ *
1245
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
1246
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
1247
+ * @returns {string} A string representing the location.
1248
+ */
1249
+ matchLocationFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
1250
+ /**
1251
+ * Parse the collection from ProjectLocationCollectionDataStoreSessionAnswer resource.
1252
+ *
1253
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
1254
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
1255
+ * @returns {string} A string representing the collection.
1256
+ */
1257
+ matchCollectionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
1258
+ /**
1259
+ * Parse the data_store from ProjectLocationCollectionDataStoreSessionAnswer resource.
1260
+ *
1261
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
1262
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
1263
+ * @returns {string} A string representing the data_store.
1264
+ */
1265
+ matchDataStoreFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
1266
+ /**
1267
+ * Parse the session from ProjectLocationCollectionDataStoreSessionAnswer resource.
1268
+ *
1269
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
1270
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
1271
+ * @returns {string} A string representing the session.
1272
+ */
1273
+ matchSessionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
1274
+ /**
1275
+ * Parse the answer from ProjectLocationCollectionDataStoreSessionAnswer resource.
1276
+ *
1277
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
1278
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
1279
+ * @returns {string} A string representing the answer.
1280
+ */
1281
+ matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
1156
1282
  /**
1157
1283
  * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
1158
1284
  *
@@ -1348,6 +1474,117 @@ export declare class DataStoreServiceClient {
1348
1474
  * @returns {string} A string representing the serving_config.
1349
1475
  */
1350
1476
  matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1477
+ /**
1478
+ * Return a fully-qualified projectLocationCollectionEngineSession resource name string.
1479
+ *
1480
+ * @param {string} project
1481
+ * @param {string} location
1482
+ * @param {string} collection
1483
+ * @param {string} engine
1484
+ * @param {string} session
1485
+ * @returns {string} Resource name string.
1486
+ */
1487
+ projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
1488
+ /**
1489
+ * Parse the project from ProjectLocationCollectionEngineSession resource.
1490
+ *
1491
+ * @param {string} projectLocationCollectionEngineSessionName
1492
+ * A fully-qualified path representing project_location_collection_engine_session resource.
1493
+ * @returns {string} A string representing the project.
1494
+ */
1495
+ matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
1496
+ /**
1497
+ * Parse the location from ProjectLocationCollectionEngineSession resource.
1498
+ *
1499
+ * @param {string} projectLocationCollectionEngineSessionName
1500
+ * A fully-qualified path representing project_location_collection_engine_session resource.
1501
+ * @returns {string} A string representing the location.
1502
+ */
1503
+ matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
1504
+ /**
1505
+ * Parse the collection from ProjectLocationCollectionEngineSession resource.
1506
+ *
1507
+ * @param {string} projectLocationCollectionEngineSessionName
1508
+ * A fully-qualified path representing project_location_collection_engine_session resource.
1509
+ * @returns {string} A string representing the collection.
1510
+ */
1511
+ matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
1512
+ /**
1513
+ * Parse the engine from ProjectLocationCollectionEngineSession resource.
1514
+ *
1515
+ * @param {string} projectLocationCollectionEngineSessionName
1516
+ * A fully-qualified path representing project_location_collection_engine_session resource.
1517
+ * @returns {string} A string representing the engine.
1518
+ */
1519
+ matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
1520
+ /**
1521
+ * Parse the session from ProjectLocationCollectionEngineSession resource.
1522
+ *
1523
+ * @param {string} projectLocationCollectionEngineSessionName
1524
+ * A fully-qualified path representing project_location_collection_engine_session resource.
1525
+ * @returns {string} A string representing the session.
1526
+ */
1527
+ matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
1528
+ /**
1529
+ * Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
1530
+ *
1531
+ * @param {string} project
1532
+ * @param {string} location
1533
+ * @param {string} collection
1534
+ * @param {string} engine
1535
+ * @param {string} session
1536
+ * @param {string} answer
1537
+ * @returns {string} Resource name string.
1538
+ */
1539
+ projectLocationCollectionEngineSessionAnswerPath(project: string, location: string, collection: string, engine: string, session: string, answer: string): string;
1540
+ /**
1541
+ * Parse the project from ProjectLocationCollectionEngineSessionAnswer resource.
1542
+ *
1543
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1544
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1545
+ * @returns {string} A string representing the project.
1546
+ */
1547
+ matchProjectFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1548
+ /**
1549
+ * Parse the location from ProjectLocationCollectionEngineSessionAnswer resource.
1550
+ *
1551
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1552
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1553
+ * @returns {string} A string representing the location.
1554
+ */
1555
+ matchLocationFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1556
+ /**
1557
+ * Parse the collection from ProjectLocationCollectionEngineSessionAnswer resource.
1558
+ *
1559
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1560
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1561
+ * @returns {string} A string representing the collection.
1562
+ */
1563
+ matchCollectionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1564
+ /**
1565
+ * Parse the engine from ProjectLocationCollectionEngineSessionAnswer resource.
1566
+ *
1567
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1568
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1569
+ * @returns {string} A string representing the engine.
1570
+ */
1571
+ matchEngineFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1572
+ /**
1573
+ * Parse the session from ProjectLocationCollectionEngineSessionAnswer resource.
1574
+ *
1575
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1576
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1577
+ * @returns {string} A string representing the session.
1578
+ */
1579
+ matchSessionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1580
+ /**
1581
+ * Parse the answer from ProjectLocationCollectionEngineSessionAnswer resource.
1582
+ *
1583
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1584
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1585
+ * @returns {string} A string representing the answer.
1586
+ */
1587
+ matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1351
1588
  /**
1352
1589
  * Return a fully-qualified projectLocationDataStore resource name string.
1353
1590
  *
@@ -1651,6 +1888,99 @@ export declare class DataStoreServiceClient {
1651
1888
  * @returns {string} A string representing the serving_config.
1652
1889
  */
1653
1890
  matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1891
+ /**
1892
+ * Return a fully-qualified projectLocationDataStoreSession resource name string.
1893
+ *
1894
+ * @param {string} project
1895
+ * @param {string} location
1896
+ * @param {string} data_store
1897
+ * @param {string} session
1898
+ * @returns {string} Resource name string.
1899
+ */
1900
+ projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
1901
+ /**
1902
+ * Parse the project from ProjectLocationDataStoreSession resource.
1903
+ *
1904
+ * @param {string} projectLocationDataStoreSessionName
1905
+ * A fully-qualified path representing project_location_data_store_session resource.
1906
+ * @returns {string} A string representing the project.
1907
+ */
1908
+ matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
1909
+ /**
1910
+ * Parse the location from ProjectLocationDataStoreSession resource.
1911
+ *
1912
+ * @param {string} projectLocationDataStoreSessionName
1913
+ * A fully-qualified path representing project_location_data_store_session resource.
1914
+ * @returns {string} A string representing the location.
1915
+ */
1916
+ matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
1917
+ /**
1918
+ * Parse the data_store from ProjectLocationDataStoreSession resource.
1919
+ *
1920
+ * @param {string} projectLocationDataStoreSessionName
1921
+ * A fully-qualified path representing project_location_data_store_session resource.
1922
+ * @returns {string} A string representing the data_store.
1923
+ */
1924
+ matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
1925
+ /**
1926
+ * Parse the session from ProjectLocationDataStoreSession resource.
1927
+ *
1928
+ * @param {string} projectLocationDataStoreSessionName
1929
+ * A fully-qualified path representing project_location_data_store_session resource.
1930
+ * @returns {string} A string representing the session.
1931
+ */
1932
+ matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
1933
+ /**
1934
+ * Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
1935
+ *
1936
+ * @param {string} project
1937
+ * @param {string} location
1938
+ * @param {string} data_store
1939
+ * @param {string} session
1940
+ * @param {string} answer
1941
+ * @returns {string} Resource name string.
1942
+ */
1943
+ projectLocationDataStoreSessionAnswerPath(project: string, location: string, dataStore: string, session: string, answer: string): string;
1944
+ /**
1945
+ * Parse the project from ProjectLocationDataStoreSessionAnswer resource.
1946
+ *
1947
+ * @param {string} projectLocationDataStoreSessionAnswerName
1948
+ * A fully-qualified path representing project_location_data_store_session_answer resource.
1949
+ * @returns {string} A string representing the project.
1950
+ */
1951
+ matchProjectFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
1952
+ /**
1953
+ * Parse the location from ProjectLocationDataStoreSessionAnswer resource.
1954
+ *
1955
+ * @param {string} projectLocationDataStoreSessionAnswerName
1956
+ * A fully-qualified path representing project_location_data_store_session_answer resource.
1957
+ * @returns {string} A string representing the location.
1958
+ */
1959
+ matchLocationFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
1960
+ /**
1961
+ * Parse the data_store from ProjectLocationDataStoreSessionAnswer resource.
1962
+ *
1963
+ * @param {string} projectLocationDataStoreSessionAnswerName
1964
+ * A fully-qualified path representing project_location_data_store_session_answer resource.
1965
+ * @returns {string} A string representing the data_store.
1966
+ */
1967
+ matchDataStoreFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
1968
+ /**
1969
+ * Parse the session from ProjectLocationDataStoreSessionAnswer resource.
1970
+ *
1971
+ * @param {string} projectLocationDataStoreSessionAnswerName
1972
+ * A fully-qualified path representing project_location_data_store_session_answer resource.
1973
+ * @returns {string} A string representing the session.
1974
+ */
1975
+ matchSessionFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
1976
+ /**
1977
+ * Parse the answer from ProjectLocationDataStoreSessionAnswer resource.
1978
+ *
1979
+ * @param {string} projectLocationDataStoreSessionAnswerName
1980
+ * A fully-qualified path representing project_location_data_store_session_answer resource.
1981
+ * @returns {string} A string representing the answer.
1982
+ */
1983
+ matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
1654
1984
  /**
1655
1985
  * Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
1656
1986
  *