@google-cloud/discoveryengine 1.1.0 → 1.3.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 (59) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +39 -0
  3. package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +190 -0
  4. package/build/protos/google/cloud/discoveryengine/v1alpha/completion_service.proto +134 -0
  5. package/build/protos/google/cloud/discoveryengine/v1alpha/conversation.proto +138 -0
  6. package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +306 -0
  7. package/build/protos/google/cloud/discoveryengine/v1alpha/data_store.proto +98 -0
  8. package/build/protos/google/cloud/discoveryengine/v1alpha/data_store_service.proto +307 -0
  9. package/build/protos/google/cloud/discoveryengine/v1alpha/document.proto +121 -0
  10. package/build/protos/google/cloud/discoveryengine/v1alpha/document_service.proto +318 -0
  11. package/build/protos/google/cloud/discoveryengine/v1alpha/engine.proto +370 -0
  12. package/build/protos/google/cloud/discoveryengine/v1alpha/engine_service.proto +336 -0
  13. package/build/protos/google/cloud/discoveryengine/v1alpha/import_config.proto +343 -0
  14. package/build/protos/google/cloud/discoveryengine/v1alpha/purge_config.proto +159 -0
  15. package/build/protos/google/cloud/discoveryengine/v1alpha/recommendation_service.proto +227 -0
  16. package/build/protos/google/cloud/discoveryengine/v1alpha/schema.proto +312 -0
  17. package/build/protos/google/cloud/discoveryengine/v1alpha/schema_service.proto +260 -0
  18. package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +874 -0
  19. package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine_service.proto +152 -0
  20. package/build/protos/google/cloud/discoveryengine/v1alpha/user_event.proto +475 -0
  21. package/build/protos/google/cloud/discoveryengine/v1alpha/user_event_service.proto +154 -0
  22. package/build/protos/protos.d.ts +16365 -7
  23. package/build/protos/protos.js +42499 -1945
  24. package/build/protos/protos.json +4455 -5
  25. package/build/src/index.d.ts +3 -1
  26. package/build/src/index.js +4 -1
  27. package/build/src/v1alpha/completion_service_client.d.ts +645 -0
  28. package/build/src/v1alpha/completion_service_client.js +901 -0
  29. package/build/src/v1alpha/completion_service_client_config.json +43 -0
  30. package/build/src/v1alpha/conversational_search_service_client.d.ts +1040 -0
  31. package/build/src/v1alpha/conversational_search_service_client.js +1333 -0
  32. package/build/src/v1alpha/conversational_search_service_client_config.json +68 -0
  33. package/build/src/v1alpha/data_store_service_client.d.ts +1060 -0
  34. package/build/src/v1alpha/data_store_service_client.js +1431 -0
  35. package/build/src/v1alpha/data_store_service_client_config.json +46 -0
  36. package/build/src/v1alpha/document_service_client.d.ts +1257 -0
  37. package/build/src/v1alpha/document_service_client.js +1555 -0
  38. package/build/src/v1alpha/document_service_client_config.json +82 -0
  39. package/build/src/v1alpha/engine_service_client.d.ts +1079 -0
  40. package/build/src/v1alpha/engine_service_client.js +1481 -0
  41. package/build/src/v1alpha/engine_service_client_config.json +58 -0
  42. package/build/src/v1alpha/index.d.ts +10 -0
  43. package/build/src/v1alpha/index.js +41 -0
  44. package/build/src/v1alpha/recommendation_service_client.d.ts +858 -0
  45. package/build/src/v1alpha/recommendation_service_client.js +1100 -0
  46. package/build/src/v1alpha/recommendation_service_client_config.json +43 -0
  47. package/build/src/v1alpha/schema_service_client.d.ts +977 -0
  48. package/build/src/v1alpha/schema_service_client.js +1385 -0
  49. package/build/src/v1alpha/schema_service_client_config.json +63 -0
  50. package/build/src/v1alpha/search_service_client.d.ts +1394 -0
  51. package/build/src/v1alpha/search_service_client.js +1640 -0
  52. package/build/src/v1alpha/search_service_client_config.json +43 -0
  53. package/build/src/v1alpha/site_search_engine_service_client.d.ts +821 -0
  54. package/build/src/v1alpha/site_search_engine_service_client.js +1249 -0
  55. package/build/src/v1alpha/site_search_engine_service_client_config.json +30 -0
  56. package/build/src/v1alpha/user_event_service_client.d.ts +895 -0
  57. package/build/src/v1alpha/user_event_service_client.js +1232 -0
  58. package/build/src/v1alpha/user_event_service_client_config.json +67 -0
  59. package/package.json +5 -5
