@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,1623 @@
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 v1
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.v1.Control|Control} to create already
128
+ * 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.v1.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.v1.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/v1/control_service.create_control.js</caption>
152
+ * region_tag:discoveryengine_v1_generated_ControlService_CreateControl_async
153
+ */
154
+ createControl(request?: protos.google.cloud.discoveryengine.v1.ICreateControlRequest, options?: CallOptions): Promise<[
155
+ protos.google.cloud.discoveryengine.v1.IControl,
156
+ protos.google.cloud.discoveryengine.v1.ICreateControlRequest | undefined,
157
+ {} | undefined
158
+ ]>;
159
+ createControl(request: protos.google.cloud.discoveryengine.v1.ICreateControlRequest, options: CallOptions, callback: Callback<protos.google.cloud.discoveryengine.v1.IControl, protos.google.cloud.discoveryengine.v1.ICreateControlRequest | null | undefined, {} | null | undefined>): void;
160
+ createControl(request: protos.google.cloud.discoveryengine.v1.ICreateControlRequest, callback: Callback<protos.google.cloud.discoveryengine.v1.IControl, protos.google.cloud.discoveryengine.v1.ICreateControlRequest | null | undefined, {} | null | undefined>): void;
161
+ /**
162
+ * Deletes a Control.
163
+ *
164
+ * If the {@link protos.google.cloud.discoveryengine.v1.Control|Control} to delete does
165
+ * 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/v1/control_service.delete_control.js</caption>
179
+ * region_tag:discoveryengine_v1_generated_ControlService_DeleteControl_async
180
+ */
181
+ deleteControl(request?: protos.google.cloud.discoveryengine.v1.IDeleteControlRequest, options?: CallOptions): Promise<[
182
+ protos.google.protobuf.IEmpty,
183
+ protos.google.cloud.discoveryengine.v1.IDeleteControlRequest | undefined,
184
+ {} | undefined
185
+ ]>;
186
+ deleteControl(request: protos.google.cloud.discoveryengine.v1.IDeleteControlRequest, options: CallOptions, callback: Callback<protos.google.protobuf.IEmpty, protos.google.cloud.discoveryengine.v1.IDeleteControlRequest | null | undefined, {} | null | undefined>): void;
187
+ deleteControl(request: protos.google.cloud.discoveryengine.v1.IDeleteControlRequest, callback: Callback<protos.google.protobuf.IEmpty, protos.google.cloud.discoveryengine.v1.IDeleteControlRequest | null | undefined, {} | null | undefined>): void;
188
+ /**
189
+ * Updates a Control.
190
+ *
191
+ * {@link protos.google.cloud.discoveryengine.v1.Control|Control} action type cannot be
192
+ * changed. If the {@link protos.google.cloud.discoveryengine.v1.Control|Control} to
193
+ * 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.v1.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.v1.Control|Control} to update. The following
202
+ * are NOT supported:
203
+ *
204
+ * * {@link protos.google.cloud.discoveryengine.v1.Control.name|Control.name}
205
+ * * {@link protos.google.cloud.discoveryengine.v1.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.v1.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/v1/control_service.update_control.js</caption>
215
+ * region_tag:discoveryengine_v1_generated_ControlService_UpdateControl_async
216
+ */
217
+ updateControl(request?: protos.google.cloud.discoveryengine.v1.IUpdateControlRequest, options?: CallOptions): Promise<[
218
+ protos.google.cloud.discoveryengine.v1.IControl,
219
+ protos.google.cloud.discoveryengine.v1.IUpdateControlRequest | undefined,
220
+ {} | undefined
221
+ ]>;
222
+ updateControl(request: protos.google.cloud.discoveryengine.v1.IUpdateControlRequest, options: CallOptions, callback: Callback<protos.google.cloud.discoveryengine.v1.IControl, protos.google.cloud.discoveryengine.v1.IUpdateControlRequest | null | undefined, {} | null | undefined>): void;
223
+ updateControl(request: protos.google.cloud.discoveryengine.v1.IUpdateControlRequest, callback: Callback<protos.google.cloud.discoveryengine.v1.IControl, protos.google.cloud.discoveryengine.v1.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.v1.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/v1/control_service.get_control.js</caption>
239
+ * region_tag:discoveryengine_v1_generated_ControlService_GetControl_async
240
+ */
241
+ getControl(request?: protos.google.cloud.discoveryengine.v1.IGetControlRequest, options?: CallOptions): Promise<[
242
+ protos.google.cloud.discoveryengine.v1.IControl,
243
+ protos.google.cloud.discoveryengine.v1.IGetControlRequest | undefined,
244
+ {} | undefined
245
+ ]>;
246
+ getControl(request: protos.google.cloud.discoveryengine.v1.IGetControlRequest, options: CallOptions, callback: Callback<protos.google.cloud.discoveryengine.v1.IControl, protos.google.cloud.discoveryengine.v1.IGetControlRequest | null | undefined, {} | null | undefined>): void;
247
+ getControl(request: protos.google.cloud.discoveryengine.v1.IGetControlRequest, callback: Callback<protos.google.cloud.discoveryengine.v1.IControl, protos.google.cloud.discoveryengine.v1.IGetControlRequest | null | undefined, {} | null | undefined>): void;
248
+ /**
249
+ * Lists all Controls by their parent
250
+ * {@link protos.google.cloud.discoveryengine.v1.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.v1.ListControlsRequest.filter|filter} is
270
+ * 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.v1.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.v1.IListControlsRequest, options?: CallOptions): Promise<[
284
+ protos.google.cloud.discoveryengine.v1.IControl[],
285
+ protos.google.cloud.discoveryengine.v1.IListControlsRequest | null,
286
+ protos.google.cloud.discoveryengine.v1.IListControlsResponse
287
+ ]>;
288
+ listControls(request: protos.google.cloud.discoveryengine.v1.IListControlsRequest, options: CallOptions, callback: PaginationCallback<protos.google.cloud.discoveryengine.v1.IListControlsRequest, protos.google.cloud.discoveryengine.v1.IListControlsResponse | null | undefined, protos.google.cloud.discoveryengine.v1.IControl>): void;
289
+ listControls(request: protos.google.cloud.discoveryengine.v1.IListControlsRequest, callback: PaginationCallback<protos.google.cloud.discoveryengine.v1.IListControlsRequest, protos.google.cloud.discoveryengine.v1.IListControlsResponse | null | undefined, protos.google.cloud.discoveryengine.v1.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.v1.ListControlsRequest.filter|filter} is
310
+ * 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.v1.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.v1.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.v1.ListControlsRequest.filter|filter} is
345
+ * 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.v1.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/v1/control_service.list_controls.js</caption>
356
+ * region_tag:discoveryengine_v1_generated_ControlService_ListControls_async
357
+ */
358
+ listControlsAsync(request?: protos.google.cloud.discoveryengine.v1.IListControlsRequest, options?: CallOptions): AsyncIterable<protos.google.cloud.discoveryengine.v1.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 engine resource name string.
412
+ *
413
+ * @param {string} project
414
+ * @param {string} location
415
+ * @param {string} collection
416
+ * @param {string} engine
417
+ * @returns {string} Resource name string.
418
+ */
419
+ enginePath(project: string, location: string, collection: string, engine: string): string;
420
+ /**
421
+ * Parse the project from Engine resource.
422
+ *
423
+ * @param {string} engineName
424
+ * A fully-qualified path representing Engine resource.
425
+ * @returns {string} A string representing the project.
426
+ */
427
+ matchProjectFromEngineName(engineName: string): string | number;
428
+ /**
429
+ * Parse the location from Engine resource.
430
+ *
431
+ * @param {string} engineName
432
+ * A fully-qualified path representing Engine resource.
433
+ * @returns {string} A string representing the location.
434
+ */
435
+ matchLocationFromEngineName(engineName: string): string | number;
436
+ /**
437
+ * Parse the collection from Engine resource.
438
+ *
439
+ * @param {string} engineName
440
+ * A fully-qualified path representing Engine resource.
441
+ * @returns {string} A string representing the collection.
442
+ */
443
+ matchCollectionFromEngineName(engineName: string): string | number;
444
+ /**
445
+ * Parse the engine from Engine resource.
446
+ *
447
+ * @param {string} engineName
448
+ * A fully-qualified path representing Engine resource.
449
+ * @returns {string} A string representing the engine.
450
+ */
451
+ matchEngineFromEngineName(engineName: string): string | number;
452
+ /**
453
+ * Return a fully-qualified location resource name string.
454
+ *
455
+ * @param {string} project
456
+ * @param {string} location
457
+ * @returns {string} Resource name string.
458
+ */
459
+ locationPath(project: string, location: string): string;
460
+ /**
461
+ * Parse the project from Location resource.
462
+ *
463
+ * @param {string} locationName
464
+ * A fully-qualified path representing Location resource.
465
+ * @returns {string} A string representing the project.
466
+ */
467
+ matchProjectFromLocationName(locationName: string): string | number;
468
+ /**
469
+ * Parse the location from Location resource.
470
+ *
471
+ * @param {string} locationName
472
+ * A fully-qualified path representing Location resource.
473
+ * @returns {string} A string representing the location.
474
+ */
475
+ matchLocationFromLocationName(locationName: string): string | number;
476
+ /**
477
+ * Return a fully-qualified project resource name string.
478
+ *
479
+ * @param {string} project
480
+ * @returns {string} Resource name string.
481
+ */
482
+ projectPath(project: string): string;
483
+ /**
484
+ * Parse the project from Project resource.
485
+ *
486
+ * @param {string} projectName
487
+ * A fully-qualified path representing Project resource.
488
+ * @returns {string} A string representing the project.
489
+ */
490
+ matchProjectFromProjectName(projectName: string): string | number;
491
+ /**
492
+ * Return a fully-qualified projectLocationCollectionDataStore resource name string.
493
+ *
494
+ * @param {string} project
495
+ * @param {string} location
496
+ * @param {string} collection
497
+ * @param {string} data_store
498
+ * @returns {string} Resource name string.
499
+ */
500
+ projectLocationCollectionDataStorePath(project: string, location: string, collection: string, dataStore: string): string;
501
+ /**
502
+ * Parse the project from ProjectLocationCollectionDataStore resource.
503
+ *
504
+ * @param {string} projectLocationCollectionDataStoreName
505
+ * A fully-qualified path representing project_location_collection_data_store resource.
506
+ * @returns {string} A string representing the project.
507
+ */
508
+ matchProjectFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
509
+ /**
510
+ * Parse the location from ProjectLocationCollectionDataStore resource.
511
+ *
512
+ * @param {string} projectLocationCollectionDataStoreName
513
+ * A fully-qualified path representing project_location_collection_data_store resource.
514
+ * @returns {string} A string representing the location.
515
+ */
516
+ matchLocationFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
517
+ /**
518
+ * Parse the collection from ProjectLocationCollectionDataStore resource.
519
+ *
520
+ * @param {string} projectLocationCollectionDataStoreName
521
+ * A fully-qualified path representing project_location_collection_data_store resource.
522
+ * @returns {string} A string representing the collection.
523
+ */
524
+ matchCollectionFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
525
+ /**
526
+ * Parse the data_store 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 data_store.
531
+ */
532
+ matchDataStoreFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
533
+ /**
534
+ * Return a fully-qualified projectLocationCollectionDataStoreBranchDocument resource name string.
535
+ *
536
+ * @param {string} project
537
+ * @param {string} location
538
+ * @param {string} collection
539
+ * @param {string} data_store
540
+ * @param {string} branch
541
+ * @param {string} document
542
+ * @returns {string} Resource name string.
543
+ */
544
+ projectLocationCollectionDataStoreBranchDocumentPath(project: string, location: string, collection: string, dataStore: string, branch: string, document: string): string;
545
+ /**
546
+ * Parse the project from ProjectLocationCollectionDataStoreBranchDocument resource.
547
+ *
548
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
549
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
550
+ * @returns {string} A string representing the project.
551
+ */
552
+ matchProjectFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
553
+ /**
554
+ * Parse the location from ProjectLocationCollectionDataStoreBranchDocument resource.
555
+ *
556
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
557
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
558
+ * @returns {string} A string representing the location.
559
+ */
560
+ matchLocationFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
561
+ /**
562
+ * Parse the collection from ProjectLocationCollectionDataStoreBranchDocument resource.
563
+ *
564
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
565
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
566
+ * @returns {string} A string representing the collection.
567
+ */
568
+ matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
569
+ /**
570
+ * Parse the data_store 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 data_store.
575
+ */
576
+ matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
577
+ /**
578
+ * Parse the branch 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 branch.
583
+ */
584
+ matchBranchFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
585
+ /**
586
+ * Parse the document 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 document.
591
+ */
592
+ matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
593
+ /**
594
+ * Return a fully-qualified projectLocationCollectionDataStoreControl resource name string.
595
+ *
596
+ * @param {string} project
597
+ * @param {string} location
598
+ * @param {string} collection
599
+ * @param {string} data_store
600
+ * @param {string} control
601
+ * @returns {string} Resource name string.
602
+ */
603
+ projectLocationCollectionDataStoreControlPath(project: string, location: string, collection: string, dataStore: string, control: string): string;
604
+ /**
605
+ * Parse the project from ProjectLocationCollectionDataStoreControl resource.
606
+ *
607
+ * @param {string} projectLocationCollectionDataStoreControlName
608
+ * A fully-qualified path representing project_location_collection_data_store_control resource.
609
+ * @returns {string} A string representing the project.
610
+ */
611
+ matchProjectFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
612
+ /**
613
+ * Parse the location from ProjectLocationCollectionDataStoreControl resource.
614
+ *
615
+ * @param {string} projectLocationCollectionDataStoreControlName
616
+ * A fully-qualified path representing project_location_collection_data_store_control resource.
617
+ * @returns {string} A string representing the location.
618
+ */
619
+ matchLocationFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
620
+ /**
621
+ * Parse the collection from ProjectLocationCollectionDataStoreControl resource.
622
+ *
623
+ * @param {string} projectLocationCollectionDataStoreControlName
624
+ * A fully-qualified path representing project_location_collection_data_store_control resource.
625
+ * @returns {string} A string representing the collection.
626
+ */
627
+ matchCollectionFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
628
+ /**
629
+ * Parse the data_store from ProjectLocationCollectionDataStoreControl resource.
630
+ *
631
+ * @param {string} projectLocationCollectionDataStoreControlName
632
+ * A fully-qualified path representing project_location_collection_data_store_control resource.
633
+ * @returns {string} A string representing the data_store.
634
+ */
635
+ matchDataStoreFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
636
+ /**
637
+ * Parse the control from ProjectLocationCollectionDataStoreControl resource.
638
+ *
639
+ * @param {string} projectLocationCollectionDataStoreControlName
640
+ * A fully-qualified path representing project_location_collection_data_store_control resource.
641
+ * @returns {string} A string representing the control.
642
+ */
643
+ matchControlFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
644
+ /**
645
+ * Return a fully-qualified projectLocationCollectionDataStoreConversation resource name string.
646
+ *
647
+ * @param {string} project
648
+ * @param {string} location
649
+ * @param {string} collection
650
+ * @param {string} data_store
651
+ * @param {string} conversation
652
+ * @returns {string} Resource name string.
653
+ */
654
+ projectLocationCollectionDataStoreConversationPath(project: string, location: string, collection: string, dataStore: string, conversation: string): string;
655
+ /**
656
+ * Parse the project from ProjectLocationCollectionDataStoreConversation resource.
657
+ *
658
+ * @param {string} projectLocationCollectionDataStoreConversationName
659
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
660
+ * @returns {string} A string representing the project.
661
+ */
662
+ matchProjectFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
663
+ /**
664
+ * Parse the location from ProjectLocationCollectionDataStoreConversation resource.
665
+ *
666
+ * @param {string} projectLocationCollectionDataStoreConversationName
667
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
668
+ * @returns {string} A string representing the location.
669
+ */
670
+ matchLocationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
671
+ /**
672
+ * Parse the collection from ProjectLocationCollectionDataStoreConversation resource.
673
+ *
674
+ * @param {string} projectLocationCollectionDataStoreConversationName
675
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
676
+ * @returns {string} A string representing the collection.
677
+ */
678
+ matchCollectionFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
679
+ /**
680
+ * Parse the data_store from ProjectLocationCollectionDataStoreConversation resource.
681
+ *
682
+ * @param {string} projectLocationCollectionDataStoreConversationName
683
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
684
+ * @returns {string} A string representing the data_store.
685
+ */
686
+ matchDataStoreFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
687
+ /**
688
+ * Parse the conversation from ProjectLocationCollectionDataStoreConversation resource.
689
+ *
690
+ * @param {string} projectLocationCollectionDataStoreConversationName
691
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
692
+ * @returns {string} A string representing the conversation.
693
+ */
694
+ matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
695
+ /**
696
+ * Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
697
+ *
698
+ * @param {string} project
699
+ * @param {string} location
700
+ * @param {string} collection
701
+ * @param {string} data_store
702
+ * @returns {string} Resource name string.
703
+ */
704
+ projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
705
+ /**
706
+ * Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
707
+ *
708
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
709
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
710
+ * @returns {string} A string representing the project.
711
+ */
712
+ matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
713
+ /**
714
+ * Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
715
+ *
716
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
717
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
718
+ * @returns {string} A string representing the location.
719
+ */
720
+ matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
721
+ /**
722
+ * Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
723
+ *
724
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
725
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
726
+ * @returns {string} A string representing the collection.
727
+ */
728
+ matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
729
+ /**
730
+ * Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
731
+ *
732
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
733
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
734
+ * @returns {string} A string representing the data_store.
735
+ */
736
+ matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
737
+ /**
738
+ * Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
739
+ *
740
+ * @param {string} project
741
+ * @param {string} location
742
+ * @param {string} collection
743
+ * @param {string} data_store
744
+ * @param {string} schema
745
+ * @returns {string} Resource name string.
746
+ */
747
+ projectLocationCollectionDataStoreSchemaPath(project: string, location: string, collection: string, dataStore: string, schema: string): string;
748
+ /**
749
+ * Parse the project from ProjectLocationCollectionDataStoreSchema resource.
750
+ *
751
+ * @param {string} projectLocationCollectionDataStoreSchemaName
752
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
753
+ * @returns {string} A string representing the project.
754
+ */
755
+ matchProjectFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
756
+ /**
757
+ * Parse the location from ProjectLocationCollectionDataStoreSchema resource.
758
+ *
759
+ * @param {string} projectLocationCollectionDataStoreSchemaName
760
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
761
+ * @returns {string} A string representing the location.
762
+ */
763
+ matchLocationFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
764
+ /**
765
+ * Parse the collection from ProjectLocationCollectionDataStoreSchema resource.
766
+ *
767
+ * @param {string} projectLocationCollectionDataStoreSchemaName
768
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
769
+ * @returns {string} A string representing the collection.
770
+ */
771
+ matchCollectionFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
772
+ /**
773
+ * Parse the data_store from ProjectLocationCollectionDataStoreSchema resource.
774
+ *
775
+ * @param {string} projectLocationCollectionDataStoreSchemaName
776
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
777
+ * @returns {string} A string representing the data_store.
778
+ */
779
+ matchDataStoreFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
780
+ /**
781
+ * Parse the schema from ProjectLocationCollectionDataStoreSchema resource.
782
+ *
783
+ * @param {string} projectLocationCollectionDataStoreSchemaName
784
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
785
+ * @returns {string} A string representing the schema.
786
+ */
787
+ matchSchemaFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
788
+ /**
789
+ * Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
790
+ *
791
+ * @param {string} project
792
+ * @param {string} location
793
+ * @param {string} collection
794
+ * @param {string} data_store
795
+ * @param {string} session
796
+ * @returns {string} Resource name string.
797
+ */
798
+ projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
799
+ /**
800
+ * Parse the project from ProjectLocationCollectionDataStoreSession resource.
801
+ *
802
+ * @param {string} projectLocationCollectionDataStoreSessionName
803
+ * A fully-qualified path representing project_location_collection_data_store_session resource.
804
+ * @returns {string} A string representing the project.
805
+ */
806
+ matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
807
+ /**
808
+ * Parse the location from ProjectLocationCollectionDataStoreSession resource.
809
+ *
810
+ * @param {string} projectLocationCollectionDataStoreSessionName
811
+ * A fully-qualified path representing project_location_collection_data_store_session resource.
812
+ * @returns {string} A string representing the location.
813
+ */
814
+ matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
815
+ /**
816
+ * Parse the collection from ProjectLocationCollectionDataStoreSession resource.
817
+ *
818
+ * @param {string} projectLocationCollectionDataStoreSessionName
819
+ * A fully-qualified path representing project_location_collection_data_store_session resource.
820
+ * @returns {string} A string representing the collection.
821
+ */
822
+ matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
823
+ /**
824
+ * Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
825
+ *
826
+ * @param {string} projectLocationCollectionDataStoreSessionName
827
+ * A fully-qualified path representing project_location_collection_data_store_session resource.
828
+ * @returns {string} A string representing the data_store.
829
+ */
830
+ matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
831
+ /**
832
+ * Parse the session from ProjectLocationCollectionDataStoreSession resource.
833
+ *
834
+ * @param {string} projectLocationCollectionDataStoreSessionName
835
+ * A fully-qualified path representing project_location_collection_data_store_session resource.
836
+ * @returns {string} A string representing the session.
837
+ */
838
+ matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
839
+ /**
840
+ * Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
841
+ *
842
+ * @param {string} project
843
+ * @param {string} location
844
+ * @param {string} collection
845
+ * @param {string} data_store
846
+ * @param {string} session
847
+ * @param {string} answer
848
+ * @returns {string} Resource name string.
849
+ */
850
+ projectLocationCollectionDataStoreSessionAnswerPath(project: string, location: string, collection: string, dataStore: string, session: string, answer: string): string;
851
+ /**
852
+ * Parse the project from ProjectLocationCollectionDataStoreSessionAnswer resource.
853
+ *
854
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
855
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
856
+ * @returns {string} A string representing the project.
857
+ */
858
+ matchProjectFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
859
+ /**
860
+ * Parse the location from ProjectLocationCollectionDataStoreSessionAnswer resource.
861
+ *
862
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
863
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
864
+ * @returns {string} A string representing the location.
865
+ */
866
+ matchLocationFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
867
+ /**
868
+ * Parse the collection from ProjectLocationCollectionDataStoreSessionAnswer resource.
869
+ *
870
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
871
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
872
+ * @returns {string} A string representing the collection.
873
+ */
874
+ matchCollectionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
875
+ /**
876
+ * Parse the data_store from ProjectLocationCollectionDataStoreSessionAnswer resource.
877
+ *
878
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
879
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
880
+ * @returns {string} A string representing the data_store.
881
+ */
882
+ matchDataStoreFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
883
+ /**
884
+ * Parse the session from ProjectLocationCollectionDataStoreSessionAnswer resource.
885
+ *
886
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
887
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
888
+ * @returns {string} A string representing the session.
889
+ */
890
+ matchSessionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
891
+ /**
892
+ * Parse the answer from ProjectLocationCollectionDataStoreSessionAnswer resource.
893
+ *
894
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
895
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
896
+ * @returns {string} A string representing the answer.
897
+ */
898
+ matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
899
+ /**
900
+ * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
901
+ *
902
+ * @param {string} project
903
+ * @param {string} location
904
+ * @param {string} collection
905
+ * @param {string} data_store
906
+ * @returns {string} Resource name string.
907
+ */
908
+ projectLocationCollectionDataStoreSiteSearchEnginePath(project: string, location: string, collection: string, dataStore: string): string;
909
+ /**
910
+ * Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
911
+ *
912
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
913
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
914
+ * @returns {string} A string representing the project.
915
+ */
916
+ matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
917
+ /**
918
+ * Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
919
+ *
920
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
921
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
922
+ * @returns {string} A string representing the location.
923
+ */
924
+ matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
925
+ /**
926
+ * Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
927
+ *
928
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
929
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
930
+ * @returns {string} A string representing the collection.
931
+ */
932
+ matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
933
+ /**
934
+ * Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
935
+ *
936
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
937
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
938
+ * @returns {string} A string representing the data_store.
939
+ */
940
+ matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
941
+ /**
942
+ * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineTargetSite resource name string.
943
+ *
944
+ * @param {string} project
945
+ * @param {string} location
946
+ * @param {string} collection
947
+ * @param {string} data_store
948
+ * @param {string} target_site
949
+ * @returns {string} Resource name string.
950
+ */
951
+ projectLocationCollectionDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, collection: string, dataStore: string, targetSite: string): string;
952
+ /**
953
+ * Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
954
+ *
955
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
956
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
957
+ * @returns {string} A string representing the project.
958
+ */
959
+ matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
960
+ /**
961
+ * Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
962
+ *
963
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
964
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
965
+ * @returns {string} A string representing the location.
966
+ */
967
+ matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
968
+ /**
969
+ * Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
970
+ *
971
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
972
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
973
+ * @returns {string} A string representing the collection.
974
+ */
975
+ matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
976
+ /**
977
+ * Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
978
+ *
979
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
980
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
981
+ * @returns {string} A string representing the data_store.
982
+ */
983
+ matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
984
+ /**
985
+ * Parse the target_site from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
986
+ *
987
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
988
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
989
+ * @returns {string} A string representing the target_site.
990
+ */
991
+ matchTargetSiteFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
992
+ /**
993
+ * Return a fully-qualified projectLocationCollectionEngineControl resource name string.
994
+ *
995
+ * @param {string} project
996
+ * @param {string} location
997
+ * @param {string} collection
998
+ * @param {string} engine
999
+ * @param {string} control
1000
+ * @returns {string} Resource name string.
1001
+ */
1002
+ projectLocationCollectionEngineControlPath(project: string, location: string, collection: string, engine: string, control: string): string;
1003
+ /**
1004
+ * Parse the project from ProjectLocationCollectionEngineControl resource.
1005
+ *
1006
+ * @param {string} projectLocationCollectionEngineControlName
1007
+ * A fully-qualified path representing project_location_collection_engine_control resource.
1008
+ * @returns {string} A string representing the project.
1009
+ */
1010
+ matchProjectFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
1011
+ /**
1012
+ * Parse the location from ProjectLocationCollectionEngineControl resource.
1013
+ *
1014
+ * @param {string} projectLocationCollectionEngineControlName
1015
+ * A fully-qualified path representing project_location_collection_engine_control resource.
1016
+ * @returns {string} A string representing the location.
1017
+ */
1018
+ matchLocationFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
1019
+ /**
1020
+ * Parse the collection from ProjectLocationCollectionEngineControl resource.
1021
+ *
1022
+ * @param {string} projectLocationCollectionEngineControlName
1023
+ * A fully-qualified path representing project_location_collection_engine_control resource.
1024
+ * @returns {string} A string representing the collection.
1025
+ */
1026
+ matchCollectionFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
1027
+ /**
1028
+ * Parse the engine from ProjectLocationCollectionEngineControl resource.
1029
+ *
1030
+ * @param {string} projectLocationCollectionEngineControlName
1031
+ * A fully-qualified path representing project_location_collection_engine_control resource.
1032
+ * @returns {string} A string representing the engine.
1033
+ */
1034
+ matchEngineFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
1035
+ /**
1036
+ * Parse the control from ProjectLocationCollectionEngineControl resource.
1037
+ *
1038
+ * @param {string} projectLocationCollectionEngineControlName
1039
+ * A fully-qualified path representing project_location_collection_engine_control resource.
1040
+ * @returns {string} A string representing the control.
1041
+ */
1042
+ matchControlFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
1043
+ /**
1044
+ * Return a fully-qualified projectLocationCollectionEngineConversation resource name string.
1045
+ *
1046
+ * @param {string} project
1047
+ * @param {string} location
1048
+ * @param {string} collection
1049
+ * @param {string} engine
1050
+ * @param {string} conversation
1051
+ * @returns {string} Resource name string.
1052
+ */
1053
+ projectLocationCollectionEngineConversationPath(project: string, location: string, collection: string, engine: string, conversation: string): string;
1054
+ /**
1055
+ * Parse the project from ProjectLocationCollectionEngineConversation resource.
1056
+ *
1057
+ * @param {string} projectLocationCollectionEngineConversationName
1058
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
1059
+ * @returns {string} A string representing the project.
1060
+ */
1061
+ matchProjectFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
1062
+ /**
1063
+ * Parse the location from ProjectLocationCollectionEngineConversation resource.
1064
+ *
1065
+ * @param {string} projectLocationCollectionEngineConversationName
1066
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
1067
+ * @returns {string} A string representing the location.
1068
+ */
1069
+ matchLocationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
1070
+ /**
1071
+ * Parse the collection from ProjectLocationCollectionEngineConversation resource.
1072
+ *
1073
+ * @param {string} projectLocationCollectionEngineConversationName
1074
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
1075
+ * @returns {string} A string representing the collection.
1076
+ */
1077
+ matchCollectionFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
1078
+ /**
1079
+ * Parse the engine from ProjectLocationCollectionEngineConversation resource.
1080
+ *
1081
+ * @param {string} projectLocationCollectionEngineConversationName
1082
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
1083
+ * @returns {string} A string representing the engine.
1084
+ */
1085
+ matchEngineFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
1086
+ /**
1087
+ * Parse the conversation from ProjectLocationCollectionEngineConversation resource.
1088
+ *
1089
+ * @param {string} projectLocationCollectionEngineConversationName
1090
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
1091
+ * @returns {string} A string representing the conversation.
1092
+ */
1093
+ matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
1094
+ /**
1095
+ * Return a fully-qualified projectLocationCollectionEngineSession resource name string.
1096
+ *
1097
+ * @param {string} project
1098
+ * @param {string} location
1099
+ * @param {string} collection
1100
+ * @param {string} engine
1101
+ * @param {string} session
1102
+ * @returns {string} Resource name string.
1103
+ */
1104
+ projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
1105
+ /**
1106
+ * Parse the project from ProjectLocationCollectionEngineSession resource.
1107
+ *
1108
+ * @param {string} projectLocationCollectionEngineSessionName
1109
+ * A fully-qualified path representing project_location_collection_engine_session resource.
1110
+ * @returns {string} A string representing the project.
1111
+ */
1112
+ matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
1113
+ /**
1114
+ * Parse the location from ProjectLocationCollectionEngineSession resource.
1115
+ *
1116
+ * @param {string} projectLocationCollectionEngineSessionName
1117
+ * A fully-qualified path representing project_location_collection_engine_session resource.
1118
+ * @returns {string} A string representing the location.
1119
+ */
1120
+ matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
1121
+ /**
1122
+ * Parse the collection from ProjectLocationCollectionEngineSession resource.
1123
+ *
1124
+ * @param {string} projectLocationCollectionEngineSessionName
1125
+ * A fully-qualified path representing project_location_collection_engine_session resource.
1126
+ * @returns {string} A string representing the collection.
1127
+ */
1128
+ matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
1129
+ /**
1130
+ * Parse the engine from ProjectLocationCollectionEngineSession resource.
1131
+ *
1132
+ * @param {string} projectLocationCollectionEngineSessionName
1133
+ * A fully-qualified path representing project_location_collection_engine_session resource.
1134
+ * @returns {string} A string representing the engine.
1135
+ */
1136
+ matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
1137
+ /**
1138
+ * Parse the session from ProjectLocationCollectionEngineSession resource.
1139
+ *
1140
+ * @param {string} projectLocationCollectionEngineSessionName
1141
+ * A fully-qualified path representing project_location_collection_engine_session resource.
1142
+ * @returns {string} A string representing the session.
1143
+ */
1144
+ matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
1145
+ /**
1146
+ * Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
1147
+ *
1148
+ * @param {string} project
1149
+ * @param {string} location
1150
+ * @param {string} collection
1151
+ * @param {string} engine
1152
+ * @param {string} session
1153
+ * @param {string} answer
1154
+ * @returns {string} Resource name string.
1155
+ */
1156
+ projectLocationCollectionEngineSessionAnswerPath(project: string, location: string, collection: string, engine: string, session: string, answer: string): string;
1157
+ /**
1158
+ * Parse the project from ProjectLocationCollectionEngineSessionAnswer resource.
1159
+ *
1160
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1161
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1162
+ * @returns {string} A string representing the project.
1163
+ */
1164
+ matchProjectFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1165
+ /**
1166
+ * Parse the location from ProjectLocationCollectionEngineSessionAnswer resource.
1167
+ *
1168
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1169
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1170
+ * @returns {string} A string representing the location.
1171
+ */
1172
+ matchLocationFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1173
+ /**
1174
+ * Parse the collection from ProjectLocationCollectionEngineSessionAnswer resource.
1175
+ *
1176
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1177
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1178
+ * @returns {string} A string representing the collection.
1179
+ */
1180
+ matchCollectionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1181
+ /**
1182
+ * Parse the engine from ProjectLocationCollectionEngineSessionAnswer resource.
1183
+ *
1184
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1185
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1186
+ * @returns {string} A string representing the engine.
1187
+ */
1188
+ matchEngineFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1189
+ /**
1190
+ * Parse the session from ProjectLocationCollectionEngineSessionAnswer resource.
1191
+ *
1192
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1193
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1194
+ * @returns {string} A string representing the session.
1195
+ */
1196
+ matchSessionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1197
+ /**
1198
+ * Parse the answer from ProjectLocationCollectionEngineSessionAnswer resource.
1199
+ *
1200
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1201
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1202
+ * @returns {string} A string representing the answer.
1203
+ */
1204
+ matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1205
+ /**
1206
+ * Return a fully-qualified projectLocationDataStore resource name string.
1207
+ *
1208
+ * @param {string} project
1209
+ * @param {string} location
1210
+ * @param {string} data_store
1211
+ * @returns {string} Resource name string.
1212
+ */
1213
+ projectLocationDataStorePath(project: string, location: string, dataStore: string): string;
1214
+ /**
1215
+ * Parse the project from ProjectLocationDataStore resource.
1216
+ *
1217
+ * @param {string} projectLocationDataStoreName
1218
+ * A fully-qualified path representing project_location_data_store resource.
1219
+ * @returns {string} A string representing the project.
1220
+ */
1221
+ matchProjectFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
1222
+ /**
1223
+ * Parse the location from ProjectLocationDataStore resource.
1224
+ *
1225
+ * @param {string} projectLocationDataStoreName
1226
+ * A fully-qualified path representing project_location_data_store resource.
1227
+ * @returns {string} A string representing the location.
1228
+ */
1229
+ matchLocationFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
1230
+ /**
1231
+ * Parse the data_store from ProjectLocationDataStore resource.
1232
+ *
1233
+ * @param {string} projectLocationDataStoreName
1234
+ * A fully-qualified path representing project_location_data_store resource.
1235
+ * @returns {string} A string representing the data_store.
1236
+ */
1237
+ matchDataStoreFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
1238
+ /**
1239
+ * Return a fully-qualified projectLocationDataStoreBranchDocument resource name string.
1240
+ *
1241
+ * @param {string} project
1242
+ * @param {string} location
1243
+ * @param {string} data_store
1244
+ * @param {string} branch
1245
+ * @param {string} document
1246
+ * @returns {string} Resource name string.
1247
+ */
1248
+ projectLocationDataStoreBranchDocumentPath(project: string, location: string, dataStore: string, branch: string, document: string): string;
1249
+ /**
1250
+ * Parse the project from ProjectLocationDataStoreBranchDocument resource.
1251
+ *
1252
+ * @param {string} projectLocationDataStoreBranchDocumentName
1253
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
1254
+ * @returns {string} A string representing the project.
1255
+ */
1256
+ matchProjectFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1257
+ /**
1258
+ * Parse the location from ProjectLocationDataStoreBranchDocument resource.
1259
+ *
1260
+ * @param {string} projectLocationDataStoreBranchDocumentName
1261
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
1262
+ * @returns {string} A string representing the location.
1263
+ */
1264
+ matchLocationFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1265
+ /**
1266
+ * Parse the data_store from ProjectLocationDataStoreBranchDocument resource.
1267
+ *
1268
+ * @param {string} projectLocationDataStoreBranchDocumentName
1269
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
1270
+ * @returns {string} A string representing the data_store.
1271
+ */
1272
+ matchDataStoreFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1273
+ /**
1274
+ * Parse the branch from ProjectLocationDataStoreBranchDocument resource.
1275
+ *
1276
+ * @param {string} projectLocationDataStoreBranchDocumentName
1277
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
1278
+ * @returns {string} A string representing the branch.
1279
+ */
1280
+ matchBranchFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1281
+ /**
1282
+ * Parse the document from ProjectLocationDataStoreBranchDocument resource.
1283
+ *
1284
+ * @param {string} projectLocationDataStoreBranchDocumentName
1285
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
1286
+ * @returns {string} A string representing the document.
1287
+ */
1288
+ matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1289
+ /**
1290
+ * Return a fully-qualified projectLocationDataStoreControl resource name string.
1291
+ *
1292
+ * @param {string} project
1293
+ * @param {string} location
1294
+ * @param {string} data_store
1295
+ * @param {string} control
1296
+ * @returns {string} Resource name string.
1297
+ */
1298
+ projectLocationDataStoreControlPath(project: string, location: string, dataStore: string, control: string): string;
1299
+ /**
1300
+ * Parse the project from ProjectLocationDataStoreControl resource.
1301
+ *
1302
+ * @param {string} projectLocationDataStoreControlName
1303
+ * A fully-qualified path representing project_location_data_store_control resource.
1304
+ * @returns {string} A string representing the project.
1305
+ */
1306
+ matchProjectFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
1307
+ /**
1308
+ * Parse the location from ProjectLocationDataStoreControl resource.
1309
+ *
1310
+ * @param {string} projectLocationDataStoreControlName
1311
+ * A fully-qualified path representing project_location_data_store_control resource.
1312
+ * @returns {string} A string representing the location.
1313
+ */
1314
+ matchLocationFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
1315
+ /**
1316
+ * Parse the data_store from ProjectLocationDataStoreControl resource.
1317
+ *
1318
+ * @param {string} projectLocationDataStoreControlName
1319
+ * A fully-qualified path representing project_location_data_store_control resource.
1320
+ * @returns {string} A string representing the data_store.
1321
+ */
1322
+ matchDataStoreFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
1323
+ /**
1324
+ * Parse the control from ProjectLocationDataStoreControl resource.
1325
+ *
1326
+ * @param {string} projectLocationDataStoreControlName
1327
+ * A fully-qualified path representing project_location_data_store_control resource.
1328
+ * @returns {string} A string representing the control.
1329
+ */
1330
+ matchControlFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
1331
+ /**
1332
+ * Return a fully-qualified projectLocationDataStoreConversation resource name string.
1333
+ *
1334
+ * @param {string} project
1335
+ * @param {string} location
1336
+ * @param {string} data_store
1337
+ * @param {string} conversation
1338
+ * @returns {string} Resource name string.
1339
+ */
1340
+ projectLocationDataStoreConversationPath(project: string, location: string, dataStore: string, conversation: string): string;
1341
+ /**
1342
+ * Parse the project from ProjectLocationDataStoreConversation resource.
1343
+ *
1344
+ * @param {string} projectLocationDataStoreConversationName
1345
+ * A fully-qualified path representing project_location_data_store_conversation resource.
1346
+ * @returns {string} A string representing the project.
1347
+ */
1348
+ matchProjectFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1349
+ /**
1350
+ * Parse the location from ProjectLocationDataStoreConversation resource.
1351
+ *
1352
+ * @param {string} projectLocationDataStoreConversationName
1353
+ * A fully-qualified path representing project_location_data_store_conversation resource.
1354
+ * @returns {string} A string representing the location.
1355
+ */
1356
+ matchLocationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1357
+ /**
1358
+ * Parse the data_store from ProjectLocationDataStoreConversation resource.
1359
+ *
1360
+ * @param {string} projectLocationDataStoreConversationName
1361
+ * A fully-qualified path representing project_location_data_store_conversation resource.
1362
+ * @returns {string} A string representing the data_store.
1363
+ */
1364
+ matchDataStoreFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1365
+ /**
1366
+ * Parse the conversation from ProjectLocationDataStoreConversation resource.
1367
+ *
1368
+ * @param {string} projectLocationDataStoreConversationName
1369
+ * A fully-qualified path representing project_location_data_store_conversation resource.
1370
+ * @returns {string} A string representing the conversation.
1371
+ */
1372
+ matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1373
+ /**
1374
+ * Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
1375
+ *
1376
+ * @param {string} project
1377
+ * @param {string} location
1378
+ * @param {string} data_store
1379
+ * @returns {string} Resource name string.
1380
+ */
1381
+ projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
1382
+ /**
1383
+ * Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
1384
+ *
1385
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1386
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1387
+ * @returns {string} A string representing the project.
1388
+ */
1389
+ matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1390
+ /**
1391
+ * Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
1392
+ *
1393
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1394
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1395
+ * @returns {string} A string representing the location.
1396
+ */
1397
+ matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1398
+ /**
1399
+ * Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
1400
+ *
1401
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1402
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1403
+ * @returns {string} A string representing the data_store.
1404
+ */
1405
+ matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1406
+ /**
1407
+ * Return a fully-qualified projectLocationDataStoreSchema resource name string.
1408
+ *
1409
+ * @param {string} project
1410
+ * @param {string} location
1411
+ * @param {string} data_store
1412
+ * @param {string} schema
1413
+ * @returns {string} Resource name string.
1414
+ */
1415
+ projectLocationDataStoreSchemaPath(project: string, location: string, dataStore: string, schema: string): string;
1416
+ /**
1417
+ * Parse the project from ProjectLocationDataStoreSchema resource.
1418
+ *
1419
+ * @param {string} projectLocationDataStoreSchemaName
1420
+ * A fully-qualified path representing project_location_data_store_schema resource.
1421
+ * @returns {string} A string representing the project.
1422
+ */
1423
+ matchProjectFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
1424
+ /**
1425
+ * Parse the location from ProjectLocationDataStoreSchema resource.
1426
+ *
1427
+ * @param {string} projectLocationDataStoreSchemaName
1428
+ * A fully-qualified path representing project_location_data_store_schema resource.
1429
+ * @returns {string} A string representing the location.
1430
+ */
1431
+ matchLocationFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
1432
+ /**
1433
+ * Parse the data_store from ProjectLocationDataStoreSchema resource.
1434
+ *
1435
+ * @param {string} projectLocationDataStoreSchemaName
1436
+ * A fully-qualified path representing project_location_data_store_schema resource.
1437
+ * @returns {string} A string representing the data_store.
1438
+ */
1439
+ matchDataStoreFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
1440
+ /**
1441
+ * Parse the schema from ProjectLocationDataStoreSchema resource.
1442
+ *
1443
+ * @param {string} projectLocationDataStoreSchemaName
1444
+ * A fully-qualified path representing project_location_data_store_schema resource.
1445
+ * @returns {string} A string representing the schema.
1446
+ */
1447
+ matchSchemaFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
1448
+ /**
1449
+ * Return a fully-qualified projectLocationDataStoreSession resource name string.
1450
+ *
1451
+ * @param {string} project
1452
+ * @param {string} location
1453
+ * @param {string} data_store
1454
+ * @param {string} session
1455
+ * @returns {string} Resource name string.
1456
+ */
1457
+ projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
1458
+ /**
1459
+ * Parse the project from ProjectLocationDataStoreSession resource.
1460
+ *
1461
+ * @param {string} projectLocationDataStoreSessionName
1462
+ * A fully-qualified path representing project_location_data_store_session resource.
1463
+ * @returns {string} A string representing the project.
1464
+ */
1465
+ matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
1466
+ /**
1467
+ * Parse the location from ProjectLocationDataStoreSession resource.
1468
+ *
1469
+ * @param {string} projectLocationDataStoreSessionName
1470
+ * A fully-qualified path representing project_location_data_store_session resource.
1471
+ * @returns {string} A string representing the location.
1472
+ */
1473
+ matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
1474
+ /**
1475
+ * Parse the data_store from ProjectLocationDataStoreSession resource.
1476
+ *
1477
+ * @param {string} projectLocationDataStoreSessionName
1478
+ * A fully-qualified path representing project_location_data_store_session resource.
1479
+ * @returns {string} A string representing the data_store.
1480
+ */
1481
+ matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
1482
+ /**
1483
+ * Parse the session from ProjectLocationDataStoreSession resource.
1484
+ *
1485
+ * @param {string} projectLocationDataStoreSessionName
1486
+ * A fully-qualified path representing project_location_data_store_session resource.
1487
+ * @returns {string} A string representing the session.
1488
+ */
1489
+ matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
1490
+ /**
1491
+ * Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
1492
+ *
1493
+ * @param {string} project
1494
+ * @param {string} location
1495
+ * @param {string} data_store
1496
+ * @param {string} session
1497
+ * @param {string} answer
1498
+ * @returns {string} Resource name string.
1499
+ */
1500
+ projectLocationDataStoreSessionAnswerPath(project: string, location: string, dataStore: string, session: string, answer: string): string;
1501
+ /**
1502
+ * Parse the project from ProjectLocationDataStoreSessionAnswer resource.
1503
+ *
1504
+ * @param {string} projectLocationDataStoreSessionAnswerName
1505
+ * A fully-qualified path representing project_location_data_store_session_answer resource.
1506
+ * @returns {string} A string representing the project.
1507
+ */
1508
+ matchProjectFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
1509
+ /**
1510
+ * Parse the location from ProjectLocationDataStoreSessionAnswer resource.
1511
+ *
1512
+ * @param {string} projectLocationDataStoreSessionAnswerName
1513
+ * A fully-qualified path representing project_location_data_store_session_answer resource.
1514
+ * @returns {string} A string representing the location.
1515
+ */
1516
+ matchLocationFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
1517
+ /**
1518
+ * Parse the data_store from ProjectLocationDataStoreSessionAnswer resource.
1519
+ *
1520
+ * @param {string} projectLocationDataStoreSessionAnswerName
1521
+ * A fully-qualified path representing project_location_data_store_session_answer resource.
1522
+ * @returns {string} A string representing the data_store.
1523
+ */
1524
+ matchDataStoreFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
1525
+ /**
1526
+ * Parse the session from ProjectLocationDataStoreSessionAnswer resource.
1527
+ *
1528
+ * @param {string} projectLocationDataStoreSessionAnswerName
1529
+ * A fully-qualified path representing project_location_data_store_session_answer resource.
1530
+ * @returns {string} A string representing the session.
1531
+ */
1532
+ matchSessionFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
1533
+ /**
1534
+ * Parse the answer from ProjectLocationDataStoreSessionAnswer resource.
1535
+ *
1536
+ * @param {string} projectLocationDataStoreSessionAnswerName
1537
+ * A fully-qualified path representing project_location_data_store_session_answer resource.
1538
+ * @returns {string} A string representing the answer.
1539
+ */
1540
+ matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
1541
+ /**
1542
+ * Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
1543
+ *
1544
+ * @param {string} project
1545
+ * @param {string} location
1546
+ * @param {string} data_store
1547
+ * @returns {string} Resource name string.
1548
+ */
1549
+ projectLocationDataStoreSiteSearchEnginePath(project: string, location: string, dataStore: string): string;
1550
+ /**
1551
+ * Parse the project from ProjectLocationDataStoreSiteSearchEngine resource.
1552
+ *
1553
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
1554
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
1555
+ * @returns {string} A string representing the project.
1556
+ */
1557
+ matchProjectFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
1558
+ /**
1559
+ * Parse the location from ProjectLocationDataStoreSiteSearchEngine resource.
1560
+ *
1561
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
1562
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
1563
+ * @returns {string} A string representing the location.
1564
+ */
1565
+ matchLocationFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
1566
+ /**
1567
+ * Parse the data_store from ProjectLocationDataStoreSiteSearchEngine resource.
1568
+ *
1569
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
1570
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
1571
+ * @returns {string} A string representing the data_store.
1572
+ */
1573
+ matchDataStoreFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
1574
+ /**
1575
+ * Return a fully-qualified projectLocationDataStoreSiteSearchEngineTargetSite resource name string.
1576
+ *
1577
+ * @param {string} project
1578
+ * @param {string} location
1579
+ * @param {string} data_store
1580
+ * @param {string} target_site
1581
+ * @returns {string} Resource name string.
1582
+ */
1583
+ projectLocationDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, dataStore: string, targetSite: string): string;
1584
+ /**
1585
+ * Parse the project from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1586
+ *
1587
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1588
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1589
+ * @returns {string} A string representing the project.
1590
+ */
1591
+ matchProjectFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1592
+ /**
1593
+ * Parse the location from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1594
+ *
1595
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1596
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1597
+ * @returns {string} A string representing the location.
1598
+ */
1599
+ matchLocationFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1600
+ /**
1601
+ * Parse the data_store from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1602
+ *
1603
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1604
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1605
+ * @returns {string} A string representing the data_store.
1606
+ */
1607
+ matchDataStoreFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1608
+ /**
1609
+ * Parse the target_site from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1610
+ *
1611
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1612
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1613
+ * @returns {string} A string representing the target_site.
1614
+ */
1615
+ matchTargetSiteFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1616
+ /**
1617
+ * Terminate the gRPC channel and close the client.
1618
+ *
1619
+ * The client will no longer be usable and all future behavior is undefined.
1620
+ * @returns {Promise} A promise that resolves when the client is closed.
1621
+ */
1622
+ close(): Promise<void>;
1623
+ }