@google-cloud/discoveryengine 2.3.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 (228) hide show
  1. package/README.md +17 -0
  2. package/build/protos/google/cloud/discoveryengine/v1/assist_answer.proto +251 -0
  3. package/build/protos/google/cloud/discoveryengine/v1/assistant.proto +44 -0
  4. package/build/protos/google/cloud/discoveryengine/v1/assistant_service.proto +217 -0
  5. package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +15 -3
  6. package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +8 -14
  7. package/build/protos/google/cloud/discoveryengine/v1/session.proto +21 -8
  8. package/build/protos/google/cloud/discoveryengine/v1/session_service.proto +128 -0
  9. package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +15 -0
  10. package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +30 -9
  11. package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +8 -14
  12. package/build/protos/google/cloud/discoveryengine/v1alpha/session.proto +238 -8
  13. package/build/protos/google/cloud/discoveryengine/v1alpha/session_service.proto +201 -0
  14. package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +26 -5
  15. package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +8 -14
  16. package/build/protos/google/cloud/discoveryengine/v1beta/session.proto +40 -8
  17. package/build/protos/google/cloud/discoveryengine/v1beta/session_service.proto +128 -0
  18. package/build/protos/protos.d.ts +15057 -10636
  19. package/build/protos/protos.js +45523 -34174
  20. package/build/protos/protos.json +4835 -3203
  21. package/build/src/index.d.ts +7 -1
  22. package/build/src/index.js +6 -2
  23. package/build/src/v1/assistant_service_client.d.ts +2058 -0
  24. package/build/src/v1/assistant_service_client.js +2957 -0
  25. package/build/src/v1/assistant_service_client_config.json +43 -0
  26. package/build/src/v1/assistant_service_proto_list.json +48 -0
  27. package/build/src/v1/cmek_config_service_client.d.ts +255 -144
  28. package/build/src/v1/cmek_config_service_client.js +348 -196
  29. package/build/src/v1/cmek_config_service_proto_list.json +4 -0
  30. package/build/src/v1/completion_service_client.d.ts +255 -144
  31. package/build/src/v1/completion_service_client.js +348 -196
  32. package/build/src/v1/completion_service_proto_list.json +4 -0
  33. package/build/src/v1/control_service_client.d.ts +255 -144
  34. package/build/src/v1/control_service_client.js +348 -196
  35. package/build/src/v1/control_service_proto_list.json +4 -0
  36. package/build/src/v1/conversational_search_service_client.d.ts +302 -155
  37. package/build/src/v1/conversational_search_service_client.js +380 -204
  38. package/build/src/v1/conversational_search_service_proto_list.json +4 -0
  39. package/build/src/v1/data_store_service_client.d.ts +255 -144
  40. package/build/src/v1/data_store_service_client.js +348 -196
  41. package/build/src/v1/data_store_service_proto_list.json +4 -0
  42. package/build/src/v1/document_service_client.d.ts +255 -144
  43. package/build/src/v1/document_service_client.js +348 -196
  44. package/build/src/v1/document_service_proto_list.json +4 -0
  45. package/build/src/v1/engine_service_client.d.ts +255 -144
  46. package/build/src/v1/engine_service_client.js +348 -196
  47. package/build/src/v1/engine_service_proto_list.json +4 -0
  48. package/build/src/v1/gapic_metadata.json +86 -0
  49. package/build/src/v1/grounded_generation_service_client.d.ts +255 -144
  50. package/build/src/v1/grounded_generation_service_client.js +348 -196
  51. package/build/src/v1/grounded_generation_service_proto_list.json +4 -0
  52. package/build/src/v1/identity_mapping_store_service_client.d.ts +255 -144
  53. package/build/src/v1/identity_mapping_store_service_client.js +348 -196
  54. package/build/src/v1/identity_mapping_store_service_proto_list.json +4 -0
  55. package/build/src/v1/index.d.ts +2 -0
  56. package/build/src/v1/index.js +5 -1
  57. package/build/src/v1/project_service_client.d.ts +255 -144
  58. package/build/src/v1/project_service_client.js +348 -196
  59. package/build/src/v1/project_service_proto_list.json +4 -0
  60. package/build/src/v1/rank_service_client.d.ts +255 -144
  61. package/build/src/v1/rank_service_client.js +348 -196
  62. package/build/src/v1/rank_service_proto_list.json +4 -0
  63. package/build/src/v1/recommendation_service_client.d.ts +255 -144
  64. package/build/src/v1/recommendation_service_client.js +348 -196
  65. package/build/src/v1/recommendation_service_proto_list.json +4 -0
  66. package/build/src/v1/schema_service_client.d.ts +255 -144
  67. package/build/src/v1/schema_service_client.js +348 -196
  68. package/build/src/v1/schema_service_proto_list.json +4 -0
  69. package/build/src/v1/search_service_client.d.ts +303 -228
  70. package/build/src/v1/search_service_client.js +380 -252
  71. package/build/src/v1/search_service_proto_list.json +4 -0
  72. package/build/src/v1/search_tuning_service_client.d.ts +255 -144
  73. package/build/src/v1/search_tuning_service_client.js +348 -196
  74. package/build/src/v1/search_tuning_service_proto_list.json +4 -0
  75. package/build/src/v1/serving_config_service_client.d.ts +255 -144
  76. package/build/src/v1/serving_config_service_client.js +348 -196
  77. package/build/src/v1/serving_config_service_proto_list.json +4 -0
  78. package/build/src/v1/session_service_client.d.ts +2326 -0
  79. package/build/src/v1/session_service_client.js +3218 -0
  80. package/build/src/v1/session_service_client_config.json +63 -0
  81. package/build/src/v1/session_service_proto_list.json +48 -0
  82. package/build/src/v1/site_search_engine_service_client.d.ts +255 -144
  83. package/build/src/v1/site_search_engine_service_client.js +348 -196
  84. package/build/src/v1/site_search_engine_service_proto_list.json +4 -0
  85. package/build/src/v1/user_event_service_client.d.ts +255 -144
  86. package/build/src/v1/user_event_service_client.js +348 -196
  87. package/build/src/v1/user_event_service_proto_list.json +4 -0
  88. package/build/src/v1/user_license_service_client.d.ts +255 -144
  89. package/build/src/v1/user_license_service_client.js +348 -196
  90. package/build/src/v1/user_license_service_proto_list.json +4 -0
  91. package/build/src/v1alpha/acl_config_service_client.d.ts +144 -144
  92. package/build/src/v1alpha/acl_config_service_client.js +196 -196
  93. package/build/src/v1alpha/acl_config_service_proto_list.json +1 -0
  94. package/build/src/v1alpha/chunk_service_client.d.ts +144 -144
  95. package/build/src/v1alpha/chunk_service_client.js +196 -196
  96. package/build/src/v1alpha/chunk_service_proto_list.json +1 -0
  97. package/build/src/v1alpha/completion_service_client.d.ts +144 -144
  98. package/build/src/v1alpha/completion_service_client.js +196 -196
  99. package/build/src/v1alpha/completion_service_proto_list.json +1 -0
  100. package/build/src/v1alpha/control_service_client.d.ts +144 -144
  101. package/build/src/v1alpha/control_service_client.js +196 -196
  102. package/build/src/v1alpha/control_service_proto_list.json +1 -0
  103. package/build/src/v1alpha/conversational_search_service_client.d.ts +221 -167
  104. package/build/src/v1alpha/conversational_search_service_client.js +244 -210
  105. package/build/src/v1alpha/conversational_search_service_proto_list.json +1 -0
  106. package/build/src/v1alpha/data_store_service_client.d.ts +144 -144
  107. package/build/src/v1alpha/data_store_service_client.js +196 -196
  108. package/build/src/v1alpha/data_store_service_proto_list.json +1 -0
  109. package/build/src/v1alpha/document_service_client.d.ts +144 -144
  110. package/build/src/v1alpha/document_service_client.js +196 -196
  111. package/build/src/v1alpha/document_service_proto_list.json +1 -0
  112. package/build/src/v1alpha/engine_service_client.d.ts +144 -144
  113. package/build/src/v1alpha/engine_service_client.js +196 -196
  114. package/build/src/v1alpha/engine_service_proto_list.json +1 -0
  115. package/build/src/v1alpha/estimate_billing_service_client.d.ts +144 -144
  116. package/build/src/v1alpha/estimate_billing_service_client.js +196 -196
  117. package/build/src/v1alpha/estimate_billing_service_proto_list.json +1 -0
  118. package/build/src/v1alpha/evaluation_service_client.d.ts +144 -144
  119. package/build/src/v1alpha/evaluation_service_client.js +196 -196
  120. package/build/src/v1alpha/evaluation_service_proto_list.json +1 -0
  121. package/build/src/v1alpha/gapic_metadata.json +82 -0
  122. package/build/src/v1alpha/grounded_generation_service_client.d.ts +144 -144
  123. package/build/src/v1alpha/grounded_generation_service_client.js +196 -196
  124. package/build/src/v1alpha/grounded_generation_service_proto_list.json +1 -0
  125. package/build/src/v1alpha/index.d.ts +1 -0
  126. package/build/src/v1alpha/index.js +3 -1
  127. package/build/src/v1alpha/project_service_client.d.ts +144 -144
  128. package/build/src/v1alpha/project_service_client.js +196 -196
  129. package/build/src/v1alpha/project_service_proto_list.json +1 -0
  130. package/build/src/v1alpha/rank_service_client.d.ts +144 -144
  131. package/build/src/v1alpha/rank_service_client.js +196 -196
  132. package/build/src/v1alpha/rank_service_proto_list.json +1 -0
  133. package/build/src/v1alpha/recommendation_service_client.d.ts +144 -144
  134. package/build/src/v1alpha/recommendation_service_client.js +196 -196
  135. package/build/src/v1alpha/recommendation_service_proto_list.json +1 -0
  136. package/build/src/v1alpha/sample_query_service_client.d.ts +144 -144
  137. package/build/src/v1alpha/sample_query_service_client.js +196 -196
  138. package/build/src/v1alpha/sample_query_service_proto_list.json +1 -0
  139. package/build/src/v1alpha/sample_query_set_service_client.d.ts +144 -144
  140. package/build/src/v1alpha/sample_query_set_service_client.js +196 -196
  141. package/build/src/v1alpha/sample_query_set_service_proto_list.json +1 -0
  142. package/build/src/v1alpha/schema_service_client.d.ts +144 -144
  143. package/build/src/v1alpha/schema_service_client.js +196 -196
  144. package/build/src/v1alpha/schema_service_proto_list.json +1 -0
  145. package/build/src/v1alpha/search_service_client.d.ts +168 -186
  146. package/build/src/v1alpha/search_service_client.js +212 -224
  147. package/build/src/v1alpha/search_service_proto_list.json +1 -0
  148. package/build/src/v1alpha/search_tuning_service_client.d.ts +144 -144
  149. package/build/src/v1alpha/search_tuning_service_client.js +196 -196
  150. package/build/src/v1alpha/search_tuning_service_proto_list.json +1 -0
  151. package/build/src/v1alpha/serving_config_service_client.d.ts +144 -144
  152. package/build/src/v1alpha/serving_config_service_client.js +196 -196
  153. package/build/src/v1alpha/serving_config_service_proto_list.json +1 -0
  154. package/build/src/v1alpha/session_service_client.d.ts +2331 -0
  155. package/build/src/v1alpha/session_service_client.js +3161 -0
  156. package/build/src/v1alpha/session_service_client_config.json +68 -0
  157. package/build/src/v1alpha/session_service_proto_list.json +49 -0
  158. package/build/src/v1alpha/site_search_engine_service_client.d.ts +144 -144
  159. package/build/src/v1alpha/site_search_engine_service_client.js +196 -196
  160. package/build/src/v1alpha/site_search_engine_service_proto_list.json +1 -0
  161. package/build/src/v1alpha/user_event_service_client.d.ts +144 -144
  162. package/build/src/v1alpha/user_event_service_client.js +196 -196
  163. package/build/src/v1alpha/user_event_service_proto_list.json +1 -0
  164. package/build/src/v1beta/completion_service_client.d.ts +144 -144
  165. package/build/src/v1beta/completion_service_client.js +196 -196
  166. package/build/src/v1beta/completion_service_proto_list.json +1 -0
  167. package/build/src/v1beta/control_service_client.d.ts +144 -144
  168. package/build/src/v1beta/control_service_client.js +196 -196
  169. package/build/src/v1beta/control_service_proto_list.json +1 -0
  170. package/build/src/v1beta/conversational_search_service_client.d.ts +215 -161
  171. package/build/src/v1beta/conversational_search_service_client.js +242 -208
  172. package/build/src/v1beta/conversational_search_service_proto_list.json +1 -0
  173. package/build/src/v1beta/data_store_service_client.d.ts +144 -144
  174. package/build/src/v1beta/data_store_service_client.js +196 -196
  175. package/build/src/v1beta/data_store_service_proto_list.json +1 -0
  176. package/build/src/v1beta/document_service_client.d.ts +144 -144
  177. package/build/src/v1beta/document_service_client.js +196 -196
  178. package/build/src/v1beta/document_service_proto_list.json +1 -0
  179. package/build/src/v1beta/engine_service_client.d.ts +144 -144
  180. package/build/src/v1beta/engine_service_client.js +196 -196
  181. package/build/src/v1beta/engine_service_proto_list.json +1 -0
  182. package/build/src/v1beta/evaluation_service_client.d.ts +144 -144
  183. package/build/src/v1beta/evaluation_service_client.js +196 -196
  184. package/build/src/v1beta/evaluation_service_proto_list.json +1 -0
  185. package/build/src/v1beta/gapic_metadata.json +68 -0
  186. package/build/src/v1beta/grounded_generation_service_client.d.ts +144 -144
  187. package/build/src/v1beta/grounded_generation_service_client.js +196 -196
  188. package/build/src/v1beta/grounded_generation_service_proto_list.json +1 -0
  189. package/build/src/v1beta/index.d.ts +1 -0
  190. package/build/src/v1beta/index.js +3 -1
  191. package/build/src/v1beta/project_service_client.d.ts +144 -144
  192. package/build/src/v1beta/project_service_client.js +196 -196
  193. package/build/src/v1beta/project_service_proto_list.json +1 -0
  194. package/build/src/v1beta/rank_service_client.d.ts +144 -144
  195. package/build/src/v1beta/rank_service_client.js +196 -196
  196. package/build/src/v1beta/rank_service_proto_list.json +1 -0
  197. package/build/src/v1beta/recommendation_service_client.d.ts +144 -144
  198. package/build/src/v1beta/recommendation_service_client.js +196 -196
  199. package/build/src/v1beta/recommendation_service_proto_list.json +1 -0
  200. package/build/src/v1beta/sample_query_service_client.d.ts +144 -144
  201. package/build/src/v1beta/sample_query_service_client.js +196 -196
  202. package/build/src/v1beta/sample_query_service_proto_list.json +1 -0
  203. package/build/src/v1beta/sample_query_set_service_client.d.ts +144 -144
  204. package/build/src/v1beta/sample_query_set_service_client.js +196 -196
  205. package/build/src/v1beta/sample_query_set_service_proto_list.json +1 -0
  206. package/build/src/v1beta/schema_service_client.d.ts +144 -144
  207. package/build/src/v1beta/schema_service_client.js +196 -196
  208. package/build/src/v1beta/schema_service_proto_list.json +1 -0
  209. package/build/src/v1beta/search_service_client.d.ts +192 -228
  210. package/build/src/v1beta/search_service_client.js +228 -252
  211. package/build/src/v1beta/search_service_proto_list.json +1 -0
  212. package/build/src/v1beta/search_tuning_service_client.d.ts +144 -144
  213. package/build/src/v1beta/search_tuning_service_client.js +196 -196
  214. package/build/src/v1beta/search_tuning_service_proto_list.json +1 -0
  215. package/build/src/v1beta/serving_config_service_client.d.ts +144 -144
  216. package/build/src/v1beta/serving_config_service_client.js +196 -196
  217. package/build/src/v1beta/serving_config_service_proto_list.json +1 -0
  218. package/build/src/v1beta/session_service_client.d.ts +2266 -0
  219. package/build/src/v1beta/session_service_client.js +3136 -0
  220. package/build/src/v1beta/session_service_client_config.json +63 -0
  221. package/build/src/v1beta/session_service_proto_list.json +45 -0
  222. package/build/src/v1beta/site_search_engine_service_client.d.ts +144 -144
  223. package/build/src/v1beta/site_search_engine_service_client.js +196 -196
  224. package/build/src/v1beta/site_search_engine_service_proto_list.json +1 -0
  225. package/build/src/v1beta/user_event_service_client.d.ts +144 -144
  226. package/build/src/v1beta/user_event_service_client.js +196 -196
  227. package/build/src/v1beta/user_event_service_proto_list.json +1 -0
  228. package/package.json +1 -1
