@google-cloud/discoveryengine 1.2.0 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (63) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +25 -0
  3. package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +38 -8
  4. package/build/protos/google/cloud/discoveryengine/v1alpha/conversation.proto +3 -0
  5. package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +39 -0
  6. package/build/protos/google/cloud/discoveryengine/v1alpha/data_store.proto +98 -0
  7. package/build/protos/google/cloud/discoveryengine/v1alpha/data_store_service.proto +307 -0
  8. package/build/protos/google/cloud/discoveryengine/v1alpha/document.proto +1 -1
  9. package/build/protos/google/cloud/discoveryengine/v1alpha/engine.proto +370 -0
  10. package/build/protos/google/cloud/discoveryengine/v1alpha/engine_service.proto +336 -0
  11. package/build/protos/google/cloud/discoveryengine/v1alpha/recommendation_service.proto +9 -3
  12. package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +123 -3
  13. package/build/protos/google/cloud/discoveryengine/v1alpha/search_tuning_service.proto +147 -0
  14. package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine.proto +164 -0
  15. package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine_service.proto +540 -0
  16. package/build/protos/protos.d.ts +10923 -3222
  17. package/build/protos/protos.js +29891 -12914
  18. package/build/protos/protos.json +2367 -668
  19. package/build/src/index.js +1 -1
  20. package/build/src/v1/completion_service_client.js +1 -1
  21. package/build/src/v1/conversational_search_service_client.js +1 -1
  22. package/build/src/v1/document_service_client.js +1 -1
  23. package/build/src/v1/index.js +1 -1
  24. package/build/src/v1/schema_service_client.js +1 -1
  25. package/build/src/v1/search_service_client.js +1 -1
  26. package/build/src/v1/user_event_service_client.js +1 -1
  27. package/build/src/v1alpha/completion_service_client.d.ts +261 -0
  28. package/build/src/v1alpha/completion_service_client.js +360 -0
  29. package/build/src/v1alpha/conversational_search_service_client.d.ts +278 -0
  30. package/build/src/v1alpha/conversational_search_service_client.js +360 -0
  31. package/build/src/v1alpha/data_store_service_client.d.ts +1279 -0
  32. package/build/src/v1alpha/data_store_service_client.js +1739 -0
  33. package/build/src/v1alpha/data_store_service_client_config.json +46 -0
  34. package/build/src/v1alpha/document_service_client.d.ts +336 -0
  35. package/build/src/v1alpha/document_service_client.js +472 -2
  36. package/build/src/v1alpha/engine_service_client.d.ts +1298 -0
  37. package/build/src/v1alpha/engine_service_client.js +1789 -0
  38. package/build/src/v1alpha/engine_service_client_config.json +58 -0
  39. package/build/src/v1alpha/index.d.ts +3 -0
  40. package/build/src/v1alpha/index.js +7 -1
  41. package/build/src/v1alpha/recommendation_service_client.d.ts +345 -3
  42. package/build/src/v1alpha/recommendation_service_client.js +464 -0
  43. package/build/src/v1alpha/schema_service_client.d.ts +261 -0
  44. package/build/src/v1alpha/schema_service_client.js +368 -2
  45. package/build/src/v1alpha/search_service_client.d.ts +453 -9
  46. package/build/src/v1alpha/search_service_client.js +542 -6
  47. package/build/src/v1alpha/search_tuning_service_client.d.ts +968 -0
  48. package/build/src/v1alpha/search_tuning_service_client.js +1452 -0
  49. package/build/src/v1alpha/search_tuning_service_client_config.json +30 -0
  50. package/build/src/v1alpha/site_search_engine_service_client.d.ts +856 -1
  51. package/build/src/v1alpha/site_search_engine_service_client.js +993 -34
  52. package/build/src/v1alpha/site_search_engine_service_client_config.json +44 -0
  53. package/build/src/v1alpha/user_event_service_client.d.ts +261 -0
  54. package/build/src/v1alpha/user_event_service_client.js +368 -2
  55. package/build/src/v1beta/completion_service_client.js +1 -1
  56. package/build/src/v1beta/conversational_search_service_client.js +1 -1
  57. package/build/src/v1beta/document_service_client.js +1 -1
  58. package/build/src/v1beta/index.js +1 -1
  59. package/build/src/v1beta/recommendation_service_client.js +1 -1
  60. package/build/src/v1beta/schema_service_client.js +1 -1
  61. package/build/src/v1beta/search_service_client.js +1 -1
  62. package/build/src/v1beta/user_event_service_client.js +1 -1
  63. package/package.json +4 -4
