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