@google-cloud/discoveryengine 1.8.0 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/README.md +33 -4
- package/build/protos/google/cloud/discoveryengine/v1/answer.proto +337 -0
- package/build/protos/google/cloud/discoveryengine/v1/common.proto +33 -0
- package/build/protos/google/cloud/discoveryengine/v1/control.proto +214 -0
- package/build/protos/google/cloud/discoveryengine/v1/control_service.proto +236 -0
- package/build/protos/google/cloud/discoveryengine/v1/conversation.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +569 -0
- package/build/protos/google/cloud/discoveryengine/v1/data_store.proto +4 -0
- package/build/protos/google/cloud/discoveryengine/v1/data_store_service.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1/document_processing_config.proto +92 -0
- package/build/protos/google/cloud/discoveryengine/v1/document_service.proto +6 -6
- package/build/protos/google/cloud/discoveryengine/v1/engine.proto +4 -4
- package/build/protos/google/cloud/discoveryengine/v1/grounded_generation_service.proto +149 -0
- package/build/protos/google/cloud/discoveryengine/v1/grounding.proto +58 -0
- package/build/protos/google/cloud/discoveryengine/v1/import_config.proto +4 -4
- package/build/protos/google/cloud/discoveryengine/v1/project.proto +103 -0
- package/build/protos/google/cloud/discoveryengine/v1/project_service.proto +90 -0
- package/build/protos/google/cloud/discoveryengine/v1/rank_service.proto +131 -0
- package/build/protos/google/cloud/discoveryengine/v1/recommendation_service.proto +20 -19
- package/build/protos/google/cloud/discoveryengine/v1/schema_service.proto +5 -5
- package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +23 -18
- package/build/protos/google/cloud/discoveryengine/v1/session.proto +97 -0
- package/build/protos/google/cloud/discoveryengine/v1/site_search_engine.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1/user_event.proto +28 -3
- package/build/protos/google/cloud/discoveryengine/v1/user_event_service.proto +18 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/answer.proto +9 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/chunk.proto +7 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +16 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/control.proto +217 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/control_service.proto +236 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversation.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +19 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/custom_tuning_model.proto +87 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/data_store_service.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/document_processing_config.proto +1 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/document_service.proto +12 -9
- package/build/protos/google/cloud/discoveryengine/v1alpha/engine.proto +4 -4
- package/build/protos/google/cloud/discoveryengine/v1alpha/grounded_generation_service.proto +30 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/grounding.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/import_config.proto +4 -4
- package/build/protos/google/cloud/discoveryengine/v1alpha/project.proto +1 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/project_service.proto +2 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/rank_service.proto +19 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/recommendation_service.proto +20 -19
- package/build/protos/google/cloud/discoveryengine/v1alpha/schema.proto +37 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/schema_service.proto +6 -6
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +28 -31
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_tuning_service.proto +39 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/session.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/user_event.proto +29 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/user_event_service.proto +18 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/answer.proto +10 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/common.proto +16 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/control.proto +216 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/control_service.proto +236 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/conversation.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +19 -3
- package/build/protos/google/cloud/discoveryengine/v1beta/custom_tuning_model.proto +87 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/data_store_service.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/document_processing_config.proto +1 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/document_service.proto +7 -8
- package/build/protos/google/cloud/discoveryengine/v1beta/engine.proto +4 -4
- package/build/protos/google/cloud/discoveryengine/v1beta/grounded_generation_service.proto +30 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/grounding.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/import_config.proto +4 -4
- package/build/protos/google/cloud/discoveryengine/v1beta/project.proto +103 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/project_service.proto +90 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/rank_service.proto +19 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/recommendation_service.proto +20 -19
- package/build/protos/google/cloud/discoveryengine/v1beta/schema_service.proto +5 -5
- package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +30 -24
- package/build/protos/google/cloud/discoveryengine/v1beta/search_tuning_service.proto +39 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/session.proto +4 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/site_search_engine.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event.proto +28 -3
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event_service.proto +18 -2
- package/build/protos/protos.d.ts +52350 -38733
- package/build/protos/protos.js +136479 -103212
- package/build/protos/protos.json +9460 -5916
- package/build/src/index.d.ts +13 -1
- package/build/src/index.js +13 -1
- package/build/src/v1/completion_service_client.d.ts +549 -0
- package/build/src/v1/completion_service_client.js +771 -0
- package/build/src/v1/control_service_client.d.ts +1623 -0
- package/build/src/v1/control_service_client.js +2218 -0
- package/build/src/v1/control_service_client_config.json +63 -0
- package/build/src/v1/conversational_search_service_client.d.ts +893 -0
- package/build/src/v1/conversational_search_service_client.js +1040 -14
- package/build/src/v1/conversational_search_service_client_config.json +35 -0
- package/build/src/v1/data_store_service_client.d.ts +555 -6
- package/build/src/v1/data_store_service_client.js +775 -4
- package/build/src/v1/document_service_client.d.ts +557 -8
- package/build/src/v1/document_service_client.js +773 -2
- package/build/src/v1/engine_service_client.d.ts +549 -0
- package/build/src/v1/engine_service_client.js +771 -0
- package/build/src/v1/grounded_generation_service_client.d.ts +1439 -0
- package/build/src/v1/grounded_generation_service_client.js +2036 -0
- package/build/src/v1/grounded_generation_service_client_config.json +43 -0
- package/build/src/v1/index.d.ts +4 -0
- package/build/src/v1/index.js +9 -1
- package/build/src/v1/project_service_client.d.ts +1533 -0
- package/build/src/v1/project_service_client.js +2255 -0
- package/build/src/v1/project_service_client_config.json +43 -0
- package/build/src/v1/rank_service_client.d.ts +1449 -0
- package/build/src/v1/rank_service_client.js +2037 -0
- package/build/src/v1/rank_service_client_config.json +43 -0
- package/build/src/v1/recommendation_service_client.d.ts +568 -18
- package/build/src/v1/recommendation_service_client.js +756 -0
- package/build/src/v1/schema_service_client.d.ts +558 -9
- package/build/src/v1/schema_service_client.js +775 -4
- package/build/src/v1/search_service_client.d.ts +579 -21
- package/build/src/v1/search_service_client.js +776 -14
- package/build/src/v1/site_search_engine_service_client.d.ts +549 -0
- package/build/src/v1/site_search_engine_service_client.js +771 -0
- package/build/src/v1/user_event_service_client.d.ts +562 -2
- package/build/src/v1/user_event_service_client.js +771 -0
- package/build/src/v1alpha/acl_config_service_client.d.ts +237 -0
- package/build/src/v1alpha/acl_config_service_client.js +326 -0
- package/build/src/v1alpha/chunk_service_client.d.ts +237 -0
- package/build/src/v1alpha/chunk_service_client.js +326 -0
- package/build/src/v1alpha/completion_service_client.d.ts +237 -0
- package/build/src/v1alpha/completion_service_client.js +340 -0
- package/build/src/v1alpha/control_service_client.d.ts +2013 -0
- package/build/src/v1alpha/control_service_client.js +2757 -0
- package/build/src/v1alpha/control_service_client_config.json +63 -0
- package/build/src/v1alpha/conversational_search_service_client.d.ts +239 -2
- package/build/src/v1alpha/conversational_search_service_client.js +326 -0
- package/build/src/v1alpha/data_store_service_client.d.ts +243 -6
- package/build/src/v1alpha/data_store_service_client.js +344 -4
- package/build/src/v1alpha/document_service_client.d.ts +246 -9
- package/build/src/v1alpha/document_service_client.js +342 -2
- package/build/src/v1alpha/engine_service_client.d.ts +237 -0
- package/build/src/v1alpha/engine_service_client.js +340 -0
- package/build/src/v1alpha/estimate_billing_service_client.d.ts +237 -0
- package/build/src/v1alpha/estimate_billing_service_client.js +340 -0
- package/build/src/v1alpha/grounded_generation_service_client.d.ts +256 -1
- package/build/src/v1alpha/grounded_generation_service_client.js +326 -0
- package/build/src/v1alpha/index.d.ts +1 -0
- package/build/src/v1alpha/index.js +3 -1
- package/build/src/v1alpha/project_service_client.d.ts +239 -0
- package/build/src/v1alpha/project_service_client.js +340 -0
- package/build/src/v1alpha/project_service_client_config.json +21 -6
- package/build/src/v1alpha/rank_service_client.d.ts +255 -0
- package/build/src/v1alpha/rank_service_client.js +326 -0
- package/build/src/v1alpha/recommendation_service_client.d.ts +256 -18
- package/build/src/v1alpha/recommendation_service_client.js +326 -0
- package/build/src/v1alpha/schema_service_client.d.ts +247 -10
- package/build/src/v1alpha/schema_service_client.js +344 -4
- package/build/src/v1alpha/search_service_client.d.ts +267 -21
- package/build/src/v1alpha/search_service_client.js +346 -14
- package/build/src/v1alpha/search_tuning_service_client.d.ts +265 -0
- package/build/src/v1alpha/search_tuning_service_client.js +365 -1
- package/build/src/v1alpha/search_tuning_service_client_config.json +4 -0
- package/build/src/v1alpha/serving_config_service_client.d.ts +237 -0
- package/build/src/v1alpha/serving_config_service_client.js +326 -0
- package/build/src/v1alpha/site_search_engine_service_client.d.ts +237 -0
- package/build/src/v1alpha/site_search_engine_service_client.js +340 -0
- package/build/src/v1alpha/user_event_service_client.d.ts +250 -2
- package/build/src/v1alpha/user_event_service_client.js +340 -0
- package/build/src/v1beta/completion_service_client.d.ts +252 -0
- package/build/src/v1beta/completion_service_client.js +359 -0
- package/build/src/v1beta/control_service_client.d.ts +1860 -0
- package/build/src/v1beta/control_service_client.js +2545 -0
- package/build/src/v1beta/control_service_client_config.json +63 -0
- package/build/src/v1beta/conversational_search_service_client.d.ts +254 -2
- package/build/src/v1beta/conversational_search_service_client.js +348 -0
- package/build/src/v1beta/data_store_service_client.d.ts +258 -6
- package/build/src/v1beta/data_store_service_client.js +363 -4
- package/build/src/v1beta/document_service_client.d.ts +261 -10
- package/build/src/v1beta/document_service_client.js +361 -2
- package/build/src/v1beta/engine_service_client.d.ts +252 -0
- package/build/src/v1beta/engine_service_client.js +359 -0
- package/build/src/v1beta/grounded_generation_service_client.d.ts +271 -1
- package/build/src/v1beta/grounded_generation_service_client.js +348 -0
- package/build/src/v1beta/index.d.ts +2 -0
- package/build/src/v1beta/index.js +5 -1
- package/build/src/v1beta/project_service_client.d.ts +1770 -0
- package/build/src/v1beta/project_service_client.js +2576 -0
- package/build/src/v1beta/project_service_client_config.json +43 -0
- package/build/src/v1beta/rank_service_client.d.ts +270 -0
- package/build/src/v1beta/rank_service_client.js +348 -0
- package/build/src/v1beta/recommendation_service_client.d.ts +271 -18
- package/build/src/v1beta/recommendation_service_client.js +348 -0
- package/build/src/v1beta/schema_service_client.d.ts +261 -9
- package/build/src/v1beta/schema_service_client.js +363 -4
- package/build/src/v1beta/search_service_client.d.ts +282 -21
- package/build/src/v1beta/search_service_client.js +368 -14
- package/build/src/v1beta/search_tuning_service_client.d.ts +280 -0
- package/build/src/v1beta/search_tuning_service_client.js +384 -1
- package/build/src/v1beta/search_tuning_service_client_config.json +4 -0
- package/build/src/v1beta/serving_config_service_client.d.ts +237 -0
- package/build/src/v1beta/serving_config_service_client.js +326 -0
- package/build/src/v1beta/site_search_engine_service_client.d.ts +252 -0
- package/build/src/v1beta/site_search_engine_service_client.js +359 -0
- package/build/src/v1beta/user_event_service_client.d.ts +265 -2
- package/build/src/v1beta/user_event_service_client.js +359 -0
- package/package.json +2 -2
@@ -125,7 +125,7 @@ export declare class RecommendationServiceClient {
|
|
125
125
|
* `projects/* /locations/global/collections/* /dataStores/* /servingConfigs/*`
|
126
126
|
*
|
127
127
|
* One default serving config is created along with your recommendation engine
|
128
|
-
* creation. The engine ID
|
128
|
+
* creation. The engine ID is used as the ID of the default serving
|
129
129
|
* config. For example, for Engine
|
130
130
|
* `projects/* /locations/global/collections/* /engines/my-engine`, you can use
|
131
131
|
* `projects/* /locations/global/collections/* /engines/my-engine/servingConfigs/my-engine`
|
@@ -151,9 +151,9 @@ export declare class RecommendationServiceClient {
|
|
151
151
|
* unset.
|
152
152
|
* @param {number} request.pageSize
|
153
153
|
* Maximum number of results to return. Set this property
|
154
|
-
* to the number of recommendation results needed. If zero, the service
|
155
|
-
*
|
156
|
-
* above 100
|
154
|
+
* to the number of recommendation results needed. If zero, the service
|
155
|
+
* chooses a reasonable default. The maximum allowed value is 100. Values
|
156
|
+
* above 100 are set to 100.
|
157
157
|
* @param {string} request.filter
|
158
158
|
* Filter for restricting recommendation results with a length limit of 5,000
|
159
159
|
* characters. Currently, only filter expressions on the `filter_tags`
|
@@ -173,18 +173,18 @@ export declare class RecommendationServiceClient {
|
|
173
173
|
* * (available: true) AND
|
174
174
|
* (launguage: ANY("en", "es")) OR (categories: ANY("Movie"))
|
175
175
|
*
|
176
|
-
* If your filter blocks all results, the API
|
176
|
+
* If your filter blocks all results, the API returns generic
|
177
177
|
* (unfiltered) popular Documents. If you only want results strictly matching
|
178
|
-
* the filters, set `strictFiltering` to
|
178
|
+
* the filters, set `strictFiltering` to `true` in
|
179
179
|
* {@link protos.google.cloud.discoveryengine.v1.RecommendRequest.params|RecommendRequest.params}
|
180
180
|
* to receive empty results instead.
|
181
181
|
*
|
182
|
-
* Note that the API
|
182
|
+
* Note that the API never returns
|
183
183
|
* {@link protos.google.cloud.discoveryengine.v1.Document|Document}s with `storageStatus`
|
184
|
-
*
|
184
|
+
* as `EXPIRED` or `DELETED` regardless of filter choices.
|
185
185
|
* @param {boolean} request.validateOnly
|
186
|
-
* Use validate only mode for this recommendation query. If set to true
|
187
|
-
* fake model
|
186
|
+
* Use validate only mode for this recommendation query. If set to `true`, a
|
187
|
+
* fake model is used that returns arbitrary Document IDs.
|
188
188
|
* Note that the validate only mode should only be used for testing the API,
|
189
189
|
* or if the model is not ready.
|
190
190
|
* @param {number[]} request.params
|
@@ -192,16 +192,17 @@ export declare class RecommendationServiceClient {
|
|
192
192
|
*
|
193
193
|
* Allowed values:
|
194
194
|
*
|
195
|
-
* * `returnDocument`: Boolean. If set to true
|
196
|
-
* object
|
195
|
+
* * `returnDocument`: Boolean. If set to `true`, the associated Document
|
196
|
+
* object is returned in
|
197
197
|
* {@link protos.google.cloud.discoveryengine.v1.RecommendResponse.RecommendationResult.document|RecommendResponse.RecommendationResult.document}.
|
198
|
-
* * `returnScore`: Boolean. If set to true, the recommendation
|
199
|
-
* corresponding to each returned Document
|
198
|
+
* * `returnScore`: Boolean. If set to true, the recommendation score
|
199
|
+
* corresponding to each returned Document is set in
|
200
200
|
* {@link protos.google.cloud.discoveryengine.v1.RecommendResponse.RecommendationResult.metadata|RecommendResponse.RecommendationResult.metadata}.
|
201
|
-
* The given
|
202
|
-
*
|
203
|
-
* * `strictFiltering`: Boolean. True by default. If set to false
|
204
|
-
*
|
201
|
+
* The given score indicates the probability of a Document conversion given
|
202
|
+
* the user's context and history.
|
203
|
+
* * `strictFiltering`: Boolean. True by default. If set to `false`, the
|
204
|
+
* service
|
205
|
+
* returns generic (unfiltered) popular Documents instead of empty if
|
205
206
|
* your filter blocks all recommendation results.
|
206
207
|
* * `diversityLevel`: String. Default empty. If set to be non-empty, then
|
207
208
|
* it needs to be one of:
|
@@ -342,6 +343,21 @@ export declare class RecommendationServiceClient {
|
|
342
343
|
* @returns {string} A string representing the engine.
|
343
344
|
*/
|
344
345
|
matchEngineFromEngineName(engineName: string): string | number;
|
346
|
+
/**
|
347
|
+
* Return a fully-qualified project resource name string.
|
348
|
+
*
|
349
|
+
* @param {string} project
|
350
|
+
* @returns {string} Resource name string.
|
351
|
+
*/
|
352
|
+
projectPath(project: string): string;
|
353
|
+
/**
|
354
|
+
* Parse the project from Project resource.
|
355
|
+
*
|
356
|
+
* @param {string} projectName
|
357
|
+
* A fully-qualified path representing Project resource.
|
358
|
+
* @returns {string} A string representing the project.
|
359
|
+
*/
|
360
|
+
matchProjectFromProjectName(projectName: string): string | number;
|
345
361
|
/**
|
346
362
|
* Return a fully-qualified projectLocationCollectionDataStore resource name string.
|
347
363
|
*
|
@@ -444,6 +460,57 @@ export declare class RecommendationServiceClient {
|
|
444
460
|
* @returns {string} A string representing the document.
|
445
461
|
*/
|
446
462
|
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
463
|
+
/**
|
464
|
+
* Return a fully-qualified projectLocationCollectionDataStoreControl resource name string.
|
465
|
+
*
|
466
|
+
* @param {string} project
|
467
|
+
* @param {string} location
|
468
|
+
* @param {string} collection
|
469
|
+
* @param {string} data_store
|
470
|
+
* @param {string} control
|
471
|
+
* @returns {string} Resource name string.
|
472
|
+
*/
|
473
|
+
projectLocationCollectionDataStoreControlPath(project: string, location: string, collection: string, dataStore: string, control: string): string;
|
474
|
+
/**
|
475
|
+
* Parse the project from ProjectLocationCollectionDataStoreControl resource.
|
476
|
+
*
|
477
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
478
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
479
|
+
* @returns {string} A string representing the project.
|
480
|
+
*/
|
481
|
+
matchProjectFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
482
|
+
/**
|
483
|
+
* Parse the location from ProjectLocationCollectionDataStoreControl resource.
|
484
|
+
*
|
485
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
486
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
487
|
+
* @returns {string} A string representing the location.
|
488
|
+
*/
|
489
|
+
matchLocationFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
490
|
+
/**
|
491
|
+
* Parse the collection from ProjectLocationCollectionDataStoreControl resource.
|
492
|
+
*
|
493
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
494
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
495
|
+
* @returns {string} A string representing the collection.
|
496
|
+
*/
|
497
|
+
matchCollectionFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
498
|
+
/**
|
499
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreControl resource.
|
500
|
+
*
|
501
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
502
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
503
|
+
* @returns {string} A string representing the data_store.
|
504
|
+
*/
|
505
|
+
matchDataStoreFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
506
|
+
/**
|
507
|
+
* Parse the control from ProjectLocationCollectionDataStoreControl resource.
|
508
|
+
*
|
509
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
510
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
511
|
+
* @returns {string} A string representing the control.
|
512
|
+
*/
|
513
|
+
matchControlFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
447
514
|
/**
|
448
515
|
* Return a fully-qualified projectLocationCollectionDataStoreConversation resource name string.
|
449
516
|
*
|
@@ -495,6 +562,48 @@ export declare class RecommendationServiceClient {
|
|
495
562
|
* @returns {string} A string representing the conversation.
|
496
563
|
*/
|
497
564
|
matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
|
565
|
+
/**
|
566
|
+
* Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
|
567
|
+
*
|
568
|
+
* @param {string} project
|
569
|
+
* @param {string} location
|
570
|
+
* @param {string} collection
|
571
|
+
* @param {string} data_store
|
572
|
+
* @returns {string} Resource name string.
|
573
|
+
*/
|
574
|
+
projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
|
575
|
+
/**
|
576
|
+
* Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
577
|
+
*
|
578
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
579
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
580
|
+
* @returns {string} A string representing the project.
|
581
|
+
*/
|
582
|
+
matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
583
|
+
/**
|
584
|
+
* Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
585
|
+
*
|
586
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
587
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
588
|
+
* @returns {string} A string representing the location.
|
589
|
+
*/
|
590
|
+
matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
591
|
+
/**
|
592
|
+
* Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
593
|
+
*
|
594
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
595
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
596
|
+
* @returns {string} A string representing the collection.
|
597
|
+
*/
|
598
|
+
matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
599
|
+
/**
|
600
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
601
|
+
*
|
602
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
603
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
604
|
+
* @returns {string} A string representing the data_store.
|
605
|
+
*/
|
606
|
+
matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
498
607
|
/**
|
499
608
|
* Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
|
500
609
|
*
|
@@ -597,6 +706,117 @@ export declare class RecommendationServiceClient {
|
|
597
706
|
* @returns {string} A string representing the serving_config.
|
598
707
|
*/
|
599
708
|
matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
709
|
+
/**
|
710
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
|
711
|
+
*
|
712
|
+
* @param {string} project
|
713
|
+
* @param {string} location
|
714
|
+
* @param {string} collection
|
715
|
+
* @param {string} data_store
|
716
|
+
* @param {string} session
|
717
|
+
* @returns {string} Resource name string.
|
718
|
+
*/
|
719
|
+
projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
720
|
+
/**
|
721
|
+
* Parse the project from ProjectLocationCollectionDataStoreSession resource.
|
722
|
+
*
|
723
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
724
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
725
|
+
* @returns {string} A string representing the project.
|
726
|
+
*/
|
727
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
728
|
+
/**
|
729
|
+
* Parse the location from ProjectLocationCollectionDataStoreSession resource.
|
730
|
+
*
|
731
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
732
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
733
|
+
* @returns {string} A string representing the location.
|
734
|
+
*/
|
735
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
736
|
+
/**
|
737
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSession resource.
|
738
|
+
*
|
739
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
740
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
741
|
+
* @returns {string} A string representing the collection.
|
742
|
+
*/
|
743
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
744
|
+
/**
|
745
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
|
746
|
+
*
|
747
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
748
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
749
|
+
* @returns {string} A string representing the data_store.
|
750
|
+
*/
|
751
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
752
|
+
/**
|
753
|
+
* Parse the session from ProjectLocationCollectionDataStoreSession resource.
|
754
|
+
*
|
755
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
756
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
757
|
+
* @returns {string} A string representing the session.
|
758
|
+
*/
|
759
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
760
|
+
/**
|
761
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
|
762
|
+
*
|
763
|
+
* @param {string} project
|
764
|
+
* @param {string} location
|
765
|
+
* @param {string} collection
|
766
|
+
* @param {string} data_store
|
767
|
+
* @param {string} session
|
768
|
+
* @param {string} answer
|
769
|
+
* @returns {string} Resource name string.
|
770
|
+
*/
|
771
|
+
projectLocationCollectionDataStoreSessionAnswerPath(project: string, location: string, collection: string, dataStore: string, session: string, answer: string): string;
|
772
|
+
/**
|
773
|
+
* Parse the project from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
774
|
+
*
|
775
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
776
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
777
|
+
* @returns {string} A string representing the project.
|
778
|
+
*/
|
779
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
780
|
+
/**
|
781
|
+
* Parse the location from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
782
|
+
*
|
783
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
784
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
785
|
+
* @returns {string} A string representing the location.
|
786
|
+
*/
|
787
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
788
|
+
/**
|
789
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
790
|
+
*
|
791
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
792
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
793
|
+
* @returns {string} A string representing the collection.
|
794
|
+
*/
|
795
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
796
|
+
/**
|
797
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
798
|
+
*
|
799
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
800
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
801
|
+
* @returns {string} A string representing the data_store.
|
802
|
+
*/
|
803
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
804
|
+
/**
|
805
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
806
|
+
*
|
807
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
808
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
809
|
+
* @returns {string} A string representing the session.
|
810
|
+
*/
|
811
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
812
|
+
/**
|
813
|
+
* Parse the answer from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
814
|
+
*
|
815
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
816
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
817
|
+
* @returns {string} A string representing the answer.
|
818
|
+
*/
|
819
|
+
matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
600
820
|
/**
|
601
821
|
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
602
822
|
*
|
@@ -690,6 +910,57 @@ export declare class RecommendationServiceClient {
|
|
690
910
|
* @returns {string} A string representing the target_site.
|
691
911
|
*/
|
692
912
|
matchTargetSiteFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
913
|
+
/**
|
914
|
+
* Return a fully-qualified projectLocationCollectionEngineControl resource name string.
|
915
|
+
*
|
916
|
+
* @param {string} project
|
917
|
+
* @param {string} location
|
918
|
+
* @param {string} collection
|
919
|
+
* @param {string} engine
|
920
|
+
* @param {string} control
|
921
|
+
* @returns {string} Resource name string.
|
922
|
+
*/
|
923
|
+
projectLocationCollectionEngineControlPath(project: string, location: string, collection: string, engine: string, control: string): string;
|
924
|
+
/**
|
925
|
+
* Parse the project from ProjectLocationCollectionEngineControl resource.
|
926
|
+
*
|
927
|
+
* @param {string} projectLocationCollectionEngineControlName
|
928
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
929
|
+
* @returns {string} A string representing the project.
|
930
|
+
*/
|
931
|
+
matchProjectFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
932
|
+
/**
|
933
|
+
* Parse the location from ProjectLocationCollectionEngineControl resource.
|
934
|
+
*
|
935
|
+
* @param {string} projectLocationCollectionEngineControlName
|
936
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
937
|
+
* @returns {string} A string representing the location.
|
938
|
+
*/
|
939
|
+
matchLocationFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
940
|
+
/**
|
941
|
+
* Parse the collection from ProjectLocationCollectionEngineControl resource.
|
942
|
+
*
|
943
|
+
* @param {string} projectLocationCollectionEngineControlName
|
944
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
945
|
+
* @returns {string} A string representing the collection.
|
946
|
+
*/
|
947
|
+
matchCollectionFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
948
|
+
/**
|
949
|
+
* Parse the engine from ProjectLocationCollectionEngineControl resource.
|
950
|
+
*
|
951
|
+
* @param {string} projectLocationCollectionEngineControlName
|
952
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
953
|
+
* @returns {string} A string representing the engine.
|
954
|
+
*/
|
955
|
+
matchEngineFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
956
|
+
/**
|
957
|
+
* Parse the control from ProjectLocationCollectionEngineControl resource.
|
958
|
+
*
|
959
|
+
* @param {string} projectLocationCollectionEngineControlName
|
960
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
961
|
+
* @returns {string} A string representing the control.
|
962
|
+
*/
|
963
|
+
matchControlFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
693
964
|
/**
|
694
965
|
* Return a fully-qualified projectLocationCollectionEngineConversation resource name string.
|
695
966
|
*
|
@@ -792,6 +1063,117 @@ export declare class RecommendationServiceClient {
|
|
792
1063
|
* @returns {string} A string representing the serving_config.
|
793
1064
|
*/
|
794
1065
|
matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
1066
|
+
/**
|
1067
|
+
* Return a fully-qualified projectLocationCollectionEngineSession resource name string.
|
1068
|
+
*
|
1069
|
+
* @param {string} project
|
1070
|
+
* @param {string} location
|
1071
|
+
* @param {string} collection
|
1072
|
+
* @param {string} engine
|
1073
|
+
* @param {string} session
|
1074
|
+
* @returns {string} Resource name string.
|
1075
|
+
*/
|
1076
|
+
projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1077
|
+
/**
|
1078
|
+
* Parse the project from ProjectLocationCollectionEngineSession resource.
|
1079
|
+
*
|
1080
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1081
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1082
|
+
* @returns {string} A string representing the project.
|
1083
|
+
*/
|
1084
|
+
matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1085
|
+
/**
|
1086
|
+
* Parse the location from ProjectLocationCollectionEngineSession resource.
|
1087
|
+
*
|
1088
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1089
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1090
|
+
* @returns {string} A string representing the location.
|
1091
|
+
*/
|
1092
|
+
matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1093
|
+
/**
|
1094
|
+
* Parse the collection from ProjectLocationCollectionEngineSession resource.
|
1095
|
+
*
|
1096
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1097
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1098
|
+
* @returns {string} A string representing the collection.
|
1099
|
+
*/
|
1100
|
+
matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1101
|
+
/**
|
1102
|
+
* Parse the engine from ProjectLocationCollectionEngineSession resource.
|
1103
|
+
*
|
1104
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1105
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1106
|
+
* @returns {string} A string representing the engine.
|
1107
|
+
*/
|
1108
|
+
matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1109
|
+
/**
|
1110
|
+
* Parse the session from ProjectLocationCollectionEngineSession resource.
|
1111
|
+
*
|
1112
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1113
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1114
|
+
* @returns {string} A string representing the session.
|
1115
|
+
*/
|
1116
|
+
matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1117
|
+
/**
|
1118
|
+
* Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
|
1119
|
+
*
|
1120
|
+
* @param {string} project
|
1121
|
+
* @param {string} location
|
1122
|
+
* @param {string} collection
|
1123
|
+
* @param {string} engine
|
1124
|
+
* @param {string} session
|
1125
|
+
* @param {string} answer
|
1126
|
+
* @returns {string} Resource name string.
|
1127
|
+
*/
|
1128
|
+
projectLocationCollectionEngineSessionAnswerPath(project: string, location: string, collection: string, engine: string, session: string, answer: string): string;
|
1129
|
+
/**
|
1130
|
+
* Parse the project from ProjectLocationCollectionEngineSessionAnswer resource.
|
1131
|
+
*
|
1132
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1133
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1134
|
+
* @returns {string} A string representing the project.
|
1135
|
+
*/
|
1136
|
+
matchProjectFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1137
|
+
/**
|
1138
|
+
* Parse the location from ProjectLocationCollectionEngineSessionAnswer resource.
|
1139
|
+
*
|
1140
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1141
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1142
|
+
* @returns {string} A string representing the location.
|
1143
|
+
*/
|
1144
|
+
matchLocationFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1145
|
+
/**
|
1146
|
+
* Parse the collection from ProjectLocationCollectionEngineSessionAnswer resource.
|
1147
|
+
*
|
1148
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1149
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1150
|
+
* @returns {string} A string representing the collection.
|
1151
|
+
*/
|
1152
|
+
matchCollectionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1153
|
+
/**
|
1154
|
+
* Parse the engine from ProjectLocationCollectionEngineSessionAnswer resource.
|
1155
|
+
*
|
1156
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1157
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1158
|
+
* @returns {string} A string representing the engine.
|
1159
|
+
*/
|
1160
|
+
matchEngineFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1161
|
+
/**
|
1162
|
+
* Parse the session from ProjectLocationCollectionEngineSessionAnswer resource.
|
1163
|
+
*
|
1164
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1165
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1166
|
+
* @returns {string} A string representing the session.
|
1167
|
+
*/
|
1168
|
+
matchSessionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1169
|
+
/**
|
1170
|
+
* Parse the answer from ProjectLocationCollectionEngineSessionAnswer resource.
|
1171
|
+
*
|
1172
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1173
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1174
|
+
* @returns {string} A string representing the answer.
|
1175
|
+
*/
|
1176
|
+
matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
795
1177
|
/**
|
796
1178
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
797
1179
|
*
|
@@ -876,6 +1258,48 @@ export declare class RecommendationServiceClient {
|
|
876
1258
|
* @returns {string} A string representing the document.
|
877
1259
|
*/
|
878
1260
|
matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
1261
|
+
/**
|
1262
|
+
* Return a fully-qualified projectLocationDataStoreControl resource name string.
|
1263
|
+
*
|
1264
|
+
* @param {string} project
|
1265
|
+
* @param {string} location
|
1266
|
+
* @param {string} data_store
|
1267
|
+
* @param {string} control
|
1268
|
+
* @returns {string} Resource name string.
|
1269
|
+
*/
|
1270
|
+
projectLocationDataStoreControlPath(project: string, location: string, dataStore: string, control: string): string;
|
1271
|
+
/**
|
1272
|
+
* Parse the project from ProjectLocationDataStoreControl resource.
|
1273
|
+
*
|
1274
|
+
* @param {string} projectLocationDataStoreControlName
|
1275
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1276
|
+
* @returns {string} A string representing the project.
|
1277
|
+
*/
|
1278
|
+
matchProjectFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
1279
|
+
/**
|
1280
|
+
* Parse the location from ProjectLocationDataStoreControl resource.
|
1281
|
+
*
|
1282
|
+
* @param {string} projectLocationDataStoreControlName
|
1283
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1284
|
+
* @returns {string} A string representing the location.
|
1285
|
+
*/
|
1286
|
+
matchLocationFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
1287
|
+
/**
|
1288
|
+
* Parse the data_store from ProjectLocationDataStoreControl resource.
|
1289
|
+
*
|
1290
|
+
* @param {string} projectLocationDataStoreControlName
|
1291
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1292
|
+
* @returns {string} A string representing the data_store.
|
1293
|
+
*/
|
1294
|
+
matchDataStoreFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
1295
|
+
/**
|
1296
|
+
* Parse the control from ProjectLocationDataStoreControl resource.
|
1297
|
+
*
|
1298
|
+
* @param {string} projectLocationDataStoreControlName
|
1299
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1300
|
+
* @returns {string} A string representing the control.
|
1301
|
+
*/
|
1302
|
+
matchControlFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
879
1303
|
/**
|
880
1304
|
* Return a fully-qualified projectLocationDataStoreConversation resource name string.
|
881
1305
|
*
|
@@ -918,6 +1342,39 @@ export declare class RecommendationServiceClient {
|
|
918
1342
|
* @returns {string} A string representing the conversation.
|
919
1343
|
*/
|
920
1344
|
matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
|
1345
|
+
/**
|
1346
|
+
* Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
|
1347
|
+
*
|
1348
|
+
* @param {string} project
|
1349
|
+
* @param {string} location
|
1350
|
+
* @param {string} data_store
|
1351
|
+
* @returns {string} Resource name string.
|
1352
|
+
*/
|
1353
|
+
projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
|
1354
|
+
/**
|
1355
|
+
* Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
|
1356
|
+
*
|
1357
|
+
* @param {string} projectLocationDataStoreDocumentProcessingConfigName
|
1358
|
+
* A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
|
1359
|
+
* @returns {string} A string representing the project.
|
1360
|
+
*/
|
1361
|
+
matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
|
1362
|
+
/**
|
1363
|
+
* Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
|
1364
|
+
*
|
1365
|
+
* @param {string} projectLocationDataStoreDocumentProcessingConfigName
|
1366
|
+
* A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
|
1367
|
+
* @returns {string} A string representing the location.
|
1368
|
+
*/
|
1369
|
+
matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
|
1370
|
+
/**
|
1371
|
+
* Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
|
1372
|
+
*
|
1373
|
+
* @param {string} projectLocationDataStoreDocumentProcessingConfigName
|
1374
|
+
* A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
|
1375
|
+
* @returns {string} A string representing the data_store.
|
1376
|
+
*/
|
1377
|
+
matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
|
921
1378
|
/**
|
922
1379
|
* Return a fully-qualified projectLocationDataStoreSchema resource name string.
|
923
1380
|
*
|
@@ -1002,6 +1459,99 @@ export declare class RecommendationServiceClient {
|
|
1002
1459
|
* @returns {string} A string representing the serving_config.
|
1003
1460
|
*/
|
1004
1461
|
matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
1462
|
+
/**
|
1463
|
+
* Return a fully-qualified projectLocationDataStoreSession resource name string.
|
1464
|
+
*
|
1465
|
+
* @param {string} project
|
1466
|
+
* @param {string} location
|
1467
|
+
* @param {string} data_store
|
1468
|
+
* @param {string} session
|
1469
|
+
* @returns {string} Resource name string.
|
1470
|
+
*/
|
1471
|
+
projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
|
1472
|
+
/**
|
1473
|
+
* Parse the project from ProjectLocationDataStoreSession resource.
|
1474
|
+
*
|
1475
|
+
* @param {string} projectLocationDataStoreSessionName
|
1476
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1477
|
+
* @returns {string} A string representing the project.
|
1478
|
+
*/
|
1479
|
+
matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1480
|
+
/**
|
1481
|
+
* Parse the location from ProjectLocationDataStoreSession resource.
|
1482
|
+
*
|
1483
|
+
* @param {string} projectLocationDataStoreSessionName
|
1484
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1485
|
+
* @returns {string} A string representing the location.
|
1486
|
+
*/
|
1487
|
+
matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1488
|
+
/**
|
1489
|
+
* Parse the data_store from ProjectLocationDataStoreSession resource.
|
1490
|
+
*
|
1491
|
+
* @param {string} projectLocationDataStoreSessionName
|
1492
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1493
|
+
* @returns {string} A string representing the data_store.
|
1494
|
+
*/
|
1495
|
+
matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1496
|
+
/**
|
1497
|
+
* Parse the session from ProjectLocationDataStoreSession resource.
|
1498
|
+
*
|
1499
|
+
* @param {string} projectLocationDataStoreSessionName
|
1500
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1501
|
+
* @returns {string} A string representing the session.
|
1502
|
+
*/
|
1503
|
+
matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1504
|
+
/**
|
1505
|
+
* Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
|
1506
|
+
*
|
1507
|
+
* @param {string} project
|
1508
|
+
* @param {string} location
|
1509
|
+
* @param {string} data_store
|
1510
|
+
* @param {string} session
|
1511
|
+
* @param {string} answer
|
1512
|
+
* @returns {string} Resource name string.
|
1513
|
+
*/
|
1514
|
+
projectLocationDataStoreSessionAnswerPath(project: string, location: string, dataStore: string, session: string, answer: string): string;
|
1515
|
+
/**
|
1516
|
+
* Parse the project from ProjectLocationDataStoreSessionAnswer resource.
|
1517
|
+
*
|
1518
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1519
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1520
|
+
* @returns {string} A string representing the project.
|
1521
|
+
*/
|
1522
|
+
matchProjectFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1523
|
+
/**
|
1524
|
+
* Parse the location from ProjectLocationDataStoreSessionAnswer resource.
|
1525
|
+
*
|
1526
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1527
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1528
|
+
* @returns {string} A string representing the location.
|
1529
|
+
*/
|
1530
|
+
matchLocationFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1531
|
+
/**
|
1532
|
+
* Parse the data_store from ProjectLocationDataStoreSessionAnswer resource.
|
1533
|
+
*
|
1534
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1535
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1536
|
+
* @returns {string} A string representing the data_store.
|
1537
|
+
*/
|
1538
|
+
matchDataStoreFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1539
|
+
/**
|
1540
|
+
* Parse the session from ProjectLocationDataStoreSessionAnswer resource.
|
1541
|
+
*
|
1542
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1543
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1544
|
+
* @returns {string} A string representing the session.
|
1545
|
+
*/
|
1546
|
+
matchSessionFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1547
|
+
/**
|
1548
|
+
* Parse the answer from ProjectLocationDataStoreSessionAnswer resource.
|
1549
|
+
*
|
1550
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1551
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1552
|
+
* @returns {string} A string representing the answer.
|
1553
|
+
*/
|
1554
|
+
matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1005
1555
|
/**
|
1006
1556
|
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
1007
1557
|
*
|