@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,1533 @@
1
+ import type * as gax from 'google-gax';
2
+ import type { Callback, CallOptions, Descriptors, ClientOptions, LROperation, LocationsClient, LocationProtos } from 'google-gax';
3
+ import * as protos from '../../protos/protos';
4
+ /**
5
+ * Service for operations on the
6
+ * {@link protos.google.cloud.discoveryengine.v1.Project|Project}.
7
+ * @class
8
+ * @memberof v1
9
+ */
10
+ export declare class ProjectServiceClient {
11
+ private _terminated;
12
+ private _opts;
13
+ private _providedCustomServicePath;
14
+ private _gaxModule;
15
+ private _gaxGrpc;
16
+ private _protos;
17
+ private _defaults;
18
+ private _universeDomain;
19
+ private _servicePath;
20
+ auth: gax.GoogleAuth;
21
+ descriptors: Descriptors;
22
+ warn: (code: string, message: string, warnType?: string) => void;
23
+ innerApiCalls: {
24
+ [name: string]: Function;
25
+ };
26
+ locationsClient: LocationsClient;
27
+ pathTemplates: {
28
+ [name: string]: gax.PathTemplate;
29
+ };
30
+ operationsClient: gax.OperationsClient;
31
+ projectServiceStub?: Promise<{
32
+ [name: string]: Function;
33
+ }>;
34
+ /**
35
+ * Construct an instance of ProjectServiceClient.
36
+ *
37
+ * @param {object} [options] - The configuration object.
38
+ * The options accepted by the constructor are described in detail
39
+ * in [this document](https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#creating-the-client-instance).
40
+ * The common options are:
41
+ * @param {object} [options.credentials] - Credentials object.
42
+ * @param {string} [options.credentials.client_email]
43
+ * @param {string} [options.credentials.private_key]
44
+ * @param {string} [options.email] - Account email address. Required when
45
+ * using a .pem or .p12 keyFilename.
46
+ * @param {string} [options.keyFilename] - Full path to the a .json, .pem, or
47
+ * .p12 key downloaded from the Google Developers Console. If you provide
48
+ * a path to a JSON file, the projectId option below is not necessary.
49
+ * NOTE: .pem and .p12 require you to specify options.email as well.
50
+ * @param {number} [options.port] - The port on which to connect to
51
+ * the remote host.
52
+ * @param {string} [options.projectId] - The project ID from the Google
53
+ * Developer's Console, e.g. 'grape-spaceship-123'. We will also check
54
+ * the environment variable GCLOUD_PROJECT for your project ID. If your
55
+ * app is running in an environment which supports
56
+ * {@link https://developers.google.com/identity/protocols/application-default-credentials Application Default Credentials},
57
+ * your project ID will be detected automatically.
58
+ * @param {string} [options.apiEndpoint] - The domain name of the
59
+ * API remote host.
60
+ * @param {gax.ClientConfig} [options.clientConfig] - Client configuration override.
61
+ * Follows the structure of {@link gapicConfig}.
62
+ * @param {boolean} [options.fallback] - Use HTTP/1.1 REST mode.
63
+ * For more information, please check the
64
+ * {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#http11-rest-api-mode documentation}.
65
+ * @param {gax} [gaxInstance]: loaded instance of `google-gax`. Useful if you
66
+ * need to avoid loading the default gRPC version and want to use the fallback
67
+ * HTTP implementation. Load only fallback version and pass it to the constructor:
68
+ * ```
69
+ * const gax = require('google-gax/build/src/fallback'); // avoids loading google-gax with gRPC
70
+ * const client = new ProjectServiceClient({fallback: true}, gax);
71
+ * ```
72
+ */
73
+ constructor(opts?: ClientOptions, gaxInstance?: typeof gax | typeof gax.fallback);
74
+ /**
75
+ * Initialize the client.
76
+ * Performs asynchronous operations (such as authentication) and prepares the client.
77
+ * This function will be called automatically when any class method is called for the
78
+ * first time, but if you need to initialize it before calling an actual method,
79
+ * feel free to call initialize() directly.
80
+ *
81
+ * You can await on this method if you want to make sure the client is initialized.
82
+ *
83
+ * @returns {Promise} A promise that resolves to an authenticated service stub.
84
+ */
85
+ initialize(): Promise<{
86
+ [name: string]: Function;
87
+ }>;
88
+ /**
89
+ * The DNS address for this API service.
90
+ * @deprecated Use the apiEndpoint method of the client instance.
91
+ * @returns {string} The DNS address for this service.
92
+ */
93
+ static get servicePath(): string;
94
+ /**
95
+ * The DNS address for this API service - same as servicePath.
96
+ * @deprecated Use the apiEndpoint method of the client instance.
97
+ * @returns {string} The DNS address for this service.
98
+ */
99
+ static get apiEndpoint(): string;
100
+ /**
101
+ * The DNS address for this API service.
102
+ * @returns {string} The DNS address for this service.
103
+ */
104
+ get apiEndpoint(): string;
105
+ get universeDomain(): string;
106
+ /**
107
+ * The port for this API service.
108
+ * @returns {number} The default port for this service.
109
+ */
110
+ static get port(): number;
111
+ /**
112
+ * The scopes needed to make gRPC calls for every method defined
113
+ * in this service.
114
+ * @returns {string[]} List of default scopes.
115
+ */
116
+ static get scopes(): string[];
117
+ getProjectId(): Promise<string>;
118
+ getProjectId(callback: Callback<string, undefined, undefined>): void;
119
+ /**
120
+ * Provisions the project resource. During the
121
+ * process, related systems will get prepared and initialized.
122
+ *
123
+ * Caller must read the [Terms for data
124
+ * use](https://cloud.google.com/retail/data-use-terms), and optionally
125
+ * specify in request to provide consent to that service terms.
126
+ *
127
+ * @param {Object} request
128
+ * The request object that will be sent.
129
+ * @param {string} request.name
130
+ * Required. Full resource name of a
131
+ * {@link protos.google.cloud.discoveryengine.v1.Project|Project}, such as
132
+ * `projects/{project_id_or_number}`.
133
+ * @param {boolean} request.acceptDataUseTerms
134
+ * Required. Set to `true` to specify that caller has read and would like to
135
+ * give consent to the [Terms for data
136
+ * use](https://cloud.google.com/retail/data-use-terms).
137
+ * @param {string} request.dataUseTermsVersion
138
+ * Required. The version of the [Terms for data
139
+ * use](https://cloud.google.com/retail/data-use-terms) that caller has read
140
+ * and would like to give consent to.
141
+ *
142
+ * Acceptable version is `2022-11-23`, and this may change over time.
143
+ * @param {object} [options]
144
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
145
+ * @returns {Promise} - The promise which resolves to an array.
146
+ * The first element of the array is an object representing
147
+ * a long running operation. Its `promise()` method returns a promise
148
+ * you can `await` for.
149
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation }
150
+ * for more details and examples.
151
+ * @example <caption>include:samples/generated/v1/project_service.provision_project.js</caption>
152
+ * region_tag:discoveryengine_v1_generated_ProjectService_ProvisionProject_async
153
+ */
154
+ provisionProject(request?: protos.google.cloud.discoveryengine.v1.IProvisionProjectRequest, options?: CallOptions): Promise<[
155
+ LROperation<protos.google.cloud.discoveryengine.v1.IProject, protos.google.cloud.discoveryengine.v1.IProvisionProjectMetadata>,
156
+ protos.google.longrunning.IOperation | undefined,
157
+ {} | undefined
158
+ ]>;
159
+ provisionProject(request: protos.google.cloud.discoveryengine.v1.IProvisionProjectRequest, options: CallOptions, callback: Callback<LROperation<protos.google.cloud.discoveryengine.v1.IProject, protos.google.cloud.discoveryengine.v1.IProvisionProjectMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
160
+ provisionProject(request: protos.google.cloud.discoveryengine.v1.IProvisionProjectRequest, callback: Callback<LROperation<protos.google.cloud.discoveryengine.v1.IProject, protos.google.cloud.discoveryengine.v1.IProvisionProjectMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
161
+ /**
162
+ * Check the status of the long running operation returned by `provisionProject()`.
163
+ * @param {String} name
164
+ * The operation name that will be passed.
165
+ * @returns {Promise} - The promise which resolves to an object.
166
+ * The decoded operation object has result and metadata field to get information from.
167
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation }
168
+ * for more details and examples.
169
+ * @example <caption>include:samples/generated/v1/project_service.provision_project.js</caption>
170
+ * region_tag:discoveryengine_v1_generated_ProjectService_ProvisionProject_async
171
+ */
172
+ checkProvisionProjectProgress(name: string): Promise<LROperation<protos.google.cloud.discoveryengine.v1.Project, protos.google.cloud.discoveryengine.v1.ProvisionProjectMetadata>>;
173
+ /**
174
+ * Gets information about a location.
175
+ *
176
+ * @param {Object} request
177
+ * The request object that will be sent.
178
+ * @param {string} request.name
179
+ * Resource name for the location.
180
+ * @param {object} [options]
181
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html | CallOptions} for more details.
182
+ * @returns {Promise} - The promise which resolves to an array.
183
+ * The first element of the array is an object representing {@link google.cloud.location.Location | Location}.
184
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
185
+ * for more details and examples.
186
+ * @example
187
+ * ```
188
+ * const [response] = await client.getLocation(request);
189
+ * ```
190
+ */
191
+ 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>;
192
+ /**
193
+ * Lists information about the supported locations for this service. Returns an iterable object.
194
+ *
195
+ * `for`-`await`-`of` syntax is used with the iterable to get response elements on-demand.
196
+ * @param {Object} request
197
+ * The request object that will be sent.
198
+ * @param {string} request.name
199
+ * The resource that owns the locations collection, if applicable.
200
+ * @param {string} request.filter
201
+ * The standard list filter.
202
+ * @param {number} request.pageSize
203
+ * The standard list page size.
204
+ * @param {string} request.pageToken
205
+ * The standard list page token.
206
+ * @param {object} [options]
207
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
208
+ * @returns {Object}
209
+ * An iterable Object that allows {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | async iteration }.
210
+ * When you iterate the returned iterable, each element will be an object representing
211
+ * {@link google.cloud.location.Location | Location}. The API will be called under the hood as needed, once per the page,
212
+ * so you can stop the iteration when you don't need more results.
213
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
214
+ * for more details and examples.
215
+ * @example
216
+ * ```
217
+ * const iterable = client.listLocationsAsync(request);
218
+ * for await (const response of iterable) {
219
+ * // process response
220
+ * }
221
+ * ```
222
+ */
223
+ listLocationsAsync(request: LocationProtos.google.cloud.location.IListLocationsRequest, options?: CallOptions): AsyncIterable<LocationProtos.google.cloud.location.ILocation>;
224
+ /**
225
+ * Gets the latest state of a long-running operation. Clients can use this
226
+ * method to poll the operation result at intervals as recommended by the API
227
+ * service.
228
+ *
229
+ * @param {Object} request - The request object that will be sent.
230
+ * @param {string} request.name - The name of the operation resource.
231
+ * @param {Object=} options
232
+ * Optional parameters. You can override the default settings for this call,
233
+ * e.g, timeout, retries, paginations, etc. See {@link
234
+ * https://googleapis.github.io/gax-nodejs/global.html#CallOptions | gax.CallOptions}
235
+ * for the details.
236
+ * @param {function(?Error, ?Object)=} callback
237
+ * The function which will be called with the result of the API call.
238
+ *
239
+ * The second parameter to the callback is an object representing
240
+ * {@link google.longrunning.Operation | google.longrunning.Operation}.
241
+ * @return {Promise} - The promise which resolves to an array.
242
+ * The first element of the array is an object representing
243
+ * {@link google.longrunning.Operation | google.longrunning.Operation}.
244
+ * The promise has a method named "cancel" which cancels the ongoing API call.
245
+ *
246
+ * @example
247
+ * ```
248
+ * const client = longrunning.operationsClient();
249
+ * const name = '';
250
+ * const [response] = await client.getOperation({name});
251
+ * // doThingsWith(response)
252
+ * ```
253
+ */
254
+ getOperation(request: protos.google.longrunning.GetOperationRequest, options?: gax.CallOptions | Callback<protos.google.longrunning.Operation, protos.google.longrunning.GetOperationRequest, {} | null | undefined>, callback?: Callback<protos.google.longrunning.Operation, protos.google.longrunning.GetOperationRequest, {} | null | undefined>): Promise<[protos.google.longrunning.Operation]>;
255
+ /**
256
+ * Lists operations that match the specified filter in the request. If the
257
+ * server doesn't support this method, it returns `UNIMPLEMENTED`. Returns an iterable object.
258
+ *
259
+ * For-await-of syntax is used with the iterable to recursively get response element on-demand.
260
+ *
261
+ * @param {Object} request - The request object that will be sent.
262
+ * @param {string} request.name - The name of the operation collection.
263
+ * @param {string} request.filter - The standard list filter.
264
+ * @param {number=} request.pageSize -
265
+ * The maximum number of resources contained in the underlying API
266
+ * response. If page streaming is performed per-resource, this
267
+ * parameter does not affect the return value. If page streaming is
268
+ * performed per-page, this determines the maximum number of
269
+ * resources in a page.
270
+ * @param {Object=} options
271
+ * Optional parameters. You can override the default settings for this call,
272
+ * e.g, timeout, retries, paginations, etc. See {@link
273
+ * https://googleapis.github.io/gax-nodejs/global.html#CallOptions | gax.CallOptions} for the
274
+ * details.
275
+ * @returns {Object}
276
+ * An iterable Object that conforms to {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | iteration protocols}.
277
+ *
278
+ * @example
279
+ * ```
280
+ * const client = longrunning.operationsClient();
281
+ * for await (const response of client.listOperationsAsync(request));
282
+ * // doThingsWith(response)
283
+ * ```
284
+ */
285
+ listOperationsAsync(request: protos.google.longrunning.ListOperationsRequest, options?: gax.CallOptions): AsyncIterable<protos.google.longrunning.ListOperationsResponse>;
286
+ /**
287
+ * Starts asynchronous cancellation on a long-running operation. The server
288
+ * makes a best effort to cancel the operation, but success is not
289
+ * guaranteed. If the server doesn't support this method, it returns
290
+ * `google.rpc.Code.UNIMPLEMENTED`. Clients can use
291
+ * {@link Operations.GetOperation} or
292
+ * other methods to check whether the cancellation succeeded or whether the
293
+ * operation completed despite cancellation. On successful cancellation,
294
+ * the operation is not deleted; instead, it becomes an operation with
295
+ * an {@link Operation.error} value with a {@link google.rpc.Status.code} of
296
+ * 1, corresponding to `Code.CANCELLED`.
297
+ *
298
+ * @param {Object} request - The request object that will be sent.
299
+ * @param {string} request.name - The name of the operation resource to be cancelled.
300
+ * @param {Object=} options
301
+ * Optional parameters. You can override the default settings for this call,
302
+ * e.g, timeout, retries, paginations, etc. See {@link
303
+ * https://googleapis.github.io/gax-nodejs/global.html#CallOptions | gax.CallOptions} for the
304
+ * details.
305
+ * @param {function(?Error)=} callback
306
+ * The function which will be called with the result of the API call.
307
+ * @return {Promise} - The promise which resolves when API call finishes.
308
+ * The promise has a method named "cancel" which cancels the ongoing API
309
+ * call.
310
+ *
311
+ * @example
312
+ * ```
313
+ * const client = longrunning.operationsClient();
314
+ * await client.cancelOperation({name: ''});
315
+ * ```
316
+ */
317
+ cancelOperation(request: protos.google.longrunning.CancelOperationRequest, options?: gax.CallOptions | Callback<protos.google.protobuf.Empty, protos.google.longrunning.CancelOperationRequest, {} | undefined | null>, callback?: Callback<protos.google.longrunning.CancelOperationRequest, protos.google.protobuf.Empty, {} | undefined | null>): Promise<protos.google.protobuf.Empty>;
318
+ /**
319
+ * Deletes a long-running operation. This method indicates that the client is
320
+ * no longer interested in the operation result. It does not cancel the
321
+ * operation. If the server doesn't support this method, it returns
322
+ * `google.rpc.Code.UNIMPLEMENTED`.
323
+ *
324
+ * @param {Object} request - The request object that will be sent.
325
+ * @param {string} request.name - The name of the operation resource to be deleted.
326
+ * @param {Object=} options
327
+ * Optional parameters. You can override the default settings for this call,
328
+ * e.g, timeout, retries, paginations, etc. See {@link
329
+ * https://googleapis.github.io/gax-nodejs/global.html#CallOptions | gax.CallOptions}
330
+ * for the details.
331
+ * @param {function(?Error)=} callback
332
+ * The function which will be called with the result of the API call.
333
+ * @return {Promise} - The promise which resolves when API call finishes.
334
+ * The promise has a method named "cancel" which cancels the ongoing API
335
+ * call.
336
+ *
337
+ * @example
338
+ * ```
339
+ * const client = longrunning.operationsClient();
340
+ * await client.deleteOperation({name: ''});
341
+ * ```
342
+ */
343
+ deleteOperation(request: protos.google.longrunning.DeleteOperationRequest, options?: gax.CallOptions | Callback<protos.google.protobuf.Empty, protos.google.longrunning.DeleteOperationRequest, {} | null | undefined>, callback?: Callback<protos.google.protobuf.Empty, protos.google.longrunning.DeleteOperationRequest, {} | null | undefined>): Promise<protos.google.protobuf.Empty>;
344
+ /**
345
+ * Return a fully-qualified engine resource name string.
346
+ *
347
+ * @param {string} project
348
+ * @param {string} location
349
+ * @param {string} collection
350
+ * @param {string} engine
351
+ * @returns {string} Resource name string.
352
+ */
353
+ enginePath(project: string, location: string, collection: string, engine: string): string;
354
+ /**
355
+ * Parse the project from Engine resource.
356
+ *
357
+ * @param {string} engineName
358
+ * A fully-qualified path representing Engine resource.
359
+ * @returns {string} A string representing the project.
360
+ */
361
+ matchProjectFromEngineName(engineName: string): string | number;
362
+ /**
363
+ * Parse the location from Engine resource.
364
+ *
365
+ * @param {string} engineName
366
+ * A fully-qualified path representing Engine resource.
367
+ * @returns {string} A string representing the location.
368
+ */
369
+ matchLocationFromEngineName(engineName: string): string | number;
370
+ /**
371
+ * Parse the collection from Engine resource.
372
+ *
373
+ * @param {string} engineName
374
+ * A fully-qualified path representing Engine resource.
375
+ * @returns {string} A string representing the collection.
376
+ */
377
+ matchCollectionFromEngineName(engineName: string): string | number;
378
+ /**
379
+ * Parse the engine from Engine resource.
380
+ *
381
+ * @param {string} engineName
382
+ * A fully-qualified path representing Engine resource.
383
+ * @returns {string} A string representing the engine.
384
+ */
385
+ matchEngineFromEngineName(engineName: string): string | number;
386
+ /**
387
+ * Return a fully-qualified project resource name string.
388
+ *
389
+ * @param {string} project
390
+ * @returns {string} Resource name string.
391
+ */
392
+ projectPath(project: string): string;
393
+ /**
394
+ * Parse the project from Project resource.
395
+ *
396
+ * @param {string} projectName
397
+ * A fully-qualified path representing Project resource.
398
+ * @returns {string} A string representing the project.
399
+ */
400
+ matchProjectFromProjectName(projectName: string): string | number;
401
+ /**
402
+ * Return a fully-qualified projectLocationCollectionDataStore resource name string.
403
+ *
404
+ * @param {string} project
405
+ * @param {string} location
406
+ * @param {string} collection
407
+ * @param {string} data_store
408
+ * @returns {string} Resource name string.
409
+ */
410
+ projectLocationCollectionDataStorePath(project: string, location: string, collection: string, dataStore: string): string;
411
+ /**
412
+ * Parse the project from ProjectLocationCollectionDataStore resource.
413
+ *
414
+ * @param {string} projectLocationCollectionDataStoreName
415
+ * A fully-qualified path representing project_location_collection_data_store resource.
416
+ * @returns {string} A string representing the project.
417
+ */
418
+ matchProjectFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
419
+ /**
420
+ * Parse the location from ProjectLocationCollectionDataStore resource.
421
+ *
422
+ * @param {string} projectLocationCollectionDataStoreName
423
+ * A fully-qualified path representing project_location_collection_data_store resource.
424
+ * @returns {string} A string representing the location.
425
+ */
426
+ matchLocationFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
427
+ /**
428
+ * Parse the collection from ProjectLocationCollectionDataStore resource.
429
+ *
430
+ * @param {string} projectLocationCollectionDataStoreName
431
+ * A fully-qualified path representing project_location_collection_data_store resource.
432
+ * @returns {string} A string representing the collection.
433
+ */
434
+ matchCollectionFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
435
+ /**
436
+ * Parse the data_store from ProjectLocationCollectionDataStore resource.
437
+ *
438
+ * @param {string} projectLocationCollectionDataStoreName
439
+ * A fully-qualified path representing project_location_collection_data_store resource.
440
+ * @returns {string} A string representing the data_store.
441
+ */
442
+ matchDataStoreFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
443
+ /**
444
+ * Return a fully-qualified projectLocationCollectionDataStoreBranchDocument resource name string.
445
+ *
446
+ * @param {string} project
447
+ * @param {string} location
448
+ * @param {string} collection
449
+ * @param {string} data_store
450
+ * @param {string} branch
451
+ * @param {string} document
452
+ * @returns {string} Resource name string.
453
+ */
454
+ projectLocationCollectionDataStoreBranchDocumentPath(project: string, location: string, collection: string, dataStore: string, branch: string, document: string): string;
455
+ /**
456
+ * Parse the project from ProjectLocationCollectionDataStoreBranchDocument resource.
457
+ *
458
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
459
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
460
+ * @returns {string} A string representing the project.
461
+ */
462
+ matchProjectFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
463
+ /**
464
+ * Parse the location from ProjectLocationCollectionDataStoreBranchDocument resource.
465
+ *
466
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
467
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
468
+ * @returns {string} A string representing the location.
469
+ */
470
+ matchLocationFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
471
+ /**
472
+ * Parse the collection from ProjectLocationCollectionDataStoreBranchDocument resource.
473
+ *
474
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
475
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
476
+ * @returns {string} A string representing the collection.
477
+ */
478
+ matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
479
+ /**
480
+ * Parse the data_store from ProjectLocationCollectionDataStoreBranchDocument resource.
481
+ *
482
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
483
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
484
+ * @returns {string} A string representing the data_store.
485
+ */
486
+ matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
487
+ /**
488
+ * Parse the branch from ProjectLocationCollectionDataStoreBranchDocument resource.
489
+ *
490
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
491
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
492
+ * @returns {string} A string representing the branch.
493
+ */
494
+ matchBranchFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
495
+ /**
496
+ * Parse the document from ProjectLocationCollectionDataStoreBranchDocument resource.
497
+ *
498
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
499
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
500
+ * @returns {string} A string representing the document.
501
+ */
502
+ matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
503
+ /**
504
+ * Return a fully-qualified projectLocationCollectionDataStoreControl resource name string.
505
+ *
506
+ * @param {string} project
507
+ * @param {string} location
508
+ * @param {string} collection
509
+ * @param {string} data_store
510
+ * @param {string} control
511
+ * @returns {string} Resource name string.
512
+ */
513
+ projectLocationCollectionDataStoreControlPath(project: string, location: string, collection: string, dataStore: string, control: string): string;
514
+ /**
515
+ * Parse the project from ProjectLocationCollectionDataStoreControl resource.
516
+ *
517
+ * @param {string} projectLocationCollectionDataStoreControlName
518
+ * A fully-qualified path representing project_location_collection_data_store_control resource.
519
+ * @returns {string} A string representing the project.
520
+ */
521
+ matchProjectFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
522
+ /**
523
+ * Parse the location from ProjectLocationCollectionDataStoreControl resource.
524
+ *
525
+ * @param {string} projectLocationCollectionDataStoreControlName
526
+ * A fully-qualified path representing project_location_collection_data_store_control resource.
527
+ * @returns {string} A string representing the location.
528
+ */
529
+ matchLocationFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
530
+ /**
531
+ * Parse the collection from ProjectLocationCollectionDataStoreControl resource.
532
+ *
533
+ * @param {string} projectLocationCollectionDataStoreControlName
534
+ * A fully-qualified path representing project_location_collection_data_store_control resource.
535
+ * @returns {string} A string representing the collection.
536
+ */
537
+ matchCollectionFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
538
+ /**
539
+ * Parse the data_store from ProjectLocationCollectionDataStoreControl resource.
540
+ *
541
+ * @param {string} projectLocationCollectionDataStoreControlName
542
+ * A fully-qualified path representing project_location_collection_data_store_control resource.
543
+ * @returns {string} A string representing the data_store.
544
+ */
545
+ matchDataStoreFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
546
+ /**
547
+ * Parse the control from ProjectLocationCollectionDataStoreControl resource.
548
+ *
549
+ * @param {string} projectLocationCollectionDataStoreControlName
550
+ * A fully-qualified path representing project_location_collection_data_store_control resource.
551
+ * @returns {string} A string representing the control.
552
+ */
553
+ matchControlFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
554
+ /**
555
+ * Return a fully-qualified projectLocationCollectionDataStoreConversation resource name string.
556
+ *
557
+ * @param {string} project
558
+ * @param {string} location
559
+ * @param {string} collection
560
+ * @param {string} data_store
561
+ * @param {string} conversation
562
+ * @returns {string} Resource name string.
563
+ */
564
+ projectLocationCollectionDataStoreConversationPath(project: string, location: string, collection: string, dataStore: string, conversation: string): string;
565
+ /**
566
+ * Parse the project from ProjectLocationCollectionDataStoreConversation resource.
567
+ *
568
+ * @param {string} projectLocationCollectionDataStoreConversationName
569
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
570
+ * @returns {string} A string representing the project.
571
+ */
572
+ matchProjectFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
573
+ /**
574
+ * Parse the location from ProjectLocationCollectionDataStoreConversation resource.
575
+ *
576
+ * @param {string} projectLocationCollectionDataStoreConversationName
577
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
578
+ * @returns {string} A string representing the location.
579
+ */
580
+ matchLocationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
581
+ /**
582
+ * Parse the collection from ProjectLocationCollectionDataStoreConversation resource.
583
+ *
584
+ * @param {string} projectLocationCollectionDataStoreConversationName
585
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
586
+ * @returns {string} A string representing the collection.
587
+ */
588
+ matchCollectionFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
589
+ /**
590
+ * Parse the data_store from ProjectLocationCollectionDataStoreConversation resource.
591
+ *
592
+ * @param {string} projectLocationCollectionDataStoreConversationName
593
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
594
+ * @returns {string} A string representing the data_store.
595
+ */
596
+ matchDataStoreFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
597
+ /**
598
+ * Parse the conversation from ProjectLocationCollectionDataStoreConversation resource.
599
+ *
600
+ * @param {string} projectLocationCollectionDataStoreConversationName
601
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
602
+ * @returns {string} A string representing the conversation.
603
+ */
604
+ matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
605
+ /**
606
+ * Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
607
+ *
608
+ * @param {string} project
609
+ * @param {string} location
610
+ * @param {string} collection
611
+ * @param {string} data_store
612
+ * @returns {string} Resource name string.
613
+ */
614
+ projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
615
+ /**
616
+ * Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
617
+ *
618
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
619
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
620
+ * @returns {string} A string representing the project.
621
+ */
622
+ matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
623
+ /**
624
+ * Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
625
+ *
626
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
627
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
628
+ * @returns {string} A string representing the location.
629
+ */
630
+ matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
631
+ /**
632
+ * Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
633
+ *
634
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
635
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
636
+ * @returns {string} A string representing the collection.
637
+ */
638
+ matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
639
+ /**
640
+ * Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
641
+ *
642
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
643
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
644
+ * @returns {string} A string representing the data_store.
645
+ */
646
+ matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
647
+ /**
648
+ * Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
649
+ *
650
+ * @param {string} project
651
+ * @param {string} location
652
+ * @param {string} collection
653
+ * @param {string} data_store
654
+ * @param {string} schema
655
+ * @returns {string} Resource name string.
656
+ */
657
+ projectLocationCollectionDataStoreSchemaPath(project: string, location: string, collection: string, dataStore: string, schema: string): string;
658
+ /**
659
+ * Parse the project from ProjectLocationCollectionDataStoreSchema resource.
660
+ *
661
+ * @param {string} projectLocationCollectionDataStoreSchemaName
662
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
663
+ * @returns {string} A string representing the project.
664
+ */
665
+ matchProjectFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
666
+ /**
667
+ * Parse the location from ProjectLocationCollectionDataStoreSchema resource.
668
+ *
669
+ * @param {string} projectLocationCollectionDataStoreSchemaName
670
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
671
+ * @returns {string} A string representing the location.
672
+ */
673
+ matchLocationFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
674
+ /**
675
+ * Parse the collection from ProjectLocationCollectionDataStoreSchema resource.
676
+ *
677
+ * @param {string} projectLocationCollectionDataStoreSchemaName
678
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
679
+ * @returns {string} A string representing the collection.
680
+ */
681
+ matchCollectionFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
682
+ /**
683
+ * Parse the data_store from ProjectLocationCollectionDataStoreSchema resource.
684
+ *
685
+ * @param {string} projectLocationCollectionDataStoreSchemaName
686
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
687
+ * @returns {string} A string representing the data_store.
688
+ */
689
+ matchDataStoreFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
690
+ /**
691
+ * Parse the schema from ProjectLocationCollectionDataStoreSchema resource.
692
+ *
693
+ * @param {string} projectLocationCollectionDataStoreSchemaName
694
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
695
+ * @returns {string} A string representing the schema.
696
+ */
697
+ matchSchemaFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
698
+ /**
699
+ * Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
700
+ *
701
+ * @param {string} project
702
+ * @param {string} location
703
+ * @param {string} collection
704
+ * @param {string} data_store
705
+ * @param {string} session
706
+ * @returns {string} Resource name string.
707
+ */
708
+ projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
709
+ /**
710
+ * Parse the project from ProjectLocationCollectionDataStoreSession resource.
711
+ *
712
+ * @param {string} projectLocationCollectionDataStoreSessionName
713
+ * A fully-qualified path representing project_location_collection_data_store_session resource.
714
+ * @returns {string} A string representing the project.
715
+ */
716
+ matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
717
+ /**
718
+ * Parse the location from ProjectLocationCollectionDataStoreSession resource.
719
+ *
720
+ * @param {string} projectLocationCollectionDataStoreSessionName
721
+ * A fully-qualified path representing project_location_collection_data_store_session resource.
722
+ * @returns {string} A string representing the location.
723
+ */
724
+ matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
725
+ /**
726
+ * Parse the collection from ProjectLocationCollectionDataStoreSession resource.
727
+ *
728
+ * @param {string} projectLocationCollectionDataStoreSessionName
729
+ * A fully-qualified path representing project_location_collection_data_store_session resource.
730
+ * @returns {string} A string representing the collection.
731
+ */
732
+ matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
733
+ /**
734
+ * Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
735
+ *
736
+ * @param {string} projectLocationCollectionDataStoreSessionName
737
+ * A fully-qualified path representing project_location_collection_data_store_session resource.
738
+ * @returns {string} A string representing the data_store.
739
+ */
740
+ matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
741
+ /**
742
+ * Parse the session from ProjectLocationCollectionDataStoreSession resource.
743
+ *
744
+ * @param {string} projectLocationCollectionDataStoreSessionName
745
+ * A fully-qualified path representing project_location_collection_data_store_session resource.
746
+ * @returns {string} A string representing the session.
747
+ */
748
+ matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
749
+ /**
750
+ * Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
751
+ *
752
+ * @param {string} project
753
+ * @param {string} location
754
+ * @param {string} collection
755
+ * @param {string} data_store
756
+ * @param {string} session
757
+ * @param {string} answer
758
+ * @returns {string} Resource name string.
759
+ */
760
+ projectLocationCollectionDataStoreSessionAnswerPath(project: string, location: string, collection: string, dataStore: string, session: string, answer: string): string;
761
+ /**
762
+ * Parse the project from ProjectLocationCollectionDataStoreSessionAnswer resource.
763
+ *
764
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
765
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
766
+ * @returns {string} A string representing the project.
767
+ */
768
+ matchProjectFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
769
+ /**
770
+ * Parse the location from ProjectLocationCollectionDataStoreSessionAnswer resource.
771
+ *
772
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
773
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
774
+ * @returns {string} A string representing the location.
775
+ */
776
+ matchLocationFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
777
+ /**
778
+ * Parse the collection from ProjectLocationCollectionDataStoreSessionAnswer resource.
779
+ *
780
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
781
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
782
+ * @returns {string} A string representing the collection.
783
+ */
784
+ matchCollectionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
785
+ /**
786
+ * Parse the data_store from ProjectLocationCollectionDataStoreSessionAnswer resource.
787
+ *
788
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
789
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
790
+ * @returns {string} A string representing the data_store.
791
+ */
792
+ matchDataStoreFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
793
+ /**
794
+ * Parse the session from ProjectLocationCollectionDataStoreSessionAnswer resource.
795
+ *
796
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
797
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
798
+ * @returns {string} A string representing the session.
799
+ */
800
+ matchSessionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
801
+ /**
802
+ * Parse the answer from ProjectLocationCollectionDataStoreSessionAnswer resource.
803
+ *
804
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
805
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
806
+ * @returns {string} A string representing the answer.
807
+ */
808
+ matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
809
+ /**
810
+ * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
811
+ *
812
+ * @param {string} project
813
+ * @param {string} location
814
+ * @param {string} collection
815
+ * @param {string} data_store
816
+ * @returns {string} Resource name string.
817
+ */
818
+ projectLocationCollectionDataStoreSiteSearchEnginePath(project: string, location: string, collection: string, dataStore: string): string;
819
+ /**
820
+ * Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
821
+ *
822
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
823
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
824
+ * @returns {string} A string representing the project.
825
+ */
826
+ matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
827
+ /**
828
+ * Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
829
+ *
830
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
831
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
832
+ * @returns {string} A string representing the location.
833
+ */
834
+ matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
835
+ /**
836
+ * Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
837
+ *
838
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
839
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
840
+ * @returns {string} A string representing the collection.
841
+ */
842
+ matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
843
+ /**
844
+ * Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
845
+ *
846
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
847
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
848
+ * @returns {string} A string representing the data_store.
849
+ */
850
+ matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
851
+ /**
852
+ * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineTargetSite resource name string.
853
+ *
854
+ * @param {string} project
855
+ * @param {string} location
856
+ * @param {string} collection
857
+ * @param {string} data_store
858
+ * @param {string} target_site
859
+ * @returns {string} Resource name string.
860
+ */
861
+ projectLocationCollectionDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, collection: string, dataStore: string, targetSite: string): string;
862
+ /**
863
+ * Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
864
+ *
865
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
866
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
867
+ * @returns {string} A string representing the project.
868
+ */
869
+ matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
870
+ /**
871
+ * Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
872
+ *
873
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
874
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
875
+ * @returns {string} A string representing the location.
876
+ */
877
+ matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
878
+ /**
879
+ * Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
880
+ *
881
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
882
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
883
+ * @returns {string} A string representing the collection.
884
+ */
885
+ matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
886
+ /**
887
+ * Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
888
+ *
889
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
890
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
891
+ * @returns {string} A string representing the data_store.
892
+ */
893
+ matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
894
+ /**
895
+ * Parse the target_site from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
896
+ *
897
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
898
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
899
+ * @returns {string} A string representing the target_site.
900
+ */
901
+ matchTargetSiteFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
902
+ /**
903
+ * Return a fully-qualified projectLocationCollectionEngineControl resource name string.
904
+ *
905
+ * @param {string} project
906
+ * @param {string} location
907
+ * @param {string} collection
908
+ * @param {string} engine
909
+ * @param {string} control
910
+ * @returns {string} Resource name string.
911
+ */
912
+ projectLocationCollectionEngineControlPath(project: string, location: string, collection: string, engine: string, control: string): string;
913
+ /**
914
+ * Parse the project from ProjectLocationCollectionEngineControl resource.
915
+ *
916
+ * @param {string} projectLocationCollectionEngineControlName
917
+ * A fully-qualified path representing project_location_collection_engine_control resource.
918
+ * @returns {string} A string representing the project.
919
+ */
920
+ matchProjectFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
921
+ /**
922
+ * Parse the location from ProjectLocationCollectionEngineControl resource.
923
+ *
924
+ * @param {string} projectLocationCollectionEngineControlName
925
+ * A fully-qualified path representing project_location_collection_engine_control resource.
926
+ * @returns {string} A string representing the location.
927
+ */
928
+ matchLocationFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
929
+ /**
930
+ * Parse the collection from ProjectLocationCollectionEngineControl resource.
931
+ *
932
+ * @param {string} projectLocationCollectionEngineControlName
933
+ * A fully-qualified path representing project_location_collection_engine_control resource.
934
+ * @returns {string} A string representing the collection.
935
+ */
936
+ matchCollectionFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
937
+ /**
938
+ * Parse the engine from ProjectLocationCollectionEngineControl resource.
939
+ *
940
+ * @param {string} projectLocationCollectionEngineControlName
941
+ * A fully-qualified path representing project_location_collection_engine_control resource.
942
+ * @returns {string} A string representing the engine.
943
+ */
944
+ matchEngineFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
945
+ /**
946
+ * Parse the control from ProjectLocationCollectionEngineControl resource.
947
+ *
948
+ * @param {string} projectLocationCollectionEngineControlName
949
+ * A fully-qualified path representing project_location_collection_engine_control resource.
950
+ * @returns {string} A string representing the control.
951
+ */
952
+ matchControlFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
953
+ /**
954
+ * Return a fully-qualified projectLocationCollectionEngineConversation resource name string.
955
+ *
956
+ * @param {string} project
957
+ * @param {string} location
958
+ * @param {string} collection
959
+ * @param {string} engine
960
+ * @param {string} conversation
961
+ * @returns {string} Resource name string.
962
+ */
963
+ projectLocationCollectionEngineConversationPath(project: string, location: string, collection: string, engine: string, conversation: string): string;
964
+ /**
965
+ * Parse the project from ProjectLocationCollectionEngineConversation resource.
966
+ *
967
+ * @param {string} projectLocationCollectionEngineConversationName
968
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
969
+ * @returns {string} A string representing the project.
970
+ */
971
+ matchProjectFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
972
+ /**
973
+ * Parse the location from ProjectLocationCollectionEngineConversation resource.
974
+ *
975
+ * @param {string} projectLocationCollectionEngineConversationName
976
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
977
+ * @returns {string} A string representing the location.
978
+ */
979
+ matchLocationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
980
+ /**
981
+ * Parse the collection from ProjectLocationCollectionEngineConversation resource.
982
+ *
983
+ * @param {string} projectLocationCollectionEngineConversationName
984
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
985
+ * @returns {string} A string representing the collection.
986
+ */
987
+ matchCollectionFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
988
+ /**
989
+ * Parse the engine from ProjectLocationCollectionEngineConversation resource.
990
+ *
991
+ * @param {string} projectLocationCollectionEngineConversationName
992
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
993
+ * @returns {string} A string representing the engine.
994
+ */
995
+ matchEngineFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
996
+ /**
997
+ * Parse the conversation from ProjectLocationCollectionEngineConversation resource.
998
+ *
999
+ * @param {string} projectLocationCollectionEngineConversationName
1000
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
1001
+ * @returns {string} A string representing the conversation.
1002
+ */
1003
+ matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
1004
+ /**
1005
+ * Return a fully-qualified projectLocationCollectionEngineSession resource name string.
1006
+ *
1007
+ * @param {string} project
1008
+ * @param {string} location
1009
+ * @param {string} collection
1010
+ * @param {string} engine
1011
+ * @param {string} session
1012
+ * @returns {string} Resource name string.
1013
+ */
1014
+ projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
1015
+ /**
1016
+ * Parse the project from ProjectLocationCollectionEngineSession resource.
1017
+ *
1018
+ * @param {string} projectLocationCollectionEngineSessionName
1019
+ * A fully-qualified path representing project_location_collection_engine_session resource.
1020
+ * @returns {string} A string representing the project.
1021
+ */
1022
+ matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
1023
+ /**
1024
+ * Parse the location from ProjectLocationCollectionEngineSession resource.
1025
+ *
1026
+ * @param {string} projectLocationCollectionEngineSessionName
1027
+ * A fully-qualified path representing project_location_collection_engine_session resource.
1028
+ * @returns {string} A string representing the location.
1029
+ */
1030
+ matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
1031
+ /**
1032
+ * Parse the collection from ProjectLocationCollectionEngineSession resource.
1033
+ *
1034
+ * @param {string} projectLocationCollectionEngineSessionName
1035
+ * A fully-qualified path representing project_location_collection_engine_session resource.
1036
+ * @returns {string} A string representing the collection.
1037
+ */
1038
+ matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
1039
+ /**
1040
+ * Parse the engine from ProjectLocationCollectionEngineSession resource.
1041
+ *
1042
+ * @param {string} projectLocationCollectionEngineSessionName
1043
+ * A fully-qualified path representing project_location_collection_engine_session resource.
1044
+ * @returns {string} A string representing the engine.
1045
+ */
1046
+ matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
1047
+ /**
1048
+ * Parse the session from ProjectLocationCollectionEngineSession resource.
1049
+ *
1050
+ * @param {string} projectLocationCollectionEngineSessionName
1051
+ * A fully-qualified path representing project_location_collection_engine_session resource.
1052
+ * @returns {string} A string representing the session.
1053
+ */
1054
+ matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
1055
+ /**
1056
+ * Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
1057
+ *
1058
+ * @param {string} project
1059
+ * @param {string} location
1060
+ * @param {string} collection
1061
+ * @param {string} engine
1062
+ * @param {string} session
1063
+ * @param {string} answer
1064
+ * @returns {string} Resource name string.
1065
+ */
1066
+ projectLocationCollectionEngineSessionAnswerPath(project: string, location: string, collection: string, engine: string, session: string, answer: string): string;
1067
+ /**
1068
+ * Parse the project from ProjectLocationCollectionEngineSessionAnswer resource.
1069
+ *
1070
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1071
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1072
+ * @returns {string} A string representing the project.
1073
+ */
1074
+ matchProjectFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1075
+ /**
1076
+ * Parse the location from ProjectLocationCollectionEngineSessionAnswer resource.
1077
+ *
1078
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1079
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1080
+ * @returns {string} A string representing the location.
1081
+ */
1082
+ matchLocationFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1083
+ /**
1084
+ * Parse the collection from ProjectLocationCollectionEngineSessionAnswer resource.
1085
+ *
1086
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1087
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1088
+ * @returns {string} A string representing the collection.
1089
+ */
1090
+ matchCollectionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1091
+ /**
1092
+ * Parse the engine from ProjectLocationCollectionEngineSessionAnswer resource.
1093
+ *
1094
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1095
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1096
+ * @returns {string} A string representing the engine.
1097
+ */
1098
+ matchEngineFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1099
+ /**
1100
+ * Parse the session from ProjectLocationCollectionEngineSessionAnswer resource.
1101
+ *
1102
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1103
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1104
+ * @returns {string} A string representing the session.
1105
+ */
1106
+ matchSessionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1107
+ /**
1108
+ * Parse the answer from ProjectLocationCollectionEngineSessionAnswer resource.
1109
+ *
1110
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1111
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1112
+ * @returns {string} A string representing the answer.
1113
+ */
1114
+ matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1115
+ /**
1116
+ * Return a fully-qualified projectLocationDataStore resource name string.
1117
+ *
1118
+ * @param {string} project
1119
+ * @param {string} location
1120
+ * @param {string} data_store
1121
+ * @returns {string} Resource name string.
1122
+ */
1123
+ projectLocationDataStorePath(project: string, location: string, dataStore: string): string;
1124
+ /**
1125
+ * Parse the project from ProjectLocationDataStore resource.
1126
+ *
1127
+ * @param {string} projectLocationDataStoreName
1128
+ * A fully-qualified path representing project_location_data_store resource.
1129
+ * @returns {string} A string representing the project.
1130
+ */
1131
+ matchProjectFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
1132
+ /**
1133
+ * Parse the location from ProjectLocationDataStore resource.
1134
+ *
1135
+ * @param {string} projectLocationDataStoreName
1136
+ * A fully-qualified path representing project_location_data_store resource.
1137
+ * @returns {string} A string representing the location.
1138
+ */
1139
+ matchLocationFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
1140
+ /**
1141
+ * Parse the data_store from ProjectLocationDataStore resource.
1142
+ *
1143
+ * @param {string} projectLocationDataStoreName
1144
+ * A fully-qualified path representing project_location_data_store resource.
1145
+ * @returns {string} A string representing the data_store.
1146
+ */
1147
+ matchDataStoreFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
1148
+ /**
1149
+ * Return a fully-qualified projectLocationDataStoreBranchDocument resource name string.
1150
+ *
1151
+ * @param {string} project
1152
+ * @param {string} location
1153
+ * @param {string} data_store
1154
+ * @param {string} branch
1155
+ * @param {string} document
1156
+ * @returns {string} Resource name string.
1157
+ */
1158
+ projectLocationDataStoreBranchDocumentPath(project: string, location: string, dataStore: string, branch: string, document: string): string;
1159
+ /**
1160
+ * Parse the project from ProjectLocationDataStoreBranchDocument resource.
1161
+ *
1162
+ * @param {string} projectLocationDataStoreBranchDocumentName
1163
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
1164
+ * @returns {string} A string representing the project.
1165
+ */
1166
+ matchProjectFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1167
+ /**
1168
+ * Parse the location from ProjectLocationDataStoreBranchDocument resource.
1169
+ *
1170
+ * @param {string} projectLocationDataStoreBranchDocumentName
1171
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
1172
+ * @returns {string} A string representing the location.
1173
+ */
1174
+ matchLocationFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1175
+ /**
1176
+ * Parse the data_store from ProjectLocationDataStoreBranchDocument resource.
1177
+ *
1178
+ * @param {string} projectLocationDataStoreBranchDocumentName
1179
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
1180
+ * @returns {string} A string representing the data_store.
1181
+ */
1182
+ matchDataStoreFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1183
+ /**
1184
+ * Parse the branch from ProjectLocationDataStoreBranchDocument resource.
1185
+ *
1186
+ * @param {string} projectLocationDataStoreBranchDocumentName
1187
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
1188
+ * @returns {string} A string representing the branch.
1189
+ */
1190
+ matchBranchFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1191
+ /**
1192
+ * Parse the document from ProjectLocationDataStoreBranchDocument resource.
1193
+ *
1194
+ * @param {string} projectLocationDataStoreBranchDocumentName
1195
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
1196
+ * @returns {string} A string representing the document.
1197
+ */
1198
+ matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1199
+ /**
1200
+ * Return a fully-qualified projectLocationDataStoreControl resource name string.
1201
+ *
1202
+ * @param {string} project
1203
+ * @param {string} location
1204
+ * @param {string} data_store
1205
+ * @param {string} control
1206
+ * @returns {string} Resource name string.
1207
+ */
1208
+ projectLocationDataStoreControlPath(project: string, location: string, dataStore: string, control: string): string;
1209
+ /**
1210
+ * Parse the project from ProjectLocationDataStoreControl resource.
1211
+ *
1212
+ * @param {string} projectLocationDataStoreControlName
1213
+ * A fully-qualified path representing project_location_data_store_control resource.
1214
+ * @returns {string} A string representing the project.
1215
+ */
1216
+ matchProjectFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
1217
+ /**
1218
+ * Parse the location from ProjectLocationDataStoreControl resource.
1219
+ *
1220
+ * @param {string} projectLocationDataStoreControlName
1221
+ * A fully-qualified path representing project_location_data_store_control resource.
1222
+ * @returns {string} A string representing the location.
1223
+ */
1224
+ matchLocationFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
1225
+ /**
1226
+ * Parse the data_store from ProjectLocationDataStoreControl resource.
1227
+ *
1228
+ * @param {string} projectLocationDataStoreControlName
1229
+ * A fully-qualified path representing project_location_data_store_control resource.
1230
+ * @returns {string} A string representing the data_store.
1231
+ */
1232
+ matchDataStoreFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
1233
+ /**
1234
+ * Parse the control from ProjectLocationDataStoreControl resource.
1235
+ *
1236
+ * @param {string} projectLocationDataStoreControlName
1237
+ * A fully-qualified path representing project_location_data_store_control resource.
1238
+ * @returns {string} A string representing the control.
1239
+ */
1240
+ matchControlFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
1241
+ /**
1242
+ * Return a fully-qualified projectLocationDataStoreConversation resource name string.
1243
+ *
1244
+ * @param {string} project
1245
+ * @param {string} location
1246
+ * @param {string} data_store
1247
+ * @param {string} conversation
1248
+ * @returns {string} Resource name string.
1249
+ */
1250
+ projectLocationDataStoreConversationPath(project: string, location: string, dataStore: string, conversation: string): string;
1251
+ /**
1252
+ * Parse the project from ProjectLocationDataStoreConversation resource.
1253
+ *
1254
+ * @param {string} projectLocationDataStoreConversationName
1255
+ * A fully-qualified path representing project_location_data_store_conversation resource.
1256
+ * @returns {string} A string representing the project.
1257
+ */
1258
+ matchProjectFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1259
+ /**
1260
+ * Parse the location from ProjectLocationDataStoreConversation resource.
1261
+ *
1262
+ * @param {string} projectLocationDataStoreConversationName
1263
+ * A fully-qualified path representing project_location_data_store_conversation resource.
1264
+ * @returns {string} A string representing the location.
1265
+ */
1266
+ matchLocationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1267
+ /**
1268
+ * Parse the data_store from ProjectLocationDataStoreConversation resource.
1269
+ *
1270
+ * @param {string} projectLocationDataStoreConversationName
1271
+ * A fully-qualified path representing project_location_data_store_conversation resource.
1272
+ * @returns {string} A string representing the data_store.
1273
+ */
1274
+ matchDataStoreFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1275
+ /**
1276
+ * Parse the conversation from ProjectLocationDataStoreConversation resource.
1277
+ *
1278
+ * @param {string} projectLocationDataStoreConversationName
1279
+ * A fully-qualified path representing project_location_data_store_conversation resource.
1280
+ * @returns {string} A string representing the conversation.
1281
+ */
1282
+ matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1283
+ /**
1284
+ * Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
1285
+ *
1286
+ * @param {string} project
1287
+ * @param {string} location
1288
+ * @param {string} data_store
1289
+ * @returns {string} Resource name string.
1290
+ */
1291
+ projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
1292
+ /**
1293
+ * Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
1294
+ *
1295
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1296
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1297
+ * @returns {string} A string representing the project.
1298
+ */
1299
+ matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1300
+ /**
1301
+ * Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
1302
+ *
1303
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1304
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1305
+ * @returns {string} A string representing the location.
1306
+ */
1307
+ matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1308
+ /**
1309
+ * Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
1310
+ *
1311
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1312
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1313
+ * @returns {string} A string representing the data_store.
1314
+ */
1315
+ matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1316
+ /**
1317
+ * Return a fully-qualified projectLocationDataStoreSchema resource name string.
1318
+ *
1319
+ * @param {string} project
1320
+ * @param {string} location
1321
+ * @param {string} data_store
1322
+ * @param {string} schema
1323
+ * @returns {string} Resource name string.
1324
+ */
1325
+ projectLocationDataStoreSchemaPath(project: string, location: string, dataStore: string, schema: string): string;
1326
+ /**
1327
+ * Parse the project from ProjectLocationDataStoreSchema resource.
1328
+ *
1329
+ * @param {string} projectLocationDataStoreSchemaName
1330
+ * A fully-qualified path representing project_location_data_store_schema resource.
1331
+ * @returns {string} A string representing the project.
1332
+ */
1333
+ matchProjectFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
1334
+ /**
1335
+ * Parse the location from ProjectLocationDataStoreSchema resource.
1336
+ *
1337
+ * @param {string} projectLocationDataStoreSchemaName
1338
+ * A fully-qualified path representing project_location_data_store_schema resource.
1339
+ * @returns {string} A string representing the location.
1340
+ */
1341
+ matchLocationFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
1342
+ /**
1343
+ * Parse the data_store from ProjectLocationDataStoreSchema resource.
1344
+ *
1345
+ * @param {string} projectLocationDataStoreSchemaName
1346
+ * A fully-qualified path representing project_location_data_store_schema resource.
1347
+ * @returns {string} A string representing the data_store.
1348
+ */
1349
+ matchDataStoreFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
1350
+ /**
1351
+ * Parse the schema from ProjectLocationDataStoreSchema resource.
1352
+ *
1353
+ * @param {string} projectLocationDataStoreSchemaName
1354
+ * A fully-qualified path representing project_location_data_store_schema resource.
1355
+ * @returns {string} A string representing the schema.
1356
+ */
1357
+ matchSchemaFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
1358
+ /**
1359
+ * Return a fully-qualified projectLocationDataStoreSession resource name string.
1360
+ *
1361
+ * @param {string} project
1362
+ * @param {string} location
1363
+ * @param {string} data_store
1364
+ * @param {string} session
1365
+ * @returns {string} Resource name string.
1366
+ */
1367
+ projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
1368
+ /**
1369
+ * Parse the project from ProjectLocationDataStoreSession resource.
1370
+ *
1371
+ * @param {string} projectLocationDataStoreSessionName
1372
+ * A fully-qualified path representing project_location_data_store_session resource.
1373
+ * @returns {string} A string representing the project.
1374
+ */
1375
+ matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
1376
+ /**
1377
+ * Parse the location from ProjectLocationDataStoreSession resource.
1378
+ *
1379
+ * @param {string} projectLocationDataStoreSessionName
1380
+ * A fully-qualified path representing project_location_data_store_session resource.
1381
+ * @returns {string} A string representing the location.
1382
+ */
1383
+ matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
1384
+ /**
1385
+ * Parse the data_store from ProjectLocationDataStoreSession resource.
1386
+ *
1387
+ * @param {string} projectLocationDataStoreSessionName
1388
+ * A fully-qualified path representing project_location_data_store_session resource.
1389
+ * @returns {string} A string representing the data_store.
1390
+ */
1391
+ matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
1392
+ /**
1393
+ * Parse the session from ProjectLocationDataStoreSession resource.
1394
+ *
1395
+ * @param {string} projectLocationDataStoreSessionName
1396
+ * A fully-qualified path representing project_location_data_store_session resource.
1397
+ * @returns {string} A string representing the session.
1398
+ */
1399
+ matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
1400
+ /**
1401
+ * Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
1402
+ *
1403
+ * @param {string} project
1404
+ * @param {string} location
1405
+ * @param {string} data_store
1406
+ * @param {string} session
1407
+ * @param {string} answer
1408
+ * @returns {string} Resource name string.
1409
+ */
1410
+ projectLocationDataStoreSessionAnswerPath(project: string, location: string, dataStore: string, session: string, answer: string): string;
1411
+ /**
1412
+ * Parse the project from ProjectLocationDataStoreSessionAnswer resource.
1413
+ *
1414
+ * @param {string} projectLocationDataStoreSessionAnswerName
1415
+ * A fully-qualified path representing project_location_data_store_session_answer resource.
1416
+ * @returns {string} A string representing the project.
1417
+ */
1418
+ matchProjectFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
1419
+ /**
1420
+ * Parse the location from ProjectLocationDataStoreSessionAnswer resource.
1421
+ *
1422
+ * @param {string} projectLocationDataStoreSessionAnswerName
1423
+ * A fully-qualified path representing project_location_data_store_session_answer resource.
1424
+ * @returns {string} A string representing the location.
1425
+ */
1426
+ matchLocationFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
1427
+ /**
1428
+ * Parse the data_store from ProjectLocationDataStoreSessionAnswer resource.
1429
+ *
1430
+ * @param {string} projectLocationDataStoreSessionAnswerName
1431
+ * A fully-qualified path representing project_location_data_store_session_answer resource.
1432
+ * @returns {string} A string representing the data_store.
1433
+ */
1434
+ matchDataStoreFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
1435
+ /**
1436
+ * Parse the session from ProjectLocationDataStoreSessionAnswer resource.
1437
+ *
1438
+ * @param {string} projectLocationDataStoreSessionAnswerName
1439
+ * A fully-qualified path representing project_location_data_store_session_answer resource.
1440
+ * @returns {string} A string representing the session.
1441
+ */
1442
+ matchSessionFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
1443
+ /**
1444
+ * Parse the answer from ProjectLocationDataStoreSessionAnswer resource.
1445
+ *
1446
+ * @param {string} projectLocationDataStoreSessionAnswerName
1447
+ * A fully-qualified path representing project_location_data_store_session_answer resource.
1448
+ * @returns {string} A string representing the answer.
1449
+ */
1450
+ matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
1451
+ /**
1452
+ * Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
1453
+ *
1454
+ * @param {string} project
1455
+ * @param {string} location
1456
+ * @param {string} data_store
1457
+ * @returns {string} Resource name string.
1458
+ */
1459
+ projectLocationDataStoreSiteSearchEnginePath(project: string, location: string, dataStore: string): string;
1460
+ /**
1461
+ * Parse the project from ProjectLocationDataStoreSiteSearchEngine resource.
1462
+ *
1463
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
1464
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
1465
+ * @returns {string} A string representing the project.
1466
+ */
1467
+ matchProjectFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
1468
+ /**
1469
+ * Parse the location from ProjectLocationDataStoreSiteSearchEngine resource.
1470
+ *
1471
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
1472
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
1473
+ * @returns {string} A string representing the location.
1474
+ */
1475
+ matchLocationFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
1476
+ /**
1477
+ * Parse the data_store from ProjectLocationDataStoreSiteSearchEngine resource.
1478
+ *
1479
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
1480
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
1481
+ * @returns {string} A string representing the data_store.
1482
+ */
1483
+ matchDataStoreFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
1484
+ /**
1485
+ * Return a fully-qualified projectLocationDataStoreSiteSearchEngineTargetSite resource name string.
1486
+ *
1487
+ * @param {string} project
1488
+ * @param {string} location
1489
+ * @param {string} data_store
1490
+ * @param {string} target_site
1491
+ * @returns {string} Resource name string.
1492
+ */
1493
+ projectLocationDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, dataStore: string, targetSite: string): string;
1494
+ /**
1495
+ * Parse the project from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1496
+ *
1497
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1498
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1499
+ * @returns {string} A string representing the project.
1500
+ */
1501
+ matchProjectFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1502
+ /**
1503
+ * Parse the location from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1504
+ *
1505
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1506
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1507
+ * @returns {string} A string representing the location.
1508
+ */
1509
+ matchLocationFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1510
+ /**
1511
+ * Parse the data_store from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1512
+ *
1513
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1514
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1515
+ * @returns {string} A string representing the data_store.
1516
+ */
1517
+ matchDataStoreFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1518
+ /**
1519
+ * Parse the target_site from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1520
+ *
1521
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1522
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1523
+ * @returns {string} A string representing the target_site.
1524
+ */
1525
+ matchTargetSiteFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1526
+ /**
1527
+ * Terminate the gRPC channel and close the client.
1528
+ *
1529
+ * The client will no longer be usable and all future behavior is undefined.
1530
+ * @returns {Promise} A promise that resolves when the client is closed.
1531
+ */
1532
+ close(): Promise<void>;
1533
+ }