@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
|
@@ -39,6 +39,14 @@
|
|
|
39
39
|
"UpdateDataStore": {
|
|
40
40
|
"retry_codes_name": "non_idempotent",
|
|
41
41
|
"retry_params_name": "default"
|
|
42
|
+
},
|
|
43
|
+
"GetDocumentProcessingConfig": {
|
|
44
|
+
"retry_codes_name": "non_idempotent",
|
|
45
|
+
"retry_params_name": "default"
|
|
46
|
+
},
|
|
47
|
+
"UpdateDocumentProcessingConfig": {
|
|
48
|
+
"retry_codes_name": "non_idempotent",
|
|
49
|
+
"retry_params_name": "default"
|
|
42
50
|
}
|
|
43
51
|
}
|
|
44
52
|
}
|
|
@@ -18,6 +18,8 @@ export declare class DocumentServiceClient {
|
|
|
18
18
|
private _gaxGrpc;
|
|
19
19
|
private _protos;
|
|
20
20
|
private _defaults;
|
|
21
|
+
private _universeDomain;
|
|
22
|
+
private _servicePath;
|
|
21
23
|
auth: gax.GoogleAuth;
|
|
22
24
|
descriptors: Descriptors;
|
|
23
25
|
warn: (code: string, message: string, warnType?: string) => void;
|
|
@@ -88,15 +90,22 @@ export declare class DocumentServiceClient {
|
|
|
88
90
|
}>;
|
|
89
91
|
/**
|
|
90
92
|
* The DNS address for this API service.
|
|
93
|
+
* @deprecated Use the apiEndpoint method of the client instance.
|
|
91
94
|
* @returns {string} The DNS address for this service.
|
|
92
95
|
*/
|
|
93
96
|
static get servicePath(): string;
|
|
94
97
|
/**
|
|
95
|
-
* The DNS address for this API service - same as servicePath
|
|
96
|
-
*
|
|
98
|
+
* The DNS address for this API service - same as servicePath.
|
|
99
|
+
* @deprecated Use the apiEndpoint method of the client instance.
|
|
97
100
|
* @returns {string} The DNS address for this service.
|
|
98
101
|
*/
|
|
99
102
|
static get apiEndpoint(): string;
|
|
103
|
+
/**
|
|
104
|
+
* The DNS address for this API service.
|
|
105
|
+
* @returns {string} The DNS address for this service.
|
|
106
|
+
*/
|
|
107
|
+
get apiEndpoint(): string;
|
|
108
|
+
get universeDomain(): string;
|
|
100
109
|
/**
|
|
101
110
|
* The port for this API service.
|
|
102
111
|
* @returns {number} The default port for this service.
|
|
@@ -208,6 +217,9 @@ export declare class DocumentServiceClient {
|
|
|
208
217
|
* {@link protos.google.cloud.discoveryengine.v1alpha.Document|Document} is not found, a
|
|
209
218
|
* new {@link protos.google.cloud.discoveryengine.v1alpha.Document|Document} will be
|
|
210
219
|
* created.
|
|
220
|
+
* @param {google.protobuf.FieldMask} request.updateMask
|
|
221
|
+
* Indicates which fields in the provided imported 'document' to update. If
|
|
222
|
+
* not set, will by default update all fields.
|
|
211
223
|
* @param {object} [options]
|
|
212
224
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
|
213
225
|
* @returns {Promise} - The promise which resolves to an array.
|
|
@@ -386,6 +398,11 @@ export declare class DocumentServiceClient {
|
|
|
386
398
|
*
|
|
387
399
|
* @param {Object} request
|
|
388
400
|
* The request object that will be sent.
|
|
401
|
+
* @param {google.cloud.discoveryengine.v1alpha.GcsSource} request.gcsSource
|
|
402
|
+
* Cloud Storage location for the input content.
|
|
403
|
+
* Supported `data_schema`:
|
|
404
|
+
* * `document_id`: One valid
|
|
405
|
+
* {@link protos.google.cloud.discoveryengine.v1alpha.Document.id|Document.id} per line.
|
|
389
406
|
* @param {string} request.parent
|
|
390
407
|
* Required. The parent resource name, such as
|
|
391
408
|
* `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}`.
|
|
@@ -393,6 +410,8 @@ export declare class DocumentServiceClient {
|
|
|
393
410
|
* Required. Filter matching documents to purge. Only currently supported
|
|
394
411
|
* value is
|
|
395
412
|
* `*` (all items).
|
|
413
|
+
* @param {google.cloud.discoveryengine.v1alpha.PurgeErrorConfig} request.errorConfig
|
|
414
|
+
* The desired location of errors incurred during the purge.
|
|
396
415
|
* @param {boolean} request.force
|
|
397
416
|
* Actually performs the purge. If `force` is set to false, return the
|
|
398
417
|
* expected purge count without deleting any documents.
|
|
@@ -740,6 +759,30 @@ export declare class DocumentServiceClient {
|
|
|
740
759
|
* ```
|
|
741
760
|
*/
|
|
742
761
|
deleteOperation(request: protos.google.longrunning.DeleteOperationRequest, options?: gax.CallOptions | Callback<protos.google.protobuf.Empty, protos.google.longrunning.DeleteOperationRequest, {} | null | undefined>, callback?: Callback<protos.google.protobuf.Empty, protos.google.longrunning.DeleteOperationRequest, {} | null | undefined>): Promise<protos.google.protobuf.Empty>;
|
|
762
|
+
/**
|
|
763
|
+
* Return a fully-qualified aclConfig resource name string.
|
|
764
|
+
*
|
|
765
|
+
* @param {string} project
|
|
766
|
+
* @param {string} location
|
|
767
|
+
* @returns {string} Resource name string.
|
|
768
|
+
*/
|
|
769
|
+
aclConfigPath(project: string, location: string): string;
|
|
770
|
+
/**
|
|
771
|
+
* Parse the project from AclConfig resource.
|
|
772
|
+
*
|
|
773
|
+
* @param {string} aclConfigName
|
|
774
|
+
* A fully-qualified path representing AclConfig resource.
|
|
775
|
+
* @returns {string} A string representing the project.
|
|
776
|
+
*/
|
|
777
|
+
matchProjectFromAclConfigName(aclConfigName: string): string | number;
|
|
778
|
+
/**
|
|
779
|
+
* Parse the location from AclConfig resource.
|
|
780
|
+
*
|
|
781
|
+
* @param {string} aclConfigName
|
|
782
|
+
* A fully-qualified path representing AclConfig resource.
|
|
783
|
+
* @returns {string} A string representing the location.
|
|
784
|
+
*/
|
|
785
|
+
matchLocationFromAclConfigName(aclConfigName: string): string | number;
|
|
743
786
|
/**
|
|
744
787
|
* Return a fully-qualified engine resource name string.
|
|
745
788
|
*
|
|
@@ -935,6 +978,75 @@ export declare class DocumentServiceClient {
|
|
|
935
978
|
* @returns {string} A string representing the document.
|
|
936
979
|
*/
|
|
937
980
|
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
|
981
|
+
/**
|
|
982
|
+
* Return a fully-qualified projectLocationCollectionDataStoreBranchDocumentChunk resource name string.
|
|
983
|
+
*
|
|
984
|
+
* @param {string} project
|
|
985
|
+
* @param {string} location
|
|
986
|
+
* @param {string} collection
|
|
987
|
+
* @param {string} data_store
|
|
988
|
+
* @param {string} branch
|
|
989
|
+
* @param {string} document
|
|
990
|
+
* @param {string} chunk
|
|
991
|
+
* @returns {string} Resource name string.
|
|
992
|
+
*/
|
|
993
|
+
projectLocationCollectionDataStoreBranchDocumentChunkPath(project: string, location: string, collection: string, dataStore: string, branch: string, document: string, chunk: string): string;
|
|
994
|
+
/**
|
|
995
|
+
* Parse the project from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
|
996
|
+
*
|
|
997
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
|
998
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
|
999
|
+
* @returns {string} A string representing the project.
|
|
1000
|
+
*/
|
|
1001
|
+
matchProjectFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
|
1002
|
+
/**
|
|
1003
|
+
* Parse the location from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
|
1004
|
+
*
|
|
1005
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
|
1006
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
|
1007
|
+
* @returns {string} A string representing the location.
|
|
1008
|
+
*/
|
|
1009
|
+
matchLocationFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
|
1010
|
+
/**
|
|
1011
|
+
* Parse the collection from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
|
1012
|
+
*
|
|
1013
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
|
1014
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
|
1015
|
+
* @returns {string} A string representing the collection.
|
|
1016
|
+
*/
|
|
1017
|
+
matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
|
1018
|
+
/**
|
|
1019
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
|
1020
|
+
*
|
|
1021
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
|
1022
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
|
1023
|
+
* @returns {string} A string representing the data_store.
|
|
1024
|
+
*/
|
|
1025
|
+
matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
|
1026
|
+
/**
|
|
1027
|
+
* Parse the branch from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
|
1028
|
+
*
|
|
1029
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
|
1030
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
|
1031
|
+
* @returns {string} A string representing the branch.
|
|
1032
|
+
*/
|
|
1033
|
+
matchBranchFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
|
1034
|
+
/**
|
|
1035
|
+
* Parse the document from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
|
1036
|
+
*
|
|
1037
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
|
1038
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
|
1039
|
+
* @returns {string} A string representing the document.
|
|
1040
|
+
*/
|
|
1041
|
+
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
|
1042
|
+
/**
|
|
1043
|
+
* Parse the chunk from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
|
1044
|
+
*
|
|
1045
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
|
1046
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
|
1047
|
+
* @returns {string} A string representing the chunk.
|
|
1048
|
+
*/
|
|
1049
|
+
matchChunkFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
|
938
1050
|
/**
|
|
939
1051
|
* Return a fully-qualified projectLocationCollectionDataStoreConversation resource name string.
|
|
940
1052
|
*
|
|
@@ -986,6 +1098,48 @@ export declare class DocumentServiceClient {
|
|
|
986
1098
|
* @returns {string} A string representing the conversation.
|
|
987
1099
|
*/
|
|
988
1100
|
matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
|
|
1101
|
+
/**
|
|
1102
|
+
* Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
|
|
1103
|
+
*
|
|
1104
|
+
* @param {string} project
|
|
1105
|
+
* @param {string} location
|
|
1106
|
+
* @param {string} collection
|
|
1107
|
+
* @param {string} data_store
|
|
1108
|
+
* @returns {string} Resource name string.
|
|
1109
|
+
*/
|
|
1110
|
+
projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
|
|
1111
|
+
/**
|
|
1112
|
+
* Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
|
1113
|
+
*
|
|
1114
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
|
1115
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
|
1116
|
+
* @returns {string} A string representing the project.
|
|
1117
|
+
*/
|
|
1118
|
+
matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
|
1119
|
+
/**
|
|
1120
|
+
* Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
|
1121
|
+
*
|
|
1122
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
|
1123
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
|
1124
|
+
* @returns {string} A string representing the location.
|
|
1125
|
+
*/
|
|
1126
|
+
matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
|
1127
|
+
/**
|
|
1128
|
+
* Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
|
1129
|
+
*
|
|
1130
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
|
1131
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
|
1132
|
+
* @returns {string} A string representing the collection.
|
|
1133
|
+
*/
|
|
1134
|
+
matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
|
1135
|
+
/**
|
|
1136
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
|
1137
|
+
*
|
|
1138
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
|
1139
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
|
1140
|
+
* @returns {string} A string representing the data_store.
|
|
1141
|
+
*/
|
|
1142
|
+
matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
|
989
1143
|
/**
|
|
990
1144
|
* Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
|
|
991
1145
|
*
|
|
@@ -1037,6 +1191,57 @@ export declare class DocumentServiceClient {
|
|
|
1037
1191
|
* @returns {string} A string representing the schema.
|
|
1038
1192
|
*/
|
|
1039
1193
|
matchSchemaFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
|
|
1194
|
+
/**
|
|
1195
|
+
* Return a fully-qualified projectLocationCollectionDataStoreServingConfig resource name string.
|
|
1196
|
+
*
|
|
1197
|
+
* @param {string} project
|
|
1198
|
+
* @param {string} location
|
|
1199
|
+
* @param {string} collection
|
|
1200
|
+
* @param {string} data_store
|
|
1201
|
+
* @param {string} serving_config
|
|
1202
|
+
* @returns {string} Resource name string.
|
|
1203
|
+
*/
|
|
1204
|
+
projectLocationCollectionDataStoreServingConfigPath(project: string, location: string, collection: string, dataStore: string, servingConfig: string): string;
|
|
1205
|
+
/**
|
|
1206
|
+
* Parse the project from ProjectLocationCollectionDataStoreServingConfig resource.
|
|
1207
|
+
*
|
|
1208
|
+
* @param {string} projectLocationCollectionDataStoreServingConfigName
|
|
1209
|
+
* A fully-qualified path representing project_location_collection_data_store_serving_config resource.
|
|
1210
|
+
* @returns {string} A string representing the project.
|
|
1211
|
+
*/
|
|
1212
|
+
matchProjectFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
|
1213
|
+
/**
|
|
1214
|
+
* Parse the location from ProjectLocationCollectionDataStoreServingConfig resource.
|
|
1215
|
+
*
|
|
1216
|
+
* @param {string} projectLocationCollectionDataStoreServingConfigName
|
|
1217
|
+
* A fully-qualified path representing project_location_collection_data_store_serving_config resource.
|
|
1218
|
+
* @returns {string} A string representing the location.
|
|
1219
|
+
*/
|
|
1220
|
+
matchLocationFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
|
1221
|
+
/**
|
|
1222
|
+
* Parse the collection from ProjectLocationCollectionDataStoreServingConfig resource.
|
|
1223
|
+
*
|
|
1224
|
+
* @param {string} projectLocationCollectionDataStoreServingConfigName
|
|
1225
|
+
* A fully-qualified path representing project_location_collection_data_store_serving_config resource.
|
|
1226
|
+
* @returns {string} A string representing the collection.
|
|
1227
|
+
*/
|
|
1228
|
+
matchCollectionFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
|
1229
|
+
/**
|
|
1230
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreServingConfig resource.
|
|
1231
|
+
*
|
|
1232
|
+
* @param {string} projectLocationCollectionDataStoreServingConfigName
|
|
1233
|
+
* A fully-qualified path representing project_location_collection_data_store_serving_config resource.
|
|
1234
|
+
* @returns {string} A string representing the data_store.
|
|
1235
|
+
*/
|
|
1236
|
+
matchDataStoreFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
|
1237
|
+
/**
|
|
1238
|
+
* Parse the serving_config from ProjectLocationCollectionDataStoreServingConfig resource.
|
|
1239
|
+
*
|
|
1240
|
+
* @param {string} projectLocationCollectionDataStoreServingConfigName
|
|
1241
|
+
* A fully-qualified path representing project_location_collection_data_store_serving_config resource.
|
|
1242
|
+
* @returns {string} A string representing the serving_config.
|
|
1243
|
+
*/
|
|
1244
|
+
matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
|
1040
1245
|
/**
|
|
1041
1246
|
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
|
1042
1247
|
*
|
|
@@ -1181,6 +1386,57 @@ export declare class DocumentServiceClient {
|
|
|
1181
1386
|
* @returns {string} A string representing the conversation.
|
|
1182
1387
|
*/
|
|
1183
1388
|
matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
|
1389
|
+
/**
|
|
1390
|
+
* Return a fully-qualified projectLocationCollectionEngineServingConfig resource name string.
|
|
1391
|
+
*
|
|
1392
|
+
* @param {string} project
|
|
1393
|
+
* @param {string} location
|
|
1394
|
+
* @param {string} collection
|
|
1395
|
+
* @param {string} engine
|
|
1396
|
+
* @param {string} serving_config
|
|
1397
|
+
* @returns {string} Resource name string.
|
|
1398
|
+
*/
|
|
1399
|
+
projectLocationCollectionEngineServingConfigPath(project: string, location: string, collection: string, engine: string, servingConfig: string): string;
|
|
1400
|
+
/**
|
|
1401
|
+
* Parse the project from ProjectLocationCollectionEngineServingConfig resource.
|
|
1402
|
+
*
|
|
1403
|
+
* @param {string} projectLocationCollectionEngineServingConfigName
|
|
1404
|
+
* A fully-qualified path representing project_location_collection_engine_serving_config resource.
|
|
1405
|
+
* @returns {string} A string representing the project.
|
|
1406
|
+
*/
|
|
1407
|
+
matchProjectFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
|
1408
|
+
/**
|
|
1409
|
+
* Parse the location from ProjectLocationCollectionEngineServingConfig resource.
|
|
1410
|
+
*
|
|
1411
|
+
* @param {string} projectLocationCollectionEngineServingConfigName
|
|
1412
|
+
* A fully-qualified path representing project_location_collection_engine_serving_config resource.
|
|
1413
|
+
* @returns {string} A string representing the location.
|
|
1414
|
+
*/
|
|
1415
|
+
matchLocationFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
|
1416
|
+
/**
|
|
1417
|
+
* Parse the collection from ProjectLocationCollectionEngineServingConfig resource.
|
|
1418
|
+
*
|
|
1419
|
+
* @param {string} projectLocationCollectionEngineServingConfigName
|
|
1420
|
+
* A fully-qualified path representing project_location_collection_engine_serving_config resource.
|
|
1421
|
+
* @returns {string} A string representing the collection.
|
|
1422
|
+
*/
|
|
1423
|
+
matchCollectionFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
|
1424
|
+
/**
|
|
1425
|
+
* Parse the engine from ProjectLocationCollectionEngineServingConfig resource.
|
|
1426
|
+
*
|
|
1427
|
+
* @param {string} projectLocationCollectionEngineServingConfigName
|
|
1428
|
+
* A fully-qualified path representing project_location_collection_engine_serving_config resource.
|
|
1429
|
+
* @returns {string} A string representing the engine.
|
|
1430
|
+
*/
|
|
1431
|
+
matchEngineFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
|
1432
|
+
/**
|
|
1433
|
+
* Parse the serving_config from ProjectLocationCollectionEngineServingConfig resource.
|
|
1434
|
+
*
|
|
1435
|
+
* @param {string} projectLocationCollectionEngineServingConfigName
|
|
1436
|
+
* A fully-qualified path representing project_location_collection_engine_serving_config resource.
|
|
1437
|
+
* @returns {string} A string representing the serving_config.
|
|
1438
|
+
*/
|
|
1439
|
+
matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
|
1184
1440
|
/**
|
|
1185
1441
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
|
1186
1442
|
*
|
|
@@ -1307,6 +1563,66 @@ export declare class DocumentServiceClient {
|
|
|
1307
1563
|
* @returns {string} A string representing the document.
|
|
1308
1564
|
*/
|
|
1309
1565
|
matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
|
1566
|
+
/**
|
|
1567
|
+
* Return a fully-qualified projectLocationDataStoreBranchDocumentChunk resource name string.
|
|
1568
|
+
*
|
|
1569
|
+
* @param {string} project
|
|
1570
|
+
* @param {string} location
|
|
1571
|
+
* @param {string} data_store
|
|
1572
|
+
* @param {string} branch
|
|
1573
|
+
* @param {string} document
|
|
1574
|
+
* @param {string} chunk
|
|
1575
|
+
* @returns {string} Resource name string.
|
|
1576
|
+
*/
|
|
1577
|
+
projectLocationDataStoreBranchDocumentChunkPath(project: string, location: string, dataStore: string, branch: string, document: string, chunk: string): string;
|
|
1578
|
+
/**
|
|
1579
|
+
* Parse the project from ProjectLocationDataStoreBranchDocumentChunk resource.
|
|
1580
|
+
*
|
|
1581
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
|
1582
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
|
1583
|
+
* @returns {string} A string representing the project.
|
|
1584
|
+
*/
|
|
1585
|
+
matchProjectFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
|
1586
|
+
/**
|
|
1587
|
+
* Parse the location from ProjectLocationDataStoreBranchDocumentChunk resource.
|
|
1588
|
+
*
|
|
1589
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
|
1590
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
|
1591
|
+
* @returns {string} A string representing the location.
|
|
1592
|
+
*/
|
|
1593
|
+
matchLocationFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
|
1594
|
+
/**
|
|
1595
|
+
* Parse the data_store from ProjectLocationDataStoreBranchDocumentChunk resource.
|
|
1596
|
+
*
|
|
1597
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
|
1598
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
|
1599
|
+
* @returns {string} A string representing the data_store.
|
|
1600
|
+
*/
|
|
1601
|
+
matchDataStoreFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
|
1602
|
+
/**
|
|
1603
|
+
* Parse the branch from ProjectLocationDataStoreBranchDocumentChunk resource.
|
|
1604
|
+
*
|
|
1605
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
|
1606
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
|
1607
|
+
* @returns {string} A string representing the branch.
|
|
1608
|
+
*/
|
|
1609
|
+
matchBranchFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
|
1610
|
+
/**
|
|
1611
|
+
* Parse the document from ProjectLocationDataStoreBranchDocumentChunk resource.
|
|
1612
|
+
*
|
|
1613
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
|
1614
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
|
1615
|
+
* @returns {string} A string representing the document.
|
|
1616
|
+
*/
|
|
1617
|
+
matchDocumentFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
|
1618
|
+
/**
|
|
1619
|
+
* Parse the chunk from ProjectLocationDataStoreBranchDocumentChunk resource.
|
|
1620
|
+
*
|
|
1621
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
|
1622
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
|
1623
|
+
* @returns {string} A string representing the chunk.
|
|
1624
|
+
*/
|
|
1625
|
+
matchChunkFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
|
1310
1626
|
/**
|
|
1311
1627
|
* Return a fully-qualified projectLocationDataStoreConversation resource name string.
|
|
1312
1628
|
*
|
|
@@ -1349,6 +1665,39 @@ export declare class DocumentServiceClient {
|
|
|
1349
1665
|
* @returns {string} A string representing the conversation.
|
|
1350
1666
|
*/
|
|
1351
1667
|
matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
|
|
1668
|
+
/**
|
|
1669
|
+
* Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
|
|
1670
|
+
*
|
|
1671
|
+
* @param {string} project
|
|
1672
|
+
* @param {string} location
|
|
1673
|
+
* @param {string} data_store
|
|
1674
|
+
* @returns {string} Resource name string.
|
|
1675
|
+
*/
|
|
1676
|
+
projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
|
|
1677
|
+
/**
|
|
1678
|
+
* Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
|
|
1679
|
+
*
|
|
1680
|
+
* @param {string} projectLocationDataStoreDocumentProcessingConfigName
|
|
1681
|
+
* A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
|
|
1682
|
+
* @returns {string} A string representing the project.
|
|
1683
|
+
*/
|
|
1684
|
+
matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
|
|
1685
|
+
/**
|
|
1686
|
+
* Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
|
|
1687
|
+
*
|
|
1688
|
+
* @param {string} projectLocationDataStoreDocumentProcessingConfigName
|
|
1689
|
+
* A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
|
|
1690
|
+
* @returns {string} A string representing the location.
|
|
1691
|
+
*/
|
|
1692
|
+
matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
|
|
1693
|
+
/**
|
|
1694
|
+
* Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
|
|
1695
|
+
*
|
|
1696
|
+
* @param {string} projectLocationDataStoreDocumentProcessingConfigName
|
|
1697
|
+
* A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
|
|
1698
|
+
* @returns {string} A string representing the data_store.
|
|
1699
|
+
*/
|
|
1700
|
+
matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
|
|
1352
1701
|
/**
|
|
1353
1702
|
* Return a fully-qualified projectLocationDataStoreSchema resource name string.
|
|
1354
1703
|
*
|
|
@@ -1391,6 +1740,48 @@ export declare class DocumentServiceClient {
|
|
|
1391
1740
|
* @returns {string} A string representing the schema.
|
|
1392
1741
|
*/
|
|
1393
1742
|
matchSchemaFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
|
|
1743
|
+
/**
|
|
1744
|
+
* Return a fully-qualified projectLocationDataStoreServingConfig resource name string.
|
|
1745
|
+
*
|
|
1746
|
+
* @param {string} project
|
|
1747
|
+
* @param {string} location
|
|
1748
|
+
* @param {string} data_store
|
|
1749
|
+
* @param {string} serving_config
|
|
1750
|
+
* @returns {string} Resource name string.
|
|
1751
|
+
*/
|
|
1752
|
+
projectLocationDataStoreServingConfigPath(project: string, location: string, dataStore: string, servingConfig: string): string;
|
|
1753
|
+
/**
|
|
1754
|
+
* Parse the project from ProjectLocationDataStoreServingConfig resource.
|
|
1755
|
+
*
|
|
1756
|
+
* @param {string} projectLocationDataStoreServingConfigName
|
|
1757
|
+
* A fully-qualified path representing project_location_data_store_serving_config resource.
|
|
1758
|
+
* @returns {string} A string representing the project.
|
|
1759
|
+
*/
|
|
1760
|
+
matchProjectFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
|
1761
|
+
/**
|
|
1762
|
+
* Parse the location from ProjectLocationDataStoreServingConfig resource.
|
|
1763
|
+
*
|
|
1764
|
+
* @param {string} projectLocationDataStoreServingConfigName
|
|
1765
|
+
* A fully-qualified path representing project_location_data_store_serving_config resource.
|
|
1766
|
+
* @returns {string} A string representing the location.
|
|
1767
|
+
*/
|
|
1768
|
+
matchLocationFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
|
1769
|
+
/**
|
|
1770
|
+
* Parse the data_store from ProjectLocationDataStoreServingConfig resource.
|
|
1771
|
+
*
|
|
1772
|
+
* @param {string} projectLocationDataStoreServingConfigName
|
|
1773
|
+
* A fully-qualified path representing project_location_data_store_serving_config resource.
|
|
1774
|
+
* @returns {string} A string representing the data_store.
|
|
1775
|
+
*/
|
|
1776
|
+
matchDataStoreFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
|
1777
|
+
/**
|
|
1778
|
+
* Parse the serving_config from ProjectLocationDataStoreServingConfig resource.
|
|
1779
|
+
*
|
|
1780
|
+
* @param {string} projectLocationDataStoreServingConfigName
|
|
1781
|
+
* A fully-qualified path representing project_location_data_store_serving_config resource.
|
|
1782
|
+
* @returns {string} A string representing the serving_config.
|
|
1783
|
+
*/
|
|
1784
|
+
matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
|
1394
1785
|
/**
|
|
1395
1786
|
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
|
1396
1787
|
*
|