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