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