@@ -0,0 +1,858 @@
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 making recommendations.
6
+ * @class
7
+ * @memberof v1alpha
8
+ */
9
+ export declare class RecommendationServiceClient {
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
+ recommendationServiceStub?: Promise<{
28
+ [name: string]: Function;
29
+ }>;
30
+ /**
31
+ * Construct an instance of RecommendationServiceClient.
32
+ *
33
+ * @param {object} [options] - The configuration object.
34
+ * The options accepted by the constructor are described in detail
35
+ * in [this document](https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#creating-the-client-instance).
36
+ * The common options are:
37
+ * @param {object} [options.credentials] - Credentials object.
38
+ * @param {string} [options.credentials.client_email]
39
+ * @param {string} [options.credentials.private_key]
40
+ * @param {string} [options.email] - Account email address. Required when
41
+ * using a .pem or .p12 keyFilename.
42
+ * @param {string} [options.keyFilename] - Full path to the a .json, .pem, or
43
+ * .p12 key downloaded from the Google Developers Console. If you provide
44
+ * a path to a JSON file, the projectId option below is not necessary.
45
+ * NOTE: .pem and .p12 require you to specify options.email as well.
46
+ * @param {number} [options.port] - The port on which to connect to
47
+ * the remote host.
48
+ * @param {string} [options.projectId] - The project ID from the Google
49
+ * Developer's Console, e.g. 'grape-spaceship-123'. We will also check
50
+ * the environment variable GCLOUD_PROJECT for your project ID. If your
51
+ * app is running in an environment which supports
52
+ * {@link https://developers.google.com/identity/protocols/application-default-credentials Application Default Credentials},
53
+ * your project ID will be detected automatically.
54
+ * @param {string} [options.apiEndpoint] - The domain name of the
55
+ * API remote host.
56
+ * @param {gax.ClientConfig} [options.clientConfig] - Client configuration override.
57
+ * Follows the structure of {@link gapicConfig}.
58
+ * @param {boolean} [options.fallback] - Use HTTP/1.1 REST mode.
59
+ * For more information, please check the
60
+ * {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#http11-rest-api-mode documentation}.
61
+ * @param {gax} [gaxInstance]: loaded instance of `google-gax`. Useful if you
62
+ * need to avoid loading the default gRPC version and want to use the fallback
63
+ * HTTP implementation. Load only fallback version and pass it to the constructor:
64
+ * ```
65
+ * const gax = require('google-gax/build/src/fallback'); // avoids loading google-gax with gRPC
66
+ * const client = new RecommendationServiceClient({fallback: true}, gax);
67
+ * ```
68
+ */
69
+ constructor(opts?: ClientOptions, gaxInstance?: typeof gax | typeof gax.fallback);
70
+ /**
71
+ * Initialize the client.
72
+ * Performs asynchronous operations (such as authentication) and prepares the client.
73
+ * This function will be called automatically when any class method is called for the
74
+ * first time, but if you need to initialize it before calling an actual method,
75
+ * feel free to call initialize() directly.
76
+ *
77
+ * You can await on this method if you want to make sure the client is initialized.
78
+ *
79
+ * @returns {Promise} A promise that resolves to an authenticated service stub.
80
+ */
81
+ initialize(): Promise<{
82
+ [name: string]: Function;
83
+ }>;
84
+ /**
85
+ * The DNS address for this API service.
86
+ * @returns {string} The DNS address for this service.
87
+ */
88
+ static get servicePath(): string;
89
+ /**
90
+ * The DNS address for this API service - same as servicePath(),
91
+ * exists for compatibility reasons.
92
+ * @returns {string} The DNS address for this service.
93
+ */
94
+ static get apiEndpoint(): string;
95
+ /**
96
+ * The port for this API service.
97
+ * @returns {number} The default port for this service.
98
+ */
99
+ static get port(): number;
100
+ /**
101
+ * The scopes needed to make gRPC calls for every method defined
102
+ * in this service.
103
+ * @returns {string[]} List of default scopes.
104
+ */
105
+ static get scopes(): string[];
106
+ getProjectId(): Promise<string>;
107
+ getProjectId(callback: Callback<string, undefined, undefined>): void;
108
+ /**
109
+ * Makes a recommendation, which requires a contextual user event.
110
+ *
111
+ * @param {Object} request
112
+ * The request object that will be sent.
113
+ * @param {string} request.servingConfig
114
+ * Required. Full resource name of a
115
+ * {@link protos.google.cloud.discoveryengine.v1alpha.ServingConfig|ServingConfig}:
116
+ * `projects/* /locations/global/collections/* /engines/* /servingConfigs/*`, or
117
+ * `projects/* /locations/global/collections/* /dataStores/* /servingConfigs/*`
118
+ *
119
+ * One default serving config is created along with your recommendation engine
120
+ * creation. The engine ID will be used as the ID of the default serving
121
+ * config. For example, for Engine
122
+ * `projects/* /locations/global/collections/* /engines/my-engine`, you can use
123
+ * `projects/* /locations/global/collections/* /engines/my-engine/servingConfigs/my-engine`
124
+ * for your {@link protos.|Recommend} requests.
125
+ * @param {google.cloud.discoveryengine.v1alpha.UserEvent} request.userEvent
126
+ * Required. Context about the user, what they are looking at and what action
127
+ * they took to trigger the Recommend request. Note that this user event
128
+ * detail won't be ingested to userEvent logs. Thus, a separate userEvent
129
+ * write request is required for event logging.
130
+ *
131
+ * Don't set
132
+ * {@link protos.google.cloud.discoveryengine.v1alpha.UserEvent.user_pseudo_id|UserEvent.user_pseudo_id}
133
+ * or
134
+ * {@link protos.google.cloud.discoveryengine.v1alpha.UserInfo.user_id|UserEvent.user_info.user_id}
135
+ * to the same fixed ID for different users. If you are trying to receive
136
+ * non-personalized recommendations (not recommended; this can negatively
137
+ * impact model performance), instead set
138
+ * {@link protos.google.cloud.discoveryengine.v1alpha.UserEvent.user_pseudo_id|UserEvent.user_pseudo_id}
139
+ * to a random unique ID and leave
140
+ * {@link protos.google.cloud.discoveryengine.v1alpha.UserInfo.user_id|UserEvent.user_info.user_id}
141
+ * unset.
142
+ * @param {number} request.pageSize
143
+ * Maximum number of results to return. Set this property
144
+ * to the number of recommendation results needed. If zero, the service will
145
+ * choose a reasonable default. The maximum allowed value is 100. Values
146
+ * above 100 will be coerced to 100.
147
+ * @param {string} request.filter
148
+ * Filter for restricting recommendation results with a length limit of 5,000
149
+ * characters. Currently, only filter expressions on the `filter_tags`
150
+ * attribute is supported.
151
+ *
152
+ *
153
+ * Examples:
154
+ *
155
+ * * `(filter_tags: ANY("Red", "Blue") OR filter_tags: ANY("Hot", "Cold"))`
156
+ * * `(filter_tags: ANY("Red", "Blue")) AND NOT (filter_tags: ANY("Green"))`
157
+ *
158
+ * If `attributeFilteringSyntax` is set to true under the `params` field, then
159
+ * attribute-based expressions are expected instead of the above described
160
+ * tag-based syntax. Examples:
161
+ *
162
+ * * (launguage: ANY("en", "es")) AND NOT (categories: ANY("Movie"))
163
+ * * (available: true) AND
164
+ * (launguage: ANY("en", "es")) OR (categories: ANY("Movie"))
165
+ *
166
+ * If your filter blocks all results, the API will return generic
167
+ * (unfiltered) popular Documents. If you only want results strictly matching
168
+ * the filters, set `strictFiltering` to True in
169
+ * {@link protos.google.cloud.discoveryengine.v1alpha.RecommendRequest.params|RecommendRequest.params}
170
+ * to receive empty results instead.
171
+ *
172
+ * Note that the API will never return
173
+ * {@link protos.google.cloud.discoveryengine.v1alpha.Document|Document}s with
174
+ * `storageStatus` of `EXPIRED` or `DELETED` regardless of filter choices.
175
+ * @param {boolean} request.validateOnly
176
+ * Use validate only mode for this recommendation query. If set to true, a
177
+ * fake model will be used that returns arbitrary Document IDs.
178
+ * Note that the validate only mode should only be used for testing the API,
179
+ * or if the model is not ready.
180
+ * @param {number[]} request.params
181
+ * Additional domain specific parameters for the recommendations.
182
+ *
183
+ * Allowed values:
184
+ *
185
+ * * `returnDocument`: Boolean. If set to true, the associated Document
186
+ * object will be returned in
187
+ * {@link protos.google.cloud.discoveryengine.v1alpha.RecommendResponse.RecommendationResult.document|RecommendResponse.RecommendationResult.document}.
188
+ * * `returnScore`: Boolean. If set to true, the recommendation 'score'
189
+ * corresponding to each returned Document will be set in
190
+ * {@link protos.google.cloud.discoveryengine.v1alpha.RecommendResponse.RecommendationResult.metadata|RecommendResponse.RecommendationResult.metadata}.
191
+ * The given 'score' indicates the probability of a Document conversion
192
+ * given the user's context and history.
193
+ * * `strictFiltering`: Boolean. True by default. If set to false, the service
194
+ * will return generic (unfiltered) popular Documents instead of empty if
195
+ * your filter blocks all recommendation results.
196
+ * * `diversityLevel`: String. Default empty. If set to be non-empty, then
197
+ * it needs to be one of:
198
+ * * `no-diversity`
199
+ * * `low-diversity`
200
+ * * `medium-diversity`
201
+ * * `high-diversity`
202
+ * * `auto-diversity`
203
+ * This gives request-level control and adjusts recommendation results
204
+ * based on Document category.
205
+ * * `attributeFilteringSyntax`: Boolean. False by default. If set to true,
206
+ * the `filter` field is interpreted according to the new,
207
+ * attribute-based syntax.
208
+ * @param {number[]} request.userLabels
209
+ * The user labels applied to a resource must meet the following requirements:
210
+ *
211
+ * * Each resource can have multiple labels, up to a maximum of 64.
212
+ * * Each label must be a key-value pair.
213
+ * * Keys have a minimum length of 1 character and a maximum length of 63
214
+ * characters and cannot be empty. Values can be empty and have a maximum
215
+ * length of 63 characters.
216
+ * * Keys and values can contain only lowercase letters, numeric characters,
217
+ * underscores, and dashes. All characters must use UTF-8 encoding, and
218
+ * international characters are allowed.
219
+ * * The key portion of a label must be unique. However, you can use the same
220
+ * key with multiple resources.
221
+ * * Keys must start with a lowercase letter or international character.
222
+ *
223
+ * See [Requirements for
224
+ * labels](https://cloud.google.com/resource-manager/docs/creating-managing-labels#requirements)
225
+ * for more details.
226
+ * @param {object} [options]
227
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
228
+ * @returns {Promise} - The promise which resolves to an array.
229
+ * The first element of the array is an object representing {@link protos.google.cloud.discoveryengine.v1alpha.RecommendResponse|RecommendResponse}.
230
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
231
+ * for more details and examples.
232
+ * @example <caption>include:samples/generated/v1alpha/recommendation_service.recommend.js</caption>
233
+ * region_tag:discoveryengine_v1alpha_generated_RecommendationService_Recommend_async
234
+ */
235
+ recommend(request?: protos.google.cloud.discoveryengine.v1alpha.IRecommendRequest, options?: CallOptions): Promise<[
236
+ protos.google.cloud.discoveryengine.v1alpha.IRecommendResponse,
237
+ protos.google.cloud.discoveryengine.v1alpha.IRecommendRequest | undefined,
238
+ {} | undefined
239
+ ]>;
240
+ recommend(request: protos.google.cloud.discoveryengine.v1alpha.IRecommendRequest, options: CallOptions, callback: Callback<protos.google.cloud.discoveryengine.v1alpha.IRecommendResponse, protos.google.cloud.discoveryengine.v1alpha.IRecommendRequest | null | undefined, {} | null | undefined>): void;
241
+ recommend(request: protos.google.cloud.discoveryengine.v1alpha.IRecommendRequest, callback: Callback<protos.google.cloud.discoveryengine.v1alpha.IRecommendResponse, protos.google.cloud.discoveryengine.v1alpha.IRecommendRequest | null | undefined, {} | null | undefined>): void;
242
+ /**
243
+ * Gets information about a location.
244
+ *
245
+ * @param {Object} request
246
+ * The request object that will be sent.
247
+ * @param {string} request.name
248
+ * Resource name for the location.
249
+ * @param {object} [options]
250
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html | CallOptions} for more details.
251
+ * @returns {Promise} - The promise which resolves to an array.
252
+ * The first element of the array is an object representing {@link google.cloud.location.Location | Location}.
253
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
254
+ * for more details and examples.
255
+ * @example
256
+ * ```
257
+ * const [response] = await client.getLocation(request);
258
+ * ```
259
+ */
260
+ 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>;
261
+ /**
262
+ * Lists information about the supported locations for this service. Returns an iterable object.
263
+ *
264
+ * `for`-`await`-`of` syntax is used with the iterable to get response elements on-demand.
265
+ * @param {Object} request
266
+ * The request object that will be sent.
267
+ * @param {string} request.name
268
+ * The resource that owns the locations collection, if applicable.
269
+ * @param {string} request.filter
270
+ * The standard list filter.
271
+ * @param {number} request.pageSize
272
+ * The standard list page size.
273
+ * @param {string} request.pageToken
274
+ * The standard list page token.
275
+ * @param {object} [options]
276
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
277
+ * @returns {Object}
278
+ * An iterable Object that allows {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | async iteration }.
279
+ * When you iterate the returned iterable, each element will be an object representing
280
+ * {@link google.cloud.location.Location | Location}. The API will be called under the hood as needed, once per the page,
281
+ * so you can stop the iteration when you don't need more results.
282
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
283
+ * for more details and examples.
284
+ * @example
285
+ * ```
286
+ * const iterable = client.listLocationsAsync(request);
287
+ * for await (const response of iterable) {
288
+ * // process response
289
+ * }
290
+ * ```
291
+ */
292
+ listLocationsAsync(request: LocationProtos.google.cloud.location.IListLocationsRequest, options?: CallOptions): AsyncIterable<LocationProtos.google.cloud.location.ILocation>;
293
+ /**
294
+ * Return a fully-qualified engine resource name string.
295
+ *
296
+ * @param {string} project
297
+ * @param {string} location
298
+ * @param {string} collection
299
+ * @param {string} engine
300
+ * @returns {string} Resource name string.
301
+ */
302
+ enginePath(project: string, location: string, collection: string, engine: string): string;
303
+ /**
304
+ * Parse the project from Engine resource.
305
+ *
306
+ * @param {string} engineName
307
+ * A fully-qualified path representing Engine resource.
308
+ * @returns {string} A string representing the project.
309
+ */
310
+ matchProjectFromEngineName(engineName: string): string | number;
311
+ /**
312
+ * Parse the location from Engine resource.
313
+ *
314
+ * @param {string} engineName
315
+ * A fully-qualified path representing Engine resource.
316
+ * @returns {string} A string representing the location.
317
+ */
318
+ matchLocationFromEngineName(engineName: string): string | number;
319
+ /**
320
+ * Parse the collection from Engine resource.
321
+ *
322
+ * @param {string} engineName
323
+ * A fully-qualified path representing Engine resource.
324
+ * @returns {string} A string representing the collection.
325
+ */
326
+ matchCollectionFromEngineName(engineName: string): string | number;
327
+ /**
328
+ * Parse the engine from Engine resource.
329
+ *
330
+ * @param {string} engineName
331
+ * A fully-qualified path representing Engine resource.
332
+ * @returns {string} A string representing the engine.
333
+ */
334
+ matchEngineFromEngineName(engineName: string): string | number;
335
+ /**
336
+ * Return a fully-qualified projectLocationCollectionDataStore resource name string.
337
+ *
338
+ * @param {string} project
339
+ * @param {string} location
340
+ * @param {string} collection
341
+ * @param {string} data_store
342
+ * @returns {string} Resource name string.
343
+ */
344
+ projectLocationCollectionDataStorePath(project: string, location: string, collection: string, dataStore: string): string;
345
+ /**
346
+ * Parse the project from ProjectLocationCollectionDataStore resource.
347
+ *
348
+ * @param {string} projectLocationCollectionDataStoreName
349
+ * A fully-qualified path representing project_location_collection_data_store resource.
350
+ * @returns {string} A string representing the project.
351
+ */
352
+ matchProjectFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
353
+ /**
354
+ * Parse the location from ProjectLocationCollectionDataStore resource.
355
+ *
356
+ * @param {string} projectLocationCollectionDataStoreName
357
+ * A fully-qualified path representing project_location_collection_data_store resource.
358
+ * @returns {string} A string representing the location.
359
+ */
360
+ matchLocationFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
361
+ /**
362
+ * Parse the collection from ProjectLocationCollectionDataStore resource.
363
+ *
364
+ * @param {string} projectLocationCollectionDataStoreName
365
+ * A fully-qualified path representing project_location_collection_data_store resource.
366
+ * @returns {string} A string representing the collection.
367
+ */
368
+ matchCollectionFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
369
+ /**
370
+ * Parse the data_store from ProjectLocationCollectionDataStore resource.
371
+ *
372
+ * @param {string} projectLocationCollectionDataStoreName
373
+ * A fully-qualified path representing project_location_collection_data_store resource.
374
+ * @returns {string} A string representing the data_store.
375
+ */
376
+ matchDataStoreFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
377
+ /**
378
+ * Return a fully-qualified projectLocationCollectionDataStoreBranchDocument 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
+ * @returns {string} Resource name string.
387
+ */
388
+ projectLocationCollectionDataStoreBranchDocumentPath(project: string, location: string, collection: string, dataStore: string, branch: string, document: string): string;
389
+ /**
390
+ * Parse the project from ProjectLocationCollectionDataStoreBranchDocument resource.
391
+ *
392
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
393
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
394
+ * @returns {string} A string representing the project.
395
+ */
396
+ matchProjectFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
397
+ /**
398
+ * Parse the location from ProjectLocationCollectionDataStoreBranchDocument resource.
399
+ *
400
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
401
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
402
+ * @returns {string} A string representing the location.
403
+ */
404
+ matchLocationFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
405
+ /**
406
+ * Parse the collection from ProjectLocationCollectionDataStoreBranchDocument resource.
407
+ *
408
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
409
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
410
+ * @returns {string} A string representing the collection.
411
+ */
412
+ matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
413
+ /**
414
+ * Parse the data_store from ProjectLocationCollectionDataStoreBranchDocument resource.
415
+ *
416
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
417
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
418
+ * @returns {string} A string representing the data_store.
419
+ */
420
+ matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
421
+ /**
422
+ * Parse the branch from ProjectLocationCollectionDataStoreBranchDocument resource.
423
+ *
424
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
425
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
426
+ * @returns {string} A string representing the branch.
427
+ */
428
+ matchBranchFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
429
+ /**
430
+ * Parse the document from ProjectLocationCollectionDataStoreBranchDocument resource.
431
+ *
432
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
433
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
434
+ * @returns {string} A string representing the document.
435
+ */
436
+ matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
437
+ /**
438
+ * Return a fully-qualified projectLocationCollectionDataStoreConversation resource name string.
439
+ *
440
+ * @param {string} project
441
+ * @param {string} location
442
+ * @param {string} collection
443
+ * @param {string} data_store
444
+ * @param {string} conversation
445
+ * @returns {string} Resource name string.
446
+ */
447
+ projectLocationCollectionDataStoreConversationPath(project: string, location: string, collection: string, dataStore: string, conversation: string): string;
448
+ /**
449
+ * Parse the project from ProjectLocationCollectionDataStoreConversation resource.
450
+ *
451
+ * @param {string} projectLocationCollectionDataStoreConversationName
452
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
453
+ * @returns {string} A string representing the project.
454
+ */
455
+ matchProjectFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
456
+ /**
457
+ * Parse the location from ProjectLocationCollectionDataStoreConversation resource.
458
+ *
459
+ * @param {string} projectLocationCollectionDataStoreConversationName
460
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
461
+ * @returns {string} A string representing the location.
462
+ */
463
+ matchLocationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
464
+ /**
465
+ * Parse the collection from ProjectLocationCollectionDataStoreConversation resource.
466
+ *
467
+ * @param {string} projectLocationCollectionDataStoreConversationName
468
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
469
+ * @returns {string} A string representing the collection.
470
+ */
471
+ matchCollectionFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
472
+ /**
473
+ * Parse the data_store from ProjectLocationCollectionDataStoreConversation resource.
474
+ *
475
+ * @param {string} projectLocationCollectionDataStoreConversationName
476
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
477
+ * @returns {string} A string representing the data_store.
478
+ */
479
+ matchDataStoreFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
480
+ /**
481
+ * Parse the conversation from ProjectLocationCollectionDataStoreConversation resource.
482
+ *
483
+ * @param {string} projectLocationCollectionDataStoreConversationName
484
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
485
+ * @returns {string} A string representing the conversation.
486
+ */
487
+ matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
488
+ /**
489
+ * Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
490
+ *
491
+ * @param {string} project
492
+ * @param {string} location
493
+ * @param {string} collection
494
+ * @param {string} data_store
495
+ * @param {string} schema
496
+ * @returns {string} Resource name string.
497
+ */
498
+ projectLocationCollectionDataStoreSchemaPath(project: string, location: string, collection: string, dataStore: string, schema: string): string;
499
+ /**
500
+ * Parse the project from ProjectLocationCollectionDataStoreSchema resource.
501
+ *
502
+ * @param {string} projectLocationCollectionDataStoreSchemaName
503
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
504
+ * @returns {string} A string representing the project.
505
+ */
506
+ matchProjectFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
507
+ /**
508
+ * Parse the location from ProjectLocationCollectionDataStoreSchema resource.
509
+ *
510
+ * @param {string} projectLocationCollectionDataStoreSchemaName
511
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
512
+ * @returns {string} A string representing the location.
513
+ */
514
+ matchLocationFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
515
+ /**
516
+ * Parse the collection from ProjectLocationCollectionDataStoreSchema resource.
517
+ *
518
+ * @param {string} projectLocationCollectionDataStoreSchemaName
519
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
520
+ * @returns {string} A string representing the collection.
521
+ */
522
+ matchCollectionFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
523
+ /**
524
+ * Parse the data_store from ProjectLocationCollectionDataStoreSchema resource.
525
+ *
526
+ * @param {string} projectLocationCollectionDataStoreSchemaName
527
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
528
+ * @returns {string} A string representing the data_store.
529
+ */
530
+ matchDataStoreFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
531
+ /**
532
+ * Parse the schema from ProjectLocationCollectionDataStoreSchema resource.
533
+ *
534
+ * @param {string} projectLocationCollectionDataStoreSchemaName
535
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
536
+ * @returns {string} A string representing the schema.
537
+ */
538
+ matchSchemaFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
539
+ /**
540
+ * Return a fully-qualified projectLocationCollectionDataStoreServingConfig resource name string.
541
+ *
542
+ * @param {string} project
543
+ * @param {string} location
544
+ * @param {string} collection
545
+ * @param {string} data_store
546
+ * @param {string} serving_config
547
+ * @returns {string} Resource name string.
548
+ */
549
+ projectLocationCollectionDataStoreServingConfigPath(project: string, location: string, collection: string, dataStore: string, servingConfig: string): string;
550
+ /**
551
+ * Parse the project from ProjectLocationCollectionDataStoreServingConfig resource.
552
+ *
553
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
554
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
555
+ * @returns {string} A string representing the project.
556
+ */
557
+ matchProjectFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
558
+ /**
559
+ * Parse the location from ProjectLocationCollectionDataStoreServingConfig resource.
560
+ *
561
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
562
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
563
+ * @returns {string} A string representing the location.
564
+ */
565
+ matchLocationFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
566
+ /**
567
+ * Parse the collection from ProjectLocationCollectionDataStoreServingConfig resource.
568
+ *
569
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
570
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
571
+ * @returns {string} A string representing the collection.
572
+ */
573
+ matchCollectionFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
574
+ /**
575
+ * Parse the data_store from ProjectLocationCollectionDataStoreServingConfig resource.
576
+ *
577
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
578
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
579
+ * @returns {string} A string representing the data_store.
580
+ */
581
+ matchDataStoreFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
582
+ /**
583
+ * Parse the serving_config from ProjectLocationCollectionDataStoreServingConfig resource.
584
+ *
585
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
586
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
587
+ * @returns {string} A string representing the serving_config.
588
+ */
589
+ matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
590
+ /**
591
+ * Return a fully-qualified projectLocationCollectionEngineServingConfig resource name string.
592
+ *
593
+ * @param {string} project
594
+ * @param {string} location
595
+ * @param {string} collection
596
+ * @param {string} engine
597
+ * @param {string} serving_config
598
+ * @returns {string} Resource name string.
599
+ */
600
+ projectLocationCollectionEngineServingConfigPath(project: string, location: string, collection: string, engine: string, servingConfig: string): string;
601
+ /**
602
+ * Parse the project from ProjectLocationCollectionEngineServingConfig resource.
603
+ *
604
+ * @param {string} projectLocationCollectionEngineServingConfigName
605
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
606
+ * @returns {string} A string representing the project.
607
+ */
608
+ matchProjectFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
609
+ /**
610
+ * Parse the location from ProjectLocationCollectionEngineServingConfig resource.
611
+ *
612
+ * @param {string} projectLocationCollectionEngineServingConfigName
613
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
614
+ * @returns {string} A string representing the location.
615
+ */
616
+ matchLocationFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
617
+ /**
618
+ * Parse the collection from ProjectLocationCollectionEngineServingConfig resource.
619
+ *
620
+ * @param {string} projectLocationCollectionEngineServingConfigName
621
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
622
+ * @returns {string} A string representing the collection.
623
+ */
624
+ matchCollectionFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
625
+ /**
626
+ * Parse the engine from ProjectLocationCollectionEngineServingConfig resource.
627
+ *
628
+ * @param {string} projectLocationCollectionEngineServingConfigName
629
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
630
+ * @returns {string} A string representing the engine.
631
+ */
632
+ matchEngineFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
633
+ /**
634
+ * Parse the serving_config from ProjectLocationCollectionEngineServingConfig resource.
635
+ *
636
+ * @param {string} projectLocationCollectionEngineServingConfigName
637
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
638
+ * @returns {string} A string representing the serving_config.
639
+ */
640
+ matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
641
+ /**
642
+ * Return a fully-qualified projectLocationDataStore resource name string.
643
+ *
644
+ * @param {string} project
645
+ * @param {string} location
646
+ * @param {string} data_store
647
+ * @returns {string} Resource name string.
648
+ */
649
+ projectLocationDataStorePath(project: string, location: string, dataStore: string): string;
650
+ /**
651
+ * Parse the project from ProjectLocationDataStore resource.
652
+ *
653
+ * @param {string} projectLocationDataStoreName
654
+ * A fully-qualified path representing project_location_data_store resource.
655
+ * @returns {string} A string representing the project.
656
+ */
657
+ matchProjectFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
658
+ /**
659
+ * Parse the location from ProjectLocationDataStore resource.
660
+ *
661
+ * @param {string} projectLocationDataStoreName
662
+ * A fully-qualified path representing project_location_data_store resource.
663
+ * @returns {string} A string representing the location.
664
+ */
665
+ matchLocationFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
666
+ /**
667
+ * Parse the data_store from ProjectLocationDataStore resource.
668
+ *
669
+ * @param {string} projectLocationDataStoreName
670
+ * A fully-qualified path representing project_location_data_store resource.
671
+ * @returns {string} A string representing the data_store.
672
+ */
673
+ matchDataStoreFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
674
+ /**
675
+ * Return a fully-qualified projectLocationDataStoreBranchDocument resource name string.
676
+ *
677
+ * @param {string} project
678
+ * @param {string} location
679
+ * @param {string} data_store
680
+ * @param {string} branch
681
+ * @param {string} document
682
+ * @returns {string} Resource name string.
683
+ */
684
+ projectLocationDataStoreBranchDocumentPath(project: string, location: string, dataStore: string, branch: string, document: string): string;
685
+ /**
686
+ * Parse the project from ProjectLocationDataStoreBranchDocument resource.
687
+ *
688
+ * @param {string} projectLocationDataStoreBranchDocumentName
689
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
690
+ * @returns {string} A string representing the project.
691
+ */
692
+ matchProjectFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
693
+ /**
694
+ * Parse the location from ProjectLocationDataStoreBranchDocument resource.
695
+ *
696
+ * @param {string} projectLocationDataStoreBranchDocumentName
697
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
698
+ * @returns {string} A string representing the location.
699
+ */
700
+ matchLocationFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
701
+ /**
702
+ * Parse the data_store from ProjectLocationDataStoreBranchDocument resource.
703
+ *
704
+ * @param {string} projectLocationDataStoreBranchDocumentName
705
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
706
+ * @returns {string} A string representing the data_store.
707
+ */
708
+ matchDataStoreFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
709
+ /**
710
+ * Parse the branch from ProjectLocationDataStoreBranchDocument resource.
711
+ *
712
+ * @param {string} projectLocationDataStoreBranchDocumentName
713
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
714
+ * @returns {string} A string representing the branch.
715
+ */
716
+ matchBranchFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
717
+ /**
718
+ * Parse the document from ProjectLocationDataStoreBranchDocument resource.
719
+ *
720
+ * @param {string} projectLocationDataStoreBranchDocumentName
721
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
722
+ * @returns {string} A string representing the document.
723
+ */
724
+ matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
725
+ /**
726
+ * Return a fully-qualified projectLocationDataStoreConversation resource name string.
727
+ *
728
+ * @param {string} project
729
+ * @param {string} location
730
+ * @param {string} data_store
731
+ * @param {string} conversation
732
+ * @returns {string} Resource name string.
733
+ */
734
+ projectLocationDataStoreConversationPath(project: string, location: string, dataStore: string, conversation: string): string;
735
+ /**
736
+ * Parse the project from ProjectLocationDataStoreConversation resource.
737
+ *
738
+ * @param {string} projectLocationDataStoreConversationName
739
+ * A fully-qualified path representing project_location_data_store_conversation resource.
740
+ * @returns {string} A string representing the project.
741
+ */
742
+ matchProjectFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
743
+ /**
744
+ * Parse the location from ProjectLocationDataStoreConversation resource.
745
+ *
746
+ * @param {string} projectLocationDataStoreConversationName
747
+ * A fully-qualified path representing project_location_data_store_conversation resource.
748
+ * @returns {string} A string representing the location.
749
+ */
750
+ matchLocationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
751
+ /**
752
+ * Parse the data_store from ProjectLocationDataStoreConversation resource.
753
+ *
754
+ * @param {string} projectLocationDataStoreConversationName
755
+ * A fully-qualified path representing project_location_data_store_conversation resource.
756
+ * @returns {string} A string representing the data_store.
757
+ */
758
+ matchDataStoreFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
759
+ /**
760
+ * Parse the conversation from ProjectLocationDataStoreConversation resource.
761
+ *
762
+ * @param {string} projectLocationDataStoreConversationName
763
+ * A fully-qualified path representing project_location_data_store_conversation resource.
764
+ * @returns {string} A string representing the conversation.
765
+ */
766
+ matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
767
+ /**
768
+ * Return a fully-qualified projectLocationDataStoreSchema resource name string.
769
+ *
770
+ * @param {string} project
771
+ * @param {string} location
772
+ * @param {string} data_store
773
+ * @param {string} schema
774
+ * @returns {string} Resource name string.
775
+ */
776
+ projectLocationDataStoreSchemaPath(project: string, location: string, dataStore: string, schema: string): string;
777
+ /**
778
+ * Parse the project from ProjectLocationDataStoreSchema resource.
779
+ *
780
+ * @param {string} projectLocationDataStoreSchemaName
781
+ * A fully-qualified path representing project_location_data_store_schema resource.
782
+ * @returns {string} A string representing the project.
783
+ */
784
+ matchProjectFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
785
+ /**
786
+ * Parse the location from ProjectLocationDataStoreSchema resource.
787
+ *
788
+ * @param {string} projectLocationDataStoreSchemaName
789
+ * A fully-qualified path representing project_location_data_store_schema resource.
790
+ * @returns {string} A string representing the location.
791
+ */
792
+ matchLocationFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
793
+ /**
794
+ * Parse the data_store from ProjectLocationDataStoreSchema resource.
795
+ *
796
+ * @param {string} projectLocationDataStoreSchemaName
797
+ * A fully-qualified path representing project_location_data_store_schema resource.
798
+ * @returns {string} A string representing the data_store.
799
+ */
800
+ matchDataStoreFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
801
+ /**
802
+ * Parse the schema from ProjectLocationDataStoreSchema resource.
803
+ *
804
+ * @param {string} projectLocationDataStoreSchemaName
805
+ * A fully-qualified path representing project_location_data_store_schema resource.
806
+ * @returns {string} A string representing the schema.
807
+ */
808
+ matchSchemaFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
809
+ /**
810
+ * Return a fully-qualified projectLocationDataStoreServingConfig resource name string.
811
+ *
812
+ * @param {string} project
813
+ * @param {string} location
814
+ * @param {string} data_store
815
+ * @param {string} serving_config
816
+ * @returns {string} Resource name string.
817
+ */
818
+ projectLocationDataStoreServingConfigPath(project: string, location: string, dataStore: string, servingConfig: string): string;
819
+ /**
820
+ * Parse the project from ProjectLocationDataStoreServingConfig resource.
821
+ *
822
+ * @param {string} projectLocationDataStoreServingConfigName
823
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
824
+ * @returns {string} A string representing the project.
825
+ */
826
+ matchProjectFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
827
+ /**
828
+ * Parse the location from ProjectLocationDataStoreServingConfig resource.
829
+ *
830
+ * @param {string} projectLocationDataStoreServingConfigName
831
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
832
+ * @returns {string} A string representing the location.
833
+ */
834
+ matchLocationFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
835
+ /**
836
+ * Parse the data_store from ProjectLocationDataStoreServingConfig resource.
837
+ *
838
+ * @param {string} projectLocationDataStoreServingConfigName
839
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
840
+ * @returns {string} A string representing the data_store.
841
+ */
842
+ matchDataStoreFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
843
+ /**
844
+ * Parse the serving_config from ProjectLocationDataStoreServingConfig resource.
845
+ *
846
+ * @param {string} projectLocationDataStoreServingConfigName
847
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
848
+ * @returns {string} A string representing the serving_config.
849
+ */
850
+ matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
851
+ /**
852
+ * Terminate the gRPC channel and close the client.
853
+ *
854
+ * The client will no longer be usable and all future behavior is undefined.
855
+ * @returns {Promise} A promise that resolves when the client is closed.
856
+ */
857
+ close(): Promise<void>;
858
+ }