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