@google-cloud/discoveryengine 2.2.0 → 2.4.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 (249) hide show
  1. package/README.md +30 -0
  2. package/build/protos/google/cloud/discoveryengine/v1/answer.proto +17 -0
  3. package/build/protos/google/cloud/discoveryengine/v1/assist_answer.proto +251 -0
  4. package/build/protos/google/cloud/discoveryengine/v1/assistant.proto +44 -0
  5. package/build/protos/google/cloud/discoveryengine/v1/assistant_service.proto +217 -0
  6. package/build/protos/google/cloud/discoveryengine/v1/chunk.proto +52 -0
  7. package/build/protos/google/cloud/discoveryengine/v1/cmek_config_service.proto +300 -0
  8. package/build/protos/google/cloud/discoveryengine/v1/common.proto +67 -0
  9. package/build/protos/google/cloud/discoveryengine/v1/control.proto +1 -3
  10. package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +18 -3
  11. package/build/protos/google/cloud/discoveryengine/v1/data_store.proto +54 -2
  12. package/build/protos/google/cloud/discoveryengine/v1/data_store_service.proto +14 -0
  13. package/build/protos/google/cloud/discoveryengine/v1/document.proto +95 -4
  14. package/build/protos/google/cloud/discoveryengine/v1/document_processing_config.proto +28 -1
  15. package/build/protos/google/cloud/discoveryengine/v1/engine.proto +131 -6
  16. package/build/protos/google/cloud/discoveryengine/v1/grounded_generation_service.proto +8 -0
  17. package/build/protos/google/cloud/discoveryengine/v1/grounding.proto +9 -0
  18. package/build/protos/google/cloud/discoveryengine/v1/identity_mapping_store.proto +84 -0
  19. package/build/protos/google/cloud/discoveryengine/v1/identity_mapping_store_service.proto +375 -0
  20. package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +14 -14
  21. package/build/protos/google/cloud/discoveryengine/v1/session.proto +21 -8
  22. package/build/protos/google/cloud/discoveryengine/v1/session_service.proto +128 -0
  23. package/build/protos/google/cloud/discoveryengine/v1/site_search_engine.proto +6 -0
  24. package/build/protos/google/cloud/discoveryengine/v1/user_license.proto +98 -0
  25. package/build/protos/google/cloud/discoveryengine/v1/user_license_service.proto +191 -0
  26. package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +15 -0
  27. package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +30 -9
  28. package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +8 -14
  29. package/build/protos/google/cloud/discoveryengine/v1alpha/session.proto +238 -8
  30. package/build/protos/google/cloud/discoveryengine/v1alpha/session_service.proto +201 -0
  31. package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +26 -5
  32. package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +8 -14
  33. package/build/protos/google/cloud/discoveryengine/v1beta/session.proto +40 -8
  34. package/build/protos/google/cloud/discoveryengine/v1beta/session_service.proto +128 -0
  35. package/build/protos/protos.d.ts +21218 -11675
  36. package/build/protos/protos.js +92642 -66407
  37. package/build/protos/protos.json +5854 -2801
  38. package/build/src/index.d.ts +16 -1
  39. package/build/src/index.js +12 -2
  40. package/build/src/v1/assistant_service_client.d.ts +2058 -0
  41. package/build/src/v1/assistant_service_client.js +2957 -0
  42. package/build/src/v1/assistant_service_client_config.json +43 -0
  43. package/build/src/v1/assistant_service_proto_list.json +48 -0
  44. package/build/src/v1/cmek_config_service_client.d.ts +2398 -0
  45. package/build/src/v1/cmek_config_service_client.js +3426 -0
  46. package/build/src/v1/cmek_config_service_client_config.json +42 -0
  47. package/build/src/v1/cmek_config_service_proto_list.json +48 -0
  48. package/build/src/v1/completion_service_client.d.ts +345 -144
  49. package/build/src/v1/completion_service_client.js +482 -198
  50. package/build/src/v1/completion_service_proto_list.json +10 -1
  51. package/build/src/v1/control_service_client.d.ts +345 -144
  52. package/build/src/v1/control_service_client.js +498 -196
  53. package/build/src/v1/control_service_proto_list.json +10 -1
  54. package/build/src/v1/conversational_search_service_client.d.ts +392 -155
  55. package/build/src/v1/conversational_search_service_client.js +572 -204
  56. package/build/src/v1/conversational_search_service_proto_list.json +10 -1
  57. package/build/src/v1/data_store_service_client.d.ts +351 -144
  58. package/build/src/v1/data_store_service_client.js +488 -198
  59. package/build/src/v1/data_store_service_proto_list.json +10 -1
  60. package/build/src/v1/document_service_client.d.ts +345 -144
  61. package/build/src/v1/document_service_client.js +506 -198
  62. package/build/src/v1/document_service_proto_list.json +10 -1
  63. package/build/src/v1/engine_service_client.d.ts +345 -144
  64. package/build/src/v1/engine_service_client.js +488 -198
  65. package/build/src/v1/engine_service_proto_list.json +10 -1
  66. package/build/src/v1/gapic_metadata.json +270 -0
  67. package/build/src/v1/grounded_generation_service_client.d.ts +345 -144
  68. package/build/src/v1/grounded_generation_service_client.js +486 -196
  69. package/build/src/v1/grounded_generation_service_proto_list.json +10 -1
  70. package/build/src/v1/identity_mapping_store_service_client.d.ts +2581 -0
  71. package/build/src/v1/identity_mapping_store_service_client.js +3601 -0
  72. package/build/src/v1/identity_mapping_store_service_client_config.json +54 -0
  73. package/build/src/v1/identity_mapping_store_service_proto_list.json +48 -0
  74. package/build/src/v1/index.d.ts +5 -0
  75. package/build/src/v1/index.js +11 -1
  76. package/build/src/v1/project_service_client.d.ts +345 -144
  77. package/build/src/v1/project_service_client.js +476 -198
  78. package/build/src/v1/project_service_proto_list.json +10 -1
  79. package/build/src/v1/rank_service_client.d.ts +345 -144
  80. package/build/src/v1/rank_service_client.js +480 -196
  81. package/build/src/v1/rank_service_proto_list.json +10 -1
  82. package/build/src/v1/recommendation_service_client.d.ts +345 -144
  83. package/build/src/v1/recommendation_service_client.js +480 -196
  84. package/build/src/v1/recommendation_service_proto_list.json +10 -1
  85. package/build/src/v1/schema_service_client.d.ts +345 -144
  86. package/build/src/v1/schema_service_client.js +482 -198
  87. package/build/src/v1/schema_service_proto_list.json +10 -1
  88. package/build/src/v1/search_service_client.d.ts +393 -228
  89. package/build/src/v1/search_service_client.js +506 -252
  90. package/build/src/v1/search_service_proto_list.json +10 -1
  91. package/build/src/v1/search_tuning_service_client.d.ts +345 -144
  92. package/build/src/v1/search_tuning_service_client.js +482 -198
  93. package/build/src/v1/search_tuning_service_proto_list.json +10 -1
  94. package/build/src/v1/serving_config_service_client.d.ts +345 -144
  95. package/build/src/v1/serving_config_service_client.js +480 -196
  96. package/build/src/v1/serving_config_service_proto_list.json +10 -1
  97. package/build/src/v1/session_service_client.d.ts +2326 -0
  98. package/build/src/v1/session_service_client.js +3218 -0
  99. package/build/src/v1/session_service_client_config.json +63 -0
  100. package/build/src/v1/session_service_proto_list.json +48 -0
  101. package/build/src/v1/site_search_engine_service_client.d.ts +345 -144
  102. package/build/src/v1/site_search_engine_service_client.js +494 -198
  103. package/build/src/v1/site_search_engine_service_proto_list.json +10 -1
  104. package/build/src/v1/user_event_service_client.d.ts +345 -144
  105. package/build/src/v1/user_event_service_client.js +488 -198
  106. package/build/src/v1/user_event_service_proto_list.json +10 -1
  107. package/build/src/v1/user_license_service_client.d.ts +2367 -0
  108. package/build/src/v1/user_license_service_client.js +3346 -0
  109. package/build/src/v1/user_license_service_client_config.json +34 -0
  110. package/build/src/v1/user_license_service_proto_list.json +48 -0
  111. package/build/src/v1alpha/acl_config_service_client.d.ts +144 -144
  112. package/build/src/v1alpha/acl_config_service_client.js +208 -196
  113. package/build/src/v1alpha/acl_config_service_proto_list.json +1 -0
  114. package/build/src/v1alpha/chunk_service_client.d.ts +144 -144
  115. package/build/src/v1alpha/chunk_service_client.js +202 -196
  116. package/build/src/v1alpha/chunk_service_proto_list.json +1 -0
  117. package/build/src/v1alpha/completion_service_client.d.ts +144 -144
  118. package/build/src/v1alpha/completion_service_client.js +203 -197
  119. package/build/src/v1alpha/completion_service_proto_list.json +1 -0
  120. package/build/src/v1alpha/control_service_client.d.ts +144 -144
  121. package/build/src/v1alpha/control_service_client.js +220 -196
  122. package/build/src/v1alpha/control_service_proto_list.json +1 -0
  123. package/build/src/v1alpha/conversational_search_service_client.d.ts +221 -167
  124. package/build/src/v1alpha/conversational_search_service_client.js +310 -210
  125. package/build/src/v1alpha/conversational_search_service_proto_list.json +1 -0
  126. package/build/src/v1alpha/data_store_service_client.d.ts +144 -144
  127. package/build/src/v1alpha/data_store_service_client.js +221 -197
  128. package/build/src/v1alpha/data_store_service_proto_list.json +1 -0
  129. package/build/src/v1alpha/document_service_client.d.ts +144 -144
  130. package/build/src/v1alpha/document_service_client.js +233 -197
  131. package/build/src/v1alpha/document_service_proto_list.json +1 -0
  132. package/build/src/v1alpha/engine_service_client.d.ts +144 -144
  133. package/build/src/v1alpha/engine_service_client.js +221 -197
  134. package/build/src/v1alpha/engine_service_proto_list.json +1 -0
  135. package/build/src/v1alpha/estimate_billing_service_client.d.ts +144 -144
  136. package/build/src/v1alpha/estimate_billing_service_client.js +197 -197
  137. package/build/src/v1alpha/estimate_billing_service_proto_list.json +1 -0
  138. package/build/src/v1alpha/evaluation_service_client.d.ts +144 -144
  139. package/build/src/v1alpha/evaluation_service_client.js +203 -197
  140. package/build/src/v1alpha/evaluation_service_proto_list.json +1 -0
  141. package/build/src/v1alpha/gapic_metadata.json +82 -0
  142. package/build/src/v1alpha/grounded_generation_service_client.d.ts +144 -144
  143. package/build/src/v1alpha/grounded_generation_service_client.js +202 -196
  144. package/build/src/v1alpha/grounded_generation_service_proto_list.json +1 -0
  145. package/build/src/v1alpha/index.d.ts +1 -0
  146. package/build/src/v1alpha/index.js +3 -1
  147. package/build/src/v1alpha/project_service_client.d.ts +144 -144
  148. package/build/src/v1alpha/project_service_client.js +209 -197
  149. package/build/src/v1alpha/project_service_proto_list.json +1 -0
  150. package/build/src/v1alpha/rank_service_client.d.ts +144 -144
  151. package/build/src/v1alpha/rank_service_client.js +202 -196
  152. package/build/src/v1alpha/rank_service_proto_list.json +1 -0
  153. package/build/src/v1alpha/recommendation_service_client.d.ts +144 -144
  154. package/build/src/v1alpha/recommendation_service_client.js +202 -196
  155. package/build/src/v1alpha/recommendation_service_proto_list.json +1 -0
  156. package/build/src/v1alpha/sample_query_service_client.d.ts +144 -144
  157. package/build/src/v1alpha/sample_query_service_client.js +221 -197
  158. package/build/src/v1alpha/sample_query_service_proto_list.json +1 -0
  159. package/build/src/v1alpha/sample_query_set_service_client.d.ts +144 -144
  160. package/build/src/v1alpha/sample_query_set_service_client.js +220 -196
  161. package/build/src/v1alpha/sample_query_set_service_proto_list.json +1 -0
  162. package/build/src/v1alpha/schema_service_client.d.ts +144 -144
  163. package/build/src/v1alpha/schema_service_client.js +203 -197
  164. package/build/src/v1alpha/schema_service_proto_list.json +1 -0
  165. package/build/src/v1alpha/search_service_client.d.ts +168 -186
  166. package/build/src/v1alpha/search_service_client.js +212 -224
  167. package/build/src/v1alpha/search_service_proto_list.json +1 -0
  168. package/build/src/v1alpha/search_tuning_service_client.d.ts +144 -144
  169. package/build/src/v1alpha/search_tuning_service_client.js +203 -197
  170. package/build/src/v1alpha/search_tuning_service_proto_list.json +1 -0
  171. package/build/src/v1alpha/serving_config_service_client.d.ts +144 -144
  172. package/build/src/v1alpha/serving_config_service_client.js +208 -196
  173. package/build/src/v1alpha/serving_config_service_proto_list.json +1 -0
  174. package/build/src/v1alpha/session_service_client.d.ts +2331 -0
  175. package/build/src/v1alpha/session_service_client.js +3161 -0
  176. package/build/src/v1alpha/session_service_client_config.json +68 -0
  177. package/build/src/v1alpha/session_service_proto_list.json +49 -0
  178. package/build/src/v1alpha/site_search_engine_service_client.d.ts +144 -144
  179. package/build/src/v1alpha/site_search_engine_service_client.js +215 -197
  180. package/build/src/v1alpha/site_search_engine_service_proto_list.json +1 -0
  181. package/build/src/v1alpha/user_event_service_client.d.ts +144 -144
  182. package/build/src/v1alpha/user_event_service_client.js +209 -197
  183. package/build/src/v1alpha/user_event_service_proto_list.json +1 -0
  184. package/build/src/v1beta/completion_service_client.d.ts +144 -144
  185. package/build/src/v1beta/completion_service_client.js +209 -197
  186. package/build/src/v1beta/completion_service_proto_list.json +1 -0
  187. package/build/src/v1beta/control_service_client.d.ts +144 -144
  188. package/build/src/v1beta/control_service_client.js +220 -196
  189. package/build/src/v1beta/control_service_proto_list.json +1 -0
  190. package/build/src/v1beta/conversational_search_service_client.d.ts +215 -161
  191. package/build/src/v1beta/conversational_search_service_client.js +308 -208
  192. package/build/src/v1beta/conversational_search_service_proto_list.json +1 -0
  193. package/build/src/v1beta/data_store_service_client.d.ts +144 -144
  194. package/build/src/v1beta/data_store_service_client.js +209 -197
  195. package/build/src/v1beta/data_store_service_proto_list.json +1 -0
  196. package/build/src/v1beta/document_service_client.d.ts +144 -144
  197. package/build/src/v1beta/document_service_client.js +227 -197
  198. package/build/src/v1beta/document_service_proto_list.json +1 -0
  199. package/build/src/v1beta/engine_service_client.d.ts +144 -144
  200. package/build/src/v1beta/engine_service_client.js +221 -197
  201. package/build/src/v1beta/engine_service_proto_list.json +1 -0
  202. package/build/src/v1beta/evaluation_service_client.d.ts +144 -144
  203. package/build/src/v1beta/evaluation_service_client.js +203 -197
  204. package/build/src/v1beta/evaluation_service_proto_list.json +1 -0
  205. package/build/src/v1beta/gapic_metadata.json +68 -0
  206. package/build/src/v1beta/grounded_generation_service_client.d.ts +144 -144
  207. package/build/src/v1beta/grounded_generation_service_client.js +208 -196
  208. package/build/src/v1beta/grounded_generation_service_proto_list.json +1 -0
  209. package/build/src/v1beta/index.d.ts +1 -0
  210. package/build/src/v1beta/index.js +3 -1
  211. package/build/src/v1beta/project_service_client.d.ts +144 -144
  212. package/build/src/v1beta/project_service_client.js +197 -197
  213. package/build/src/v1beta/project_service_proto_list.json +1 -0
  214. package/build/src/v1beta/rank_service_client.d.ts +144 -144
  215. package/build/src/v1beta/rank_service_client.js +202 -196
  216. package/build/src/v1beta/rank_service_proto_list.json +1 -0
  217. package/build/src/v1beta/recommendation_service_client.d.ts +144 -144
  218. package/build/src/v1beta/recommendation_service_client.js +202 -196
  219. package/build/src/v1beta/recommendation_service_proto_list.json +1 -0
  220. package/build/src/v1beta/sample_query_service_client.d.ts +144 -144
  221. package/build/src/v1beta/sample_query_service_client.js +221 -197
  222. package/build/src/v1beta/sample_query_service_proto_list.json +1 -0
  223. package/build/src/v1beta/sample_query_set_service_client.d.ts +144 -144
  224. package/build/src/v1beta/sample_query_set_service_client.js +220 -196
  225. package/build/src/v1beta/sample_query_set_service_proto_list.json +1 -0
  226. package/build/src/v1beta/schema_service_client.d.ts +144 -144
  227. package/build/src/v1beta/schema_service_client.js +203 -197
  228. package/build/src/v1beta/schema_service_proto_list.json +1 -0
  229. package/build/src/v1beta/search_service_client.d.ts +192 -228
  230. package/build/src/v1beta/search_service_client.js +228 -252
  231. package/build/src/v1beta/search_service_proto_list.json +1 -0
  232. package/build/src/v1beta/search_tuning_service_client.d.ts +144 -144
  233. package/build/src/v1beta/search_tuning_service_client.js +203 -197
  234. package/build/src/v1beta/search_tuning_service_proto_list.json +1 -0
  235. package/build/src/v1beta/serving_config_service_client.d.ts +144 -144
  236. package/build/src/v1beta/serving_config_service_client.js +208 -196
  237. package/build/src/v1beta/serving_config_service_proto_list.json +1 -0
  238. package/build/src/v1beta/session_service_client.d.ts +2266 -0
  239. package/build/src/v1beta/session_service_client.js +3136 -0
  240. package/build/src/v1beta/session_service_client_config.json +63 -0
  241. package/build/src/v1beta/session_service_proto_list.json +45 -0
  242. package/build/src/v1beta/site_search_engine_service_client.d.ts +144 -144
  243. package/build/src/v1beta/site_search_engine_service_client.js +215 -197
  244. package/build/src/v1beta/site_search_engine_service_proto_list.json +1 -0
  245. package/build/src/v1beta/user_event_service_client.d.ts +144 -144
  246. package/build/src/v1beta/user_event_service_client.js +209 -197
  247. package/build/src/v1beta/user_event_service_proto_list.json +1 -0
  248. package/package.json +7 -7
  249. package/CHANGELOG.md +0 -274
