@google-cloud/discoveryengine 2.3.0 → 2.4.0

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