@@ -1,5 +1,8 @@
1
1
  [
2
2
  "../../protos/google/cloud/discoveryengine/v1/answer.proto",
3
+ "../../protos/google/cloud/discoveryengine/v1/assist_answer.proto",
4
+ "../../protos/google/cloud/discoveryengine/v1/assistant.proto",
5
+ "../../protos/google/cloud/discoveryengine/v1/assistant_service.proto",
3
6
  "../../protos/google/cloud/discoveryengine/v1/chunk.proto",
4
7
  "../../protos/google/cloud/discoveryengine/v1/cmek_config_service.proto",
5
8
  "../../protos/google/cloud/discoveryengine/v1/common.proto",
@@ -35,6 +38,7 @@
35
38
  "../../protos/google/cloud/discoveryengine/v1/serving_config.proto",
36
39
  "../../protos/google/cloud/discoveryengine/v1/serving_config_service.proto",
37
40
  "../../protos/google/cloud/discoveryengine/v1/session.proto",
41
+ "../../protos/google/cloud/discoveryengine/v1/session_service.proto",
38
42
  "../../protos/google/cloud/discoveryengine/v1/site_search_engine.proto",
39
43
  "../../protos/google/cloud/discoveryengine/v1/site_search_engine_service.proto",
40
44
  "../../protos/google/cloud/discoveryengine/v1/user_event.proto",
@@ -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
  *
@@ -2325,57 +2400,6 @@ export declare class SearchServiceClient {
2325
2400
  * @returns {string} A string representing the serving_config.
2326
2401
  */
2327
2402
  matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
2328
- /**
2329
- * Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
2330
- *
2331
- * @param {string} project
2332
- * @param {string} location
2333
- * @param {string} collection
2334
- * @param {string} data_store
2335
- * @param {string} session
2336
- * @returns {string} Resource name string.
2337
- */
2338
- projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
2339
- /**
2340
- * Parse the project from ProjectLocationCollectionDataStoreSession resource.
2341
- *
2342
- * @param {string} projectLocationCollectionDataStoreSessionName
2343
- * A fully-qualified path representing project_location_collection_data_store_session resource.
2344
- * @returns {string} A string representing the project.
2345
- */
2346
- matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
2347
- /**
2348
- * Parse the location from ProjectLocationCollectionDataStoreSession resource.
2349
- *
2350
- * @param {string} projectLocationCollectionDataStoreSessionName
2351
- * A fully-qualified path representing project_location_collection_data_store_session resource.
2352
- * @returns {string} A string representing the location.
2353
- */
2354
- matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
2355
- /**
2356
- * Parse the collection from ProjectLocationCollectionDataStoreSession resource.
2357
- *
2358
- * @param {string} projectLocationCollectionDataStoreSessionName
2359
- * A fully-qualified path representing project_location_collection_data_store_session resource.
2360
- * @returns {string} A string representing the collection.
2361
- */
2362
- matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
2363
- /**
2364
- * Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
2365
- *
2366
- * @param {string} projectLocationCollectionDataStoreSessionName
2367
- * A fully-qualified path representing project_location_collection_data_store_session resource.
2368
- * @returns {string} A string representing the data_store.
2369
- */
2370
- matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
2371
- /**
2372
- * Parse the session from ProjectLocationCollectionDataStoreSession resource.
2373
- *
2374
- * @param {string} projectLocationCollectionDataStoreSessionName
2375
- * A fully-qualified path representing project_location_collection_data_store_session resource.
2376
- * @returns {string} A string representing the session.
2377
- */
2378
- matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
2379
2403
  /**
2380
2404
  * Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
2381
2405
  *
@@ -2436,6 +2460,57 @@ export declare class SearchServiceClient {
2436
2460
  * @returns {string} A string representing the answer.
2437
2461
  */
2438
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;
2439
2514
  /**
2440
2515
  * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
2441
2516
  *
@@ -2733,57 +2808,6 @@ export declare class SearchServiceClient {
2733
2808
  * @returns {string} A string representing the serving_config.
2734
2809
  */
2735
2810
  matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
2736
- /**
2737
- * Return a fully-qualified projectLocationCollectionEngineSession resource name string.
2738
- *
2739
- * @param {string} project
2740
- * @param {string} location
2741
- * @param {string} collection
2742
- * @param {string} engine
2743
- * @param {string} session
2744
- * @returns {string} Resource name string.
2745
- */
2746
- projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
2747
- /**
2748
- * Parse the project from ProjectLocationCollectionEngineSession resource.
2749
- *
2750
- * @param {string} projectLocationCollectionEngineSessionName
2751
- * A fully-qualified path representing project_location_collection_engine_session resource.
2752
- * @returns {string} A string representing the project.
2753
- */
2754
- matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
2755
- /**
2756
- * Parse the location from ProjectLocationCollectionEngineSession resource.
2757
- *
2758
- * @param {string} projectLocationCollectionEngineSessionName
2759
- * A fully-qualified path representing project_location_collection_engine_session resource.
2760
- * @returns {string} A string representing the location.
2761
- */
2762
- matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
2763
- /**
2764
- * Parse the collection from ProjectLocationCollectionEngineSession resource.
2765
- *
2766
- * @param {string} projectLocationCollectionEngineSessionName
2767
- * A fully-qualified path representing project_location_collection_engine_session resource.
2768
- * @returns {string} A string representing the collection.
2769
- */
2770
- matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
2771
- /**
2772
- * Parse the engine from ProjectLocationCollectionEngineSession resource.
2773
- *
2774
- * @param {string} projectLocationCollectionEngineSessionName
2775
- * A fully-qualified path representing project_location_collection_engine_session resource.
2776
- * @returns {string} A string representing the engine.
2777
- */
2778
- matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
2779
- /**
2780
- * Parse the session from ProjectLocationCollectionEngineSession resource.
2781
- *
2782
- * @param {string} projectLocationCollectionEngineSessionName
2783
- * A fully-qualified path representing project_location_collection_engine_session resource.
2784
- * @returns {string} A string representing the session.
2785
- */
2786
- matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
2787
2811
  /**
2788
2812
  * Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
2789
2813
  *
@@ -2844,6 +2868,57 @@ export declare class SearchServiceClient {
2844
2868
  * @returns {string} A string representing the answer.
2845
2869
  */
2846
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;
2847
2922
  /**
2848
2923
  * Return a fully-qualified projectLocationDataStore resource name string.
2849
2924
  *
@@ -3273,48 +3348,6 @@ export declare class SearchServiceClient {
3273
3348
  * @returns {string} A string representing the serving_config.
3274
3349
  */
3275
3350
  matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
3276
- /**
3277
- * Return a fully-qualified projectLocationDataStoreSession resource name string.
3278
- *
3279
- * @param {string} project
3280
- * @param {string} location
3281
- * @param {string} data_store
3282
- * @param {string} session
3283
- * @returns {string} Resource name string.
3284
- */
3285
- projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
3286
- /**
3287
- * Parse the project from ProjectLocationDataStoreSession resource.
3288
- *
3289
- * @param {string} projectLocationDataStoreSessionName
3290
- * A fully-qualified path representing project_location_data_store_session resource.
3291
- * @returns {string} A string representing the project.
3292
- */
3293
- matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
3294
- /**
3295
- * Parse the location from ProjectLocationDataStoreSession resource.
3296
- *
3297
- * @param {string} projectLocationDataStoreSessionName
3298
- * A fully-qualified path representing project_location_data_store_session resource.
3299
- * @returns {string} A string representing the location.
3300
- */
3301
- matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
3302
- /**
3303
- * Parse the data_store from ProjectLocationDataStoreSession resource.
3304
- *
3305
- * @param {string} projectLocationDataStoreSessionName
3306
- * A fully-qualified path representing project_location_data_store_session resource.
3307
- * @returns {string} A string representing the data_store.
3308
- */
3309
- matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
3310
- /**
3311
- * Parse the session from ProjectLocationDataStoreSession resource.
3312
- *
3313
- * @param {string} projectLocationDataStoreSessionName
3314
- * A fully-qualified path representing project_location_data_store_session resource.
3315
- * @returns {string} A string representing the session.
3316
- */
3317
- matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
3318
3351
  /**
3319
3352
  * Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
3320
3353
  *
@@ -3366,6 +3399,48 @@ export declare class SearchServiceClient {
3366
3399
  * @returns {string} A string representing the answer.
3367
3400
  */
3368
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;
3369
3444
  /**
3370
3445
  * Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
3371
3446
  *