@google-cloud/discoveryengine 1.7.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 +16 -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 +34 -1
- package/build/protos/google/cloud/discoveryengine/v1/completion.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/completion_service.proto +1 -1
- 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 +3 -3
- package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +570 -1
- package/build/protos/google/cloud/discoveryengine/v1/data_store.proto +5 -1
- package/build/protos/google/cloud/discoveryengine/v1/data_store_service.proto +3 -3
- package/build/protos/google/cloud/discoveryengine/v1/document.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/document_processing_config.proto +92 -0
- package/build/protos/google/cloud/discoveryengine/v1/document_service.proto +7 -7
- package/build/protos/google/cloud/discoveryengine/v1/engine.proto +5 -5
- package/build/protos/google/cloud/discoveryengine/v1/engine_service.proto +1 -1
- 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 +5 -5
- 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/purge_config.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/rank_service.proto +131 -0
- package/build/protos/google/cloud/discoveryengine/v1/recommendation_service.proto +21 -20
- package/build/protos/google/cloud/discoveryengine/v1/schema.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/schema_service.proto +6 -6
- package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +24 -19
- package/build/protos/google/cloud/discoveryengine/v1/session.proto +97 -0
- package/build/protos/google/cloud/discoveryengine/v1/site_search_engine.proto +4 -1
- package/build/protos/google/cloud/discoveryengine/v1/site_search_engine_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/user_event.proto +29 -4
- package/build/protos/google/cloud/discoveryengine/v1/user_event_service.proto +19 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/acl_config.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/acl_config_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/answer.proto +10 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/chunk.proto +8 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/chunk_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +17 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/completion.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/completion_service.proto +1 -1
- 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 +3 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +20 -4
- package/build/protos/google/cloud/discoveryengine/v1alpha/custom_tuning_model.proto +87 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/data_store.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/data_store_service.proto +3 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/document.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/document_processing_config.proto +2 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/document_service.proto +13 -10
- package/build/protos/google/cloud/discoveryengine/v1alpha/engine.proto +5 -5
- package/build/protos/google/cloud/discoveryengine/v1alpha/engine_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/estimate_billing_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/grounded_generation_service.proto +31 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/grounding.proto +4 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/import_config.proto +5 -5
- package/build/protos/google/cloud/discoveryengine/v1alpha/project.proto +2 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/project_service.proto +3 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/purge_config.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/rank_service.proto +20 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/recommendation_service.proto +21 -20
- package/build/protos/google/cloud/discoveryengine/v1alpha/schema.proto +38 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/schema_service.proto +7 -7
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +29 -32
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_tuning_service.proto +40 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/serving_config.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/serving_config_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/session.proto +4 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine.proto +4 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/user_event.proto +30 -4
- package/build/protos/google/cloud/discoveryengine/v1alpha/user_event_service.proto +19 -3
- package/build/protos/google/cloud/discoveryengine/v1beta/answer.proto +11 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/common.proto +17 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/completion.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/completion_service.proto +1 -1
- 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 +3 -3
- package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +20 -4
- package/build/protos/google/cloud/discoveryengine/v1beta/custom_tuning_model.proto +87 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/data_store.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/data_store_service.proto +3 -3
- package/build/protos/google/cloud/discoveryengine/v1beta/document.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/document_processing_config.proto +2 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/document_service.proto +8 -9
- package/build/protos/google/cloud/discoveryengine/v1beta/engine.proto +5 -5
- package/build/protos/google/cloud/discoveryengine/v1beta/engine_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/grounded_generation_service.proto +31 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/grounding.proto +4 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/import_config.proto +5 -5
- 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/purge_config.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/rank_service.proto +20 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/recommendation_service.proto +21 -20
- package/build/protos/google/cloud/discoveryengine/v1beta/schema.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/schema_service.proto +6 -6
- package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +31 -25
- package/build/protos/google/cloud/discoveryengine/v1beta/search_tuning_service.proto +40 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/serving_config.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/serving_config_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/session.proto +5 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/site_search_engine.proto +4 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/site_search_engine_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event.proto +29 -4
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event_service.proto +19 -3
- 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
@@ -167,7 +167,10 @@ export declare class SearchServiceClient {
|
|
167
167
|
*
|
168
168
|
* If this field is negative, an `INVALID_ARGUMENT` is returned.
|
169
169
|
* @param {number[]} request.dataStoreSpecs
|
170
|
-
*
|
170
|
+
* Specs defining dataStores to filter on in a search call and configurations
|
171
|
+
* for those dataStores. This is only considered for engines with multiple
|
172
|
+
* dataStores use case. For single dataStore within an engine, they should
|
173
|
+
* use the specs at the top level.
|
171
174
|
* @param {string} request.filter
|
172
175
|
* The filter syntax consists of an expression language for constructing a
|
173
176
|
* predicate from one or more fields of the documents being filtered. Filter
|
@@ -201,7 +204,9 @@ export declare class SearchServiceClient {
|
|
201
204
|
* The order in which documents are returned. Documents can be ordered by
|
202
205
|
* a field in an {@link protos.google.cloud.discoveryengine.v1.Document|Document} object.
|
203
206
|
* Leave it unset if ordered by relevance. `order_by` expression is
|
204
|
-
* case-sensitive.
|
207
|
+
* case-sensitive.
|
208
|
+
*
|
209
|
+
* For more information on ordering for retail search, see
|
205
210
|
* [Ordering](https://cloud.google.com/retail/docs/filter-and-order#order)
|
206
211
|
*
|
207
212
|
* If this field is unrecognizable, an `INVALID_ARGUMENT` is returned.
|
@@ -218,7 +223,7 @@ export declare class SearchServiceClient {
|
|
218
223
|
* @param {google.cloud.discoveryengine.v1.SearchRequest.BoostSpec} request.boostSpec
|
219
224
|
* Boost specification to boost certain documents.
|
220
225
|
* For more information on boosting, see
|
221
|
-
* [Boosting](https://cloud.google.com/
|
226
|
+
* [Boosting](https://cloud.google.com/generative-ai-app-builder/docs/boost-search-results)
|
222
227
|
* @param {number[]} request.params
|
223
228
|
* Additional search parameters.
|
224
229
|
*
|
@@ -226,8 +231,7 @@ export declare class SearchServiceClient {
|
|
226
231
|
*
|
227
232
|
* * `user_country_code`: string. Default empty. If set to non-empty, results
|
228
233
|
* are restricted or boosted based on the location provided.
|
229
|
-
*
|
230
|
-
* user_country_code: "au"
|
234
|
+
* For example, `user_country_code: "au"`
|
231
235
|
*
|
232
236
|
* For available codes see [Country
|
233
237
|
* Codes](https://developers.google.com/custom-search/docs/json_api_reference#countryCodes)
|
@@ -235,8 +239,7 @@ export declare class SearchServiceClient {
|
|
235
239
|
* * `search_type`: double. Default empty. Enables non-webpage searching
|
236
240
|
* depending on the value. The only valid non-default value is 1,
|
237
241
|
* which enables image searching.
|
238
|
-
*
|
239
|
-
* search_type: 1
|
242
|
+
* For example, `search_type: 1`
|
240
243
|
* @param {google.cloud.discoveryengine.v1.SearchRequest.QueryExpansionSpec} request.queryExpansionSpec
|
241
244
|
* The query expansion specification that specifies the conditions under which
|
242
245
|
* query expansion occurs.
|
@@ -350,7 +353,10 @@ export declare class SearchServiceClient {
|
|
350
353
|
*
|
351
354
|
* If this field is negative, an `INVALID_ARGUMENT` is returned.
|
352
355
|
* @param {number[]} request.dataStoreSpecs
|
353
|
-
*
|
356
|
+
* Specs defining dataStores to filter on in a search call and configurations
|
357
|
+
* for those dataStores. This is only considered for engines with multiple
|
358
|
+
* dataStores use case. For single dataStore within an engine, they should
|
359
|
+
* use the specs at the top level.
|
354
360
|
* @param {string} request.filter
|
355
361
|
* The filter syntax consists of an expression language for constructing a
|
356
362
|
* predicate from one or more fields of the documents being filtered. Filter
|
@@ -384,7 +390,9 @@ export declare class SearchServiceClient {
|
|
384
390
|
* The order in which documents are returned. Documents can be ordered by
|
385
391
|
* a field in an {@link protos.google.cloud.discoveryengine.v1.Document|Document} object.
|
386
392
|
* Leave it unset if ordered by relevance. `order_by` expression is
|
387
|
-
* case-sensitive.
|
393
|
+
* case-sensitive.
|
394
|
+
*
|
395
|
+
* For more information on ordering for retail search, see
|
388
396
|
* [Ordering](https://cloud.google.com/retail/docs/filter-and-order#order)
|
389
397
|
*
|
390
398
|
* If this field is unrecognizable, an `INVALID_ARGUMENT` is returned.
|
@@ -401,7 +409,7 @@ export declare class SearchServiceClient {
|
|
401
409
|
* @param {google.cloud.discoveryengine.v1.SearchRequest.BoostSpec} request.boostSpec
|
402
410
|
* Boost specification to boost certain documents.
|
403
411
|
* For more information on boosting, see
|
404
|
-
* [Boosting](https://cloud.google.com/
|
412
|
+
* [Boosting](https://cloud.google.com/generative-ai-app-builder/docs/boost-search-results)
|
405
413
|
* @param {number[]} request.params
|
406
414
|
* Additional search parameters.
|
407
415
|
*
|
@@ -409,8 +417,7 @@ export declare class SearchServiceClient {
|
|
409
417
|
*
|
410
418
|
* * `user_country_code`: string. Default empty. If set to non-empty, results
|
411
419
|
* are restricted or boosted based on the location provided.
|
412
|
-
*
|
413
|
-
* user_country_code: "au"
|
420
|
+
* For example, `user_country_code: "au"`
|
414
421
|
*
|
415
422
|
* For available codes see [Country
|
416
423
|
* Codes](https://developers.google.com/custom-search/docs/json_api_reference#countryCodes)
|
@@ -418,8 +425,7 @@ export declare class SearchServiceClient {
|
|
418
425
|
* * `search_type`: double. Default empty. Enables non-webpage searching
|
419
426
|
* depending on the value. The only valid non-default value is 1,
|
420
427
|
* which enables image searching.
|
421
|
-
*
|
422
|
-
* search_type: 1
|
428
|
+
* For example, `search_type: 1`
|
423
429
|
* @param {google.cloud.discoveryengine.v1.SearchRequest.QueryExpansionSpec} request.queryExpansionSpec
|
424
430
|
* The query expansion specification that specifies the conditions under which
|
425
431
|
* query expansion occurs.
|
@@ -528,7 +534,10 @@ export declare class SearchServiceClient {
|
|
528
534
|
*
|
529
535
|
* If this field is negative, an `INVALID_ARGUMENT` is returned.
|
530
536
|
* @param {number[]} request.dataStoreSpecs
|
531
|
-
*
|
537
|
+
* Specs defining dataStores to filter on in a search call and configurations
|
538
|
+
* for those dataStores. This is only considered for engines with multiple
|
539
|
+
* dataStores use case. For single dataStore within an engine, they should
|
540
|
+
* use the specs at the top level.
|
532
541
|
* @param {string} request.filter
|
533
542
|
* The filter syntax consists of an expression language for constructing a
|
534
543
|
* predicate from one or more fields of the documents being filtered. Filter
|
@@ -562,7 +571,9 @@ export declare class SearchServiceClient {
|
|
562
571
|
* The order in which documents are returned. Documents can be ordered by
|
563
572
|
* a field in an {@link protos.google.cloud.discoveryengine.v1.Document|Document} object.
|
564
573
|
* Leave it unset if ordered by relevance. `order_by` expression is
|
565
|
-
* case-sensitive.
|
574
|
+
* case-sensitive.
|
575
|
+
*
|
576
|
+
* For more information on ordering for retail search, see
|
566
577
|
* [Ordering](https://cloud.google.com/retail/docs/filter-and-order#order)
|
567
578
|
*
|
568
579
|
* If this field is unrecognizable, an `INVALID_ARGUMENT` is returned.
|
@@ -579,7 +590,7 @@ export declare class SearchServiceClient {
|
|
579
590
|
* @param {google.cloud.discoveryengine.v1.SearchRequest.BoostSpec} request.boostSpec
|
580
591
|
* Boost specification to boost certain documents.
|
581
592
|
* For more information on boosting, see
|
582
|
-
* [Boosting](https://cloud.google.com/
|
593
|
+
* [Boosting](https://cloud.google.com/generative-ai-app-builder/docs/boost-search-results)
|
583
594
|
* @param {number[]} request.params
|
584
595
|
* Additional search parameters.
|
585
596
|
*
|
@@ -587,8 +598,7 @@ export declare class SearchServiceClient {
|
|
587
598
|
*
|
588
599
|
* * `user_country_code`: string. Default empty. If set to non-empty, results
|
589
600
|
* are restricted or boosted based on the location provided.
|
590
|
-
*
|
591
|
-
* user_country_code: "au"
|
601
|
+
* For example, `user_country_code: "au"`
|
592
602
|
*
|
593
603
|
* For available codes see [Country
|
594
604
|
* Codes](https://developers.google.com/custom-search/docs/json_api_reference#countryCodes)
|
@@ -596,8 +606,7 @@ export declare class SearchServiceClient {
|
|
596
606
|
* * `search_type`: double. Default empty. Enables non-webpage searching
|
597
607
|
* depending on the value. The only valid non-default value is 1,
|
598
608
|
* which enables image searching.
|
599
|
-
*
|
600
|
-
* search_type: 1
|
609
|
+
* For example, `search_type: 1`
|
601
610
|
* @param {google.cloud.discoveryengine.v1.SearchRequest.QueryExpansionSpec} request.queryExpansionSpec
|
602
611
|
* The query expansion specification that specifies the conditions under which
|
603
612
|
* query expansion occurs.
|
@@ -748,6 +757,21 @@ export declare class SearchServiceClient {
|
|
748
757
|
* @returns {string} A string representing the engine.
|
749
758
|
*/
|
750
759
|
matchEngineFromEngineName(engineName: string): string | number;
|
760
|
+
/**
|
761
|
+
* Return a fully-qualified project resource name string.
|
762
|
+
*
|
763
|
+
* @param {string} project
|
764
|
+
* @returns {string} Resource name string.
|
765
|
+
*/
|
766
|
+
projectPath(project: string): string;
|
767
|
+
/**
|
768
|
+
* Parse the project from Project resource.
|
769
|
+
*
|
770
|
+
* @param {string} projectName
|
771
|
+
* A fully-qualified path representing Project resource.
|
772
|
+
* @returns {string} A string representing the project.
|
773
|
+
*/
|
774
|
+
matchProjectFromProjectName(projectName: string): string | number;
|
751
775
|
/**
|
752
776
|
* Return a fully-qualified projectLocationCollectionDataStore resource name string.
|
753
777
|
*
|
@@ -901,6 +925,57 @@ export declare class SearchServiceClient {
|
|
901
925
|
* @returns {string} A string representing the document.
|
902
926
|
*/
|
903
927
|
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
928
|
+
/**
|
929
|
+
* Return a fully-qualified projectLocationCollectionDataStoreControl resource name string.
|
930
|
+
*
|
931
|
+
* @param {string} project
|
932
|
+
* @param {string} location
|
933
|
+
* @param {string} collection
|
934
|
+
* @param {string} data_store
|
935
|
+
* @param {string} control
|
936
|
+
* @returns {string} Resource name string.
|
937
|
+
*/
|
938
|
+
projectLocationCollectionDataStoreControlPath(project: string, location: string, collection: string, dataStore: string, control: string): string;
|
939
|
+
/**
|
940
|
+
* Parse the project from ProjectLocationCollectionDataStoreControl resource.
|
941
|
+
*
|
942
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
943
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
944
|
+
* @returns {string} A string representing the project.
|
945
|
+
*/
|
946
|
+
matchProjectFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
947
|
+
/**
|
948
|
+
* Parse the location from ProjectLocationCollectionDataStoreControl resource.
|
949
|
+
*
|
950
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
951
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
952
|
+
* @returns {string} A string representing the location.
|
953
|
+
*/
|
954
|
+
matchLocationFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
955
|
+
/**
|
956
|
+
* Parse the collection from ProjectLocationCollectionDataStoreControl resource.
|
957
|
+
*
|
958
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
959
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
960
|
+
* @returns {string} A string representing the collection.
|
961
|
+
*/
|
962
|
+
matchCollectionFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
963
|
+
/**
|
964
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreControl resource.
|
965
|
+
*
|
966
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
967
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
968
|
+
* @returns {string} A string representing the data_store.
|
969
|
+
*/
|
970
|
+
matchDataStoreFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
971
|
+
/**
|
972
|
+
* Parse the control from ProjectLocationCollectionDataStoreControl resource.
|
973
|
+
*
|
974
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
975
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
976
|
+
* @returns {string} A string representing the control.
|
977
|
+
*/
|
978
|
+
matchControlFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
904
979
|
/**
|
905
980
|
* Return a fully-qualified projectLocationCollectionDataStoreConversation resource name string.
|
906
981
|
*
|
@@ -952,6 +1027,48 @@ export declare class SearchServiceClient {
|
|
952
1027
|
* @returns {string} A string representing the conversation.
|
953
1028
|
*/
|
954
1029
|
matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
|
1030
|
+
/**
|
1031
|
+
* Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
|
1032
|
+
*
|
1033
|
+
* @param {string} project
|
1034
|
+
* @param {string} location
|
1035
|
+
* @param {string} collection
|
1036
|
+
* @param {string} data_store
|
1037
|
+
* @returns {string} Resource name string.
|
1038
|
+
*/
|
1039
|
+
projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
|
1040
|
+
/**
|
1041
|
+
* Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
1042
|
+
*
|
1043
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
1044
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
1045
|
+
* @returns {string} A string representing the project.
|
1046
|
+
*/
|
1047
|
+
matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
1048
|
+
/**
|
1049
|
+
* Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
1050
|
+
*
|
1051
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
1052
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
1053
|
+
* @returns {string} A string representing the location.
|
1054
|
+
*/
|
1055
|
+
matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
1056
|
+
/**
|
1057
|
+
* Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
1058
|
+
*
|
1059
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
1060
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
1061
|
+
* @returns {string} A string representing the collection.
|
1062
|
+
*/
|
1063
|
+
matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
1064
|
+
/**
|
1065
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
1066
|
+
*
|
1067
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
1068
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
1069
|
+
* @returns {string} A string representing the data_store.
|
1070
|
+
*/
|
1071
|
+
matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
955
1072
|
/**
|
956
1073
|
* Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
|
957
1074
|
*
|
@@ -1054,6 +1171,117 @@ export declare class SearchServiceClient {
|
|
1054
1171
|
* @returns {string} A string representing the serving_config.
|
1055
1172
|
*/
|
1056
1173
|
matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
1174
|
+
/**
|
1175
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
|
1176
|
+
*
|
1177
|
+
* @param {string} project
|
1178
|
+
* @param {string} location
|
1179
|
+
* @param {string} collection
|
1180
|
+
* @param {string} data_store
|
1181
|
+
* @param {string} session
|
1182
|
+
* @returns {string} Resource name string.
|
1183
|
+
*/
|
1184
|
+
projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
1185
|
+
/**
|
1186
|
+
* Parse the project from ProjectLocationCollectionDataStoreSession resource.
|
1187
|
+
*
|
1188
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1189
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1190
|
+
* @returns {string} A string representing the project.
|
1191
|
+
*/
|
1192
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1193
|
+
/**
|
1194
|
+
* Parse the location from ProjectLocationCollectionDataStoreSession resource.
|
1195
|
+
*
|
1196
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1197
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1198
|
+
* @returns {string} A string representing the location.
|
1199
|
+
*/
|
1200
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1201
|
+
/**
|
1202
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSession resource.
|
1203
|
+
*
|
1204
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1205
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1206
|
+
* @returns {string} A string representing the collection.
|
1207
|
+
*/
|
1208
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1209
|
+
/**
|
1210
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
|
1211
|
+
*
|
1212
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1213
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1214
|
+
* @returns {string} A string representing the data_store.
|
1215
|
+
*/
|
1216
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1217
|
+
/**
|
1218
|
+
* Parse the session from ProjectLocationCollectionDataStoreSession resource.
|
1219
|
+
*
|
1220
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1221
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1222
|
+
* @returns {string} A string representing the session.
|
1223
|
+
*/
|
1224
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1225
|
+
/**
|
1226
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
|
1227
|
+
*
|
1228
|
+
* @param {string} project
|
1229
|
+
* @param {string} location
|
1230
|
+
* @param {string} collection
|
1231
|
+
* @param {string} data_store
|
1232
|
+
* @param {string} session
|
1233
|
+
* @param {string} answer
|
1234
|
+
* @returns {string} Resource name string.
|
1235
|
+
*/
|
1236
|
+
projectLocationCollectionDataStoreSessionAnswerPath(project: string, location: string, collection: string, dataStore: string, session: string, answer: string): string;
|
1237
|
+
/**
|
1238
|
+
* Parse the project from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1239
|
+
*
|
1240
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1241
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1242
|
+
* @returns {string} A string representing the project.
|
1243
|
+
*/
|
1244
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1245
|
+
/**
|
1246
|
+
* Parse the location from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1247
|
+
*
|
1248
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1249
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1250
|
+
* @returns {string} A string representing the location.
|
1251
|
+
*/
|
1252
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1253
|
+
/**
|
1254
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1255
|
+
*
|
1256
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1257
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1258
|
+
* @returns {string} A string representing the collection.
|
1259
|
+
*/
|
1260
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1261
|
+
/**
|
1262
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1263
|
+
*
|
1264
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1265
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1266
|
+
* @returns {string} A string representing the data_store.
|
1267
|
+
*/
|
1268
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1269
|
+
/**
|
1270
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1271
|
+
*
|
1272
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1273
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1274
|
+
* @returns {string} A string representing the session.
|
1275
|
+
*/
|
1276
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1277
|
+
/**
|
1278
|
+
* Parse the answer from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1279
|
+
*
|
1280
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1281
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1282
|
+
* @returns {string} A string representing the answer.
|
1283
|
+
*/
|
1284
|
+
matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1057
1285
|
/**
|
1058
1286
|
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
1059
1287
|
*
|
@@ -1147,6 +1375,57 @@ export declare class SearchServiceClient {
|
|
1147
1375
|
* @returns {string} A string representing the target_site.
|
1148
1376
|
*/
|
1149
1377
|
matchTargetSiteFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1378
|
+
/**
|
1379
|
+
* Return a fully-qualified projectLocationCollectionEngineControl resource name string.
|
1380
|
+
*
|
1381
|
+
* @param {string} project
|
1382
|
+
* @param {string} location
|
1383
|
+
* @param {string} collection
|
1384
|
+
* @param {string} engine
|
1385
|
+
* @param {string} control
|
1386
|
+
* @returns {string} Resource name string.
|
1387
|
+
*/
|
1388
|
+
projectLocationCollectionEngineControlPath(project: string, location: string, collection: string, engine: string, control: string): string;
|
1389
|
+
/**
|
1390
|
+
* Parse the project from ProjectLocationCollectionEngineControl resource.
|
1391
|
+
*
|
1392
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1393
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1394
|
+
* @returns {string} A string representing the project.
|
1395
|
+
*/
|
1396
|
+
matchProjectFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1397
|
+
/**
|
1398
|
+
* Parse the location from ProjectLocationCollectionEngineControl resource.
|
1399
|
+
*
|
1400
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1401
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1402
|
+
* @returns {string} A string representing the location.
|
1403
|
+
*/
|
1404
|
+
matchLocationFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1405
|
+
/**
|
1406
|
+
* Parse the collection from ProjectLocationCollectionEngineControl resource.
|
1407
|
+
*
|
1408
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1409
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1410
|
+
* @returns {string} A string representing the collection.
|
1411
|
+
*/
|
1412
|
+
matchCollectionFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1413
|
+
/**
|
1414
|
+
* Parse the engine from ProjectLocationCollectionEngineControl resource.
|
1415
|
+
*
|
1416
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1417
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1418
|
+
* @returns {string} A string representing the engine.
|
1419
|
+
*/
|
1420
|
+
matchEngineFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1421
|
+
/**
|
1422
|
+
* Parse the control from ProjectLocationCollectionEngineControl resource.
|
1423
|
+
*
|
1424
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1425
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1426
|
+
* @returns {string} A string representing the control.
|
1427
|
+
*/
|
1428
|
+
matchControlFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1150
1429
|
/**
|
1151
1430
|
* Return a fully-qualified projectLocationCollectionEngineConversation resource name string.
|
1152
1431
|
*
|
@@ -1249,6 +1528,117 @@ export declare class SearchServiceClient {
|
|
1249
1528
|
* @returns {string} A string representing the serving_config.
|
1250
1529
|
*/
|
1251
1530
|
matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
1531
|
+
/**
|
1532
|
+
* Return a fully-qualified projectLocationCollectionEngineSession resource name string.
|
1533
|
+
*
|
1534
|
+
* @param {string} project
|
1535
|
+
* @param {string} location
|
1536
|
+
* @param {string} collection
|
1537
|
+
* @param {string} engine
|
1538
|
+
* @param {string} session
|
1539
|
+
* @returns {string} Resource name string.
|
1540
|
+
*/
|
1541
|
+
projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1542
|
+
/**
|
1543
|
+
* Parse the project from ProjectLocationCollectionEngineSession resource.
|
1544
|
+
*
|
1545
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1546
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1547
|
+
* @returns {string} A string representing the project.
|
1548
|
+
*/
|
1549
|
+
matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1550
|
+
/**
|
1551
|
+
* Parse the location from ProjectLocationCollectionEngineSession resource.
|
1552
|
+
*
|
1553
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1554
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1555
|
+
* @returns {string} A string representing the location.
|
1556
|
+
*/
|
1557
|
+
matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1558
|
+
/**
|
1559
|
+
* Parse the collection from ProjectLocationCollectionEngineSession resource.
|
1560
|
+
*
|
1561
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1562
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1563
|
+
* @returns {string} A string representing the collection.
|
1564
|
+
*/
|
1565
|
+
matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1566
|
+
/**
|
1567
|
+
* Parse the engine from ProjectLocationCollectionEngineSession resource.
|
1568
|
+
*
|
1569
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1570
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1571
|
+
* @returns {string} A string representing the engine.
|
1572
|
+
*/
|
1573
|
+
matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1574
|
+
/**
|
1575
|
+
* Parse the session from ProjectLocationCollectionEngineSession resource.
|
1576
|
+
*
|
1577
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1578
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1579
|
+
* @returns {string} A string representing the session.
|
1580
|
+
*/
|
1581
|
+
matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1582
|
+
/**
|
1583
|
+
* Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
|
1584
|
+
*
|
1585
|
+
* @param {string} project
|
1586
|
+
* @param {string} location
|
1587
|
+
* @param {string} collection
|
1588
|
+
* @param {string} engine
|
1589
|
+
* @param {string} session
|
1590
|
+
* @param {string} answer
|
1591
|
+
* @returns {string} Resource name string.
|
1592
|
+
*/
|
1593
|
+
projectLocationCollectionEngineSessionAnswerPath(project: string, location: string, collection: string, engine: string, session: string, answer: string): string;
|
1594
|
+
/**
|
1595
|
+
* Parse the project from ProjectLocationCollectionEngineSessionAnswer resource.
|
1596
|
+
*
|
1597
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1598
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1599
|
+
* @returns {string} A string representing the project.
|
1600
|
+
*/
|
1601
|
+
matchProjectFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1602
|
+
/**
|
1603
|
+
* Parse the location from ProjectLocationCollectionEngineSessionAnswer resource.
|
1604
|
+
*
|
1605
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1606
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1607
|
+
* @returns {string} A string representing the location.
|
1608
|
+
*/
|
1609
|
+
matchLocationFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1610
|
+
/**
|
1611
|
+
* Parse the collection from ProjectLocationCollectionEngineSessionAnswer resource.
|
1612
|
+
*
|
1613
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1614
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1615
|
+
* @returns {string} A string representing the collection.
|
1616
|
+
*/
|
1617
|
+
matchCollectionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1618
|
+
/**
|
1619
|
+
* Parse the engine from ProjectLocationCollectionEngineSessionAnswer resource.
|
1620
|
+
*
|
1621
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1622
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1623
|
+
* @returns {string} A string representing the engine.
|
1624
|
+
*/
|
1625
|
+
matchEngineFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1626
|
+
/**
|
1627
|
+
* Parse the session from ProjectLocationCollectionEngineSessionAnswer resource.
|
1628
|
+
*
|
1629
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1630
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1631
|
+
* @returns {string} A string representing the session.
|
1632
|
+
*/
|
1633
|
+
matchSessionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1634
|
+
/**
|
1635
|
+
* Parse the answer from ProjectLocationCollectionEngineSessionAnswer resource.
|
1636
|
+
*
|
1637
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1638
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1639
|
+
* @returns {string} A string representing the answer.
|
1640
|
+
*/
|
1641
|
+
matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1252
1642
|
/**
|
1253
1643
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
1254
1644
|
*
|
@@ -1375,6 +1765,48 @@ export declare class SearchServiceClient {
|
|
1375
1765
|
* @returns {string} A string representing the document.
|
1376
1766
|
*/
|
1377
1767
|
matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
1768
|
+
/**
|
1769
|
+
* Return a fully-qualified projectLocationDataStoreControl resource name string.
|
1770
|
+
*
|
1771
|
+
* @param {string} project
|
1772
|
+
* @param {string} location
|
1773
|
+
* @param {string} data_store
|
1774
|
+
* @param {string} control
|
1775
|
+
* @returns {string} Resource name string.
|
1776
|
+
*/
|
1777
|
+
projectLocationDataStoreControlPath(project: string, location: string, dataStore: string, control: string): string;
|
1778
|
+
/**
|
1779
|
+
* Parse the project from ProjectLocationDataStoreControl resource.
|
1780
|
+
*
|
1781
|
+
* @param {string} projectLocationDataStoreControlName
|
1782
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1783
|
+
* @returns {string} A string representing the project.
|
1784
|
+
*/
|
1785
|
+
matchProjectFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
1786
|
+
/**
|
1787
|
+
* Parse the location from ProjectLocationDataStoreControl resource.
|
1788
|
+
*
|
1789
|
+
* @param {string} projectLocationDataStoreControlName
|
1790
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1791
|
+
* @returns {string} A string representing the location.
|
1792
|
+
*/
|
1793
|
+
matchLocationFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
1794
|
+
/**
|
1795
|
+
* Parse the data_store from ProjectLocationDataStoreControl resource.
|
1796
|
+
*
|
1797
|
+
* @param {string} projectLocationDataStoreControlName
|
1798
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1799
|
+
* @returns {string} A string representing the data_store.
|
1800
|
+
*/
|
1801
|
+
matchDataStoreFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
1802
|
+
/**
|
1803
|
+
* Parse the control from ProjectLocationDataStoreControl resource.
|
1804
|
+
*
|
1805
|
+
* @param {string} projectLocationDataStoreControlName
|
1806
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1807
|
+
* @returns {string} A string representing the control.
|
1808
|
+
*/
|
1809
|
+
matchControlFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
1378
1810
|
/**
|
1379
1811
|
* Return a fully-qualified projectLocationDataStoreConversation resource name string.
|
1380
1812
|
*
|
@@ -1417,6 +1849,39 @@ export declare class SearchServiceClient {
|
|
1417
1849
|
* @returns {string} A string representing the conversation.
|
1418
1850
|
*/
|
1419
1851
|
matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
|
1852
|
+
/**
|
1853
|
+
* Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
|
1854
|
+
*
|
1855
|
+
* @param {string} project
|
1856
|
+
* @param {string} location
|
1857
|
+
* @param {string} data_store
|
1858
|
+
* @returns {string} Resource name string.
|
1859
|
+
*/
|
1860
|
+
projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
|
1861
|
+
/**
|
1862
|
+
* Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
|
1863
|
+
*
|
1864
|
+
* @param {string} projectLocationDataStoreDocumentProcessingConfigName
|
1865
|
+
* A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
|
1866
|
+
* @returns {string} A string representing the project.
|
1867
|
+
*/
|
1868
|
+
matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
|
1869
|
+
/**
|
1870
|
+
* Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
|
1871
|
+
*
|
1872
|
+
* @param {string} projectLocationDataStoreDocumentProcessingConfigName
|
1873
|
+
* A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
|
1874
|
+
* @returns {string} A string representing the location.
|
1875
|
+
*/
|
1876
|
+
matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
|
1877
|
+
/**
|
1878
|
+
* Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
|
1879
|
+
*
|
1880
|
+
* @param {string} projectLocationDataStoreDocumentProcessingConfigName
|
1881
|
+
* A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
|
1882
|
+
* @returns {string} A string representing the data_store.
|
1883
|
+
*/
|
1884
|
+
matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
|
1420
1885
|
/**
|
1421
1886
|
* Return a fully-qualified projectLocationDataStoreSchema resource name string.
|
1422
1887
|
*
|
@@ -1501,6 +1966,99 @@ export declare class SearchServiceClient {
|
|
1501
1966
|
* @returns {string} A string representing the serving_config.
|
1502
1967
|
*/
|
1503
1968
|
matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
1969
|
+
/**
|
1970
|
+
* Return a fully-qualified projectLocationDataStoreSession resource name string.
|
1971
|
+
*
|
1972
|
+
* @param {string} project
|
1973
|
+
* @param {string} location
|
1974
|
+
* @param {string} data_store
|
1975
|
+
* @param {string} session
|
1976
|
+
* @returns {string} Resource name string.
|
1977
|
+
*/
|
1978
|
+
projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
|
1979
|
+
/**
|
1980
|
+
* Parse the project from ProjectLocationDataStoreSession resource.
|
1981
|
+
*
|
1982
|
+
* @param {string} projectLocationDataStoreSessionName
|
1983
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1984
|
+
* @returns {string} A string representing the project.
|
1985
|
+
*/
|
1986
|
+
matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1987
|
+
/**
|
1988
|
+
* Parse the location from ProjectLocationDataStoreSession resource.
|
1989
|
+
*
|
1990
|
+
* @param {string} projectLocationDataStoreSessionName
|
1991
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1992
|
+
* @returns {string} A string representing the location.
|
1993
|
+
*/
|
1994
|
+
matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1995
|
+
/**
|
1996
|
+
* Parse the data_store from ProjectLocationDataStoreSession resource.
|
1997
|
+
*
|
1998
|
+
* @param {string} projectLocationDataStoreSessionName
|
1999
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
2000
|
+
* @returns {string} A string representing the data_store.
|
2001
|
+
*/
|
2002
|
+
matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
2003
|
+
/**
|
2004
|
+
* Parse the session from ProjectLocationDataStoreSession resource.
|
2005
|
+
*
|
2006
|
+
* @param {string} projectLocationDataStoreSessionName
|
2007
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
2008
|
+
* @returns {string} A string representing the session.
|
2009
|
+
*/
|
2010
|
+
matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
2011
|
+
/**
|
2012
|
+
* Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
|
2013
|
+
*
|
2014
|
+
* @param {string} project
|
2015
|
+
* @param {string} location
|
2016
|
+
* @param {string} data_store
|
2017
|
+
* @param {string} session
|
2018
|
+
* @param {string} answer
|
2019
|
+
* @returns {string} Resource name string.
|
2020
|
+
*/
|
2021
|
+
projectLocationDataStoreSessionAnswerPath(project: string, location: string, dataStore: string, session: string, answer: string): string;
|
2022
|
+
/**
|
2023
|
+
* Parse the project from ProjectLocationDataStoreSessionAnswer resource.
|
2024
|
+
*
|
2025
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
2026
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
2027
|
+
* @returns {string} A string representing the project.
|
2028
|
+
*/
|
2029
|
+
matchProjectFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
2030
|
+
/**
|
2031
|
+
* Parse the location from ProjectLocationDataStoreSessionAnswer resource.
|
2032
|
+
*
|
2033
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
2034
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
2035
|
+
* @returns {string} A string representing the location.
|
2036
|
+
*/
|
2037
|
+
matchLocationFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
2038
|
+
/**
|
2039
|
+
* Parse the data_store from ProjectLocationDataStoreSessionAnswer resource.
|
2040
|
+
*
|
2041
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
2042
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
2043
|
+
* @returns {string} A string representing the data_store.
|
2044
|
+
*/
|
2045
|
+
matchDataStoreFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
2046
|
+
/**
|
2047
|
+
* Parse the session from ProjectLocationDataStoreSessionAnswer resource.
|
2048
|
+
*
|
2049
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
2050
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
2051
|
+
* @returns {string} A string representing the session.
|
2052
|
+
*/
|
2053
|
+
matchSessionFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
2054
|
+
/**
|
2055
|
+
* Parse the answer from ProjectLocationDataStoreSessionAnswer resource.
|
2056
|
+
*
|
2057
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
2058
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
2059
|
+
* @returns {string} A string representing the answer.
|
2060
|
+
*/
|
2061
|
+
matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1504
2062
|
/**
|
1505
2063
|
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
1506
2064
|
*
|