@google-cloud/discoveryengine 1.3.1 → 1.4.1
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 +14 -0
- package/README.md +64 -0
- package/build/protos/google/cloud/discoveryengine/v1/common.proto +54 -3
- package/build/protos/google/cloud/discoveryengine/v1/completion.proto +52 -0
- package/build/protos/google/cloud/discoveryengine/v1/completion_service.proto +51 -4
- package/build/protos/google/cloud/discoveryengine/v1/conversation.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +40 -1
- package/build/protos/google/cloud/discoveryengine/v1/data_store.proto +98 -0
- package/build/protos/google/cloud/discoveryengine/v1/data_store_service.proto +304 -0
- package/build/protos/google/cloud/discoveryengine/v1/document.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/engine.proto +215 -0
- package/build/protos/google/cloud/discoveryengine/v1/engine_service.proto +242 -0
- package/build/protos/google/cloud/discoveryengine/v1/import_config.proto +64 -0
- package/build/protos/google/cloud/discoveryengine/v1/purge_config.proto +38 -0
- package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +137 -4
- package/build/protos/google/cloud/discoveryengine/v1/site_search_engine.proto +170 -0
- package/build/protos/google/cloud/discoveryengine/v1/site_search_engine_service.proto +691 -0
- package/build/protos/google/cloud/discoveryengine/v1/user_event.proto +3 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/acl_config.proto +49 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/acl_config_service.proto +79 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/chunk.proto +72 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/chunk_service.proto +137 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +77 -4
- package/build/protos/google/cloud/discoveryengine/v1alpha/completion.proto +52 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/completion_service.proto +44 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +6 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/data_store.proto +44 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/data_store_service.proto +80 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/document.proto +83 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/document_processing_config.proto +127 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/document_service.proto +6 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/engine.proto +13 -8
- package/build/protos/google/cloud/discoveryengine/v1alpha/engine_service.proto +3 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/estimate_billing_service.proto +130 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/import_config.proto +64 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/purge_config.proto +66 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/recommendation_service.proto +3 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/schema.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +74 -13
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_tuning_service.proto +24 -20
- package/build/protos/google/cloud/discoveryengine/v1alpha/serving_config.proto +271 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/serving_config_service.proto +147 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine.proto +9 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine_service.proto +7 -4
- package/build/protos/google/cloud/discoveryengine/v1alpha/user_event.proto +4 -3
- package/build/protos/google/cloud/discoveryengine/v1beta/common.proto +59 -8
- package/build/protos/google/cloud/discoveryengine/v1beta/completion.proto +52 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/completion_service.proto +51 -4
- package/build/protos/google/cloud/discoveryengine/v1beta/conversation.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +45 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/data_store.proto +120 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/data_store_service.proto +306 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/document.proto +10 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/document_processing_config.proto +94 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/engine.proto +220 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/engine_service.proto +244 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/import_config.proto +64 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/purge_config.proto +41 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/recommendation_service.proto +26 -3
- package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +169 -15
- package/build/protos/google/cloud/discoveryengine/v1beta/search_tuning_service.proto +151 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/serving_config.proto +265 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/serving_config_service.proto +148 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/site_search_engine.proto +170 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/site_search_engine_service.proto +695 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event.proto +4 -3
- package/build/protos/protos.d.ts +48530 -23682
- package/build/protos/protos.js +122429 -63306
- package/build/protos/protos.json +13438 -7286
- package/build/src/index.d.ts +10 -1
- package/build/src/index.js +10 -1
- package/build/src/v1/completion_service_client.d.ts +489 -7
- package/build/src/v1/completion_service_client.js +715 -11
- package/build/src/v1/completion_service_client_config.json +10 -0
- package/build/src/v1/conversational_search_service_client.d.ts +341 -3
- package/build/src/v1/conversational_search_service_client.js +466 -9
- package/build/src/v1/data_store_service_client.d.ts +1286 -0
- package/build/src/v1/data_store_service_client.js +1768 -0
- package/build/src/v1/data_store_service_client_config.json +46 -0
- package/build/src/v1/document_service_client.d.ts +347 -2
- package/build/src/v1/document_service_client.js +506 -9
- package/build/src/v1/engine_service_client.d.ts +1211 -0
- package/build/src/v1/engine_service_client.js +1731 -0
- package/build/src/v1/engine_service_client_config.json +46 -0
- package/build/src/v1/index.d.ts +3 -0
- package/build/src/v1/index.js +7 -1
- package/build/src/v1/schema_service_client.d.ts +272 -2
- package/build/src/v1/schema_service_client.js +402 -9
- package/build/src/v1/search_service_client.d.ts +515 -11
- package/build/src/v1/search_service_client.js +648 -15
- package/build/src/v1/site_search_engine_service_client.d.ts +1564 -0
- package/build/src/v1/site_search_engine_service_client.js +2075 -0
- package/build/src/v1/site_search_engine_service_client_config.json +74 -0
- package/build/src/v1/user_event_service_client.d.ts +272 -2
- package/build/src/v1/user_event_service_client.js +402 -9
- package/build/src/v1alpha/acl_config_service_client.d.ts +1233 -0
- package/build/src/v1alpha/acl_config_service_client.js +1765 -0
- package/build/src/v1alpha/acl_config_service_client_config.json +34 -0
- package/build/src/v1alpha/chunk_service_client.d.ts +1350 -0
- package/build/src/v1alpha/chunk_service_client.js +1886 -0
- package/build/src/v1alpha/chunk_service_client_config.json +34 -0
- package/build/src/v1alpha/completion_service_client.d.ts +599 -5
- package/build/src/v1alpha/completion_service_client.js +868 -12
- package/build/src/v1alpha/completion_service_client_config.json +10 -0
- package/build/src/v1alpha/conversational_search_service_client.d.ts +244 -3
- package/build/src/v1alpha/conversational_search_service_client.js +353 -10
- package/build/src/v1alpha/data_store_service_client.d.ts +462 -5
- package/build/src/v1alpha/data_store_service_client.js +599 -12
- package/build/src/v1alpha/data_store_service_client_config.json +8 -0
- package/build/src/v1alpha/document_service_client.d.ts +393 -2
- package/build/src/v1alpha/document_service_client.js +551 -10
- package/build/src/v1alpha/engine_service_client.d.ts +386 -4
- package/build/src/v1alpha/engine_service_client.js +551 -10
- package/build/src/v1alpha/estimate_billing_service_client.d.ts +1367 -0
- package/build/src/v1alpha/estimate_billing_service_client.js +2028 -0
- package/build/src/v1alpha/estimate_billing_service_client_config.json +30 -0
- package/build/src/v1alpha/index.d.ts +4 -0
- package/build/src/v1alpha/index.js +10 -2
- package/build/src/v1alpha/recommendation_service_client.d.ts +242 -3
- package/build/src/v1alpha/recommendation_service_client.js +353 -10
- package/build/src/v1alpha/schema_service_client.d.ts +383 -2
- package/build/src/v1alpha/schema_service_client.js +551 -10
- package/build/src/v1alpha/search_service_client.d.ts +269 -17
- package/build/src/v1alpha/search_service_client.js +373 -20
- package/build/src/v1alpha/search_tuning_service_client.d.ts +384 -3
- package/build/src/v1alpha/search_tuning_service_client.js +551 -10
- package/build/src/v1alpha/serving_config_service_client.d.ts +1369 -0
- package/build/src/v1alpha/serving_config_service_client.js +1935 -0
- package/build/src/v1alpha/serving_config_service_client_config.json +38 -0
- package/build/src/v1alpha/site_search_engine_service_client.d.ts +383 -2
- package/build/src/v1alpha/site_search_engine_service_client.js +551 -10
- package/build/src/v1alpha/user_event_service_client.d.ts +383 -2
- package/build/src/v1alpha/user_event_service_client.js +551 -10
- package/build/src/v1beta/completion_service_client.d.ts +708 -7
- package/build/src/v1beta/completion_service_client.js +1015 -11
- package/build/src/v1beta/completion_service_client_config.json +10 -0
- package/build/src/v1beta/conversational_search_service_client.d.ts +420 -3
- package/build/src/v1beta/conversational_search_service_client.js +570 -9
- package/build/src/v1beta/data_store_service_client.d.ts +1508 -0
- package/build/src/v1beta/data_store_service_client.js +2070 -0
- package/build/src/v1beta/data_store_service_client_config.json +46 -0
- package/build/src/v1beta/document_service_client.d.ts +566 -2
- package/build/src/v1beta/document_service_client.js +810 -11
- package/build/src/v1beta/engine_service_client.d.ts +1432 -0
- package/build/src/v1beta/engine_service_client.js +2032 -0
- package/build/src/v1beta/engine_service_client_config.json +46 -0
- package/build/src/v1beta/index.d.ts +5 -0
- package/build/src/v1beta/index.js +11 -1
- package/build/src/v1beta/recommendation_service_client.d.ts +495 -5
- package/build/src/v1beta/recommendation_service_client.js +674 -9
- package/build/src/v1beta/schema_service_client.d.ts +491 -2
- package/build/src/v1beta/schema_service_client.js +706 -11
- package/build/src/v1beta/search_service_client.d.ts +620 -29
- package/build/src/v1beta/search_service_client.js +772 -27
- package/build/src/v1beta/search_tuning_service_client.d.ts +1196 -0
- package/build/src/v1beta/search_tuning_service_client.js +1781 -0
- package/build/src/v1beta/search_tuning_service_client_config.json +30 -0
- package/build/src/v1beta/serving_config_service_client.d.ts +1217 -0
- package/build/src/v1beta/serving_config_service_client.js +1724 -0
- package/build/src/v1beta/serving_config_service_client_config.json +38 -0
- package/build/src/v1beta/site_search_engine_service_client.d.ts +1787 -0
- package/build/src/v1beta/site_search_engine_service_client.js +2375 -0
- package/build/src/v1beta/site_search_engine_service_client_config.json +74 -0
- package/build/src/v1beta/user_event_service_client.d.ts +491 -2
- package/build/src/v1beta/user_event_service_client.js +706 -11
- package/package.json +3 -3
|
@@ -16,6 +16,8 @@ export declare class SearchServiceClient {
|
|
|
16
16
|
private _gaxGrpc;
|
|
17
17
|
private _protos;
|
|
18
18
|
private _defaults;
|
|
19
|
+
private _universeDomain;
|
|
20
|
+
private _servicePath;
|
|
19
21
|
auth: gax.GoogleAuth;
|
|
20
22
|
descriptors: Descriptors;
|
|
21
23
|
warn: (code: string, message: string, warnType?: string) => void;
|
|
@@ -85,15 +87,22 @@ export declare class SearchServiceClient {
|
|
|
85
87
|
}>;
|
|
86
88
|
/**
|
|
87
89
|
* The DNS address for this API service.
|
|
90
|
+
* @deprecated Use the apiEndpoint method of the client instance.
|
|
88
91
|
* @returns {string} The DNS address for this service.
|
|
89
92
|
*/
|
|
90
93
|
static get servicePath(): string;
|
|
91
94
|
/**
|
|
92
|
-
* The DNS address for this API service - same as servicePath
|
|
93
|
-
*
|
|
95
|
+
* The DNS address for this API service - same as servicePath.
|
|
96
|
+
* @deprecated Use the apiEndpoint method of the client instance.
|
|
94
97
|
* @returns {string} The DNS address for this service.
|
|
95
98
|
*/
|
|
96
99
|
static get apiEndpoint(): string;
|
|
100
|
+
/**
|
|
101
|
+
* The DNS address for this API service.
|
|
102
|
+
* @returns {string} The DNS address for this service.
|
|
103
|
+
*/
|
|
104
|
+
get apiEndpoint(): string;
|
|
105
|
+
get universeDomain(): string;
|
|
97
106
|
/**
|
|
98
107
|
* The port for this API service.
|
|
99
108
|
* @returns {number} The default port for this service.
|
|
@@ -154,6 +163,8 @@ export declare class SearchServiceClient {
|
|
|
154
163
|
* is unset.
|
|
155
164
|
*
|
|
156
165
|
* If this field is negative, an `INVALID_ARGUMENT` is returned.
|
|
166
|
+
* @param {number[]} request.dataStoreSpecs
|
|
167
|
+
* A list of data store specs to apply on a search call.
|
|
157
168
|
* @param {string} request.filter
|
|
158
169
|
* The filter syntax consists of an expression language for constructing a
|
|
159
170
|
* predicate from one or more fields of the documents being filtered. Filter
|
|
@@ -249,12 +260,13 @@ export declare class SearchServiceClient {
|
|
|
249
260
|
* @param {google.cloud.discoveryengine.v1alpha.SearchRequest.EmbeddingSpec} request.embeddingSpec
|
|
250
261
|
* Uses the provided embedding to do additional semantic document retrieval.
|
|
251
262
|
* The retrieval is based on the dot product of
|
|
252
|
-
* {@link protos
|
|
253
|
-
* embedding that is provided in
|
|
254
|
-
* {@link protos
|
|
263
|
+
* {@link protos.google.cloud.discoveryengine.v1alpha.SearchRequest.EmbeddingSpec.EmbeddingVector.vector|SearchRequest.EmbeddingSpec.EmbeddingVector.vector}
|
|
264
|
+
* and the document embedding that is provided in
|
|
265
|
+
* {@link protos.google.cloud.discoveryengine.v1alpha.SearchRequest.EmbeddingSpec.EmbeddingVector.field_path|SearchRequest.EmbeddingSpec.EmbeddingVector.field_path}.
|
|
255
266
|
*
|
|
256
|
-
* If
|
|
257
|
-
*
|
|
267
|
+
* If
|
|
268
|
+
* {@link protos.google.cloud.discoveryengine.v1alpha.SearchRequest.EmbeddingSpec.EmbeddingVector.field_path|SearchRequest.EmbeddingSpec.EmbeddingVector.field_path}
|
|
269
|
+
* is not provided, it will use {@link protos.|ServingConfig.EmbeddingConfig.field_path}.
|
|
258
270
|
* @param {string} request.rankingExpression
|
|
259
271
|
* The ranking expression controls the customized ranking on retrieval
|
|
260
272
|
* documents. This overrides
|
|
@@ -297,6 +309,8 @@ export declare class SearchServiceClient {
|
|
|
297
309
|
* See [Google Cloud
|
|
298
310
|
* Document](https://cloud.google.com/resource-manager/docs/creating-managing-labels#requirements)
|
|
299
311
|
* for more details.
|
|
312
|
+
* @param {google.cloud.discoveryengine.v1alpha.CustomFineTuningSpec} request.customFineTuningSpec
|
|
313
|
+
* Custom fine tuning configs.
|
|
300
314
|
* @param {object} [options]
|
|
301
315
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
302
316
|
* @returns {Promise} - The promise which resolves to an array.
|
|
@@ -362,6 +376,8 @@ export declare class SearchServiceClient {
|
|
|
362
376
|
* is unset.
|
|
363
377
|
*
|
|
364
378
|
* If this field is negative, an `INVALID_ARGUMENT` is returned.
|
|
379
|
+
* @param {number[]} request.dataStoreSpecs
|
|
380
|
+
* A list of data store specs to apply on a search call.
|
|
365
381
|
* @param {string} request.filter
|
|
366
382
|
* The filter syntax consists of an expression language for constructing a
|
|
367
383
|
* predicate from one or more fields of the documents being filtered. Filter
|
|
@@ -457,12 +473,13 @@ export declare class SearchServiceClient {
|
|
|
457
473
|
* @param {google.cloud.discoveryengine.v1alpha.SearchRequest.EmbeddingSpec} request.embeddingSpec
|
|
458
474
|
* Uses the provided embedding to do additional semantic document retrieval.
|
|
459
475
|
* The retrieval is based on the dot product of
|
|
460
|
-
* {@link protos
|
|
461
|
-
* embedding that is provided in
|
|
462
|
-
* {@link protos
|
|
476
|
+
* {@link protos.google.cloud.discoveryengine.v1alpha.SearchRequest.EmbeddingSpec.EmbeddingVector.vector|SearchRequest.EmbeddingSpec.EmbeddingVector.vector}
|
|
477
|
+
* and the document embedding that is provided in
|
|
478
|
+
* {@link protos.google.cloud.discoveryengine.v1alpha.SearchRequest.EmbeddingSpec.EmbeddingVector.field_path|SearchRequest.EmbeddingSpec.EmbeddingVector.field_path}.
|
|
463
479
|
*
|
|
464
|
-
* If
|
|
465
|
-
*
|
|
480
|
+
* If
|
|
481
|
+
* {@link protos.google.cloud.discoveryengine.v1alpha.SearchRequest.EmbeddingSpec.EmbeddingVector.field_path|SearchRequest.EmbeddingSpec.EmbeddingVector.field_path}
|
|
482
|
+
* is not provided, it will use {@link protos.|ServingConfig.EmbeddingConfig.field_path}.
|
|
466
483
|
* @param {string} request.rankingExpression
|
|
467
484
|
* The ranking expression controls the customized ranking on retrieval
|
|
468
485
|
* documents. This overrides
|
|
@@ -505,6 +522,8 @@ export declare class SearchServiceClient {
|
|
|
505
522
|
* See [Google Cloud
|
|
506
523
|
* Document](https://cloud.google.com/resource-manager/docs/creating-managing-labels#requirements)
|
|
507
524
|
* for more details.
|
|
525
|
+
* @param {google.cloud.discoveryengine.v1alpha.CustomFineTuningSpec} request.customFineTuningSpec
|
|
526
|
+
* Custom fine tuning configs.
|
|
508
527
|
* @param {object} [options]
|
|
509
528
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
510
529
|
* @returns {Stream}
|
|
@@ -565,6 +584,8 @@ export declare class SearchServiceClient {
|
|
|
565
584
|
* is unset.
|
|
566
585
|
*
|
|
567
586
|
* If this field is negative, an `INVALID_ARGUMENT` is returned.
|
|
587
|
+
* @param {number[]} request.dataStoreSpecs
|
|
588
|
+
* A list of data store specs to apply on a search call.
|
|
568
589
|
* @param {string} request.filter
|
|
569
590
|
* The filter syntax consists of an expression language for constructing a
|
|
570
591
|
* predicate from one or more fields of the documents being filtered. Filter
|
|
@@ -660,12 +681,13 @@ export declare class SearchServiceClient {
|
|
|
660
681
|
* @param {google.cloud.discoveryengine.v1alpha.SearchRequest.EmbeddingSpec} request.embeddingSpec
|
|
661
682
|
* Uses the provided embedding to do additional semantic document retrieval.
|
|
662
683
|
* The retrieval is based on the dot product of
|
|
663
|
-
* {@link protos
|
|
664
|
-
* embedding that is provided in
|
|
665
|
-
* {@link protos
|
|
684
|
+
* {@link protos.google.cloud.discoveryengine.v1alpha.SearchRequest.EmbeddingSpec.EmbeddingVector.vector|SearchRequest.EmbeddingSpec.EmbeddingVector.vector}
|
|
685
|
+
* and the document embedding that is provided in
|
|
686
|
+
* {@link protos.google.cloud.discoveryengine.v1alpha.SearchRequest.EmbeddingSpec.EmbeddingVector.field_path|SearchRequest.EmbeddingSpec.EmbeddingVector.field_path}.
|
|
666
687
|
*
|
|
667
|
-
* If
|
|
668
|
-
*
|
|
688
|
+
* If
|
|
689
|
+
* {@link protos.google.cloud.discoveryengine.v1alpha.SearchRequest.EmbeddingSpec.EmbeddingVector.field_path|SearchRequest.EmbeddingSpec.EmbeddingVector.field_path}
|
|
690
|
+
* is not provided, it will use {@link protos.|ServingConfig.EmbeddingConfig.field_path}.
|
|
669
691
|
* @param {string} request.rankingExpression
|
|
670
692
|
* The ranking expression controls the customized ranking on retrieval
|
|
671
693
|
* documents. This overrides
|
|
@@ -708,6 +730,8 @@ export declare class SearchServiceClient {
|
|
|
708
730
|
* See [Google Cloud
|
|
709
731
|
* Document](https://cloud.google.com/resource-manager/docs/creating-managing-labels#requirements)
|
|
710
732
|
* for more details.
|
|
733
|
+
* @param {google.cloud.discoveryengine.v1alpha.CustomFineTuningSpec} request.customFineTuningSpec
|
|
734
|
+
* Custom fine tuning configs.
|
|
711
735
|
* @param {object} [options]
|
|
712
736
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
713
737
|
* @returns {Object}
|
|
@@ -772,6 +796,30 @@ export declare class SearchServiceClient {
|
|
|
772
796
|
* ```
|
|
773
797
|
*/
|
|
774
798
|
listLocationsAsync(request: LocationProtos.google.cloud.location.IListLocationsRequest, options?: CallOptions): AsyncIterable<LocationProtos.google.cloud.location.ILocation>;
|
|
799
|
+
/**
|
|
800
|
+
* Return a fully-qualified aclConfig resource name string.
|
|
801
|
+
*
|
|
802
|
+
* @param {string} project
|
|
803
|
+
* @param {string} location
|
|
804
|
+
* @returns {string} Resource name string.
|
|
805
|
+
*/
|
|
806
|
+
aclConfigPath(project: string, location: string): string;
|
|
807
|
+
/**
|
|
808
|
+
* Parse the project from AclConfig resource.
|
|
809
|
+
*
|
|
810
|
+
* @param {string} aclConfigName
|
|
811
|
+
* A fully-qualified path representing AclConfig resource.
|
|
812
|
+
* @returns {string} A string representing the project.
|
|
813
|
+
*/
|
|
814
|
+
matchProjectFromAclConfigName(aclConfigName: string): string | number;
|
|
815
|
+
/**
|
|
816
|
+
* Parse the location from AclConfig resource.
|
|
817
|
+
*
|
|
818
|
+
* @param {string} aclConfigName
|
|
819
|
+
* A fully-qualified path representing AclConfig resource.
|
|
820
|
+
* @returns {string} A string representing the location.
|
|
821
|
+
*/
|
|
822
|
+
matchLocationFromAclConfigName(aclConfigName: string): string | number;
|
|
775
823
|
/**
|
|
776
824
|
* Return a fully-qualified engine resource name string.
|
|
777
825
|
*
|
|
@@ -967,6 +1015,75 @@ export declare class SearchServiceClient {
|
|
|
967
1015
|
* @returns {string} A string representing the document.
|
|
968
1016
|
*/
|
|
969
1017
|
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
|
1018
|
+
/**
|
|
1019
|
+
* Return a fully-qualified projectLocationCollectionDataStoreBranchDocumentChunk resource name string.
|
|
1020
|
+
*
|
|
1021
|
+
* @param {string} project
|
|
1022
|
+
* @param {string} location
|
|
1023
|
+
* @param {string} collection
|
|
1024
|
+
* @param {string} data_store
|
|
1025
|
+
* @param {string} branch
|
|
1026
|
+
* @param {string} document
|
|
1027
|
+
* @param {string} chunk
|
|
1028
|
+
* @returns {string} Resource name string.
|
|
1029
|
+
*/
|
|
1030
|
+
projectLocationCollectionDataStoreBranchDocumentChunkPath(project: string, location: string, collection: string, dataStore: string, branch: string, document: string, chunk: string): string;
|
|
1031
|
+
/**
|
|
1032
|
+
* Parse the project from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
|
1033
|
+
*
|
|
1034
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
|
1035
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
|
1036
|
+
* @returns {string} A string representing the project.
|
|
1037
|
+
*/
|
|
1038
|
+
matchProjectFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
|
1039
|
+
/**
|
|
1040
|
+
* Parse the location from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
|
1041
|
+
*
|
|
1042
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
|
1043
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
|
1044
|
+
* @returns {string} A string representing the location.
|
|
1045
|
+
*/
|
|
1046
|
+
matchLocationFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
|
1047
|
+
/**
|
|
1048
|
+
* Parse the collection from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
|
1049
|
+
*
|
|
1050
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
|
1051
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
|
1052
|
+
* @returns {string} A string representing the collection.
|
|
1053
|
+
*/
|
|
1054
|
+
matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
|
1055
|
+
/**
|
|
1056
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
|
1057
|
+
*
|
|
1058
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
|
1059
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
|
1060
|
+
* @returns {string} A string representing the data_store.
|
|
1061
|
+
*/
|
|
1062
|
+
matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
|
1063
|
+
/**
|
|
1064
|
+
* Parse the branch from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
|
1065
|
+
*
|
|
1066
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
|
1067
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
|
1068
|
+
* @returns {string} A string representing the branch.
|
|
1069
|
+
*/
|
|
1070
|
+
matchBranchFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
|
1071
|
+
/**
|
|
1072
|
+
* Parse the document from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
|
1073
|
+
*
|
|
1074
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
|
1075
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
|
1076
|
+
* @returns {string} A string representing the document.
|
|
1077
|
+
*/
|
|
1078
|
+
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
|
1079
|
+
/**
|
|
1080
|
+
* Parse the chunk from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
|
1081
|
+
*
|
|
1082
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
|
1083
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
|
1084
|
+
* @returns {string} A string representing the chunk.
|
|
1085
|
+
*/
|
|
1086
|
+
matchChunkFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
|
970
1087
|
/**
|
|
971
1088
|
* Return a fully-qualified projectLocationCollectionDataStoreConversation resource name string.
|
|
972
1089
|
*
|
|
@@ -1018,6 +1135,48 @@ export declare class SearchServiceClient {
|
|
|
1018
1135
|
* @returns {string} A string representing the conversation.
|
|
1019
1136
|
*/
|
|
1020
1137
|
matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
|
|
1138
|
+
/**
|
|
1139
|
+
* Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
|
|
1140
|
+
*
|
|
1141
|
+
* @param {string} project
|
|
1142
|
+
* @param {string} location
|
|
1143
|
+
* @param {string} collection
|
|
1144
|
+
* @param {string} data_store
|
|
1145
|
+
* @returns {string} Resource name string.
|
|
1146
|
+
*/
|
|
1147
|
+
projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
|
|
1148
|
+
/**
|
|
1149
|
+
* Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
|
1150
|
+
*
|
|
1151
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
|
1152
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
|
1153
|
+
* @returns {string} A string representing the project.
|
|
1154
|
+
*/
|
|
1155
|
+
matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
|
1156
|
+
/**
|
|
1157
|
+
* Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
|
1158
|
+
*
|
|
1159
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
|
1160
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
|
1161
|
+
* @returns {string} A string representing the location.
|
|
1162
|
+
*/
|
|
1163
|
+
matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
|
1164
|
+
/**
|
|
1165
|
+
* Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
|
1166
|
+
*
|
|
1167
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
|
1168
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
|
1169
|
+
* @returns {string} A string representing the collection.
|
|
1170
|
+
*/
|
|
1171
|
+
matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
|
1172
|
+
/**
|
|
1173
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
|
1174
|
+
*
|
|
1175
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
|
1176
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
|
1177
|
+
* @returns {string} A string representing the data_store.
|
|
1178
|
+
*/
|
|
1179
|
+
matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
|
1021
1180
|
/**
|
|
1022
1181
|
* Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
|
|
1023
1182
|
*
|
|
@@ -1441,6 +1600,66 @@ export declare class SearchServiceClient {
|
|
|
1441
1600
|
* @returns {string} A string representing the document.
|
|
1442
1601
|
*/
|
|
1443
1602
|
matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
|
1603
|
+
/**
|
|
1604
|
+
* Return a fully-qualified projectLocationDataStoreBranchDocumentChunk resource name string.
|
|
1605
|
+
*
|
|
1606
|
+
* @param {string} project
|
|
1607
|
+
* @param {string} location
|
|
1608
|
+
* @param {string} data_store
|
|
1609
|
+
* @param {string} branch
|
|
1610
|
+
* @param {string} document
|
|
1611
|
+
* @param {string} chunk
|
|
1612
|
+
* @returns {string} Resource name string.
|
|
1613
|
+
*/
|
|
1614
|
+
projectLocationDataStoreBranchDocumentChunkPath(project: string, location: string, dataStore: string, branch: string, document: string, chunk: string): string;
|
|
1615
|
+
/**
|
|
1616
|
+
* Parse the project from ProjectLocationDataStoreBranchDocumentChunk resource.
|
|
1617
|
+
*
|
|
1618
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
|
1619
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
|
1620
|
+
* @returns {string} A string representing the project.
|
|
1621
|
+
*/
|
|
1622
|
+
matchProjectFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
|
1623
|
+
/**
|
|
1624
|
+
* Parse the location from ProjectLocationDataStoreBranchDocumentChunk resource.
|
|
1625
|
+
*
|
|
1626
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
|
1627
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
|
1628
|
+
* @returns {string} A string representing the location.
|
|
1629
|
+
*/
|
|
1630
|
+
matchLocationFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
|
1631
|
+
/**
|
|
1632
|
+
* Parse the data_store from ProjectLocationDataStoreBranchDocumentChunk resource.
|
|
1633
|
+
*
|
|
1634
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
|
1635
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
|
1636
|
+
* @returns {string} A string representing the data_store.
|
|
1637
|
+
*/
|
|
1638
|
+
matchDataStoreFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
|
1639
|
+
/**
|
|
1640
|
+
* Parse the branch from ProjectLocationDataStoreBranchDocumentChunk resource.
|
|
1641
|
+
*
|
|
1642
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
|
1643
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
|
1644
|
+
* @returns {string} A string representing the branch.
|
|
1645
|
+
*/
|
|
1646
|
+
matchBranchFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
|
1647
|
+
/**
|
|
1648
|
+
* Parse the document from ProjectLocationDataStoreBranchDocumentChunk resource.
|
|
1649
|
+
*
|
|
1650
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
|
1651
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
|
1652
|
+
* @returns {string} A string representing the document.
|
|
1653
|
+
*/
|
|
1654
|
+
matchDocumentFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
|
1655
|
+
/**
|
|
1656
|
+
* Parse the chunk from ProjectLocationDataStoreBranchDocumentChunk resource.
|
|
1657
|
+
*
|
|
1658
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
|
1659
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
|
1660
|
+
* @returns {string} A string representing the chunk.
|
|
1661
|
+
*/
|
|
1662
|
+
matchChunkFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
|
1444
1663
|
/**
|
|
1445
1664
|
* Return a fully-qualified projectLocationDataStoreConversation resource name string.
|
|
1446
1665
|
*
|
|
@@ -1483,6 +1702,39 @@ export declare class SearchServiceClient {
|
|
|
1483
1702
|
* @returns {string} A string representing the conversation.
|
|
1484
1703
|
*/
|
|
1485
1704
|
matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
|
|
1705
|
+
/**
|
|
1706
|
+
* Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
|
|
1707
|
+
*
|
|
1708
|
+
* @param {string} project
|
|
1709
|
+
* @param {string} location
|
|
1710
|
+
* @param {string} data_store
|
|
1711
|
+
* @returns {string} Resource name string.
|
|
1712
|
+
*/
|
|
1713
|
+
projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
|
|
1714
|
+
/**
|
|
1715
|
+
* Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
|
|
1716
|
+
*
|
|
1717
|
+
* @param {string} projectLocationDataStoreDocumentProcessingConfigName
|
|
1718
|
+
* A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
|
|
1719
|
+
* @returns {string} A string representing the project.
|
|
1720
|
+
*/
|
|
1721
|
+
matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
|
|
1722
|
+
/**
|
|
1723
|
+
* Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
|
|
1724
|
+
*
|
|
1725
|
+
* @param {string} projectLocationDataStoreDocumentProcessingConfigName
|
|
1726
|
+
* A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
|
|
1727
|
+
* @returns {string} A string representing the location.
|
|
1728
|
+
*/
|
|
1729
|
+
matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
|
|
1730
|
+
/**
|
|
1731
|
+
* Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
|
|
1732
|
+
*
|
|
1733
|
+
* @param {string} projectLocationDataStoreDocumentProcessingConfigName
|
|
1734
|
+
* A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
|
|
1735
|
+
* @returns {string} A string representing the data_store.
|
|
1736
|
+
*/
|
|
1737
|
+
matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
|
|
1486
1738
|
/**
|
|
1487
1739
|
* Return a fully-qualified projectLocationDataStoreSchema resource name string.
|
|
1488
1740
|
*
|