@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
@@ -0,0 +1,2266 @@
1
+ import type * as gax from 'google-gax';
2
+ import type { Callback, CallOptions, Descriptors, ClientOptions, PaginationCallback, LocationsClient, LocationProtos } from 'google-gax';
3
+ import { Transform } from 'stream';
4
+ import * as protos from '../../protos/protos';
5
+ /**
6
+ * Service for managing Sessions and Session-related resources.
7
+ * @class
8
+ * @memberof v1beta
9
+ */
10
+ export declare class SessionServiceClient {
11
+ private _terminated;
12
+ private _opts;
13
+ private _providedCustomServicePath;
14
+ private _gaxModule;
15
+ private _gaxGrpc;
16
+ private _protos;
17
+ private _defaults;
18
+ private _universeDomain;
19
+ private _servicePath;
20
+ private _log;
21
+ auth: gax.GoogleAuth;
22
+ descriptors: Descriptors;
23
+ warn: (code: string, message: string, warnType?: string) => void;
24
+ innerApiCalls: {
25
+ [name: string]: Function;
26
+ };
27
+ locationsClient: LocationsClient;
28
+ pathTemplates: {
29
+ [name: string]: gax.PathTemplate;
30
+ };
31
+ sessionServiceStub?: Promise<{
32
+ [name: string]: Function;
33
+ }>;
34
+ /**
35
+ * Construct an instance of SessionServiceClient.
36
+ *
37
+ * @param {object} [options] - The configuration object.
38
+ * The options accepted by the constructor are described in detail
39
+ * in [this document](https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#creating-the-client-instance).
40
+ * The common options are:
41
+ * @param {object} [options.credentials] - Credentials object.
42
+ * @param {string} [options.credentials.client_email]
43
+ * @param {string} [options.credentials.private_key]
44
+ * @param {string} [options.email] - Account email address. Required when
45
+ * using a .pem or .p12 keyFilename.
46
+ * @param {string} [options.keyFilename] - Full path to the a .json, .pem, or
47
+ * .p12 key downloaded from the Google Developers Console. If you provide
48
+ * a path to a JSON file, the projectId option below is not necessary.
49
+ * NOTE: .pem and .p12 require you to specify options.email as well.
50
+ * @param {number} [options.port] - The port on which to connect to
51
+ * the remote host.
52
+ * @param {string} [options.projectId] - The project ID from the Google
53
+ * Developer's Console, e.g. 'grape-spaceship-123'. We will also check
54
+ * the environment variable GCLOUD_PROJECT for your project ID. If your
55
+ * app is running in an environment which supports
56
+ * {@link https://cloud.google.com/docs/authentication/application-default-credentials Application Default Credentials},
57
+ * your project ID will be detected automatically.
58
+ * @param {string} [options.apiEndpoint] - The domain name of the
59
+ * API remote host.
60
+ * @param {gax.ClientConfig} [options.clientConfig] - Client configuration override.
61
+ * Follows the structure of {@link gapicConfig}.
62
+ * @param {boolean} [options.fallback] - Use HTTP/1.1 REST mode.
63
+ * For more information, please check the
64
+ * {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#http11-rest-api-mode documentation}.
65
+ * @param {gax} [gaxInstance]: loaded instance of `google-gax`. Useful if you
66
+ * need to avoid loading the default gRPC version and want to use the fallback
67
+ * HTTP implementation. Load only fallback version and pass it to the constructor:
68
+ * ```
69
+ * const gax = require('google-gax/build/src/fallback'); // avoids loading google-gax with gRPC
70
+ * const client = new SessionServiceClient({fallback: true}, gax);
71
+ * ```
72
+ */
73
+ constructor(opts?: ClientOptions, gaxInstance?: typeof gax | typeof gax.fallback);
74
+ /**
75
+ * Initialize the client.
76
+ * Performs asynchronous operations (such as authentication) and prepares the client.
77
+ * This function will be called automatically when any class method is called for the
78
+ * first time, but if you need to initialize it before calling an actual method,
79
+ * feel free to call initialize() directly.
80
+ *
81
+ * You can await on this method if you want to make sure the client is initialized.
82
+ *
83
+ * @returns {Promise} A promise that resolves to an authenticated service stub.
84
+ */
85
+ initialize(): Promise<{
86
+ [name: string]: Function;
87
+ }>;
88
+ /**
89
+ * The DNS address for this API service.
90
+ * @deprecated Use the apiEndpoint method of the client instance.
91
+ * @returns {string} The DNS address for this service.
92
+ */
93
+ static get servicePath(): string;
94
+ /**
95
+ * The DNS address for this API service - same as servicePath.
96
+ * @deprecated Use the apiEndpoint method of the client instance.
97
+ * @returns {string} The DNS address for this service.
98
+ */
99
+ static get apiEndpoint(): string;
100
+ /**
101
+ * The DNS address for this API service.
102
+ * @returns {string} The DNS address for this service.
103
+ */
104
+ get apiEndpoint(): string;
105
+ get universeDomain(): string;
106
+ /**
107
+ * The port for this API service.
108
+ * @returns {number} The default port for this service.
109
+ */
110
+ static get port(): number;
111
+ /**
112
+ * The scopes needed to make gRPC calls for every method defined
113
+ * in this service.
114
+ * @returns {string[]} List of default scopes.
115
+ */
116
+ static get scopes(): string[];
117
+ getProjectId(): Promise<string>;
118
+ getProjectId(callback: Callback<string, undefined, undefined>): void;
119
+ /**
120
+ * Creates a Session.
121
+ *
122
+ * If the {@link protos.google.cloud.discoveryengine.v1beta.Session|Session} to create
123
+ * already exists, an ALREADY_EXISTS error is returned.
124
+ *
125
+ * @param {Object} request
126
+ * The request object that will be sent.
127
+ * @param {string} request.parent
128
+ * Required. Full resource name of parent data store. Format:
129
+ * `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store_id}`
130
+ * @param {google.cloud.discoveryengine.v1beta.Session} request.session
131
+ * Required. The session to create.
132
+ * @param {object} [options]
133
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
134
+ * @returns {Promise} - The promise which resolves to an array.
135
+ * The first element of the array is an object representing {@link protos.google.cloud.discoveryengine.v1beta.Session|Session}.
136
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
137
+ * for more details and examples.
138
+ * @example <caption>include:samples/generated/v1beta/session_service.create_session.js</caption>
139
+ * region_tag:discoveryengine_v1beta_generated_SessionService_CreateSession_async
140
+ */
141
+ createSession(request?: protos.google.cloud.discoveryengine.v1beta.ICreateSessionRequest, options?: CallOptions): Promise<[
142
+ protos.google.cloud.discoveryengine.v1beta.ISession,
143
+ protos.google.cloud.discoveryengine.v1beta.ICreateSessionRequest | undefined,
144
+ {} | undefined
145
+ ]>;
146
+ createSession(request: protos.google.cloud.discoveryengine.v1beta.ICreateSessionRequest, options: CallOptions, callback: Callback<protos.google.cloud.discoveryengine.v1beta.ISession, protos.google.cloud.discoveryengine.v1beta.ICreateSessionRequest | null | undefined, {} | null | undefined>): void;
147
+ createSession(request: protos.google.cloud.discoveryengine.v1beta.ICreateSessionRequest, callback: Callback<protos.google.cloud.discoveryengine.v1beta.ISession, protos.google.cloud.discoveryengine.v1beta.ICreateSessionRequest | null | undefined, {} | null | undefined>): void;
148
+ /**
149
+ * Deletes a Session.
150
+ *
151
+ * If the {@link protos.google.cloud.discoveryengine.v1beta.Session|Session} to delete
152
+ * does not exist, a NOT_FOUND error is returned.
153
+ *
154
+ * @param {Object} request
155
+ * The request object that will be sent.
156
+ * @param {string} request.name
157
+ * Required. The resource name of the Session to delete. Format:
158
+ * `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store_id}/sessions/{session_id}`
159
+ * @param {object} [options]
160
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
161
+ * @returns {Promise} - The promise which resolves to an array.
162
+ * The first element of the array is an object representing {@link protos.google.protobuf.Empty|Empty}.
163
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
164
+ * for more details and examples.
165
+ * @example <caption>include:samples/generated/v1beta/session_service.delete_session.js</caption>
166
+ * region_tag:discoveryengine_v1beta_generated_SessionService_DeleteSession_async
167
+ */
168
+ deleteSession(request?: protos.google.cloud.discoveryengine.v1beta.IDeleteSessionRequest, options?: CallOptions): Promise<[
169
+ protos.google.protobuf.IEmpty,
170
+ protos.google.cloud.discoveryengine.v1beta.IDeleteSessionRequest | undefined,
171
+ {} | undefined
172
+ ]>;
173
+ deleteSession(request: protos.google.cloud.discoveryengine.v1beta.IDeleteSessionRequest, options: CallOptions, callback: Callback<protos.google.protobuf.IEmpty, protos.google.cloud.discoveryengine.v1beta.IDeleteSessionRequest | null | undefined, {} | null | undefined>): void;
174
+ deleteSession(request: protos.google.cloud.discoveryengine.v1beta.IDeleteSessionRequest, callback: Callback<protos.google.protobuf.IEmpty, protos.google.cloud.discoveryengine.v1beta.IDeleteSessionRequest | null | undefined, {} | null | undefined>): void;
175
+ /**
176
+ * Updates a Session.
177
+ *
178
+ * {@link protos.google.cloud.discoveryengine.v1beta.Session|Session} action type cannot
179
+ * be changed. If the {@link protos.google.cloud.discoveryengine.v1beta.Session|Session}
180
+ * to update does not exist, a NOT_FOUND error is returned.
181
+ *
182
+ * @param {Object} request
183
+ * The request object that will be sent.
184
+ * @param {google.cloud.discoveryengine.v1beta.Session} request.session
185
+ * Required. The Session to update.
186
+ * @param {google.protobuf.FieldMask} request.updateMask
187
+ * Indicates which fields in the provided
188
+ * {@link protos.google.cloud.discoveryengine.v1beta.Session|Session} to update. The
189
+ * following are NOT supported:
190
+ *
191
+ * * {@link protos.google.cloud.discoveryengine.v1beta.Session.name|Session.name}
192
+ *
193
+ * If not set or empty, all supported fields are updated.
194
+ * @param {object} [options]
195
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
196
+ * @returns {Promise} - The promise which resolves to an array.
197
+ * The first element of the array is an object representing {@link protos.google.cloud.discoveryengine.v1beta.Session|Session}.
198
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
199
+ * for more details and examples.
200
+ * @example <caption>include:samples/generated/v1beta/session_service.update_session.js</caption>
201
+ * region_tag:discoveryengine_v1beta_generated_SessionService_UpdateSession_async
202
+ */
203
+ updateSession(request?: protos.google.cloud.discoveryengine.v1beta.IUpdateSessionRequest, options?: CallOptions): Promise<[
204
+ protos.google.cloud.discoveryengine.v1beta.ISession,
205
+ protos.google.cloud.discoveryengine.v1beta.IUpdateSessionRequest | undefined,
206
+ {} | undefined
207
+ ]>;
208
+ updateSession(request: protos.google.cloud.discoveryengine.v1beta.IUpdateSessionRequest, options: CallOptions, callback: Callback<protos.google.cloud.discoveryengine.v1beta.ISession, protos.google.cloud.discoveryengine.v1beta.IUpdateSessionRequest | null | undefined, {} | null | undefined>): void;
209
+ updateSession(request: protos.google.cloud.discoveryengine.v1beta.IUpdateSessionRequest, callback: Callback<protos.google.cloud.discoveryengine.v1beta.ISession, protos.google.cloud.discoveryengine.v1beta.IUpdateSessionRequest | null | undefined, {} | null | undefined>): void;
210
+ /**
211
+ * Gets a Session.
212
+ *
213
+ * @param {Object} request
214
+ * The request object that will be sent.
215
+ * @param {string} request.name
216
+ * Required. The resource name of the Session to get. Format:
217
+ * `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store_id}/sessions/{session_id}`
218
+ * @param {boolean} [request.includeAnswerDetails]
219
+ * Optional. If set to true, the full session including all answer details
220
+ * will be returned.
221
+ * @param {object} [options]
222
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
223
+ * @returns {Promise} - The promise which resolves to an array.
224
+ * The first element of the array is an object representing {@link protos.google.cloud.discoveryengine.v1beta.Session|Session}.
225
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
226
+ * for more details and examples.
227
+ * @example <caption>include:samples/generated/v1beta/session_service.get_session.js</caption>
228
+ * region_tag:discoveryengine_v1beta_generated_SessionService_GetSession_async
229
+ */
230
+ getSession(request?: protos.google.cloud.discoveryengine.v1beta.IGetSessionRequest, options?: CallOptions): Promise<[
231
+ protos.google.cloud.discoveryengine.v1beta.ISession,
232
+ protos.google.cloud.discoveryengine.v1beta.IGetSessionRequest | undefined,
233
+ {} | undefined
234
+ ]>;
235
+ getSession(request: protos.google.cloud.discoveryengine.v1beta.IGetSessionRequest, options: CallOptions, callback: Callback<protos.google.cloud.discoveryengine.v1beta.ISession, protos.google.cloud.discoveryengine.v1beta.IGetSessionRequest | null | undefined, {} | null | undefined>): void;
236
+ getSession(request: protos.google.cloud.discoveryengine.v1beta.IGetSessionRequest, callback: Callback<protos.google.cloud.discoveryengine.v1beta.ISession, protos.google.cloud.discoveryengine.v1beta.IGetSessionRequest | null | undefined, {} | null | undefined>): void;
237
+ /**
238
+ * Lists all Sessions by their parent
239
+ * {@link protos.google.cloud.discoveryengine.v1beta.DataStore|DataStore}.
240
+ *
241
+ * @param {Object} request
242
+ * The request object that will be sent.
243
+ * @param {string} request.parent
244
+ * Required. The data store resource name. Format:
245
+ * `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store_id}`
246
+ * @param {number} request.pageSize
247
+ * Maximum number of results to return. If unspecified, defaults
248
+ * to 50. Max allowed value is 1000.
249
+ * @param {string} request.pageToken
250
+ * A page token, received from a previous `ListSessions` call.
251
+ * Provide this to retrieve the subsequent page.
252
+ * @param {string} request.filter
253
+ * A comma-separated list of fields to filter by, in EBNF grammar.
254
+ * The supported fields are:
255
+ * * `user_pseudo_id`
256
+ * * `state`
257
+ * * `display_name`
258
+ * * `starred`
259
+ * * `is_pinned`
260
+ * * `labels`
261
+ * * `create_time`
262
+ * * `update_time`
263
+ *
264
+ * Examples:
265
+ * "user_pseudo_id = some_id"
266
+ * "display_name = \"some_name\""
267
+ * "starred = true"
268
+ * "is_pinned=true AND (NOT labels:hidden)"
269
+ * "create_time > \"1970-01-01T12:00:00Z\""
270
+ * @param {string} request.orderBy
271
+ * A comma-separated list of fields to order by, sorted in ascending order.
272
+ * Use "desc" after a field name for descending.
273
+ * Supported fields:
274
+ *
275
+ * * `update_time`
276
+ * * `create_time`
277
+ * * `session_name`
278
+ * * `is_pinned`
279
+ *
280
+ * Example:
281
+ *
282
+ * * "update_time desc"
283
+ * * "create_time"
284
+ * * "is_pinned desc,update_time desc": list sessions by is_pinned first, then
285
+ * by update_time.
286
+ * @param {object} [options]
287
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
288
+ * @returns {Promise} - The promise which resolves to an array.
289
+ * The first element of the array is Array of {@link protos.google.cloud.discoveryengine.v1beta.Session|Session}.
290
+ * The client library will perform auto-pagination by default: it will call the API as many
291
+ * times as needed and will merge results from all the pages into this array.
292
+ * Note that it can affect your quota.
293
+ * We recommend using `listSessionsAsync()`
294
+ * method described below for async iteration which you can stop as needed.
295
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
296
+ * for more details and examples.
297
+ */
298
+ listSessions(request?: protos.google.cloud.discoveryengine.v1beta.IListSessionsRequest, options?: CallOptions): Promise<[
299
+ protos.google.cloud.discoveryengine.v1beta.ISession[],
300
+ protos.google.cloud.discoveryengine.v1beta.IListSessionsRequest | null,
301
+ protos.google.cloud.discoveryengine.v1beta.IListSessionsResponse
302
+ ]>;
303
+ listSessions(request: protos.google.cloud.discoveryengine.v1beta.IListSessionsRequest, options: CallOptions, callback: PaginationCallback<protos.google.cloud.discoveryengine.v1beta.IListSessionsRequest, protos.google.cloud.discoveryengine.v1beta.IListSessionsResponse | null | undefined, protos.google.cloud.discoveryengine.v1beta.ISession>): void;
304
+ listSessions(request: protos.google.cloud.discoveryengine.v1beta.IListSessionsRequest, callback: PaginationCallback<protos.google.cloud.discoveryengine.v1beta.IListSessionsRequest, protos.google.cloud.discoveryengine.v1beta.IListSessionsResponse | null | undefined, protos.google.cloud.discoveryengine.v1beta.ISession>): void;
305
+ /**
306
+ * Equivalent to `listSessions`, but returns a NodeJS Stream object.
307
+ * @param {Object} request
308
+ * The request object that will be sent.
309
+ * @param {string} request.parent
310
+ * Required. The data store resource name. Format:
311
+ * `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store_id}`
312
+ * @param {number} request.pageSize
313
+ * Maximum number of results to return. If unspecified, defaults
314
+ * to 50. Max allowed value is 1000.
315
+ * @param {string} request.pageToken
316
+ * A page token, received from a previous `ListSessions` call.
317
+ * Provide this to retrieve the subsequent page.
318
+ * @param {string} request.filter
319
+ * A comma-separated list of fields to filter by, in EBNF grammar.
320
+ * The supported fields are:
321
+ * * `user_pseudo_id`
322
+ * * `state`
323
+ * * `display_name`
324
+ * * `starred`
325
+ * * `is_pinned`
326
+ * * `labels`
327
+ * * `create_time`
328
+ * * `update_time`
329
+ *
330
+ * Examples:
331
+ * "user_pseudo_id = some_id"
332
+ * "display_name = \"some_name\""
333
+ * "starred = true"
334
+ * "is_pinned=true AND (NOT labels:hidden)"
335
+ * "create_time > \"1970-01-01T12:00:00Z\""
336
+ * @param {string} request.orderBy
337
+ * A comma-separated list of fields to order by, sorted in ascending order.
338
+ * Use "desc" after a field name for descending.
339
+ * Supported fields:
340
+ *
341
+ * * `update_time`
342
+ * * `create_time`
343
+ * * `session_name`
344
+ * * `is_pinned`
345
+ *
346
+ * Example:
347
+ *
348
+ * * "update_time desc"
349
+ * * "create_time"
350
+ * * "is_pinned desc,update_time desc": list sessions by is_pinned first, then
351
+ * by update_time.
352
+ * @param {object} [options]
353
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
354
+ * @returns {Stream}
355
+ * An object stream which emits an object representing {@link protos.google.cloud.discoveryengine.v1beta.Session|Session} on 'data' event.
356
+ * The client library will perform auto-pagination by default: it will call the API as many
357
+ * times as needed. Note that it can affect your quota.
358
+ * We recommend using `listSessionsAsync()`
359
+ * method described below for async iteration which you can stop as needed.
360
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
361
+ * for more details and examples.
362
+ */
363
+ listSessionsStream(request?: protos.google.cloud.discoveryengine.v1beta.IListSessionsRequest, options?: CallOptions): Transform;
364
+ /**
365
+ * Equivalent to `listSessions`, but returns an iterable object.
366
+ *
367
+ * `for`-`await`-`of` syntax is used with the iterable to get response elements on-demand.
368
+ * @param {Object} request
369
+ * The request object that will be sent.
370
+ * @param {string} request.parent
371
+ * Required. The data store resource name. Format:
372
+ * `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store_id}`
373
+ * @param {number} request.pageSize
374
+ * Maximum number of results to return. If unspecified, defaults
375
+ * to 50. Max allowed value is 1000.
376
+ * @param {string} request.pageToken
377
+ * A page token, received from a previous `ListSessions` call.
378
+ * Provide this to retrieve the subsequent page.
379
+ * @param {string} request.filter
380
+ * A comma-separated list of fields to filter by, in EBNF grammar.
381
+ * The supported fields are:
382
+ * * `user_pseudo_id`
383
+ * * `state`
384
+ * * `display_name`
385
+ * * `starred`
386
+ * * `is_pinned`
387
+ * * `labels`
388
+ * * `create_time`
389
+ * * `update_time`
390
+ *
391
+ * Examples:
392
+ * "user_pseudo_id = some_id"
393
+ * "display_name = \"some_name\""
394
+ * "starred = true"
395
+ * "is_pinned=true AND (NOT labels:hidden)"
396
+ * "create_time > \"1970-01-01T12:00:00Z\""
397
+ * @param {string} request.orderBy
398
+ * A comma-separated list of fields to order by, sorted in ascending order.
399
+ * Use "desc" after a field name for descending.
400
+ * Supported fields:
401
+ *
402
+ * * `update_time`
403
+ * * `create_time`
404
+ * * `session_name`
405
+ * * `is_pinned`
406
+ *
407
+ * Example:
408
+ *
409
+ * * "update_time desc"
410
+ * * "create_time"
411
+ * * "is_pinned desc,update_time desc": list sessions by is_pinned first, then
412
+ * by update_time.
413
+ * @param {object} [options]
414
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
415
+ * @returns {Object}
416
+ * An iterable Object that allows {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | async iteration }.
417
+ * When you iterate the returned iterable, each element will be an object representing
418
+ * {@link protos.google.cloud.discoveryengine.v1beta.Session|Session}. The API will be called under the hood as needed, once per the page,
419
+ * so you can stop the iteration when you don't need more results.
420
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
421
+ * for more details and examples.
422
+ * @example <caption>include:samples/generated/v1beta/session_service.list_sessions.js</caption>
423
+ * region_tag:discoveryengine_v1beta_generated_SessionService_ListSessions_async
424
+ */
425
+ listSessionsAsync(request?: protos.google.cloud.discoveryengine.v1beta.IListSessionsRequest, options?: CallOptions): AsyncIterable<protos.google.cloud.discoveryengine.v1beta.ISession>;
426
+ /**
427
+ * Gets information about a location.
428
+ *
429
+ * @param {Object} request
430
+ * The request object that will be sent.
431
+ * @param {string} request.name
432
+ * Resource name for the location.
433
+ * @param {object} [options]
434
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html | CallOptions} for more details.
435
+ * @returns {Promise} - The promise which resolves to an array.
436
+ * The first element of the array is an object representing {@link google.cloud.location.Location | Location}.
437
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
438
+ * for more details and examples.
439
+ * @example
440
+ * ```
441
+ * const [response] = await client.getLocation(request);
442
+ * ```
443
+ */
444
+ getLocation(request: LocationProtos.google.cloud.location.IGetLocationRequest, options?: gax.CallOptions | Callback<LocationProtos.google.cloud.location.ILocation, LocationProtos.google.cloud.location.IGetLocationRequest | null | undefined, {} | null | undefined>, callback?: Callback<LocationProtos.google.cloud.location.ILocation, LocationProtos.google.cloud.location.IGetLocationRequest | null | undefined, {} | null | undefined>): Promise<LocationProtos.google.cloud.location.ILocation>;
445
+ /**
446
+ * Lists information about the supported locations for this service. Returns an iterable object.
447
+ *
448
+ * `for`-`await`-`of` syntax is used with the iterable to get response elements on-demand.
449
+ * @param {Object} request
450
+ * The request object that will be sent.
451
+ * @param {string} request.name
452
+ * The resource that owns the locations collection, if applicable.
453
+ * @param {string} request.filter
454
+ * The standard list filter.
455
+ * @param {number} request.pageSize
456
+ * The standard list page size.
457
+ * @param {string} request.pageToken
458
+ * The standard list page token.
459
+ * @param {object} [options]
460
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
461
+ * @returns {Object}
462
+ * An iterable Object that allows {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | async iteration }.
463
+ * When you iterate the returned iterable, each element will be an object representing
464
+ * {@link google.cloud.location.Location | Location}. The API will be called under the hood as needed, once per the page,
465
+ * so you can stop the iteration when you don't need more results.
466
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
467
+ * for more details and examples.
468
+ * @example
469
+ * ```
470
+ * const iterable = client.listLocationsAsync(request);
471
+ * for await (const response of iterable) {
472
+ * // process response
473
+ * }
474
+ * ```
475
+ */
476
+ listLocationsAsync(request: LocationProtos.google.cloud.location.IListLocationsRequest, options?: CallOptions): AsyncIterable<LocationProtos.google.cloud.location.ILocation>;
477
+ /**
478
+ * Return a fully-qualified engine resource name string.
479
+ *
480
+ * @param {string} project
481
+ * @param {string} location
482
+ * @param {string} collection
483
+ * @param {string} engine
484
+ * @returns {string} Resource name string.
485
+ */
486
+ enginePath(project: string, location: string, collection: string, engine: string): string;
487
+ /**
488
+ * Parse the project from Engine resource.
489
+ *
490
+ * @param {string} engineName
491
+ * A fully-qualified path representing Engine resource.
492
+ * @returns {string} A string representing the project.
493
+ */
494
+ matchProjectFromEngineName(engineName: string): string | number;
495
+ /**
496
+ * Parse the location from Engine resource.
497
+ *
498
+ * @param {string} engineName
499
+ * A fully-qualified path representing Engine resource.
500
+ * @returns {string} A string representing the location.
501
+ */
502
+ matchLocationFromEngineName(engineName: string): string | number;
503
+ /**
504
+ * Parse the collection from Engine resource.
505
+ *
506
+ * @param {string} engineName
507
+ * A fully-qualified path representing Engine resource.
508
+ * @returns {string} A string representing the collection.
509
+ */
510
+ matchCollectionFromEngineName(engineName: string): string | number;
511
+ /**
512
+ * Parse the engine from Engine resource.
513
+ *
514
+ * @param {string} engineName
515
+ * A fully-qualified path representing Engine resource.
516
+ * @returns {string} A string representing the engine.
517
+ */
518
+ matchEngineFromEngineName(engineName: string): string | number;
519
+ /**
520
+ * Return a fully-qualified evaluation resource name string.
521
+ *
522
+ * @param {string} project
523
+ * @param {string} location
524
+ * @param {string} evaluation
525
+ * @returns {string} Resource name string.
526
+ */
527
+ evaluationPath(project: string, location: string, evaluation: string): string;
528
+ /**
529
+ * Parse the project from Evaluation resource.
530
+ *
531
+ * @param {string} evaluationName
532
+ * A fully-qualified path representing Evaluation resource.
533
+ * @returns {string} A string representing the project.
534
+ */
535
+ matchProjectFromEvaluationName(evaluationName: string): string | number;
536
+ /**
537
+ * Parse the location from Evaluation resource.
538
+ *
539
+ * @param {string} evaluationName
540
+ * A fully-qualified path representing Evaluation resource.
541
+ * @returns {string} A string representing the location.
542
+ */
543
+ matchLocationFromEvaluationName(evaluationName: string): string | number;
544
+ /**
545
+ * Parse the evaluation from Evaluation resource.
546
+ *
547
+ * @param {string} evaluationName
548
+ * A fully-qualified path representing Evaluation resource.
549
+ * @returns {string} A string representing the evaluation.
550
+ */
551
+ matchEvaluationFromEvaluationName(evaluationName: string): string | number;
552
+ /**
553
+ * Return a fully-qualified groundingConfig resource name string.
554
+ *
555
+ * @param {string} project
556
+ * @param {string} location
557
+ * @param {string} grounding_config
558
+ * @returns {string} Resource name string.
559
+ */
560
+ groundingConfigPath(project: string, location: string, groundingConfig: string): string;
561
+ /**
562
+ * Parse the project from GroundingConfig resource.
563
+ *
564
+ * @param {string} groundingConfigName
565
+ * A fully-qualified path representing GroundingConfig resource.
566
+ * @returns {string} A string representing the project.
567
+ */
568
+ matchProjectFromGroundingConfigName(groundingConfigName: string): string | number;
569
+ /**
570
+ * Parse the location from GroundingConfig resource.
571
+ *
572
+ * @param {string} groundingConfigName
573
+ * A fully-qualified path representing GroundingConfig resource.
574
+ * @returns {string} A string representing the location.
575
+ */
576
+ matchLocationFromGroundingConfigName(groundingConfigName: string): string | number;
577
+ /**
578
+ * Parse the grounding_config from GroundingConfig resource.
579
+ *
580
+ * @param {string} groundingConfigName
581
+ * A fully-qualified path representing GroundingConfig resource.
582
+ * @returns {string} A string representing the grounding_config.
583
+ */
584
+ matchGroundingConfigFromGroundingConfigName(groundingConfigName: string): string | number;
585
+ /**
586
+ * Return a fully-qualified project resource name string.
587
+ *
588
+ * @param {string} project
589
+ * @returns {string} Resource name string.
590
+ */
591
+ projectPath(project: string): string;
592
+ /**
593
+ * Parse the project from Project resource.
594
+ *
595
+ * @param {string} projectName
596
+ * A fully-qualified path representing Project resource.
597
+ * @returns {string} A string representing the project.
598
+ */
599
+ matchProjectFromProjectName(projectName: string): string | number;
600
+ /**
601
+ * Return a fully-qualified projectLocationCollectionDataStore resource name string.
602
+ *
603
+ * @param {string} project
604
+ * @param {string} location
605
+ * @param {string} collection
606
+ * @param {string} data_store
607
+ * @returns {string} Resource name string.
608
+ */
609
+ projectLocationCollectionDataStorePath(project: string, location: string, collection: string, dataStore: string): string;
610
+ /**
611
+ * Parse the project from ProjectLocationCollectionDataStore resource.
612
+ *
613
+ * @param {string} projectLocationCollectionDataStoreName
614
+ * A fully-qualified path representing project_location_collection_data_store resource.
615
+ * @returns {string} A string representing the project.
616
+ */
617
+ matchProjectFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
618
+ /**
619
+ * Parse the location from ProjectLocationCollectionDataStore resource.
620
+ *
621
+ * @param {string} projectLocationCollectionDataStoreName
622
+ * A fully-qualified path representing project_location_collection_data_store resource.
623
+ * @returns {string} A string representing the location.
624
+ */
625
+ matchLocationFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
626
+ /**
627
+ * Parse the collection from ProjectLocationCollectionDataStore resource.
628
+ *
629
+ * @param {string} projectLocationCollectionDataStoreName
630
+ * A fully-qualified path representing project_location_collection_data_store resource.
631
+ * @returns {string} A string representing the collection.
632
+ */
633
+ matchCollectionFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
634
+ /**
635
+ * Parse the data_store from ProjectLocationCollectionDataStore resource.
636
+ *
637
+ * @param {string} projectLocationCollectionDataStoreName
638
+ * A fully-qualified path representing project_location_collection_data_store resource.
639
+ * @returns {string} A string representing the data_store.
640
+ */
641
+ matchDataStoreFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
642
+ /**
643
+ * Return a fully-qualified projectLocationCollectionDataStoreBranchDocument resource name string.
644
+ *
645
+ * @param {string} project
646
+ * @param {string} location
647
+ * @param {string} collection
648
+ * @param {string} data_store
649
+ * @param {string} branch
650
+ * @param {string} document
651
+ * @returns {string} Resource name string.
652
+ */
653
+ projectLocationCollectionDataStoreBranchDocumentPath(project: string, location: string, collection: string, dataStore: string, branch: string, document: string): string;
654
+ /**
655
+ * Parse the project from ProjectLocationCollectionDataStoreBranchDocument resource.
656
+ *
657
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
658
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
659
+ * @returns {string} A string representing the project.
660
+ */
661
+ matchProjectFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
662
+ /**
663
+ * Parse the location from ProjectLocationCollectionDataStoreBranchDocument resource.
664
+ *
665
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
666
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
667
+ * @returns {string} A string representing the location.
668
+ */
669
+ matchLocationFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
670
+ /**
671
+ * Parse the collection from ProjectLocationCollectionDataStoreBranchDocument resource.
672
+ *
673
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
674
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
675
+ * @returns {string} A string representing the collection.
676
+ */
677
+ matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
678
+ /**
679
+ * Parse the data_store from ProjectLocationCollectionDataStoreBranchDocument resource.
680
+ *
681
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
682
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
683
+ * @returns {string} A string representing the data_store.
684
+ */
685
+ matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
686
+ /**
687
+ * Parse the branch from ProjectLocationCollectionDataStoreBranchDocument resource.
688
+ *
689
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
690
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
691
+ * @returns {string} A string representing the branch.
692
+ */
693
+ matchBranchFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
694
+ /**
695
+ * Parse the document from ProjectLocationCollectionDataStoreBranchDocument resource.
696
+ *
697
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
698
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
699
+ * @returns {string} A string representing the document.
700
+ */
701
+ matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
702
+ /**
703
+ * Return a fully-qualified projectLocationCollectionDataStoreBranchDocumentChunk resource name string.
704
+ *
705
+ * @param {string} project
706
+ * @param {string} location
707
+ * @param {string} collection
708
+ * @param {string} data_store
709
+ * @param {string} branch
710
+ * @param {string} document
711
+ * @param {string} chunk
712
+ * @returns {string} Resource name string.
713
+ */
714
+ projectLocationCollectionDataStoreBranchDocumentChunkPath(project: string, location: string, collection: string, dataStore: string, branch: string, document: string, chunk: string): string;
715
+ /**
716
+ * Parse the project from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
717
+ *
718
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
719
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
720
+ * @returns {string} A string representing the project.
721
+ */
722
+ matchProjectFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
723
+ /**
724
+ * Parse the location from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
725
+ *
726
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
727
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
728
+ * @returns {string} A string representing the location.
729
+ */
730
+ matchLocationFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
731
+ /**
732
+ * Parse the collection from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
733
+ *
734
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
735
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
736
+ * @returns {string} A string representing the collection.
737
+ */
738
+ matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
739
+ /**
740
+ * Parse the data_store from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
741
+ *
742
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
743
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
744
+ * @returns {string} A string representing the data_store.
745
+ */
746
+ matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
747
+ /**
748
+ * Parse the branch from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
749
+ *
750
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
751
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
752
+ * @returns {string} A string representing the branch.
753
+ */
754
+ matchBranchFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
755
+ /**
756
+ * Parse the document from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
757
+ *
758
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
759
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
760
+ * @returns {string} A string representing the document.
761
+ */
762
+ matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
763
+ /**
764
+ * Parse the chunk from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
765
+ *
766
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
767
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
768
+ * @returns {string} A string representing the chunk.
769
+ */
770
+ matchChunkFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
771
+ /**
772
+ * Return a fully-qualified projectLocationCollectionDataStoreControl resource name string.
773
+ *
774
+ * @param {string} project
775
+ * @param {string} location
776
+ * @param {string} collection
777
+ * @param {string} data_store
778
+ * @param {string} control
779
+ * @returns {string} Resource name string.
780
+ */
781
+ projectLocationCollectionDataStoreControlPath(project: string, location: string, collection: string, dataStore: string, control: string): string;
782
+ /**
783
+ * Parse the project from ProjectLocationCollectionDataStoreControl resource.
784
+ *
785
+ * @param {string} projectLocationCollectionDataStoreControlName
786
+ * A fully-qualified path representing project_location_collection_data_store_control resource.
787
+ * @returns {string} A string representing the project.
788
+ */
789
+ matchProjectFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
790
+ /**
791
+ * Parse the location from ProjectLocationCollectionDataStoreControl resource.
792
+ *
793
+ * @param {string} projectLocationCollectionDataStoreControlName
794
+ * A fully-qualified path representing project_location_collection_data_store_control resource.
795
+ * @returns {string} A string representing the location.
796
+ */
797
+ matchLocationFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
798
+ /**
799
+ * Parse the collection from ProjectLocationCollectionDataStoreControl resource.
800
+ *
801
+ * @param {string} projectLocationCollectionDataStoreControlName
802
+ * A fully-qualified path representing project_location_collection_data_store_control resource.
803
+ * @returns {string} A string representing the collection.
804
+ */
805
+ matchCollectionFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
806
+ /**
807
+ * Parse the data_store from ProjectLocationCollectionDataStoreControl resource.
808
+ *
809
+ * @param {string} projectLocationCollectionDataStoreControlName
810
+ * A fully-qualified path representing project_location_collection_data_store_control resource.
811
+ * @returns {string} A string representing the data_store.
812
+ */
813
+ matchDataStoreFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
814
+ /**
815
+ * Parse the control from ProjectLocationCollectionDataStoreControl resource.
816
+ *
817
+ * @param {string} projectLocationCollectionDataStoreControlName
818
+ * A fully-qualified path representing project_location_collection_data_store_control resource.
819
+ * @returns {string} A string representing the control.
820
+ */
821
+ matchControlFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
822
+ /**
823
+ * Return a fully-qualified projectLocationCollectionDataStoreConversation resource name string.
824
+ *
825
+ * @param {string} project
826
+ * @param {string} location
827
+ * @param {string} collection
828
+ * @param {string} data_store
829
+ * @param {string} conversation
830
+ * @returns {string} Resource name string.
831
+ */
832
+ projectLocationCollectionDataStoreConversationPath(project: string, location: string, collection: string, dataStore: string, conversation: string): string;
833
+ /**
834
+ * Parse the project from ProjectLocationCollectionDataStoreConversation resource.
835
+ *
836
+ * @param {string} projectLocationCollectionDataStoreConversationName
837
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
838
+ * @returns {string} A string representing the project.
839
+ */
840
+ matchProjectFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
841
+ /**
842
+ * Parse the location from ProjectLocationCollectionDataStoreConversation resource.
843
+ *
844
+ * @param {string} projectLocationCollectionDataStoreConversationName
845
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
846
+ * @returns {string} A string representing the location.
847
+ */
848
+ matchLocationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
849
+ /**
850
+ * Parse the collection from ProjectLocationCollectionDataStoreConversation resource.
851
+ *
852
+ * @param {string} projectLocationCollectionDataStoreConversationName
853
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
854
+ * @returns {string} A string representing the collection.
855
+ */
856
+ matchCollectionFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
857
+ /**
858
+ * Parse the data_store from ProjectLocationCollectionDataStoreConversation resource.
859
+ *
860
+ * @param {string} projectLocationCollectionDataStoreConversationName
861
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
862
+ * @returns {string} A string representing the data_store.
863
+ */
864
+ matchDataStoreFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
865
+ /**
866
+ * Parse the conversation from ProjectLocationCollectionDataStoreConversation resource.
867
+ *
868
+ * @param {string} projectLocationCollectionDataStoreConversationName
869
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
870
+ * @returns {string} A string representing the conversation.
871
+ */
872
+ matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
873
+ /**
874
+ * Return a fully-qualified projectLocationCollectionDataStoreCustomTuningModel resource name string.
875
+ *
876
+ * @param {string} project
877
+ * @param {string} location
878
+ * @param {string} collection
879
+ * @param {string} data_store
880
+ * @param {string} custom_tuning_model
881
+ * @returns {string} Resource name string.
882
+ */
883
+ projectLocationCollectionDataStoreCustomTuningModelPath(project: string, location: string, collection: string, dataStore: string, customTuningModel: string): string;
884
+ /**
885
+ * Parse the project from ProjectLocationCollectionDataStoreCustomTuningModel resource.
886
+ *
887
+ * @param {string} projectLocationCollectionDataStoreCustomTuningModelName
888
+ * A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
889
+ * @returns {string} A string representing the project.
890
+ */
891
+ matchProjectFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
892
+ /**
893
+ * Parse the location from ProjectLocationCollectionDataStoreCustomTuningModel resource.
894
+ *
895
+ * @param {string} projectLocationCollectionDataStoreCustomTuningModelName
896
+ * A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
897
+ * @returns {string} A string representing the location.
898
+ */
899
+ matchLocationFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
900
+ /**
901
+ * Parse the collection from ProjectLocationCollectionDataStoreCustomTuningModel resource.
902
+ *
903
+ * @param {string} projectLocationCollectionDataStoreCustomTuningModelName
904
+ * A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
905
+ * @returns {string} A string representing the collection.
906
+ */
907
+ matchCollectionFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
908
+ /**
909
+ * Parse the data_store from ProjectLocationCollectionDataStoreCustomTuningModel resource.
910
+ *
911
+ * @param {string} projectLocationCollectionDataStoreCustomTuningModelName
912
+ * A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
913
+ * @returns {string} A string representing the data_store.
914
+ */
915
+ matchDataStoreFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
916
+ /**
917
+ * Parse the custom_tuning_model from ProjectLocationCollectionDataStoreCustomTuningModel resource.
918
+ *
919
+ * @param {string} projectLocationCollectionDataStoreCustomTuningModelName
920
+ * A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
921
+ * @returns {string} A string representing the custom_tuning_model.
922
+ */
923
+ matchCustomTuningModelFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
924
+ /**
925
+ * Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
926
+ *
927
+ * @param {string} project
928
+ * @param {string} location
929
+ * @param {string} collection
930
+ * @param {string} data_store
931
+ * @returns {string} Resource name string.
932
+ */
933
+ projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
934
+ /**
935
+ * Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
936
+ *
937
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
938
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
939
+ * @returns {string} A string representing the project.
940
+ */
941
+ matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
942
+ /**
943
+ * Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
944
+ *
945
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
946
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
947
+ * @returns {string} A string representing the location.
948
+ */
949
+ matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
950
+ /**
951
+ * Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
952
+ *
953
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
954
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
955
+ * @returns {string} A string representing the collection.
956
+ */
957
+ matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
958
+ /**
959
+ * Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
960
+ *
961
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
962
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
963
+ * @returns {string} A string representing the data_store.
964
+ */
965
+ matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
966
+ /**
967
+ * Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
968
+ *
969
+ * @param {string} project
970
+ * @param {string} location
971
+ * @param {string} collection
972
+ * @param {string} data_store
973
+ * @param {string} schema
974
+ * @returns {string} Resource name string.
975
+ */
976
+ projectLocationCollectionDataStoreSchemaPath(project: string, location: string, collection: string, dataStore: string, schema: string): string;
977
+ /**
978
+ * Parse the project from ProjectLocationCollectionDataStoreSchema resource.
979
+ *
980
+ * @param {string} projectLocationCollectionDataStoreSchemaName
981
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
982
+ * @returns {string} A string representing the project.
983
+ */
984
+ matchProjectFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
985
+ /**
986
+ * Parse the location from ProjectLocationCollectionDataStoreSchema resource.
987
+ *
988
+ * @param {string} projectLocationCollectionDataStoreSchemaName
989
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
990
+ * @returns {string} A string representing the location.
991
+ */
992
+ matchLocationFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
993
+ /**
994
+ * Parse the collection from ProjectLocationCollectionDataStoreSchema resource.
995
+ *
996
+ * @param {string} projectLocationCollectionDataStoreSchemaName
997
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
998
+ * @returns {string} A string representing the collection.
999
+ */
1000
+ matchCollectionFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
1001
+ /**
1002
+ * Parse the data_store from ProjectLocationCollectionDataStoreSchema resource.
1003
+ *
1004
+ * @param {string} projectLocationCollectionDataStoreSchemaName
1005
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
1006
+ * @returns {string} A string representing the data_store.
1007
+ */
1008
+ matchDataStoreFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
1009
+ /**
1010
+ * Parse the schema from ProjectLocationCollectionDataStoreSchema resource.
1011
+ *
1012
+ * @param {string} projectLocationCollectionDataStoreSchemaName
1013
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
1014
+ * @returns {string} A string representing the schema.
1015
+ */
1016
+ matchSchemaFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
1017
+ /**
1018
+ * Return a fully-qualified projectLocationCollectionDataStoreServingConfig resource name string.
1019
+ *
1020
+ * @param {string} project
1021
+ * @param {string} location
1022
+ * @param {string} collection
1023
+ * @param {string} data_store
1024
+ * @param {string} serving_config
1025
+ * @returns {string} Resource name string.
1026
+ */
1027
+ projectLocationCollectionDataStoreServingConfigPath(project: string, location: string, collection: string, dataStore: string, servingConfig: string): string;
1028
+ /**
1029
+ * Parse the project from ProjectLocationCollectionDataStoreServingConfig resource.
1030
+ *
1031
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
1032
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
1033
+ * @returns {string} A string representing the project.
1034
+ */
1035
+ matchProjectFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
1036
+ /**
1037
+ * Parse the location from ProjectLocationCollectionDataStoreServingConfig resource.
1038
+ *
1039
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
1040
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
1041
+ * @returns {string} A string representing the location.
1042
+ */
1043
+ matchLocationFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
1044
+ /**
1045
+ * Parse the collection from ProjectLocationCollectionDataStoreServingConfig resource.
1046
+ *
1047
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
1048
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
1049
+ * @returns {string} A string representing the collection.
1050
+ */
1051
+ matchCollectionFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
1052
+ /**
1053
+ * Parse the data_store from ProjectLocationCollectionDataStoreServingConfig resource.
1054
+ *
1055
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
1056
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
1057
+ * @returns {string} A string representing the data_store.
1058
+ */
1059
+ matchDataStoreFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
1060
+ /**
1061
+ * Parse the serving_config from ProjectLocationCollectionDataStoreServingConfig resource.
1062
+ *
1063
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
1064
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
1065
+ * @returns {string} A string representing the serving_config.
1066
+ */
1067
+ matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
1068
+ /**
1069
+ * Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
1070
+ *
1071
+ * @param {string} project
1072
+ * @param {string} location
1073
+ * @param {string} collection
1074
+ * @param {string} data_store
1075
+ * @param {string} session
1076
+ * @param {string} answer
1077
+ * @returns {string} Resource name string.
1078
+ */
1079
+ projectLocationCollectionDataStoreSessionAnswerPath(project: string, location: string, collection: string, dataStore: string, session: string, answer: string): string;
1080
+ /**
1081
+ * Parse the project from ProjectLocationCollectionDataStoreSessionAnswer resource.
1082
+ *
1083
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
1084
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
1085
+ * @returns {string} A string representing the project.
1086
+ */
1087
+ matchProjectFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
1088
+ /**
1089
+ * Parse the location from ProjectLocationCollectionDataStoreSessionAnswer resource.
1090
+ *
1091
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
1092
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
1093
+ * @returns {string} A string representing the location.
1094
+ */
1095
+ matchLocationFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
1096
+ /**
1097
+ * Parse the collection from ProjectLocationCollectionDataStoreSessionAnswer resource.
1098
+ *
1099
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
1100
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
1101
+ * @returns {string} A string representing the collection.
1102
+ */
1103
+ matchCollectionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
1104
+ /**
1105
+ * Parse the data_store from ProjectLocationCollectionDataStoreSessionAnswer resource.
1106
+ *
1107
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
1108
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
1109
+ * @returns {string} A string representing the data_store.
1110
+ */
1111
+ matchDataStoreFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
1112
+ /**
1113
+ * Parse the session from ProjectLocationCollectionDataStoreSessionAnswer resource.
1114
+ *
1115
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
1116
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
1117
+ * @returns {string} A string representing the session.
1118
+ */
1119
+ matchSessionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
1120
+ /**
1121
+ * Parse the answer from ProjectLocationCollectionDataStoreSessionAnswer resource.
1122
+ *
1123
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
1124
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
1125
+ * @returns {string} A string representing the answer.
1126
+ */
1127
+ matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
1128
+ /**
1129
+ * Return a fully-qualified projectLocationCollectionDataStoreSessions resource name string.
1130
+ *
1131
+ * @param {string} project
1132
+ * @param {string} location
1133
+ * @param {string} collection
1134
+ * @param {string} data_store
1135
+ * @param {string} session
1136
+ * @returns {string} Resource name string.
1137
+ */
1138
+ projectLocationCollectionDataStoreSessionsPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
1139
+ /**
1140
+ * Parse the project from ProjectLocationCollectionDataStoreSessions resource.
1141
+ *
1142
+ * @param {string} projectLocationCollectionDataStoreSessionsName
1143
+ * A fully-qualified path representing project_location_collection_data_store_sessions resource.
1144
+ * @returns {string} A string representing the project.
1145
+ */
1146
+ matchProjectFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
1147
+ /**
1148
+ * Parse the location from ProjectLocationCollectionDataStoreSessions resource.
1149
+ *
1150
+ * @param {string} projectLocationCollectionDataStoreSessionsName
1151
+ * A fully-qualified path representing project_location_collection_data_store_sessions resource.
1152
+ * @returns {string} A string representing the location.
1153
+ */
1154
+ matchLocationFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
1155
+ /**
1156
+ * Parse the collection from ProjectLocationCollectionDataStoreSessions resource.
1157
+ *
1158
+ * @param {string} projectLocationCollectionDataStoreSessionsName
1159
+ * A fully-qualified path representing project_location_collection_data_store_sessions resource.
1160
+ * @returns {string} A string representing the collection.
1161
+ */
1162
+ matchCollectionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
1163
+ /**
1164
+ * Parse the data_store from ProjectLocationCollectionDataStoreSessions resource.
1165
+ *
1166
+ * @param {string} projectLocationCollectionDataStoreSessionsName
1167
+ * A fully-qualified path representing project_location_collection_data_store_sessions resource.
1168
+ * @returns {string} A string representing the data_store.
1169
+ */
1170
+ matchDataStoreFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
1171
+ /**
1172
+ * Parse the session from ProjectLocationCollectionDataStoreSessions resource.
1173
+ *
1174
+ * @param {string} projectLocationCollectionDataStoreSessionsName
1175
+ * A fully-qualified path representing project_location_collection_data_store_sessions resource.
1176
+ * @returns {string} A string representing the session.
1177
+ */
1178
+ matchSessionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
1179
+ /**
1180
+ * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
1181
+ *
1182
+ * @param {string} project
1183
+ * @param {string} location
1184
+ * @param {string} collection
1185
+ * @param {string} data_store
1186
+ * @returns {string} Resource name string.
1187
+ */
1188
+ projectLocationCollectionDataStoreSiteSearchEnginePath(project: string, location: string, collection: string, dataStore: string): string;
1189
+ /**
1190
+ * Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
1191
+ *
1192
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
1193
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
1194
+ * @returns {string} A string representing the project.
1195
+ */
1196
+ matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
1197
+ /**
1198
+ * Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
1199
+ *
1200
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
1201
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
1202
+ * @returns {string} A string representing the location.
1203
+ */
1204
+ matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
1205
+ /**
1206
+ * Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
1207
+ *
1208
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
1209
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
1210
+ * @returns {string} A string representing the collection.
1211
+ */
1212
+ matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
1213
+ /**
1214
+ * Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
1215
+ *
1216
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
1217
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
1218
+ * @returns {string} A string representing the data_store.
1219
+ */
1220
+ matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
1221
+ /**
1222
+ * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineSitemap resource name string.
1223
+ *
1224
+ * @param {string} project
1225
+ * @param {string} location
1226
+ * @param {string} collection
1227
+ * @param {string} data_store
1228
+ * @param {string} sitemap
1229
+ * @returns {string} Resource name string.
1230
+ */
1231
+ projectLocationCollectionDataStoreSiteSearchEngineSitemapPath(project: string, location: string, collection: string, dataStore: string, sitemap: string): string;
1232
+ /**
1233
+ * Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
1234
+ *
1235
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
1236
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
1237
+ * @returns {string} A string representing the project.
1238
+ */
1239
+ matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName: string): string | number;
1240
+ /**
1241
+ * Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
1242
+ *
1243
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
1244
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
1245
+ * @returns {string} A string representing the location.
1246
+ */
1247
+ matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName: string): string | number;
1248
+ /**
1249
+ * Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
1250
+ *
1251
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
1252
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
1253
+ * @returns {string} A string representing the collection.
1254
+ */
1255
+ matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName: string): string | number;
1256
+ /**
1257
+ * Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
1258
+ *
1259
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
1260
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
1261
+ * @returns {string} A string representing the data_store.
1262
+ */
1263
+ matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName: string): string | number;
1264
+ /**
1265
+ * Parse the sitemap from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
1266
+ *
1267
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
1268
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
1269
+ * @returns {string} A string representing the sitemap.
1270
+ */
1271
+ matchSitemapFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName: string): string | number;
1272
+ /**
1273
+ * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineTargetSite resource name string.
1274
+ *
1275
+ * @param {string} project
1276
+ * @param {string} location
1277
+ * @param {string} collection
1278
+ * @param {string} data_store
1279
+ * @param {string} target_site
1280
+ * @returns {string} Resource name string.
1281
+ */
1282
+ projectLocationCollectionDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, collection: string, dataStore: string, targetSite: string): string;
1283
+ /**
1284
+ * Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
1285
+ *
1286
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
1287
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
1288
+ * @returns {string} A string representing the project.
1289
+ */
1290
+ matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1291
+ /**
1292
+ * Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
1293
+ *
1294
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
1295
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
1296
+ * @returns {string} A string representing the location.
1297
+ */
1298
+ matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1299
+ /**
1300
+ * Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
1301
+ *
1302
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
1303
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
1304
+ * @returns {string} A string representing the collection.
1305
+ */
1306
+ matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1307
+ /**
1308
+ * Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
1309
+ *
1310
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
1311
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
1312
+ * @returns {string} A string representing the data_store.
1313
+ */
1314
+ matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1315
+ /**
1316
+ * Parse the target_site from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
1317
+ *
1318
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
1319
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
1320
+ * @returns {string} A string representing the target_site.
1321
+ */
1322
+ matchTargetSiteFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1323
+ /**
1324
+ * Return a fully-qualified projectLocationCollectionEngineControl resource name string.
1325
+ *
1326
+ * @param {string} project
1327
+ * @param {string} location
1328
+ * @param {string} collection
1329
+ * @param {string} engine
1330
+ * @param {string} control
1331
+ * @returns {string} Resource name string.
1332
+ */
1333
+ projectLocationCollectionEngineControlPath(project: string, location: string, collection: string, engine: string, control: string): string;
1334
+ /**
1335
+ * Parse the project from ProjectLocationCollectionEngineControl resource.
1336
+ *
1337
+ * @param {string} projectLocationCollectionEngineControlName
1338
+ * A fully-qualified path representing project_location_collection_engine_control resource.
1339
+ * @returns {string} A string representing the project.
1340
+ */
1341
+ matchProjectFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
1342
+ /**
1343
+ * Parse the location from ProjectLocationCollectionEngineControl resource.
1344
+ *
1345
+ * @param {string} projectLocationCollectionEngineControlName
1346
+ * A fully-qualified path representing project_location_collection_engine_control resource.
1347
+ * @returns {string} A string representing the location.
1348
+ */
1349
+ matchLocationFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
1350
+ /**
1351
+ * Parse the collection from ProjectLocationCollectionEngineControl resource.
1352
+ *
1353
+ * @param {string} projectLocationCollectionEngineControlName
1354
+ * A fully-qualified path representing project_location_collection_engine_control resource.
1355
+ * @returns {string} A string representing the collection.
1356
+ */
1357
+ matchCollectionFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
1358
+ /**
1359
+ * Parse the engine from ProjectLocationCollectionEngineControl resource.
1360
+ *
1361
+ * @param {string} projectLocationCollectionEngineControlName
1362
+ * A fully-qualified path representing project_location_collection_engine_control resource.
1363
+ * @returns {string} A string representing the engine.
1364
+ */
1365
+ matchEngineFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
1366
+ /**
1367
+ * Parse the control from ProjectLocationCollectionEngineControl resource.
1368
+ *
1369
+ * @param {string} projectLocationCollectionEngineControlName
1370
+ * A fully-qualified path representing project_location_collection_engine_control resource.
1371
+ * @returns {string} A string representing the control.
1372
+ */
1373
+ matchControlFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
1374
+ /**
1375
+ * Return a fully-qualified projectLocationCollectionEngineConversation resource name string.
1376
+ *
1377
+ * @param {string} project
1378
+ * @param {string} location
1379
+ * @param {string} collection
1380
+ * @param {string} engine
1381
+ * @param {string} conversation
1382
+ * @returns {string} Resource name string.
1383
+ */
1384
+ projectLocationCollectionEngineConversationPath(project: string, location: string, collection: string, engine: string, conversation: string): string;
1385
+ /**
1386
+ * Parse the project from ProjectLocationCollectionEngineConversation resource.
1387
+ *
1388
+ * @param {string} projectLocationCollectionEngineConversationName
1389
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
1390
+ * @returns {string} A string representing the project.
1391
+ */
1392
+ matchProjectFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
1393
+ /**
1394
+ * Parse the location from ProjectLocationCollectionEngineConversation resource.
1395
+ *
1396
+ * @param {string} projectLocationCollectionEngineConversationName
1397
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
1398
+ * @returns {string} A string representing the location.
1399
+ */
1400
+ matchLocationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
1401
+ /**
1402
+ * Parse the collection from ProjectLocationCollectionEngineConversation resource.
1403
+ *
1404
+ * @param {string} projectLocationCollectionEngineConversationName
1405
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
1406
+ * @returns {string} A string representing the collection.
1407
+ */
1408
+ matchCollectionFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
1409
+ /**
1410
+ * Parse the engine from ProjectLocationCollectionEngineConversation resource.
1411
+ *
1412
+ * @param {string} projectLocationCollectionEngineConversationName
1413
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
1414
+ * @returns {string} A string representing the engine.
1415
+ */
1416
+ matchEngineFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
1417
+ /**
1418
+ * Parse the conversation from ProjectLocationCollectionEngineConversation resource.
1419
+ *
1420
+ * @param {string} projectLocationCollectionEngineConversationName
1421
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
1422
+ * @returns {string} A string representing the conversation.
1423
+ */
1424
+ matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
1425
+ /**
1426
+ * Return a fully-qualified projectLocationCollectionEngineServingConfig resource name string.
1427
+ *
1428
+ * @param {string} project
1429
+ * @param {string} location
1430
+ * @param {string} collection
1431
+ * @param {string} engine
1432
+ * @param {string} serving_config
1433
+ * @returns {string} Resource name string.
1434
+ */
1435
+ projectLocationCollectionEngineServingConfigPath(project: string, location: string, collection: string, engine: string, servingConfig: string): string;
1436
+ /**
1437
+ * Parse the project from ProjectLocationCollectionEngineServingConfig resource.
1438
+ *
1439
+ * @param {string} projectLocationCollectionEngineServingConfigName
1440
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1441
+ * @returns {string} A string representing the project.
1442
+ */
1443
+ matchProjectFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1444
+ /**
1445
+ * Parse the location from ProjectLocationCollectionEngineServingConfig resource.
1446
+ *
1447
+ * @param {string} projectLocationCollectionEngineServingConfigName
1448
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1449
+ * @returns {string} A string representing the location.
1450
+ */
1451
+ matchLocationFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1452
+ /**
1453
+ * Parse the collection from ProjectLocationCollectionEngineServingConfig resource.
1454
+ *
1455
+ * @param {string} projectLocationCollectionEngineServingConfigName
1456
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1457
+ * @returns {string} A string representing the collection.
1458
+ */
1459
+ matchCollectionFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1460
+ /**
1461
+ * Parse the engine from ProjectLocationCollectionEngineServingConfig resource.
1462
+ *
1463
+ * @param {string} projectLocationCollectionEngineServingConfigName
1464
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1465
+ * @returns {string} A string representing the engine.
1466
+ */
1467
+ matchEngineFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1468
+ /**
1469
+ * Parse the serving_config from ProjectLocationCollectionEngineServingConfig resource.
1470
+ *
1471
+ * @param {string} projectLocationCollectionEngineServingConfigName
1472
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1473
+ * @returns {string} A string representing the serving_config.
1474
+ */
1475
+ matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1476
+ /**
1477
+ * Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
1478
+ *
1479
+ * @param {string} project
1480
+ * @param {string} location
1481
+ * @param {string} collection
1482
+ * @param {string} engine
1483
+ * @param {string} session
1484
+ * @param {string} answer
1485
+ * @returns {string} Resource name string.
1486
+ */
1487
+ projectLocationCollectionEngineSessionAnswerPath(project: string, location: string, collection: string, engine: string, session: string, answer: string): string;
1488
+ /**
1489
+ * Parse the project from ProjectLocationCollectionEngineSessionAnswer resource.
1490
+ *
1491
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1492
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1493
+ * @returns {string} A string representing the project.
1494
+ */
1495
+ matchProjectFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1496
+ /**
1497
+ * Parse the location from ProjectLocationCollectionEngineSessionAnswer resource.
1498
+ *
1499
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1500
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1501
+ * @returns {string} A string representing the location.
1502
+ */
1503
+ matchLocationFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1504
+ /**
1505
+ * Parse the collection from ProjectLocationCollectionEngineSessionAnswer resource.
1506
+ *
1507
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1508
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1509
+ * @returns {string} A string representing the collection.
1510
+ */
1511
+ matchCollectionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1512
+ /**
1513
+ * Parse the engine from ProjectLocationCollectionEngineSessionAnswer resource.
1514
+ *
1515
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1516
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1517
+ * @returns {string} A string representing the engine.
1518
+ */
1519
+ matchEngineFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1520
+ /**
1521
+ * Parse the session from ProjectLocationCollectionEngineSessionAnswer resource.
1522
+ *
1523
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1524
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1525
+ * @returns {string} A string representing the session.
1526
+ */
1527
+ matchSessionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1528
+ /**
1529
+ * Parse the answer from ProjectLocationCollectionEngineSessionAnswer resource.
1530
+ *
1531
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1532
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1533
+ * @returns {string} A string representing the answer.
1534
+ */
1535
+ matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1536
+ /**
1537
+ * Return a fully-qualified projectLocationCollectionEngineSessions resource name string.
1538
+ *
1539
+ * @param {string} project
1540
+ * @param {string} location
1541
+ * @param {string} collection
1542
+ * @param {string} engine
1543
+ * @param {string} session
1544
+ * @returns {string} Resource name string.
1545
+ */
1546
+ projectLocationCollectionEngineSessionsPath(project: string, location: string, collection: string, engine: string, session: string): string;
1547
+ /**
1548
+ * Parse the project from ProjectLocationCollectionEngineSessions resource.
1549
+ *
1550
+ * @param {string} projectLocationCollectionEngineSessionsName
1551
+ * A fully-qualified path representing project_location_collection_engine_sessions resource.
1552
+ * @returns {string} A string representing the project.
1553
+ */
1554
+ matchProjectFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
1555
+ /**
1556
+ * Parse the location from ProjectLocationCollectionEngineSessions resource.
1557
+ *
1558
+ * @param {string} projectLocationCollectionEngineSessionsName
1559
+ * A fully-qualified path representing project_location_collection_engine_sessions resource.
1560
+ * @returns {string} A string representing the location.
1561
+ */
1562
+ matchLocationFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
1563
+ /**
1564
+ * Parse the collection from ProjectLocationCollectionEngineSessions resource.
1565
+ *
1566
+ * @param {string} projectLocationCollectionEngineSessionsName
1567
+ * A fully-qualified path representing project_location_collection_engine_sessions resource.
1568
+ * @returns {string} A string representing the collection.
1569
+ */
1570
+ matchCollectionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
1571
+ /**
1572
+ * Parse the engine from ProjectLocationCollectionEngineSessions resource.
1573
+ *
1574
+ * @param {string} projectLocationCollectionEngineSessionsName
1575
+ * A fully-qualified path representing project_location_collection_engine_sessions resource.
1576
+ * @returns {string} A string representing the engine.
1577
+ */
1578
+ matchEngineFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
1579
+ /**
1580
+ * Parse the session from ProjectLocationCollectionEngineSessions resource.
1581
+ *
1582
+ * @param {string} projectLocationCollectionEngineSessionsName
1583
+ * A fully-qualified path representing project_location_collection_engine_sessions resource.
1584
+ * @returns {string} A string representing the session.
1585
+ */
1586
+ matchSessionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
1587
+ /**
1588
+ * Return a fully-qualified projectLocationDataStore resource name string.
1589
+ *
1590
+ * @param {string} project
1591
+ * @param {string} location
1592
+ * @param {string} data_store
1593
+ * @returns {string} Resource name string.
1594
+ */
1595
+ projectLocationDataStorePath(project: string, location: string, dataStore: string): string;
1596
+ /**
1597
+ * Parse the project from ProjectLocationDataStore resource.
1598
+ *
1599
+ * @param {string} projectLocationDataStoreName
1600
+ * A fully-qualified path representing project_location_data_store resource.
1601
+ * @returns {string} A string representing the project.
1602
+ */
1603
+ matchProjectFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
1604
+ /**
1605
+ * Parse the location from ProjectLocationDataStore resource.
1606
+ *
1607
+ * @param {string} projectLocationDataStoreName
1608
+ * A fully-qualified path representing project_location_data_store resource.
1609
+ * @returns {string} A string representing the location.
1610
+ */
1611
+ matchLocationFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
1612
+ /**
1613
+ * Parse the data_store from ProjectLocationDataStore resource.
1614
+ *
1615
+ * @param {string} projectLocationDataStoreName
1616
+ * A fully-qualified path representing project_location_data_store resource.
1617
+ * @returns {string} A string representing the data_store.
1618
+ */
1619
+ matchDataStoreFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
1620
+ /**
1621
+ * Return a fully-qualified projectLocationDataStoreBranchDocument resource name string.
1622
+ *
1623
+ * @param {string} project
1624
+ * @param {string} location
1625
+ * @param {string} data_store
1626
+ * @param {string} branch
1627
+ * @param {string} document
1628
+ * @returns {string} Resource name string.
1629
+ */
1630
+ projectLocationDataStoreBranchDocumentPath(project: string, location: string, dataStore: string, branch: string, document: string): string;
1631
+ /**
1632
+ * Parse the project from ProjectLocationDataStoreBranchDocument resource.
1633
+ *
1634
+ * @param {string} projectLocationDataStoreBranchDocumentName
1635
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
1636
+ * @returns {string} A string representing the project.
1637
+ */
1638
+ matchProjectFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1639
+ /**
1640
+ * Parse the location from ProjectLocationDataStoreBranchDocument resource.
1641
+ *
1642
+ * @param {string} projectLocationDataStoreBranchDocumentName
1643
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
1644
+ * @returns {string} A string representing the location.
1645
+ */
1646
+ matchLocationFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1647
+ /**
1648
+ * Parse the data_store from ProjectLocationDataStoreBranchDocument resource.
1649
+ *
1650
+ * @param {string} projectLocationDataStoreBranchDocumentName
1651
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
1652
+ * @returns {string} A string representing the data_store.
1653
+ */
1654
+ matchDataStoreFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1655
+ /**
1656
+ * Parse the branch from ProjectLocationDataStoreBranchDocument resource.
1657
+ *
1658
+ * @param {string} projectLocationDataStoreBranchDocumentName
1659
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
1660
+ * @returns {string} A string representing the branch.
1661
+ */
1662
+ matchBranchFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1663
+ /**
1664
+ * Parse the document from ProjectLocationDataStoreBranchDocument resource.
1665
+ *
1666
+ * @param {string} projectLocationDataStoreBranchDocumentName
1667
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
1668
+ * @returns {string} A string representing the document.
1669
+ */
1670
+ matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1671
+ /**
1672
+ * Return a fully-qualified projectLocationDataStoreBranchDocumentChunk resource name string.
1673
+ *
1674
+ * @param {string} project
1675
+ * @param {string} location
1676
+ * @param {string} data_store
1677
+ * @param {string} branch
1678
+ * @param {string} document
1679
+ * @param {string} chunk
1680
+ * @returns {string} Resource name string.
1681
+ */
1682
+ projectLocationDataStoreBranchDocumentChunkPath(project: string, location: string, dataStore: string, branch: string, document: string, chunk: string): string;
1683
+ /**
1684
+ * Parse the project from ProjectLocationDataStoreBranchDocumentChunk resource.
1685
+ *
1686
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1687
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1688
+ * @returns {string} A string representing the project.
1689
+ */
1690
+ matchProjectFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1691
+ /**
1692
+ * Parse the location from ProjectLocationDataStoreBranchDocumentChunk resource.
1693
+ *
1694
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1695
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1696
+ * @returns {string} A string representing the location.
1697
+ */
1698
+ matchLocationFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1699
+ /**
1700
+ * Parse the data_store from ProjectLocationDataStoreBranchDocumentChunk resource.
1701
+ *
1702
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1703
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1704
+ * @returns {string} A string representing the data_store.
1705
+ */
1706
+ matchDataStoreFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1707
+ /**
1708
+ * Parse the branch from ProjectLocationDataStoreBranchDocumentChunk resource.
1709
+ *
1710
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1711
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1712
+ * @returns {string} A string representing the branch.
1713
+ */
1714
+ matchBranchFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1715
+ /**
1716
+ * Parse the document from ProjectLocationDataStoreBranchDocumentChunk resource.
1717
+ *
1718
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1719
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1720
+ * @returns {string} A string representing the document.
1721
+ */
1722
+ matchDocumentFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1723
+ /**
1724
+ * Parse the chunk from ProjectLocationDataStoreBranchDocumentChunk resource.
1725
+ *
1726
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1727
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1728
+ * @returns {string} A string representing the chunk.
1729
+ */
1730
+ matchChunkFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1731
+ /**
1732
+ * Return a fully-qualified projectLocationDataStoreControl resource name string.
1733
+ *
1734
+ * @param {string} project
1735
+ * @param {string} location
1736
+ * @param {string} data_store
1737
+ * @param {string} control
1738
+ * @returns {string} Resource name string.
1739
+ */
1740
+ projectLocationDataStoreControlPath(project: string, location: string, dataStore: string, control: string): string;
1741
+ /**
1742
+ * Parse the project from ProjectLocationDataStoreControl resource.
1743
+ *
1744
+ * @param {string} projectLocationDataStoreControlName
1745
+ * A fully-qualified path representing project_location_data_store_control resource.
1746
+ * @returns {string} A string representing the project.
1747
+ */
1748
+ matchProjectFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
1749
+ /**
1750
+ * Parse the location from ProjectLocationDataStoreControl resource.
1751
+ *
1752
+ * @param {string} projectLocationDataStoreControlName
1753
+ * A fully-qualified path representing project_location_data_store_control resource.
1754
+ * @returns {string} A string representing the location.
1755
+ */
1756
+ matchLocationFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
1757
+ /**
1758
+ * Parse the data_store from ProjectLocationDataStoreControl resource.
1759
+ *
1760
+ * @param {string} projectLocationDataStoreControlName
1761
+ * A fully-qualified path representing project_location_data_store_control resource.
1762
+ * @returns {string} A string representing the data_store.
1763
+ */
1764
+ matchDataStoreFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
1765
+ /**
1766
+ * Parse the control from ProjectLocationDataStoreControl resource.
1767
+ *
1768
+ * @param {string} projectLocationDataStoreControlName
1769
+ * A fully-qualified path representing project_location_data_store_control resource.
1770
+ * @returns {string} A string representing the control.
1771
+ */
1772
+ matchControlFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
1773
+ /**
1774
+ * Return a fully-qualified projectLocationDataStoreConversation resource name string.
1775
+ *
1776
+ * @param {string} project
1777
+ * @param {string} location
1778
+ * @param {string} data_store
1779
+ * @param {string} conversation
1780
+ * @returns {string} Resource name string.
1781
+ */
1782
+ projectLocationDataStoreConversationPath(project: string, location: string, dataStore: string, conversation: string): string;
1783
+ /**
1784
+ * Parse the project from ProjectLocationDataStoreConversation resource.
1785
+ *
1786
+ * @param {string} projectLocationDataStoreConversationName
1787
+ * A fully-qualified path representing project_location_data_store_conversation resource.
1788
+ * @returns {string} A string representing the project.
1789
+ */
1790
+ matchProjectFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1791
+ /**
1792
+ * Parse the location from ProjectLocationDataStoreConversation resource.
1793
+ *
1794
+ * @param {string} projectLocationDataStoreConversationName
1795
+ * A fully-qualified path representing project_location_data_store_conversation resource.
1796
+ * @returns {string} A string representing the location.
1797
+ */
1798
+ matchLocationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1799
+ /**
1800
+ * Parse the data_store from ProjectLocationDataStoreConversation resource.
1801
+ *
1802
+ * @param {string} projectLocationDataStoreConversationName
1803
+ * A fully-qualified path representing project_location_data_store_conversation resource.
1804
+ * @returns {string} A string representing the data_store.
1805
+ */
1806
+ matchDataStoreFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1807
+ /**
1808
+ * Parse the conversation from ProjectLocationDataStoreConversation resource.
1809
+ *
1810
+ * @param {string} projectLocationDataStoreConversationName
1811
+ * A fully-qualified path representing project_location_data_store_conversation resource.
1812
+ * @returns {string} A string representing the conversation.
1813
+ */
1814
+ matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1815
+ /**
1816
+ * Return a fully-qualified projectLocationDataStoreCustomTuningModel resource name string.
1817
+ *
1818
+ * @param {string} project
1819
+ * @param {string} location
1820
+ * @param {string} data_store
1821
+ * @param {string} custom_tuning_model
1822
+ * @returns {string} Resource name string.
1823
+ */
1824
+ projectLocationDataStoreCustomTuningModelPath(project: string, location: string, dataStore: string, customTuningModel: string): string;
1825
+ /**
1826
+ * Parse the project from ProjectLocationDataStoreCustomTuningModel resource.
1827
+ *
1828
+ * @param {string} projectLocationDataStoreCustomTuningModelName
1829
+ * A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
1830
+ * @returns {string} A string representing the project.
1831
+ */
1832
+ matchProjectFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName: string): string | number;
1833
+ /**
1834
+ * Parse the location from ProjectLocationDataStoreCustomTuningModel resource.
1835
+ *
1836
+ * @param {string} projectLocationDataStoreCustomTuningModelName
1837
+ * A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
1838
+ * @returns {string} A string representing the location.
1839
+ */
1840
+ matchLocationFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName: string): string | number;
1841
+ /**
1842
+ * Parse the data_store from ProjectLocationDataStoreCustomTuningModel resource.
1843
+ *
1844
+ * @param {string} projectLocationDataStoreCustomTuningModelName
1845
+ * A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
1846
+ * @returns {string} A string representing the data_store.
1847
+ */
1848
+ matchDataStoreFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName: string): string | number;
1849
+ /**
1850
+ * Parse the custom_tuning_model from ProjectLocationDataStoreCustomTuningModel resource.
1851
+ *
1852
+ * @param {string} projectLocationDataStoreCustomTuningModelName
1853
+ * A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
1854
+ * @returns {string} A string representing the custom_tuning_model.
1855
+ */
1856
+ matchCustomTuningModelFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName: string): string | number;
1857
+ /**
1858
+ * Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
1859
+ *
1860
+ * @param {string} project
1861
+ * @param {string} location
1862
+ * @param {string} data_store
1863
+ * @returns {string} Resource name string.
1864
+ */
1865
+ projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
1866
+ /**
1867
+ * Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
1868
+ *
1869
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1870
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1871
+ * @returns {string} A string representing the project.
1872
+ */
1873
+ matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1874
+ /**
1875
+ * Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
1876
+ *
1877
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1878
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1879
+ * @returns {string} A string representing the location.
1880
+ */
1881
+ matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1882
+ /**
1883
+ * Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
1884
+ *
1885
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1886
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1887
+ * @returns {string} A string representing the data_store.
1888
+ */
1889
+ matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1890
+ /**
1891
+ * Return a fully-qualified projectLocationDataStoreSchema resource name string.
1892
+ *
1893
+ * @param {string} project
1894
+ * @param {string} location
1895
+ * @param {string} data_store
1896
+ * @param {string} schema
1897
+ * @returns {string} Resource name string.
1898
+ */
1899
+ projectLocationDataStoreSchemaPath(project: string, location: string, dataStore: string, schema: string): string;
1900
+ /**
1901
+ * Parse the project from ProjectLocationDataStoreSchema resource.
1902
+ *
1903
+ * @param {string} projectLocationDataStoreSchemaName
1904
+ * A fully-qualified path representing project_location_data_store_schema resource.
1905
+ * @returns {string} A string representing the project.
1906
+ */
1907
+ matchProjectFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
1908
+ /**
1909
+ * Parse the location from ProjectLocationDataStoreSchema resource.
1910
+ *
1911
+ * @param {string} projectLocationDataStoreSchemaName
1912
+ * A fully-qualified path representing project_location_data_store_schema resource.
1913
+ * @returns {string} A string representing the location.
1914
+ */
1915
+ matchLocationFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
1916
+ /**
1917
+ * Parse the data_store from ProjectLocationDataStoreSchema resource.
1918
+ *
1919
+ * @param {string} projectLocationDataStoreSchemaName
1920
+ * A fully-qualified path representing project_location_data_store_schema resource.
1921
+ * @returns {string} A string representing the data_store.
1922
+ */
1923
+ matchDataStoreFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
1924
+ /**
1925
+ * Parse the schema from ProjectLocationDataStoreSchema resource.
1926
+ *
1927
+ * @param {string} projectLocationDataStoreSchemaName
1928
+ * A fully-qualified path representing project_location_data_store_schema resource.
1929
+ * @returns {string} A string representing the schema.
1930
+ */
1931
+ matchSchemaFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
1932
+ /**
1933
+ * Return a fully-qualified projectLocationDataStoreServingConfig resource name string.
1934
+ *
1935
+ * @param {string} project
1936
+ * @param {string} location
1937
+ * @param {string} data_store
1938
+ * @param {string} serving_config
1939
+ * @returns {string} Resource name string.
1940
+ */
1941
+ projectLocationDataStoreServingConfigPath(project: string, location: string, dataStore: string, servingConfig: string): string;
1942
+ /**
1943
+ * Parse the project from ProjectLocationDataStoreServingConfig resource.
1944
+ *
1945
+ * @param {string} projectLocationDataStoreServingConfigName
1946
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1947
+ * @returns {string} A string representing the project.
1948
+ */
1949
+ matchProjectFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1950
+ /**
1951
+ * Parse the location from ProjectLocationDataStoreServingConfig resource.
1952
+ *
1953
+ * @param {string} projectLocationDataStoreServingConfigName
1954
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1955
+ * @returns {string} A string representing the location.
1956
+ */
1957
+ matchLocationFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1958
+ /**
1959
+ * Parse the data_store from ProjectLocationDataStoreServingConfig resource.
1960
+ *
1961
+ * @param {string} projectLocationDataStoreServingConfigName
1962
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1963
+ * @returns {string} A string representing the data_store.
1964
+ */
1965
+ matchDataStoreFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1966
+ /**
1967
+ * Parse the serving_config from ProjectLocationDataStoreServingConfig resource.
1968
+ *
1969
+ * @param {string} projectLocationDataStoreServingConfigName
1970
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1971
+ * @returns {string} A string representing the serving_config.
1972
+ */
1973
+ matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1974
+ /**
1975
+ * Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
1976
+ *
1977
+ * @param {string} project
1978
+ * @param {string} location
1979
+ * @param {string} data_store
1980
+ * @param {string} session
1981
+ * @param {string} answer
1982
+ * @returns {string} Resource name string.
1983
+ */
1984
+ projectLocationDataStoreSessionAnswerPath(project: string, location: string, dataStore: string, session: string, answer: string): string;
1985
+ /**
1986
+ * Parse the project from ProjectLocationDataStoreSessionAnswer resource.
1987
+ *
1988
+ * @param {string} projectLocationDataStoreSessionAnswerName
1989
+ * A fully-qualified path representing project_location_data_store_session_answer resource.
1990
+ * @returns {string} A string representing the project.
1991
+ */
1992
+ matchProjectFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
1993
+ /**
1994
+ * Parse the location from ProjectLocationDataStoreSessionAnswer resource.
1995
+ *
1996
+ * @param {string} projectLocationDataStoreSessionAnswerName
1997
+ * A fully-qualified path representing project_location_data_store_session_answer resource.
1998
+ * @returns {string} A string representing the location.
1999
+ */
2000
+ matchLocationFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
2001
+ /**
2002
+ * Parse the data_store from ProjectLocationDataStoreSessionAnswer resource.
2003
+ *
2004
+ * @param {string} projectLocationDataStoreSessionAnswerName
2005
+ * A fully-qualified path representing project_location_data_store_session_answer resource.
2006
+ * @returns {string} A string representing the data_store.
2007
+ */
2008
+ matchDataStoreFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
2009
+ /**
2010
+ * Parse the session from ProjectLocationDataStoreSessionAnswer resource.
2011
+ *
2012
+ * @param {string} projectLocationDataStoreSessionAnswerName
2013
+ * A fully-qualified path representing project_location_data_store_session_answer resource.
2014
+ * @returns {string} A string representing the session.
2015
+ */
2016
+ matchSessionFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
2017
+ /**
2018
+ * Parse the answer from ProjectLocationDataStoreSessionAnswer resource.
2019
+ *
2020
+ * @param {string} projectLocationDataStoreSessionAnswerName
2021
+ * A fully-qualified path representing project_location_data_store_session_answer resource.
2022
+ * @returns {string} A string representing the answer.
2023
+ */
2024
+ matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
2025
+ /**
2026
+ * Return a fully-qualified projectLocationDataStoreSessions resource name string.
2027
+ *
2028
+ * @param {string} project
2029
+ * @param {string} location
2030
+ * @param {string} data_store
2031
+ * @param {string} session
2032
+ * @returns {string} Resource name string.
2033
+ */
2034
+ projectLocationDataStoreSessionsPath(project: string, location: string, dataStore: string, session: string): string;
2035
+ /**
2036
+ * Parse the project from ProjectLocationDataStoreSessions resource.
2037
+ *
2038
+ * @param {string} projectLocationDataStoreSessionsName
2039
+ * A fully-qualified path representing project_location_data_store_sessions resource.
2040
+ * @returns {string} A string representing the project.
2041
+ */
2042
+ matchProjectFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
2043
+ /**
2044
+ * Parse the location from ProjectLocationDataStoreSessions resource.
2045
+ *
2046
+ * @param {string} projectLocationDataStoreSessionsName
2047
+ * A fully-qualified path representing project_location_data_store_sessions resource.
2048
+ * @returns {string} A string representing the location.
2049
+ */
2050
+ matchLocationFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
2051
+ /**
2052
+ * Parse the data_store from ProjectLocationDataStoreSessions resource.
2053
+ *
2054
+ * @param {string} projectLocationDataStoreSessionsName
2055
+ * A fully-qualified path representing project_location_data_store_sessions resource.
2056
+ * @returns {string} A string representing the data_store.
2057
+ */
2058
+ matchDataStoreFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
2059
+ /**
2060
+ * Parse the session from ProjectLocationDataStoreSessions resource.
2061
+ *
2062
+ * @param {string} projectLocationDataStoreSessionsName
2063
+ * A fully-qualified path representing project_location_data_store_sessions resource.
2064
+ * @returns {string} A string representing the session.
2065
+ */
2066
+ matchSessionFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
2067
+ /**
2068
+ * Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
2069
+ *
2070
+ * @param {string} project
2071
+ * @param {string} location
2072
+ * @param {string} data_store
2073
+ * @returns {string} Resource name string.
2074
+ */
2075
+ projectLocationDataStoreSiteSearchEnginePath(project: string, location: string, dataStore: string): string;
2076
+ /**
2077
+ * Parse the project from ProjectLocationDataStoreSiteSearchEngine resource.
2078
+ *
2079
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
2080
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
2081
+ * @returns {string} A string representing the project.
2082
+ */
2083
+ matchProjectFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
2084
+ /**
2085
+ * Parse the location from ProjectLocationDataStoreSiteSearchEngine resource.
2086
+ *
2087
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
2088
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
2089
+ * @returns {string} A string representing the location.
2090
+ */
2091
+ matchLocationFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
2092
+ /**
2093
+ * Parse the data_store from ProjectLocationDataStoreSiteSearchEngine resource.
2094
+ *
2095
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
2096
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
2097
+ * @returns {string} A string representing the data_store.
2098
+ */
2099
+ matchDataStoreFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
2100
+ /**
2101
+ * Return a fully-qualified projectLocationDataStoreSiteSearchEngineSitemap resource name string.
2102
+ *
2103
+ * @param {string} project
2104
+ * @param {string} location
2105
+ * @param {string} data_store
2106
+ * @param {string} sitemap
2107
+ * @returns {string} Resource name string.
2108
+ */
2109
+ projectLocationDataStoreSiteSearchEngineSitemapPath(project: string, location: string, dataStore: string, sitemap: string): string;
2110
+ /**
2111
+ * Parse the project from ProjectLocationDataStoreSiteSearchEngineSitemap resource.
2112
+ *
2113
+ * @param {string} projectLocationDataStoreSiteSearchEngineSitemapName
2114
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_sitemap resource.
2115
+ * @returns {string} A string representing the project.
2116
+ */
2117
+ matchProjectFromProjectLocationDataStoreSiteSearchEngineSitemapName(projectLocationDataStoreSiteSearchEngineSitemapName: string): string | number;
2118
+ /**
2119
+ * Parse the location from ProjectLocationDataStoreSiteSearchEngineSitemap resource.
2120
+ *
2121
+ * @param {string} projectLocationDataStoreSiteSearchEngineSitemapName
2122
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_sitemap resource.
2123
+ * @returns {string} A string representing the location.
2124
+ */
2125
+ matchLocationFromProjectLocationDataStoreSiteSearchEngineSitemapName(projectLocationDataStoreSiteSearchEngineSitemapName: string): string | number;
2126
+ /**
2127
+ * Parse the data_store from ProjectLocationDataStoreSiteSearchEngineSitemap resource.
2128
+ *
2129
+ * @param {string} projectLocationDataStoreSiteSearchEngineSitemapName
2130
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_sitemap resource.
2131
+ * @returns {string} A string representing the data_store.
2132
+ */
2133
+ matchDataStoreFromProjectLocationDataStoreSiteSearchEngineSitemapName(projectLocationDataStoreSiteSearchEngineSitemapName: string): string | number;
2134
+ /**
2135
+ * Parse the sitemap from ProjectLocationDataStoreSiteSearchEngineSitemap resource.
2136
+ *
2137
+ * @param {string} projectLocationDataStoreSiteSearchEngineSitemapName
2138
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_sitemap resource.
2139
+ * @returns {string} A string representing the sitemap.
2140
+ */
2141
+ matchSitemapFromProjectLocationDataStoreSiteSearchEngineSitemapName(projectLocationDataStoreSiteSearchEngineSitemapName: string): string | number;
2142
+ /**
2143
+ * Return a fully-qualified projectLocationDataStoreSiteSearchEngineTargetSite resource name string.
2144
+ *
2145
+ * @param {string} project
2146
+ * @param {string} location
2147
+ * @param {string} data_store
2148
+ * @param {string} target_site
2149
+ * @returns {string} Resource name string.
2150
+ */
2151
+ projectLocationDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, dataStore: string, targetSite: string): string;
2152
+ /**
2153
+ * Parse the project from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
2154
+ *
2155
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
2156
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
2157
+ * @returns {string} A string representing the project.
2158
+ */
2159
+ matchProjectFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
2160
+ /**
2161
+ * Parse the location from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
2162
+ *
2163
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
2164
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
2165
+ * @returns {string} A string representing the location.
2166
+ */
2167
+ matchLocationFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
2168
+ /**
2169
+ * Parse the data_store from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
2170
+ *
2171
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
2172
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
2173
+ * @returns {string} A string representing the data_store.
2174
+ */
2175
+ matchDataStoreFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
2176
+ /**
2177
+ * Parse the target_site from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
2178
+ *
2179
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
2180
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
2181
+ * @returns {string} A string representing the target_site.
2182
+ */
2183
+ matchTargetSiteFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
2184
+ /**
2185
+ * Return a fully-qualified sampleQuery resource name string.
2186
+ *
2187
+ * @param {string} project
2188
+ * @param {string} location
2189
+ * @param {string} sample_query_set
2190
+ * @param {string} sample_query
2191
+ * @returns {string} Resource name string.
2192
+ */
2193
+ sampleQueryPath(project: string, location: string, sampleQuerySet: string, sampleQuery: string): string;
2194
+ /**
2195
+ * Parse the project from SampleQuery resource.
2196
+ *
2197
+ * @param {string} sampleQueryName
2198
+ * A fully-qualified path representing SampleQuery resource.
2199
+ * @returns {string} A string representing the project.
2200
+ */
2201
+ matchProjectFromSampleQueryName(sampleQueryName: string): string | number;
2202
+ /**
2203
+ * Parse the location from SampleQuery resource.
2204
+ *
2205
+ * @param {string} sampleQueryName
2206
+ * A fully-qualified path representing SampleQuery resource.
2207
+ * @returns {string} A string representing the location.
2208
+ */
2209
+ matchLocationFromSampleQueryName(sampleQueryName: string): string | number;
2210
+ /**
2211
+ * Parse the sample_query_set from SampleQuery resource.
2212
+ *
2213
+ * @param {string} sampleQueryName
2214
+ * A fully-qualified path representing SampleQuery resource.
2215
+ * @returns {string} A string representing the sample_query_set.
2216
+ */
2217
+ matchSampleQuerySetFromSampleQueryName(sampleQueryName: string): string | number;
2218
+ /**
2219
+ * Parse the sample_query from SampleQuery resource.
2220
+ *
2221
+ * @param {string} sampleQueryName
2222
+ * A fully-qualified path representing SampleQuery resource.
2223
+ * @returns {string} A string representing the sample_query.
2224
+ */
2225
+ matchSampleQueryFromSampleQueryName(sampleQueryName: string): string | number;
2226
+ /**
2227
+ * Return a fully-qualified sampleQuerySet resource name string.
2228
+ *
2229
+ * @param {string} project
2230
+ * @param {string} location
2231
+ * @param {string} sample_query_set
2232
+ * @returns {string} Resource name string.
2233
+ */
2234
+ sampleQuerySetPath(project: string, location: string, sampleQuerySet: string): string;
2235
+ /**
2236
+ * Parse the project from SampleQuerySet resource.
2237
+ *
2238
+ * @param {string} sampleQuerySetName
2239
+ * A fully-qualified path representing SampleQuerySet resource.
2240
+ * @returns {string} A string representing the project.
2241
+ */
2242
+ matchProjectFromSampleQuerySetName(sampleQuerySetName: string): string | number;
2243
+ /**
2244
+ * Parse the location from SampleQuerySet resource.
2245
+ *
2246
+ * @param {string} sampleQuerySetName
2247
+ * A fully-qualified path representing SampleQuerySet resource.
2248
+ * @returns {string} A string representing the location.
2249
+ */
2250
+ matchLocationFromSampleQuerySetName(sampleQuerySetName: string): string | number;
2251
+ /**
2252
+ * Parse the sample_query_set from SampleQuerySet resource.
2253
+ *
2254
+ * @param {string} sampleQuerySetName
2255
+ * A fully-qualified path representing SampleQuerySet resource.
2256
+ * @returns {string} A string representing the sample_query_set.
2257
+ */
2258
+ matchSampleQuerySetFromSampleQuerySetName(sampleQuerySetName: string): string | number;
2259
+ /**
2260
+ * Terminate the gRPC channel and close the client.
2261
+ *
2262
+ * The client will no longer be usable and all future behavior is undefined.
2263
+ * @returns {Promise} A promise that resolves when the client is closed.
2264
+ */
2265
+ close(): Promise<void>;
2266
+ }