@@ -0,0 +1,968 @@
1
+ import type * as gax from 'google-gax';
2
+ import type { Callback, CallOptions, Descriptors, ClientOptions, LROperation, LocationsClient, LocationProtos } from 'google-gax';
3
+ import * as protos from '../../protos/protos';
4
+ /**
5
+ * Service for search tuning.
6
+ * @class
7
+ * @memberof v1alpha
8
+ */
9
+ export declare class SearchTuningServiceClient {
10
+ private _terminated;
11
+ private _opts;
12
+ private _providedCustomServicePath;
13
+ private _gaxModule;
14
+ private _gaxGrpc;
15
+ private _protos;
16
+ private _defaults;
17
+ auth: gax.GoogleAuth;
18
+ descriptors: Descriptors;
19
+ warn: (code: string, message: string, warnType?: string) => void;
20
+ innerApiCalls: {
21
+ [name: string]: Function;
22
+ };
23
+ locationsClient: LocationsClient;
24
+ pathTemplates: {
25
+ [name: string]: gax.PathTemplate;
26
+ };
27
+ operationsClient: gax.OperationsClient;
28
+ searchTuningServiceStub?: Promise<{
29
+ [name: string]: Function;
30
+ }>;
31
+ /**
32
+ * Construct an instance of SearchTuningServiceClient.
33
+ *
34
+ * @param {object} [options] - The configuration object.
35
+ * The options accepted by the constructor are described in detail
36
+ * in [this document](https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#creating-the-client-instance).
37
+ * The common options are:
38
+ * @param {object} [options.credentials] - Credentials object.
39
+ * @param {string} [options.credentials.client_email]
40
+ * @param {string} [options.credentials.private_key]
41
+ * @param {string} [options.email] - Account email address. Required when
42
+ * using a .pem or .p12 keyFilename.
43
+ * @param {string} [options.keyFilename] - Full path to the a .json, .pem, or
44
+ * .p12 key downloaded from the Google Developers Console. If you provide
45
+ * a path to a JSON file, the projectId option below is not necessary.
46
+ * NOTE: .pem and .p12 require you to specify options.email as well.
47
+ * @param {number} [options.port] - The port on which to connect to
48
+ * the remote host.
49
+ * @param {string} [options.projectId] - The project ID from the Google
50
+ * Developer's Console, e.g. 'grape-spaceship-123'. We will also check
51
+ * the environment variable GCLOUD_PROJECT for your project ID. If your
52
+ * app is running in an environment which supports
53
+ * {@link https://developers.google.com/identity/protocols/application-default-credentials Application Default Credentials},
54
+ * your project ID will be detected automatically.
55
+ * @param {string} [options.apiEndpoint] - The domain name of the
56
+ * API remote host.
57
+ * @param {gax.ClientConfig} [options.clientConfig] - Client configuration override.
58
+ * Follows the structure of {@link gapicConfig}.
59
+ * @param {boolean} [options.fallback] - Use HTTP/1.1 REST mode.
60
+ * For more information, please check the
61
+ * {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#http11-rest-api-mode documentation}.
62
+ * @param {gax} [gaxInstance]: loaded instance of `google-gax`. Useful if you
63
+ * need to avoid loading the default gRPC version and want to use the fallback
64
+ * HTTP implementation. Load only fallback version and pass it to the constructor:
65
+ * ```
66
+ * const gax = require('google-gax/build/src/fallback'); // avoids loading google-gax with gRPC
67
+ * const client = new SearchTuningServiceClient({fallback: true}, gax);
68
+ * ```
69
+ */
70
+ constructor(opts?: ClientOptions, gaxInstance?: typeof gax | typeof gax.fallback);
71
+ /**
72
+ * Initialize the client.
73
+ * Performs asynchronous operations (such as authentication) and prepares the client.
74
+ * This function will be called automatically when any class method is called for the
75
+ * first time, but if you need to initialize it before calling an actual method,
76
+ * feel free to call initialize() directly.
77
+ *
78
+ * You can await on this method if you want to make sure the client is initialized.
79
+ *
80
+ * @returns {Promise} A promise that resolves to an authenticated service stub.
81
+ */
82
+ initialize(): Promise<{
83
+ [name: string]: Function;
84
+ }>;
85
+ /**
86
+ * The DNS address for this API service.
87
+ * @returns {string} The DNS address for this service.
88
+ */
89
+ static get servicePath(): string;
90
+ /**
91
+ * The DNS address for this API service - same as servicePath(),
92
+ * exists for compatibility reasons.
93
+ * @returns {string} The DNS address for this service.
94
+ */
95
+ static get apiEndpoint(): string;
96
+ /**
97
+ * The port for this API service.
98
+ * @returns {number} The default port for this service.
99
+ */
100
+ static get port(): number;
101
+ /**
102
+ * The scopes needed to make gRPC calls for every method defined
103
+ * in this service.
104
+ * @returns {string[]} List of default scopes.
105
+ */
106
+ static get scopes(): string[];
107
+ getProjectId(): Promise<string>;
108
+ getProjectId(callback: Callback<string, undefined, undefined>): void;
109
+ /**
110
+ * Trains a custom model.
111
+ *
112
+ * @param {Object} request
113
+ * The request object that will be sent.
114
+ * @param {google.cloud.discoveryengine.v1alpha.TrainCustomModelRequest.GcsTrainingInput} request.gcsTrainingInput
115
+ * Gcs training input.
116
+ * @param {string} request.dataStore
117
+ * Required. The resource name of the Data Store, such as
118
+ * `projects/* /locations/global/collections/default_collection/dataStores/default_data_store`.
119
+ * This field is used to identify the data store where to train the models.
120
+ * @param {string} request.modelType
121
+ * Model to be trained. Supported values are:
122
+ *
123
+ * * **search-tuning**: Fine tuning the search system based on data provided.
124
+ * @param {google.cloud.discoveryengine.v1alpha.ImportErrorConfig} request.errorConfig
125
+ * The desired location of errors incurred during the data ingestion and
126
+ * training.
127
+ * @param {object} [options]
128
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
129
+ * @returns {Promise} - The promise which resolves to an array.
130
+ * The first element of the array is an object representing
131
+ * a long running operation. Its `promise()` method returns a promise
132
+ * you can `await` for.
133
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation }
134
+ * for more details and examples.
135
+ * @example <caption>include:samples/generated/v1alpha/search_tuning_service.train_custom_model.js</caption>
136
+ * region_tag:discoveryengine_v1alpha_generated_SearchTuningService_TrainCustomModel_async
137
+ */
138
+ trainCustomModel(request?: protos.google.cloud.discoveryengine.v1alpha.ITrainCustomModelRequest, options?: CallOptions): Promise<[
139
+ LROperation<protos.google.cloud.discoveryengine.v1alpha.ITrainCustomModelResponse, protos.google.cloud.discoveryengine.v1alpha.ITrainCustomModelMetadata>,
140
+ protos.google.longrunning.IOperation | undefined,
141
+ {} | undefined
142
+ ]>;
143
+ trainCustomModel(request: protos.google.cloud.discoveryengine.v1alpha.ITrainCustomModelRequest, options: CallOptions, callback: Callback<LROperation<protos.google.cloud.discoveryengine.v1alpha.ITrainCustomModelResponse, protos.google.cloud.discoveryengine.v1alpha.ITrainCustomModelMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
144
+ trainCustomModel(request: protos.google.cloud.discoveryengine.v1alpha.ITrainCustomModelRequest, callback: Callback<LROperation<protos.google.cloud.discoveryengine.v1alpha.ITrainCustomModelResponse, protos.google.cloud.discoveryengine.v1alpha.ITrainCustomModelMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
145
+ /**
146
+ * Check the status of the long running operation returned by `trainCustomModel()`.
147
+ * @param {String} name
148
+ * The operation name that will be passed.
149
+ * @returns {Promise} - The promise which resolves to an object.
150
+ * The decoded operation object has result and metadata field to get information from.
151
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation }
152
+ * for more details and examples.
153
+ * @example <caption>include:samples/generated/v1alpha/search_tuning_service.train_custom_model.js</caption>
154
+ * region_tag:discoveryengine_v1alpha_generated_SearchTuningService_TrainCustomModel_async
155
+ */
156
+ checkTrainCustomModelProgress(name: string): Promise<LROperation<protos.google.cloud.discoveryengine.v1alpha.TrainCustomModelResponse, protos.google.cloud.discoveryengine.v1alpha.TrainCustomModelMetadata>>;
157
+ /**
158
+ * Gets information about a location.
159
+ *
160
+ * @param {Object} request
161
+ * The request object that will be sent.
162
+ * @param {string} request.name
163
+ * Resource name for the location.
164
+ * @param {object} [options]
165
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html | CallOptions} for more details.
166
+ * @returns {Promise} - The promise which resolves to an array.
167
+ * The first element of the array is an object representing {@link google.cloud.location.Location | Location}.
168
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
169
+ * for more details and examples.
170
+ * @example
171
+ * ```
172
+ * const [response] = await client.getLocation(request);
173
+ * ```
174
+ */
175
+ 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>;
176
+ /**
177
+ * Lists information about the supported locations for this service. Returns an iterable object.
178
+ *
179
+ * `for`-`await`-`of` syntax is used with the iterable to get response elements on-demand.
180
+ * @param {Object} request
181
+ * The request object that will be sent.
182
+ * @param {string} request.name
183
+ * The resource that owns the locations collection, if applicable.
184
+ * @param {string} request.filter
185
+ * The standard list filter.
186
+ * @param {number} request.pageSize
187
+ * The standard list page size.
188
+ * @param {string} request.pageToken
189
+ * The standard list page token.
190
+ * @param {object} [options]
191
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
192
+ * @returns {Object}
193
+ * An iterable Object that allows {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | async iteration }.
194
+ * When you iterate the returned iterable, each element will be an object representing
195
+ * {@link google.cloud.location.Location | Location}. The API will be called under the hood as needed, once per the page,
196
+ * so you can stop the iteration when you don't need more results.
197
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
198
+ * for more details and examples.
199
+ * @example
200
+ * ```
201
+ * const iterable = client.listLocationsAsync(request);
202
+ * for await (const response of iterable) {
203
+ * // process response
204
+ * }
205
+ * ```
206
+ */
207
+ listLocationsAsync(request: LocationProtos.google.cloud.location.IListLocationsRequest, options?: CallOptions): AsyncIterable<LocationProtos.google.cloud.location.ILocation>;
208
+ /**
209
+ * Gets the latest state of a long-running operation. Clients can use this
210
+ * method to poll the operation result at intervals as recommended by the API
211
+ * service.
212
+ *
213
+ * @param {Object} request - The request object that will be sent.
214
+ * @param {string} request.name - The name of the operation resource.
215
+ * @param {Object=} options
216
+ * Optional parameters. You can override the default settings for this call,
217
+ * e.g, timeout, retries, paginations, etc. See {@link
218
+ * https://googleapis.github.io/gax-nodejs/global.html#CallOptions | gax.CallOptions}
219
+ * for the details.
220
+ * @param {function(?Error, ?Object)=} callback
221
+ * The function which will be called with the result of the API call.
222
+ *
223
+ * The second parameter to the callback is an object representing
224
+ * {@link google.longrunning.Operation | google.longrunning.Operation}.
225
+ * @return {Promise} - The promise which resolves to an array.
226
+ * The first element of the array is an object representing
227
+ * {@link google.longrunning.Operation | google.longrunning.Operation}.
228
+ * The promise has a method named "cancel" which cancels the ongoing API call.
229
+ *
230
+ * @example
231
+ * ```
232
+ * const client = longrunning.operationsClient();
233
+ * const name = '';
234
+ * const [response] = await client.getOperation({name});
235
+ * // doThingsWith(response)
236
+ * ```
237
+ */
238
+ getOperation(request: protos.google.longrunning.GetOperationRequest, options?: gax.CallOptions | Callback<protos.google.longrunning.Operation, protos.google.longrunning.GetOperationRequest, {} | null | undefined>, callback?: Callback<protos.google.longrunning.Operation, protos.google.longrunning.GetOperationRequest, {} | null | undefined>): Promise<[protos.google.longrunning.Operation]>;
239
+ /**
240
+ * Lists operations that match the specified filter in the request. If the
241
+ * server doesn't support this method, it returns `UNIMPLEMENTED`. Returns an iterable object.
242
+ *
243
+ * For-await-of syntax is used with the iterable to recursively get response element on-demand.
244
+ *
245
+ * @param {Object} request - The request object that will be sent.
246
+ * @param {string} request.name - The name of the operation collection.
247
+ * @param {string} request.filter - The standard list filter.
248
+ * @param {number=} request.pageSize -
249
+ * The maximum number of resources contained in the underlying API
250
+ * response. If page streaming is performed per-resource, this
251
+ * parameter does not affect the return value. If page streaming is
252
+ * performed per-page, this determines the maximum number of
253
+ * resources in a page.
254
+ * @param {Object=} options
255
+ * Optional parameters. You can override the default settings for this call,
256
+ * e.g, timeout, retries, paginations, etc. See {@link
257
+ * https://googleapis.github.io/gax-nodejs/global.html#CallOptions | gax.CallOptions} for the
258
+ * details.
259
+ * @returns {Object}
260
+ * An iterable Object that conforms to {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | iteration protocols}.
261
+ *
262
+ * @example
263
+ * ```
264
+ * const client = longrunning.operationsClient();
265
+ * for await (const response of client.listOperationsAsync(request));
266
+ * // doThingsWith(response)
267
+ * ```
268
+ */
269
+ listOperationsAsync(request: protos.google.longrunning.ListOperationsRequest, options?: gax.CallOptions): AsyncIterable<protos.google.longrunning.ListOperationsResponse>;
270
+ /**
271
+ * Starts asynchronous cancellation on a long-running operation. The server
272
+ * makes a best effort to cancel the operation, but success is not
273
+ * guaranteed. If the server doesn't support this method, it returns
274
+ * `google.rpc.Code.UNIMPLEMENTED`. Clients can use
275
+ * {@link Operations.GetOperation} or
276
+ * other methods to check whether the cancellation succeeded or whether the
277
+ * operation completed despite cancellation. On successful cancellation,
278
+ * the operation is not deleted; instead, it becomes an operation with
279
+ * an {@link Operation.error} value with a {@link google.rpc.Status.code} of
280
+ * 1, corresponding to `Code.CANCELLED`.
281
+ *
282
+ * @param {Object} request - The request object that will be sent.
283
+ * @param {string} request.name - The name of the operation resource to be cancelled.
284
+ * @param {Object=} options
285
+ * Optional parameters. You can override the default settings for this call,
286
+ * e.g, timeout, retries, paginations, etc. See {@link
287
+ * https://googleapis.github.io/gax-nodejs/global.html#CallOptions | gax.CallOptions} for the
288
+ * details.
289
+ * @param {function(?Error)=} callback
290
+ * The function which will be called with the result of the API call.
291
+ * @return {Promise} - The promise which resolves when API call finishes.
292
+ * The promise has a method named "cancel" which cancels the ongoing API
293
+ * call.
294
+ *
295
+ * @example
296
+ * ```
297
+ * const client = longrunning.operationsClient();
298
+ * await client.cancelOperation({name: ''});
299
+ * ```
300
+ */
301
+ cancelOperation(request: protos.google.longrunning.CancelOperationRequest, options?: gax.CallOptions | Callback<protos.google.protobuf.Empty, protos.google.longrunning.CancelOperationRequest, {} | undefined | null>, callback?: Callback<protos.google.longrunning.CancelOperationRequest, protos.google.protobuf.Empty, {} | undefined | null>): Promise<protos.google.protobuf.Empty>;
302
+ /**
303
+ * Deletes a long-running operation. This method indicates that the client is
304
+ * no longer interested in the operation result. It does not cancel the
305
+ * operation. If the server doesn't support this method, it returns
306
+ * `google.rpc.Code.UNIMPLEMENTED`.
307
+ *
308
+ * @param {Object} request - The request object that will be sent.
309
+ * @param {string} request.name - The name of the operation resource to be deleted.
310
+ * @param {Object=} options
311
+ * Optional parameters. You can override the default settings for this call,
312
+ * e.g, timeout, retries, paginations, etc. See {@link
313
+ * https://googleapis.github.io/gax-nodejs/global.html#CallOptions | gax.CallOptions}
314
+ * for the details.
315
+ * @param {function(?Error)=} callback
316
+ * The function which will be called with the result of the API call.
317
+ * @return {Promise} - The promise which resolves when API call finishes.
318
+ * The promise has a method named "cancel" which cancels the ongoing API
319
+ * call.
320
+ *
321
+ * @example
322
+ * ```
323
+ * const client = longrunning.operationsClient();
324
+ * await client.deleteOperation({name: ''});
325
+ * ```
326
+ */
327
+ deleteOperation(request: protos.google.longrunning.DeleteOperationRequest, options?: gax.CallOptions | Callback<protos.google.protobuf.Empty, protos.google.longrunning.DeleteOperationRequest, {} | null | undefined>, callback?: Callback<protos.google.protobuf.Empty, protos.google.longrunning.DeleteOperationRequest, {} | null | undefined>): Promise<protos.google.protobuf.Empty>;
328
+ /**
329
+ * Return a fully-qualified engine resource name string.
330
+ *
331
+ * @param {string} project
332
+ * @param {string} location
333
+ * @param {string} collection
334
+ * @param {string} engine
335
+ * @returns {string} Resource name string.
336
+ */
337
+ enginePath(project: string, location: string, collection: string, engine: string): string;
338
+ /**
339
+ * Parse the project from Engine resource.
340
+ *
341
+ * @param {string} engineName
342
+ * A fully-qualified path representing Engine resource.
343
+ * @returns {string} A string representing the project.
344
+ */
345
+ matchProjectFromEngineName(engineName: string): string | number;
346
+ /**
347
+ * Parse the location from Engine resource.
348
+ *
349
+ * @param {string} engineName
350
+ * A fully-qualified path representing Engine resource.
351
+ * @returns {string} A string representing the location.
352
+ */
353
+ matchLocationFromEngineName(engineName: string): string | number;
354
+ /**
355
+ * Parse the collection from Engine resource.
356
+ *
357
+ * @param {string} engineName
358
+ * A fully-qualified path representing Engine resource.
359
+ * @returns {string} A string representing the collection.
360
+ */
361
+ matchCollectionFromEngineName(engineName: string): string | number;
362
+ /**
363
+ * Parse the engine from Engine resource.
364
+ *
365
+ * @param {string} engineName
366
+ * A fully-qualified path representing Engine resource.
367
+ * @returns {string} A string representing the engine.
368
+ */
369
+ matchEngineFromEngineName(engineName: string): string | number;
370
+ /**
371
+ * Return a fully-qualified projectLocationCollectionDataStore resource name string.
372
+ *
373
+ * @param {string} project
374
+ * @param {string} location
375
+ * @param {string} collection
376
+ * @param {string} data_store
377
+ * @returns {string} Resource name string.
378
+ */
379
+ projectLocationCollectionDataStorePath(project: string, location: string, collection: string, dataStore: string): string;
380
+ /**
381
+ * Parse the project from ProjectLocationCollectionDataStore resource.
382
+ *
383
+ * @param {string} projectLocationCollectionDataStoreName
384
+ * A fully-qualified path representing project_location_collection_data_store resource.
385
+ * @returns {string} A string representing the project.
386
+ */
387
+ matchProjectFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
388
+ /**
389
+ * Parse the location from ProjectLocationCollectionDataStore resource.
390
+ *
391
+ * @param {string} projectLocationCollectionDataStoreName
392
+ * A fully-qualified path representing project_location_collection_data_store resource.
393
+ * @returns {string} A string representing the location.
394
+ */
395
+ matchLocationFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
396
+ /**
397
+ * Parse the collection from ProjectLocationCollectionDataStore resource.
398
+ *
399
+ * @param {string} projectLocationCollectionDataStoreName
400
+ * A fully-qualified path representing project_location_collection_data_store resource.
401
+ * @returns {string} A string representing the collection.
402
+ */
403
+ matchCollectionFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
404
+ /**
405
+ * Parse the data_store from ProjectLocationCollectionDataStore resource.
406
+ *
407
+ * @param {string} projectLocationCollectionDataStoreName
408
+ * A fully-qualified path representing project_location_collection_data_store resource.
409
+ * @returns {string} A string representing the data_store.
410
+ */
411
+ matchDataStoreFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
412
+ /**
413
+ * Return a fully-qualified projectLocationCollectionDataStoreBranchDocument resource name string.
414
+ *
415
+ * @param {string} project
416
+ * @param {string} location
417
+ * @param {string} collection
418
+ * @param {string} data_store
419
+ * @param {string} branch
420
+ * @param {string} document
421
+ * @returns {string} Resource name string.
422
+ */
423
+ projectLocationCollectionDataStoreBranchDocumentPath(project: string, location: string, collection: string, dataStore: string, branch: string, document: string): string;
424
+ /**
425
+ * Parse the project from ProjectLocationCollectionDataStoreBranchDocument resource.
426
+ *
427
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
428
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
429
+ * @returns {string} A string representing the project.
430
+ */
431
+ matchProjectFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
432
+ /**
433
+ * Parse the location from ProjectLocationCollectionDataStoreBranchDocument resource.
434
+ *
435
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
436
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
437
+ * @returns {string} A string representing the location.
438
+ */
439
+ matchLocationFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
440
+ /**
441
+ * Parse the collection from ProjectLocationCollectionDataStoreBranchDocument resource.
442
+ *
443
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
444
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
445
+ * @returns {string} A string representing the collection.
446
+ */
447
+ matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
448
+ /**
449
+ * Parse the data_store from ProjectLocationCollectionDataStoreBranchDocument resource.
450
+ *
451
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
452
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
453
+ * @returns {string} A string representing the data_store.
454
+ */
455
+ matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
456
+ /**
457
+ * Parse the branch from ProjectLocationCollectionDataStoreBranchDocument resource.
458
+ *
459
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
460
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
461
+ * @returns {string} A string representing the branch.
462
+ */
463
+ matchBranchFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
464
+ /**
465
+ * Parse the document from ProjectLocationCollectionDataStoreBranchDocument resource.
466
+ *
467
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
468
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
469
+ * @returns {string} A string representing the document.
470
+ */
471
+ matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
472
+ /**
473
+ * Return a fully-qualified projectLocationCollectionDataStoreConversation resource name string.
474
+ *
475
+ * @param {string} project
476
+ * @param {string} location
477
+ * @param {string} collection
478
+ * @param {string} data_store
479
+ * @param {string} conversation
480
+ * @returns {string} Resource name string.
481
+ */
482
+ projectLocationCollectionDataStoreConversationPath(project: string, location: string, collection: string, dataStore: string, conversation: string): string;
483
+ /**
484
+ * Parse the project from ProjectLocationCollectionDataStoreConversation resource.
485
+ *
486
+ * @param {string} projectLocationCollectionDataStoreConversationName
487
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
488
+ * @returns {string} A string representing the project.
489
+ */
490
+ matchProjectFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
491
+ /**
492
+ * Parse the location from ProjectLocationCollectionDataStoreConversation resource.
493
+ *
494
+ * @param {string} projectLocationCollectionDataStoreConversationName
495
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
496
+ * @returns {string} A string representing the location.
497
+ */
498
+ matchLocationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
499
+ /**
500
+ * Parse the collection from ProjectLocationCollectionDataStoreConversation resource.
501
+ *
502
+ * @param {string} projectLocationCollectionDataStoreConversationName
503
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
504
+ * @returns {string} A string representing the collection.
505
+ */
506
+ matchCollectionFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
507
+ /**
508
+ * Parse the data_store from ProjectLocationCollectionDataStoreConversation resource.
509
+ *
510
+ * @param {string} projectLocationCollectionDataStoreConversationName
511
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
512
+ * @returns {string} A string representing the data_store.
513
+ */
514
+ matchDataStoreFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
515
+ /**
516
+ * Parse the conversation from ProjectLocationCollectionDataStoreConversation resource.
517
+ *
518
+ * @param {string} projectLocationCollectionDataStoreConversationName
519
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
520
+ * @returns {string} A string representing the conversation.
521
+ */
522
+ matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
523
+ /**
524
+ * Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
525
+ *
526
+ * @param {string} project
527
+ * @param {string} location
528
+ * @param {string} collection
529
+ * @param {string} data_store
530
+ * @param {string} schema
531
+ * @returns {string} Resource name string.
532
+ */
533
+ projectLocationCollectionDataStoreSchemaPath(project: string, location: string, collection: string, dataStore: string, schema: string): string;
534
+ /**
535
+ * Parse the project from ProjectLocationCollectionDataStoreSchema resource.
536
+ *
537
+ * @param {string} projectLocationCollectionDataStoreSchemaName
538
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
539
+ * @returns {string} A string representing the project.
540
+ */
541
+ matchProjectFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
542
+ /**
543
+ * Parse the location from ProjectLocationCollectionDataStoreSchema resource.
544
+ *
545
+ * @param {string} projectLocationCollectionDataStoreSchemaName
546
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
547
+ * @returns {string} A string representing the location.
548
+ */
549
+ matchLocationFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
550
+ /**
551
+ * Parse the collection from ProjectLocationCollectionDataStoreSchema resource.
552
+ *
553
+ * @param {string} projectLocationCollectionDataStoreSchemaName
554
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
555
+ * @returns {string} A string representing the collection.
556
+ */
557
+ matchCollectionFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
558
+ /**
559
+ * Parse the data_store from ProjectLocationCollectionDataStoreSchema resource.
560
+ *
561
+ * @param {string} projectLocationCollectionDataStoreSchemaName
562
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
563
+ * @returns {string} A string representing the data_store.
564
+ */
565
+ matchDataStoreFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
566
+ /**
567
+ * Parse the schema from ProjectLocationCollectionDataStoreSchema resource.
568
+ *
569
+ * @param {string} projectLocationCollectionDataStoreSchemaName
570
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
571
+ * @returns {string} A string representing the schema.
572
+ */
573
+ matchSchemaFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
574
+ /**
575
+ * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
576
+ *
577
+ * @param {string} project
578
+ * @param {string} location
579
+ * @param {string} collection
580
+ * @param {string} data_store
581
+ * @returns {string} Resource name string.
582
+ */
583
+ projectLocationCollectionDataStoreSiteSearchEnginePath(project: string, location: string, collection: string, dataStore: string): string;
584
+ /**
585
+ * Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
586
+ *
587
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
588
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
589
+ * @returns {string} A string representing the project.
590
+ */
591
+ matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
592
+ /**
593
+ * Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
594
+ *
595
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
596
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
597
+ * @returns {string} A string representing the location.
598
+ */
599
+ matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
600
+ /**
601
+ * Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
602
+ *
603
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
604
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
605
+ * @returns {string} A string representing the collection.
606
+ */
607
+ matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
608
+ /**
609
+ * Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
610
+ *
611
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
612
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
613
+ * @returns {string} A string representing the data_store.
614
+ */
615
+ matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
616
+ /**
617
+ * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineTargetSite resource name string.
618
+ *
619
+ * @param {string} project
620
+ * @param {string} location
621
+ * @param {string} collection
622
+ * @param {string} data_store
623
+ * @param {string} target_site
624
+ * @returns {string} Resource name string.
625
+ */
626
+ projectLocationCollectionDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, collection: string, dataStore: string, targetSite: string): string;
627
+ /**
628
+ * Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
629
+ *
630
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
631
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
632
+ * @returns {string} A string representing the project.
633
+ */
634
+ matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
635
+ /**
636
+ * Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
637
+ *
638
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
639
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
640
+ * @returns {string} A string representing the location.
641
+ */
642
+ matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
643
+ /**
644
+ * Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
645
+ *
646
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
647
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
648
+ * @returns {string} A string representing the collection.
649
+ */
650
+ matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
651
+ /**
652
+ * Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
653
+ *
654
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
655
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
656
+ * @returns {string} A string representing the data_store.
657
+ */
658
+ matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
659
+ /**
660
+ * Parse the target_site from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
661
+ *
662
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
663
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
664
+ * @returns {string} A string representing the target_site.
665
+ */
666
+ matchTargetSiteFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
667
+ /**
668
+ * Return a fully-qualified projectLocationCollectionEngineConversation resource name string.
669
+ *
670
+ * @param {string} project
671
+ * @param {string} location
672
+ * @param {string} collection
673
+ * @param {string} engine
674
+ * @param {string} conversation
675
+ * @returns {string} Resource name string.
676
+ */
677
+ projectLocationCollectionEngineConversationPath(project: string, location: string, collection: string, engine: string, conversation: string): string;
678
+ /**
679
+ * Parse the project from ProjectLocationCollectionEngineConversation resource.
680
+ *
681
+ * @param {string} projectLocationCollectionEngineConversationName
682
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
683
+ * @returns {string} A string representing the project.
684
+ */
685
+ matchProjectFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
686
+ /**
687
+ * Parse the location from ProjectLocationCollectionEngineConversation resource.
688
+ *
689
+ * @param {string} projectLocationCollectionEngineConversationName
690
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
691
+ * @returns {string} A string representing the location.
692
+ */
693
+ matchLocationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
694
+ /**
695
+ * Parse the collection from ProjectLocationCollectionEngineConversation resource.
696
+ *
697
+ * @param {string} projectLocationCollectionEngineConversationName
698
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
699
+ * @returns {string} A string representing the collection.
700
+ */
701
+ matchCollectionFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
702
+ /**
703
+ * Parse the engine from ProjectLocationCollectionEngineConversation resource.
704
+ *
705
+ * @param {string} projectLocationCollectionEngineConversationName
706
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
707
+ * @returns {string} A string representing the engine.
708
+ */
709
+ matchEngineFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
710
+ /**
711
+ * Parse the conversation from ProjectLocationCollectionEngineConversation resource.
712
+ *
713
+ * @param {string} projectLocationCollectionEngineConversationName
714
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
715
+ * @returns {string} A string representing the conversation.
716
+ */
717
+ matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
718
+ /**
719
+ * Return a fully-qualified projectLocationDataStore resource name string.
720
+ *
721
+ * @param {string} project
722
+ * @param {string} location
723
+ * @param {string} data_store
724
+ * @returns {string} Resource name string.
725
+ */
726
+ projectLocationDataStorePath(project: string, location: string, dataStore: string): string;
727
+ /**
728
+ * Parse the project from ProjectLocationDataStore resource.
729
+ *
730
+ * @param {string} projectLocationDataStoreName
731
+ * A fully-qualified path representing project_location_data_store resource.
732
+ * @returns {string} A string representing the project.
733
+ */
734
+ matchProjectFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
735
+ /**
736
+ * Parse the location from ProjectLocationDataStore resource.
737
+ *
738
+ * @param {string} projectLocationDataStoreName
739
+ * A fully-qualified path representing project_location_data_store resource.
740
+ * @returns {string} A string representing the location.
741
+ */
742
+ matchLocationFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
743
+ /**
744
+ * Parse the data_store from ProjectLocationDataStore resource.
745
+ *
746
+ * @param {string} projectLocationDataStoreName
747
+ * A fully-qualified path representing project_location_data_store resource.
748
+ * @returns {string} A string representing the data_store.
749
+ */
750
+ matchDataStoreFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
751
+ /**
752
+ * Return a fully-qualified projectLocationDataStoreBranchDocument resource name string.
753
+ *
754
+ * @param {string} project
755
+ * @param {string} location
756
+ * @param {string} data_store
757
+ * @param {string} branch
758
+ * @param {string} document
759
+ * @returns {string} Resource name string.
760
+ */
761
+ projectLocationDataStoreBranchDocumentPath(project: string, location: string, dataStore: string, branch: string, document: string): string;
762
+ /**
763
+ * Parse the project from ProjectLocationDataStoreBranchDocument resource.
764
+ *
765
+ * @param {string} projectLocationDataStoreBranchDocumentName
766
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
767
+ * @returns {string} A string representing the project.
768
+ */
769
+ matchProjectFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
770
+ /**
771
+ * Parse the location from ProjectLocationDataStoreBranchDocument resource.
772
+ *
773
+ * @param {string} projectLocationDataStoreBranchDocumentName
774
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
775
+ * @returns {string} A string representing the location.
776
+ */
777
+ matchLocationFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
778
+ /**
779
+ * Parse the data_store from ProjectLocationDataStoreBranchDocument resource.
780
+ *
781
+ * @param {string} projectLocationDataStoreBranchDocumentName
782
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
783
+ * @returns {string} A string representing the data_store.
784
+ */
785
+ matchDataStoreFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
786
+ /**
787
+ * Parse the branch from ProjectLocationDataStoreBranchDocument resource.
788
+ *
789
+ * @param {string} projectLocationDataStoreBranchDocumentName
790
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
791
+ * @returns {string} A string representing the branch.
792
+ */
793
+ matchBranchFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
794
+ /**
795
+ * Parse the document from ProjectLocationDataStoreBranchDocument resource.
796
+ *
797
+ * @param {string} projectLocationDataStoreBranchDocumentName
798
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
799
+ * @returns {string} A string representing the document.
800
+ */
801
+ matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
802
+ /**
803
+ * Return a fully-qualified projectLocationDataStoreConversation resource name string.
804
+ *
805
+ * @param {string} project
806
+ * @param {string} location
807
+ * @param {string} data_store
808
+ * @param {string} conversation
809
+ * @returns {string} Resource name string.
810
+ */
811
+ projectLocationDataStoreConversationPath(project: string, location: string, dataStore: string, conversation: string): string;
812
+ /**
813
+ * Parse the project from ProjectLocationDataStoreConversation resource.
814
+ *
815
+ * @param {string} projectLocationDataStoreConversationName
816
+ * A fully-qualified path representing project_location_data_store_conversation resource.
817
+ * @returns {string} A string representing the project.
818
+ */
819
+ matchProjectFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
820
+ /**
821
+ * Parse the location from ProjectLocationDataStoreConversation resource.
822
+ *
823
+ * @param {string} projectLocationDataStoreConversationName
824
+ * A fully-qualified path representing project_location_data_store_conversation resource.
825
+ * @returns {string} A string representing the location.
826
+ */
827
+ matchLocationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
828
+ /**
829
+ * Parse the data_store from ProjectLocationDataStoreConversation resource.
830
+ *
831
+ * @param {string} projectLocationDataStoreConversationName
832
+ * A fully-qualified path representing project_location_data_store_conversation resource.
833
+ * @returns {string} A string representing the data_store.
834
+ */
835
+ matchDataStoreFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
836
+ /**
837
+ * Parse the conversation from ProjectLocationDataStoreConversation resource.
838
+ *
839
+ * @param {string} projectLocationDataStoreConversationName
840
+ * A fully-qualified path representing project_location_data_store_conversation resource.
841
+ * @returns {string} A string representing the conversation.
842
+ */
843
+ matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
844
+ /**
845
+ * Return a fully-qualified projectLocationDataStoreSchema resource name string.
846
+ *
847
+ * @param {string} project
848
+ * @param {string} location
849
+ * @param {string} data_store
850
+ * @param {string} schema
851
+ * @returns {string} Resource name string.
852
+ */
853
+ projectLocationDataStoreSchemaPath(project: string, location: string, dataStore: string, schema: string): string;
854
+ /**
855
+ * Parse the project from ProjectLocationDataStoreSchema resource.
856
+ *
857
+ * @param {string} projectLocationDataStoreSchemaName
858
+ * A fully-qualified path representing project_location_data_store_schema resource.
859
+ * @returns {string} A string representing the project.
860
+ */
861
+ matchProjectFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
862
+ /**
863
+ * Parse the location from ProjectLocationDataStoreSchema resource.
864
+ *
865
+ * @param {string} projectLocationDataStoreSchemaName
866
+ * A fully-qualified path representing project_location_data_store_schema resource.
867
+ * @returns {string} A string representing the location.
868
+ */
869
+ matchLocationFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
870
+ /**
871
+ * Parse the data_store from ProjectLocationDataStoreSchema resource.
872
+ *
873
+ * @param {string} projectLocationDataStoreSchemaName
874
+ * A fully-qualified path representing project_location_data_store_schema resource.
875
+ * @returns {string} A string representing the data_store.
876
+ */
877
+ matchDataStoreFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
878
+ /**
879
+ * Parse the schema from ProjectLocationDataStoreSchema resource.
880
+ *
881
+ * @param {string} projectLocationDataStoreSchemaName
882
+ * A fully-qualified path representing project_location_data_store_schema resource.
883
+ * @returns {string} A string representing the schema.
884
+ */
885
+ matchSchemaFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
886
+ /**
887
+ * Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
888
+ *
889
+ * @param {string} project
890
+ * @param {string} location
891
+ * @param {string} data_store
892
+ * @returns {string} Resource name string.
893
+ */
894
+ projectLocationDataStoreSiteSearchEnginePath(project: string, location: string, dataStore: string): string;
895
+ /**
896
+ * Parse the project from ProjectLocationDataStoreSiteSearchEngine resource.
897
+ *
898
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
899
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
900
+ * @returns {string} A string representing the project.
901
+ */
902
+ matchProjectFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
903
+ /**
904
+ * Parse the location from ProjectLocationDataStoreSiteSearchEngine resource.
905
+ *
906
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
907
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
908
+ * @returns {string} A string representing the location.
909
+ */
910
+ matchLocationFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
911
+ /**
912
+ * Parse the data_store from ProjectLocationDataStoreSiteSearchEngine resource.
913
+ *
914
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
915
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
916
+ * @returns {string} A string representing the data_store.
917
+ */
918
+ matchDataStoreFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
919
+ /**
920
+ * Return a fully-qualified projectLocationDataStoreSiteSearchEngineTargetSite resource name string.
921
+ *
922
+ * @param {string} project
923
+ * @param {string} location
924
+ * @param {string} data_store
925
+ * @param {string} target_site
926
+ * @returns {string} Resource name string.
927
+ */
928
+ projectLocationDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, dataStore: string, targetSite: string): string;
929
+ /**
930
+ * Parse the project from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
931
+ *
932
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
933
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
934
+ * @returns {string} A string representing the project.
935
+ */
936
+ matchProjectFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
937
+ /**
938
+ * Parse the location from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
939
+ *
940
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
941
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
942
+ * @returns {string} A string representing the location.
943
+ */
944
+ matchLocationFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
945
+ /**
946
+ * Parse the data_store from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
947
+ *
948
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
949
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
950
+ * @returns {string} A string representing the data_store.
951
+ */
952
+ matchDataStoreFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
953
+ /**
954
+ * Parse the target_site from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
955
+ *
956
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
957
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
958
+ * @returns {string} A string representing the target_site.
959
+ */
960
+ matchTargetSiteFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
961
+ /**
962
+ * Terminate the gRPC channel and close the client.
963
+ *
964
+ * The client will no longer be usable and all future behavior is undefined.
965
+ * @returns {Promise} A promise that resolves when the client is closed.
966
+ */
967
+ close(): Promise<void>;
968
+ }