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