@@ -314,22 +314,16 @@ export declare class SearchServiceClient {
314
314
  * between /search API calls and /answer API calls.
315
315
  *
316
316
  * Example #1 (multi-turn /search API calls):
317
- * 1. Call /search API with the auto-session mode (see below).
318
- * 2. Call /search API with the session ID generated in the first call.
319
- * Here, the previous search query gets considered in query
320
- * standing. I.e., if the first query is "How did Alphabet do in 2022?"
321
- * and the current query is "How about 2023?", the current query will
322
- * be interpreted as "How did Alphabet do in 2023?".
317
+ * Call /search API with the session ID generated in the first call.
318
+ * Here, the previous search query gets considered in query
319
+ * standing. I.e., if the first query is "How did Alphabet do in 2022?"
320
+ * and the current query is "How about 2023?", the current query will
321
+ * be interpreted as "How did Alphabet do in 2023?".
323
322
  *
324
323
  * Example #2 (coordination between /search API calls and /answer API calls):
325
- * 1. Call /search API with the auto-session mode (see below).
326
- * 2. Call /answer API with the session ID generated in the first call.
327
- * Here, the answer generation happens in the context of the search
328
- * results from the first search call.
329
- *
330
- * Auto-session mode: when `projects/.../sessions/-` is used, a new session
331
- * gets automatically created. Otherwise, users can use the create-session API
332
- * to create a session manually.
324
+ * Call /answer API with the session ID generated in the first call.
325
+ * Here, the answer generation happens in the context of the search
326
+ * results from the first search call.
333
327
  *
334
328
  * Multi-turn Search feature is currently at private GA stage. Please use
335
329
  * v1alpha or v1beta version instead before we launch this feature to public
@@ -564,22 +558,16 @@ export declare class SearchServiceClient {
564
558
  * between /search API calls and /answer API calls.
565
559
  *
566
560
  * Example #1 (multi-turn /search API calls):
567
- * 1. Call /search API with the auto-session mode (see below).
568
- * 2. Call /search API with the session ID generated in the first call.
569
- * Here, the previous search query gets considered in query
570
- * standing. I.e., if the first query is "How did Alphabet do in 2022?"
571
- * and the current query is "How about 2023?", the current query will
572
- * be interpreted as "How did Alphabet do in 2023?".
561
+ * Call /search API with the session ID generated in the first call.
562
+ * Here, the previous search query gets considered in query
563
+ * standing. I.e., if the first query is "How did Alphabet do in 2022?"
564
+ * and the current query is "How about 2023?", the current query will
565
+ * be interpreted as "How did Alphabet do in 2023?".
573
566
  *
574
567
  * Example #2 (coordination between /search API calls and /answer API calls):
575
- * 1. Call /search API with the auto-session mode (see below).
576
- * 2. Call /answer API with the session ID generated in the first call.
577
- * Here, the answer generation happens in the context of the search
578
- * results from the first search call.
579
- *
580
- * Auto-session mode: when `projects/.../sessions/-` is used, a new session
581
- * gets automatically created. Otherwise, users can use the create-session API
582
- * to create a session manually.
568
+ * Call /answer API with the session ID generated in the first call.
569
+ * Here, the answer generation happens in the context of the search
570
+ * results from the first search call.
583
571
  *
584
572
  * Multi-turn Search feature is currently at private GA stage. Please use
585
573
  * v1alpha or v1beta version instead before we launch this feature to public
@@ -809,22 +797,16 @@ export declare class SearchServiceClient {
809
797
  * between /search API calls and /answer API calls.
810
798
  *
811
799
  * Example #1 (multi-turn /search API calls):
812
- * 1. Call /search API with the auto-session mode (see below).
813
- * 2. Call /search API with the session ID generated in the first call.
814
- * Here, the previous search query gets considered in query
815
- * standing. I.e., if the first query is "How did Alphabet do in 2022?"
816
- * and the current query is "How about 2023?", the current query will
817
- * be interpreted as "How did Alphabet do in 2023?".
800
+ * Call /search API with the session ID generated in the first call.
801
+ * Here, the previous search query gets considered in query
802
+ * standing. I.e., if the first query is "How did Alphabet do in 2022?"
803
+ * and the current query is "How about 2023?", the current query will
804
+ * be interpreted as "How did Alphabet do in 2023?".
818
805
  *
819
806
  * Example #2 (coordination between /search API calls and /answer API calls):
820
- * 1. Call /search API with the auto-session mode (see below).
821
- * 2. Call /answer API with the session ID generated in the first call.
822
- * Here, the answer generation happens in the context of the search
823
- * results from the first search call.
824
- *
825
- * Auto-session mode: when `projects/.../sessions/-` is used, a new session
826
- * gets automatically created. Otherwise, users can use the create-session API
827
- * to create a session manually.
807
+ * Call /answer API with the session ID generated in the first call.
808
+ * Here, the answer generation happens in the context of the search
809
+ * results from the first search call.
828
810
  *
829
811
  * Multi-turn Search feature is currently at private GA stage. Please use
830
812
  * v1alpha or v1beta version instead before we launch this feature to public
@@ -1066,22 +1048,16 @@ export declare class SearchServiceClient {
1066
1048
  * between /search API calls and /answer API calls.
1067
1049
  *
1068
1050
  * Example #1 (multi-turn /search API calls):
1069
- * 1. Call /search API with the auto-session mode (see below).
1070
- * 2. Call /search API with the session ID generated in the first call.
1071
- * Here, the previous search query gets considered in query
1072
- * standing. I.e., if the first query is "How did Alphabet do in 2022?"
1073
- * and the current query is "How about 2023?", the current query will
1074
- * be interpreted as "How did Alphabet do in 2023?".
1051
+ * Call /search API with the session ID generated in the first call.
1052
+ * Here, the previous search query gets considered in query
1053
+ * standing. I.e., if the first query is "How did Alphabet do in 2022?"
1054
+ * and the current query is "How about 2023?", the current query will
1055
+ * be interpreted as "How did Alphabet do in 2023?".
1075
1056
  *
1076
1057
  * Example #2 (coordination between /search API calls and /answer API calls):
1077
- * 1. Call /search API with the auto-session mode (see below).
1078
- * 2. Call /answer API with the session ID generated in the first call.
1079
- * Here, the answer generation happens in the context of the search
1080
- * results from the first search call.
1081
- *
1082
- * Auto-session mode: when `projects/.../sessions/-` is used, a new session
1083
- * gets automatically created. Otherwise, users can use the create-session API
1084
- * to create a session manually.
1058
+ * Call /answer API with the session ID generated in the first call.
1059
+ * Here, the answer generation happens in the context of the search
1060
+ * results from the first search call.
1085
1061
  *
1086
1062
  * Multi-turn Search feature is currently at private GA stage. Please use
1087
1063
  * v1alpha or v1beta version instead before we launch this feature to public
@@ -1316,22 +1292,16 @@ export declare class SearchServiceClient {
1316
1292
  * between /search API calls and /answer API calls.
1317
1293
  *
1318
1294
  * Example #1 (multi-turn /search API calls):
1319
- * 1. Call /search API with the auto-session mode (see below).
1320
- * 2. Call /search API with the session ID generated in the first call.
1321
- * Here, the previous search query gets considered in query
1322
- * standing. I.e., if the first query is "How did Alphabet do in 2022?"
1323
- * and the current query is "How about 2023?", the current query will
1324
- * be interpreted as "How did Alphabet do in 2023?".
1295
+ * Call /search API with the session ID generated in the first call.
1296
+ * Here, the previous search query gets considered in query
1297
+ * standing. I.e., if the first query is "How did Alphabet do in 2022?"
1298
+ * and the current query is "How about 2023?", the current query will
1299
+ * be interpreted as "How did Alphabet do in 2023?".
1325
1300
  *
1326
1301
  * Example #2 (coordination between /search API calls and /answer API calls):
1327
- * 1. Call /search API with the auto-session mode (see below).
1328
- * 2. Call /answer API with the session ID generated in the first call.
1329
- * Here, the answer generation happens in the context of the search
1330
- * results from the first search call.
1331
- *
1332
- * Auto-session mode: when `projects/.../sessions/-` is used, a new session
1333
- * gets automatically created. Otherwise, users can use the create-session API
1334
- * to create a session manually.
1302
+ * Call /answer API with the session ID generated in the first call.
1303
+ * Here, the answer generation happens in the context of the search
1304
+ * results from the first search call.
1335
1305
  *
1336
1306
  * Multi-turn Search feature is currently at private GA stage. Please use
1337
1307
  * v1alpha or v1beta version instead before we launch this feature to public
@@ -1561,22 +1531,16 @@ export declare class SearchServiceClient {
1561
1531
  * between /search API calls and /answer API calls.
1562
1532
  *
1563
1533
  * Example #1 (multi-turn /search API calls):
1564
- * 1. Call /search API with the auto-session mode (see below).
1565
- * 2. Call /search API with the session ID generated in the first call.
1566
- * Here, the previous search query gets considered in query
1567
- * standing. I.e., if the first query is "How did Alphabet do in 2022?"
1568
- * and the current query is "How about 2023?", the current query will
1569
- * be interpreted as "How did Alphabet do in 2023?".
1534
+ * Call /search API with the session ID generated in the first call.
1535
+ * Here, the previous search query gets considered in query
1536
+ * standing. I.e., if the first query is "How did Alphabet do in 2022?"
1537
+ * and the current query is "How about 2023?", the current query will
1538
+ * be interpreted as "How did Alphabet do in 2023?".
1570
1539
  *
1571
1540
  * Example #2 (coordination between /search API calls and /answer API calls):
1572
- * 1. Call /search API with the auto-session mode (see below).
1573
- * 2. Call /answer API with the session ID generated in the first call.
1574
- * Here, the answer generation happens in the context of the search
1575
- * results from the first search call.
1576
- *
1577
- * Auto-session mode: when `projects/.../sessions/-` is used, a new session
1578
- * gets automatically created. Otherwise, users can use the create-session API
1579
- * to create a session manually.
1541
+ * Call /answer API with the session ID generated in the first call.
1542
+ * Here, the answer generation happens in the context of the search
1543
+ * results from the first search call.
1580
1544
  *
1581
1545
  * Multi-turn Search feature is currently at private GA stage. Please use
1582
1546
  * v1alpha or v1beta version instead before we launch this feature to public
@@ -1659,6 +1623,117 @@ export declare class SearchServiceClient {
1659
1623
  * ```
1660
1624
  */
1661
1625
  listLocationsAsync(request: LocationProtos.google.cloud.location.IListLocationsRequest, options?: CallOptions): AsyncIterable<LocationProtos.google.cloud.location.ILocation>;
1626
+ /**
1627
+ * Return a fully-qualified assistAnswer resource name string.
1628
+ *
1629
+ * @param {string} project
1630
+ * @param {string} location
1631
+ * @param {string} collection
1632
+ * @param {string} engine
1633
+ * @param {string} session
1634
+ * @param {string} assist_answer
1635
+ * @returns {string} Resource name string.
1636
+ */
1637
+ assistAnswerPath(project: string, location: string, collection: string, engine: string, session: string, assistAnswer: string): string;
1638
+ /**
1639
+ * Parse the project from AssistAnswer resource.
1640
+ *
1641
+ * @param {string} assistAnswerName
1642
+ * A fully-qualified path representing AssistAnswer resource.
1643
+ * @returns {string} A string representing the project.
1644
+ */
1645
+ matchProjectFromAssistAnswerName(assistAnswerName: string): string | number;
1646
+ /**
1647
+ * Parse the location from AssistAnswer resource.
1648
+ *
1649
+ * @param {string} assistAnswerName
1650
+ * A fully-qualified path representing AssistAnswer resource.
1651
+ * @returns {string} A string representing the location.
1652
+ */
1653
+ matchLocationFromAssistAnswerName(assistAnswerName: string): string | number;
1654
+ /**
1655
+ * Parse the collection from AssistAnswer resource.
1656
+ *
1657
+ * @param {string} assistAnswerName
1658
+ * A fully-qualified path representing AssistAnswer resource.
1659
+ * @returns {string} A string representing the collection.
1660
+ */
1661
+ matchCollectionFromAssistAnswerName(assistAnswerName: string): string | number;
1662
+ /**
1663
+ * Parse the engine from AssistAnswer resource.
1664
+ *
1665
+ * @param {string} assistAnswerName
1666
+ * A fully-qualified path representing AssistAnswer resource.
1667
+ * @returns {string} A string representing the engine.
1668
+ */
1669
+ matchEngineFromAssistAnswerName(assistAnswerName: string): string | number;
1670
+ /**
1671
+ * Parse the session from AssistAnswer resource.
1672
+ *
1673
+ * @param {string} assistAnswerName
1674
+ * A fully-qualified path representing AssistAnswer resource.
1675
+ * @returns {string} A string representing the session.
1676
+ */
1677
+ matchSessionFromAssistAnswerName(assistAnswerName: string): string | number;
1678
+ /**
1679
+ * Parse the assist_answer from AssistAnswer resource.
1680
+ *
1681
+ * @param {string} assistAnswerName
1682
+ * A fully-qualified path representing AssistAnswer resource.
1683
+ * @returns {string} A string representing the assist_answer.
1684
+ */
1685
+ matchAssistAnswerFromAssistAnswerName(assistAnswerName: string): string | number;
1686
+ /**
1687
+ * Return a fully-qualified assistant resource name string.
1688
+ *
1689
+ * @param {string} project
1690
+ * @param {string} location
1691
+ * @param {string} collection
1692
+ * @param {string} engine
1693
+ * @param {string} assistant
1694
+ * @returns {string} Resource name string.
1695
+ */
1696
+ assistantPath(project: string, location: string, collection: string, engine: string, assistant: string): string;
1697
+ /**
1698
+ * Parse the project from Assistant resource.
1699
+ *
1700
+ * @param {string} assistantName
1701
+ * A fully-qualified path representing Assistant resource.
1702
+ * @returns {string} A string representing the project.
1703
+ */
1704
+ matchProjectFromAssistantName(assistantName: string): string | number;
1705
+ /**
1706
+ * Parse the location from Assistant resource.
1707
+ *
1708
+ * @param {string} assistantName
1709
+ * A fully-qualified path representing Assistant resource.
1710
+ * @returns {string} A string representing the location.
1711
+ */
1712
+ matchLocationFromAssistantName(assistantName: string): string | number;
1713
+ /**
1714
+ * Parse the collection from Assistant resource.
1715
+ *
1716
+ * @param {string} assistantName
1717
+ * A fully-qualified path representing Assistant resource.
1718
+ * @returns {string} A string representing the collection.
1719
+ */
1720
+ matchCollectionFromAssistantName(assistantName: string): string | number;
1721
+ /**
1722
+ * Parse the engine from Assistant resource.
1723
+ *
1724
+ * @param {string} assistantName
1725
+ * A fully-qualified path representing Assistant resource.
1726
+ * @returns {string} A string representing the engine.
1727
+ */
1728
+ matchEngineFromAssistantName(assistantName: string): string | number;
1729
+ /**
1730
+ * Parse the assistant from Assistant resource.
1731
+ *
1732
+ * @param {string} assistantName
1733
+ * A fully-qualified path representing Assistant resource.
1734
+ * @returns {string} A string representing the assistant.
1735
+ */
1736
+ matchAssistantFromAssistantName(assistantName: string): string | number;
1662
1737
  /**
1663
1738
  * Return a fully-qualified engine resource name string.
1664
1739
  *
@@ -1701,6 +1776,39 @@ export declare class SearchServiceClient {
1701
1776
  * @returns {string} A string representing the engine.
1702
1777
  */
1703
1778
  matchEngineFromEngineName(engineName: string): string | number;
1779
+ /**
1780
+ * Return a fully-qualified identityMappingStore resource name string.
1781
+ *
1782
+ * @param {string} project
1783
+ * @param {string} location
1784
+ * @param {string} identity_mapping_store
1785
+ * @returns {string} Resource name string.
1786
+ */
1787
+ identityMappingStorePath(project: string, location: string, identityMappingStore: string): string;
1788
+ /**
1789
+ * Parse the project from IdentityMappingStore resource.
1790
+ *
1791
+ * @param {string} identityMappingStoreName
1792
+ * A fully-qualified path representing IdentityMappingStore resource.
1793
+ * @returns {string} A string representing the project.
1794
+ */
1795
+ matchProjectFromIdentityMappingStoreName(identityMappingStoreName: string): string | number;
1796
+ /**
1797
+ * Parse the location from IdentityMappingStore resource.
1798
+ *
1799
+ * @param {string} identityMappingStoreName
1800
+ * A fully-qualified path representing IdentityMappingStore resource.
1801
+ * @returns {string} A string representing the location.
1802
+ */
1803
+ matchLocationFromIdentityMappingStoreName(identityMappingStoreName: string): string | number;
1804
+ /**
1805
+ * Parse the identity_mapping_store from IdentityMappingStore resource.
1806
+ *
1807
+ * @param {string} identityMappingStoreName
1808
+ * A fully-qualified path representing IdentityMappingStore resource.
1809
+ * @returns {string} A string representing the identity_mapping_store.
1810
+ */
1811
+ matchIdentityMappingStoreFromIdentityMappingStoreName(identityMappingStoreName: string): string | number;
1704
1812
  /**
1705
1813
  * Return a fully-qualified project resource name string.
1706
1814
  *
@@ -1716,6 +1824,63 @@ export declare class SearchServiceClient {
1716
1824
  * @returns {string} A string representing the project.
1717
1825
  */
1718
1826
  matchProjectFromProjectName(projectName: string): string | number;
1827
+ /**
1828
+ * Return a fully-qualified projectLocationCmekConfig resource name string.
1829
+ *
1830
+ * @param {string} project
1831
+ * @param {string} location
1832
+ * @returns {string} Resource name string.
1833
+ */
1834
+ projectLocationCmekConfigPath(project: string, location: string): string;
1835
+ /**
1836
+ * Parse the project from ProjectLocationCmekConfig resource.
1837
+ *
1838
+ * @param {string} projectLocationCmekConfigName
1839
+ * A fully-qualified path representing project_location_cmekConfig resource.
1840
+ * @returns {string} A string representing the project.
1841
+ */
1842
+ matchProjectFromProjectLocationCmekConfigName(projectLocationCmekConfigName: string): string | number;
1843
+ /**
1844
+ * Parse the location from ProjectLocationCmekConfig resource.
1845
+ *
1846
+ * @param {string} projectLocationCmekConfigName
1847
+ * A fully-qualified path representing project_location_cmekConfig resource.
1848
+ * @returns {string} A string representing the location.
1849
+ */
1850
+ matchLocationFromProjectLocationCmekConfigName(projectLocationCmekConfigName: string): string | number;
1851
+ /**
1852
+ * Return a fully-qualified projectLocationCmekConfigs resource name string.
1853
+ *
1854
+ * @param {string} project
1855
+ * @param {string} location
1856
+ * @param {string} cmek_config
1857
+ * @returns {string} Resource name string.
1858
+ */
1859
+ projectLocationCmekConfigsPath(project: string, location: string, cmekConfig: string): string;
1860
+ /**
1861
+ * Parse the project from ProjectLocationCmekConfigs resource.
1862
+ *
1863
+ * @param {string} projectLocationCmekConfigsName
1864
+ * A fully-qualified path representing project_location_cmekConfigs resource.
1865
+ * @returns {string} A string representing the project.
1866
+ */
1867
+ matchProjectFromProjectLocationCmekConfigsName(projectLocationCmekConfigsName: string): string | number;
1868
+ /**
1869
+ * Parse the location from ProjectLocationCmekConfigs resource.
1870
+ *
1871
+ * @param {string} projectLocationCmekConfigsName
1872
+ * A fully-qualified path representing project_location_cmekConfigs resource.
1873
+ * @returns {string} A string representing the location.
1874
+ */
1875
+ matchLocationFromProjectLocationCmekConfigsName(projectLocationCmekConfigsName: string): string | number;
1876
+ /**
1877
+ * Parse the cmek_config from ProjectLocationCmekConfigs resource.
1878
+ *
1879
+ * @param {string} projectLocationCmekConfigsName
1880
+ * A fully-qualified path representing project_location_cmekConfigs resource.
1881
+ * @returns {string} A string representing the cmek_config.
1882
+ */
1883
+ matchCmekConfigFromProjectLocationCmekConfigsName(projectLocationCmekConfigsName: string): string | number;
1719
1884
  /**
1720
1885
  * Return a fully-qualified projectLocationCollectionDataStore resource name string.
1721
1886
  *
@@ -2235,57 +2400,6 @@ export declare class SearchServiceClient {
2235
2400
  * @returns {string} A string representing the serving_config.
2236
2401
  */
2237
2402
  matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
2238
- /**
2239
- * Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
2240
- *
2241
- * @param {string} project
2242
- * @param {string} location
2243
- * @param {string} collection
2244
- * @param {string} data_store
2245
- * @param {string} session
2246
- * @returns {string} Resource name string.
2247
- */
2248
- projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
2249
- /**
2250
- * Parse the project from ProjectLocationCollectionDataStoreSession resource.
2251
- *
2252
- * @param {string} projectLocationCollectionDataStoreSessionName
2253
- * A fully-qualified path representing project_location_collection_data_store_session resource.
2254
- * @returns {string} A string representing the project.
2255
- */
2256
- matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
2257
- /**
2258
- * Parse the location from ProjectLocationCollectionDataStoreSession resource.
2259
- *
2260
- * @param {string} projectLocationCollectionDataStoreSessionName
2261
- * A fully-qualified path representing project_location_collection_data_store_session resource.
2262
- * @returns {string} A string representing the location.
2263
- */
2264
- matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
2265
- /**
2266
- * Parse the collection from ProjectLocationCollectionDataStoreSession resource.
2267
- *
2268
- * @param {string} projectLocationCollectionDataStoreSessionName
2269
- * A fully-qualified path representing project_location_collection_data_store_session resource.
2270
- * @returns {string} A string representing the collection.
2271
- */
2272
- matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
2273
- /**
2274
- * Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
2275
- *
2276
- * @param {string} projectLocationCollectionDataStoreSessionName
2277
- * A fully-qualified path representing project_location_collection_data_store_session resource.
2278
- * @returns {string} A string representing the data_store.
2279
- */
2280
- matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
2281
- /**
2282
- * Parse the session from ProjectLocationCollectionDataStoreSession resource.
2283
- *
2284
- * @param {string} projectLocationCollectionDataStoreSessionName
2285
- * A fully-qualified path representing project_location_collection_data_store_session resource.
2286
- * @returns {string} A string representing the session.
2287
- */
2288
- matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
2289
2403
  /**
2290
2404
  * Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
2291
2405
  *
@@ -2346,6 +2460,57 @@ export declare class SearchServiceClient {
2346
2460
  * @returns {string} A string representing the answer.
2347
2461
  */
2348
2462
  matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
2463
+ /**
2464
+ * Return a fully-qualified projectLocationCollectionDataStoreSessions resource name string.
2465
+ *
2466
+ * @param {string} project
2467
+ * @param {string} location
2468
+ * @param {string} collection
2469
+ * @param {string} data_store
2470
+ * @param {string} session
2471
+ * @returns {string} Resource name string.
2472
+ */
2473
+ projectLocationCollectionDataStoreSessionsPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
2474
+ /**
2475
+ * Parse the project from ProjectLocationCollectionDataStoreSessions resource.
2476
+ *
2477
+ * @param {string} projectLocationCollectionDataStoreSessionsName
2478
+ * A fully-qualified path representing project_location_collection_data_store_sessions resource.
2479
+ * @returns {string} A string representing the project.
2480
+ */
2481
+ matchProjectFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
2482
+ /**
2483
+ * Parse the location from ProjectLocationCollectionDataStoreSessions resource.
2484
+ *
2485
+ * @param {string} projectLocationCollectionDataStoreSessionsName
2486
+ * A fully-qualified path representing project_location_collection_data_store_sessions resource.
2487
+ * @returns {string} A string representing the location.
2488
+ */
2489
+ matchLocationFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
2490
+ /**
2491
+ * Parse the collection from ProjectLocationCollectionDataStoreSessions resource.
2492
+ *
2493
+ * @param {string} projectLocationCollectionDataStoreSessionsName
2494
+ * A fully-qualified path representing project_location_collection_data_store_sessions resource.
2495
+ * @returns {string} A string representing the collection.
2496
+ */
2497
+ matchCollectionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
2498
+ /**
2499
+ * Parse the data_store from ProjectLocationCollectionDataStoreSessions resource.
2500
+ *
2501
+ * @param {string} projectLocationCollectionDataStoreSessionsName
2502
+ * A fully-qualified path representing project_location_collection_data_store_sessions resource.
2503
+ * @returns {string} A string representing the data_store.
2504
+ */
2505
+ matchDataStoreFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
2506
+ /**
2507
+ * Parse the session from ProjectLocationCollectionDataStoreSessions resource.
2508
+ *
2509
+ * @param {string} projectLocationCollectionDataStoreSessionsName
2510
+ * A fully-qualified path representing project_location_collection_data_store_sessions resource.
2511
+ * @returns {string} A string representing the session.
2512
+ */
2513
+ matchSessionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
2349
2514
  /**
2350
2515
  * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
2351
2516
  *
@@ -2643,57 +2808,6 @@ export declare class SearchServiceClient {
2643
2808
  * @returns {string} A string representing the serving_config.
2644
2809
  */
2645
2810
  matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
2646
- /**
2647
- * Return a fully-qualified projectLocationCollectionEngineSession resource name string.
2648
- *
2649
- * @param {string} project
2650
- * @param {string} location
2651
- * @param {string} collection
2652
- * @param {string} engine
2653
- * @param {string} session
2654
- * @returns {string} Resource name string.
2655
- */
2656
- projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
2657
- /**
2658
- * Parse the project from ProjectLocationCollectionEngineSession resource.
2659
- *
2660
- * @param {string} projectLocationCollectionEngineSessionName
2661
- * A fully-qualified path representing project_location_collection_engine_session resource.
2662
- * @returns {string} A string representing the project.
2663
- */
2664
- matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
2665
- /**
2666
- * Parse the location from ProjectLocationCollectionEngineSession resource.
2667
- *
2668
- * @param {string} projectLocationCollectionEngineSessionName
2669
- * A fully-qualified path representing project_location_collection_engine_session resource.
2670
- * @returns {string} A string representing the location.
2671
- */
2672
- matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
2673
- /**
2674
- * Parse the collection from ProjectLocationCollectionEngineSession resource.
2675
- *
2676
- * @param {string} projectLocationCollectionEngineSessionName
2677
- * A fully-qualified path representing project_location_collection_engine_session resource.
2678
- * @returns {string} A string representing the collection.
2679
- */
2680
- matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
2681
- /**
2682
- * Parse the engine from ProjectLocationCollectionEngineSession resource.
2683
- *
2684
- * @param {string} projectLocationCollectionEngineSessionName
2685
- * A fully-qualified path representing project_location_collection_engine_session resource.
2686
- * @returns {string} A string representing the engine.
2687
- */
2688
- matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
2689
- /**
2690
- * Parse the session from ProjectLocationCollectionEngineSession resource.
2691
- *
2692
- * @param {string} projectLocationCollectionEngineSessionName
2693
- * A fully-qualified path representing project_location_collection_engine_session resource.
2694
- * @returns {string} A string representing the session.
2695
- */
2696
- matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
2697
2811
  /**
2698
2812
  * Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
2699
2813
  *
@@ -2754,6 +2868,57 @@ export declare class SearchServiceClient {
2754
2868
  * @returns {string} A string representing the answer.
2755
2869
  */
2756
2870
  matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
2871
+ /**
2872
+ * Return a fully-qualified projectLocationCollectionEngineSessions resource name string.
2873
+ *
2874
+ * @param {string} project
2875
+ * @param {string} location
2876
+ * @param {string} collection
2877
+ * @param {string} engine
2878
+ * @param {string} session
2879
+ * @returns {string} Resource name string.
2880
+ */
2881
+ projectLocationCollectionEngineSessionsPath(project: string, location: string, collection: string, engine: string, session: string): string;
2882
+ /**
2883
+ * Parse the project from ProjectLocationCollectionEngineSessions resource.
2884
+ *
2885
+ * @param {string} projectLocationCollectionEngineSessionsName
2886
+ * A fully-qualified path representing project_location_collection_engine_sessions resource.
2887
+ * @returns {string} A string representing the project.
2888
+ */
2889
+ matchProjectFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
2890
+ /**
2891
+ * Parse the location from ProjectLocationCollectionEngineSessions resource.
2892
+ *
2893
+ * @param {string} projectLocationCollectionEngineSessionsName
2894
+ * A fully-qualified path representing project_location_collection_engine_sessions resource.
2895
+ * @returns {string} A string representing the location.
2896
+ */
2897
+ matchLocationFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
2898
+ /**
2899
+ * Parse the collection from ProjectLocationCollectionEngineSessions resource.
2900
+ *
2901
+ * @param {string} projectLocationCollectionEngineSessionsName
2902
+ * A fully-qualified path representing project_location_collection_engine_sessions resource.
2903
+ * @returns {string} A string representing the collection.
2904
+ */
2905
+ matchCollectionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
2906
+ /**
2907
+ * Parse the engine from ProjectLocationCollectionEngineSessions resource.
2908
+ *
2909
+ * @param {string} projectLocationCollectionEngineSessionsName
2910
+ * A fully-qualified path representing project_location_collection_engine_sessions resource.
2911
+ * @returns {string} A string representing the engine.
2912
+ */
2913
+ matchEngineFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
2914
+ /**
2915
+ * Parse the session from ProjectLocationCollectionEngineSessions resource.
2916
+ *
2917
+ * @param {string} projectLocationCollectionEngineSessionsName
2918
+ * A fully-qualified path representing project_location_collection_engine_sessions resource.
2919
+ * @returns {string} A string representing the session.
2920
+ */
2921
+ matchSessionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
2757
2922
  /**
2758
2923
  * Return a fully-qualified projectLocationDataStore resource name string.
2759
2924
  *
@@ -3183,48 +3348,6 @@ export declare class SearchServiceClient {
3183
3348
  * @returns {string} A string representing the serving_config.
3184
3349
  */
3185
3350
  matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
3186
- /**
3187
- * Return a fully-qualified projectLocationDataStoreSession resource name string.
3188
- *
3189
- * @param {string} project
3190
- * @param {string} location
3191
- * @param {string} data_store
3192
- * @param {string} session
3193
- * @returns {string} Resource name string.
3194
- */
3195
- projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
3196
- /**
3197
- * Parse the project from ProjectLocationDataStoreSession resource.
3198
- *
3199
- * @param {string} projectLocationDataStoreSessionName
3200
- * A fully-qualified path representing project_location_data_store_session resource.
3201
- * @returns {string} A string representing the project.
3202
- */
3203
- matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
3204
- /**
3205
- * Parse the location from ProjectLocationDataStoreSession resource.
3206
- *
3207
- * @param {string} projectLocationDataStoreSessionName
3208
- * A fully-qualified path representing project_location_data_store_session resource.
3209
- * @returns {string} A string representing the location.
3210
- */
3211
- matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
3212
- /**
3213
- * Parse the data_store from ProjectLocationDataStoreSession resource.
3214
- *
3215
- * @param {string} projectLocationDataStoreSessionName
3216
- * A fully-qualified path representing project_location_data_store_session resource.
3217
- * @returns {string} A string representing the data_store.
3218
- */
3219
- matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
3220
- /**
3221
- * Parse the session from ProjectLocationDataStoreSession resource.
3222
- *
3223
- * @param {string} projectLocationDataStoreSessionName
3224
- * A fully-qualified path representing project_location_data_store_session resource.
3225
- * @returns {string} A string representing the session.
3226
- */
3227
- matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
3228
3351
  /**
3229
3352
  * Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
3230
3353
  *
@@ -3276,6 +3399,48 @@ export declare class SearchServiceClient {
3276
3399
  * @returns {string} A string representing the answer.
3277
3400
  */
3278
3401
  matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
3402
+ /**
3403
+ * Return a fully-qualified projectLocationDataStoreSessions resource name string.
3404
+ *
3405
+ * @param {string} project
3406
+ * @param {string} location
3407
+ * @param {string} data_store
3408
+ * @param {string} session
3409
+ * @returns {string} Resource name string.
3410
+ */
3411
+ projectLocationDataStoreSessionsPath(project: string, location: string, dataStore: string, session: string): string;
3412
+ /**
3413
+ * Parse the project from ProjectLocationDataStoreSessions resource.
3414
+ *
3415
+ * @param {string} projectLocationDataStoreSessionsName
3416
+ * A fully-qualified path representing project_location_data_store_sessions resource.
3417
+ * @returns {string} A string representing the project.
3418
+ */
3419
+ matchProjectFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
3420
+ /**
3421
+ * Parse the location from ProjectLocationDataStoreSessions resource.
3422
+ *
3423
+ * @param {string} projectLocationDataStoreSessionsName
3424
+ * A fully-qualified path representing project_location_data_store_sessions resource.
3425
+ * @returns {string} A string representing the location.
3426
+ */
3427
+ matchLocationFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
3428
+ /**
3429
+ * Parse the data_store from ProjectLocationDataStoreSessions resource.
3430
+ *
3431
+ * @param {string} projectLocationDataStoreSessionsName
3432
+ * A fully-qualified path representing project_location_data_store_sessions resource.
3433
+ * @returns {string} A string representing the data_store.
3434
+ */
3435
+ matchDataStoreFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
3436
+ /**
3437
+ * Parse the session from ProjectLocationDataStoreSessions resource.
3438
+ *
3439
+ * @param {string} projectLocationDataStoreSessionsName
3440
+ * A fully-qualified path representing project_location_data_store_sessions resource.
3441
+ * @returns {string} A string representing the session.
3442
+ */
3443
+ matchSessionFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
3279
3444
  /**
3280
3445
  * Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
3281
3446
  *