@google-cloud/discoveryengine 1.8.0 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/README.md +33 -4
- package/build/protos/google/cloud/discoveryengine/v1/answer.proto +337 -0
- package/build/protos/google/cloud/discoveryengine/v1/common.proto +33 -0
- package/build/protos/google/cloud/discoveryengine/v1/control.proto +214 -0
- package/build/protos/google/cloud/discoveryengine/v1/control_service.proto +236 -0
- package/build/protos/google/cloud/discoveryengine/v1/conversation.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +569 -0
- package/build/protos/google/cloud/discoveryengine/v1/data_store.proto +4 -0
- package/build/protos/google/cloud/discoveryengine/v1/data_store_service.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1/document_processing_config.proto +92 -0
- package/build/protos/google/cloud/discoveryengine/v1/document_service.proto +6 -6
- package/build/protos/google/cloud/discoveryengine/v1/engine.proto +4 -4
- package/build/protos/google/cloud/discoveryengine/v1/grounded_generation_service.proto +149 -0
- package/build/protos/google/cloud/discoveryengine/v1/grounding.proto +58 -0
- package/build/protos/google/cloud/discoveryengine/v1/import_config.proto +4 -4
- package/build/protos/google/cloud/discoveryengine/v1/project.proto +103 -0
- package/build/protos/google/cloud/discoveryengine/v1/project_service.proto +90 -0
- package/build/protos/google/cloud/discoveryengine/v1/rank_service.proto +131 -0
- package/build/protos/google/cloud/discoveryengine/v1/recommendation_service.proto +20 -19
- package/build/protos/google/cloud/discoveryengine/v1/schema_service.proto +5 -5
- package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +23 -18
- package/build/protos/google/cloud/discoveryengine/v1/session.proto +97 -0
- package/build/protos/google/cloud/discoveryengine/v1/site_search_engine.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1/user_event.proto +28 -3
- package/build/protos/google/cloud/discoveryengine/v1/user_event_service.proto +18 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/answer.proto +9 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/chunk.proto +7 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +16 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/control.proto +217 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/control_service.proto +236 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversation.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +19 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/custom_tuning_model.proto +87 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/data_store_service.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/document_processing_config.proto +1 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/document_service.proto +12 -9
- package/build/protos/google/cloud/discoveryengine/v1alpha/engine.proto +4 -4
- package/build/protos/google/cloud/discoveryengine/v1alpha/grounded_generation_service.proto +30 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/grounding.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/import_config.proto +4 -4
- package/build/protos/google/cloud/discoveryengine/v1alpha/project.proto +1 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/project_service.proto +2 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/rank_service.proto +19 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/recommendation_service.proto +20 -19
- package/build/protos/google/cloud/discoveryengine/v1alpha/schema.proto +37 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/schema_service.proto +6 -6
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +28 -31
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_tuning_service.proto +39 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/session.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/user_event.proto +29 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/user_event_service.proto +18 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/answer.proto +10 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/common.proto +16 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/control.proto +216 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/control_service.proto +236 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/conversation.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +19 -3
- package/build/protos/google/cloud/discoveryengine/v1beta/custom_tuning_model.proto +87 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/data_store_service.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/document_processing_config.proto +1 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/document_service.proto +7 -8
- package/build/protos/google/cloud/discoveryengine/v1beta/engine.proto +4 -4
- package/build/protos/google/cloud/discoveryengine/v1beta/grounded_generation_service.proto +30 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/grounding.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/import_config.proto +4 -4
- package/build/protos/google/cloud/discoveryengine/v1beta/project.proto +103 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/project_service.proto +90 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/rank_service.proto +19 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/recommendation_service.proto +20 -19
- package/build/protos/google/cloud/discoveryengine/v1beta/schema_service.proto +5 -5
- package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +30 -24
- package/build/protos/google/cloud/discoveryengine/v1beta/search_tuning_service.proto +39 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/session.proto +4 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/site_search_engine.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event.proto +28 -3
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event_service.proto +18 -2
- package/build/protos/protos.d.ts +52350 -38733
- package/build/protos/protos.js +136479 -103212
- package/build/protos/protos.json +9460 -5916
- package/build/src/index.d.ts +13 -1
- package/build/src/index.js +13 -1
- package/build/src/v1/completion_service_client.d.ts +549 -0
- package/build/src/v1/completion_service_client.js +771 -0
- package/build/src/v1/control_service_client.d.ts +1623 -0
- package/build/src/v1/control_service_client.js +2218 -0
- package/build/src/v1/control_service_client_config.json +63 -0
- package/build/src/v1/conversational_search_service_client.d.ts +893 -0
- package/build/src/v1/conversational_search_service_client.js +1040 -14
- package/build/src/v1/conversational_search_service_client_config.json +35 -0
- package/build/src/v1/data_store_service_client.d.ts +555 -6
- package/build/src/v1/data_store_service_client.js +775 -4
- package/build/src/v1/document_service_client.d.ts +557 -8
- package/build/src/v1/document_service_client.js +773 -2
- package/build/src/v1/engine_service_client.d.ts +549 -0
- package/build/src/v1/engine_service_client.js +771 -0
- package/build/src/v1/grounded_generation_service_client.d.ts +1439 -0
- package/build/src/v1/grounded_generation_service_client.js +2036 -0
- package/build/src/v1/grounded_generation_service_client_config.json +43 -0
- package/build/src/v1/index.d.ts +4 -0
- package/build/src/v1/index.js +9 -1
- package/build/src/v1/project_service_client.d.ts +1533 -0
- package/build/src/v1/project_service_client.js +2255 -0
- package/build/src/v1/project_service_client_config.json +43 -0
- package/build/src/v1/rank_service_client.d.ts +1449 -0
- package/build/src/v1/rank_service_client.js +2037 -0
- package/build/src/v1/rank_service_client_config.json +43 -0
- package/build/src/v1/recommendation_service_client.d.ts +568 -18
- package/build/src/v1/recommendation_service_client.js +756 -0
- package/build/src/v1/schema_service_client.d.ts +558 -9
- package/build/src/v1/schema_service_client.js +775 -4
- package/build/src/v1/search_service_client.d.ts +579 -21
- package/build/src/v1/search_service_client.js +776 -14
- package/build/src/v1/site_search_engine_service_client.d.ts +549 -0
- package/build/src/v1/site_search_engine_service_client.js +771 -0
- package/build/src/v1/user_event_service_client.d.ts +562 -2
- package/build/src/v1/user_event_service_client.js +771 -0
- package/build/src/v1alpha/acl_config_service_client.d.ts +237 -0
- package/build/src/v1alpha/acl_config_service_client.js +326 -0
- package/build/src/v1alpha/chunk_service_client.d.ts +237 -0
- package/build/src/v1alpha/chunk_service_client.js +326 -0
- package/build/src/v1alpha/completion_service_client.d.ts +237 -0
- package/build/src/v1alpha/completion_service_client.js +340 -0
- package/build/src/v1alpha/control_service_client.d.ts +2013 -0
- package/build/src/v1alpha/control_service_client.js +2757 -0
- package/build/src/v1alpha/control_service_client_config.json +63 -0
- package/build/src/v1alpha/conversational_search_service_client.d.ts +239 -2
- package/build/src/v1alpha/conversational_search_service_client.js +326 -0
- package/build/src/v1alpha/data_store_service_client.d.ts +243 -6
- package/build/src/v1alpha/data_store_service_client.js +344 -4
- package/build/src/v1alpha/document_service_client.d.ts +246 -9
- package/build/src/v1alpha/document_service_client.js +342 -2
- package/build/src/v1alpha/engine_service_client.d.ts +237 -0
- package/build/src/v1alpha/engine_service_client.js +340 -0
- package/build/src/v1alpha/estimate_billing_service_client.d.ts +237 -0
- package/build/src/v1alpha/estimate_billing_service_client.js +340 -0
- package/build/src/v1alpha/grounded_generation_service_client.d.ts +256 -1
- package/build/src/v1alpha/grounded_generation_service_client.js +326 -0
- package/build/src/v1alpha/index.d.ts +1 -0
- package/build/src/v1alpha/index.js +3 -1
- package/build/src/v1alpha/project_service_client.d.ts +239 -0
- package/build/src/v1alpha/project_service_client.js +340 -0
- package/build/src/v1alpha/project_service_client_config.json +21 -6
- package/build/src/v1alpha/rank_service_client.d.ts +255 -0
- package/build/src/v1alpha/rank_service_client.js +326 -0
- package/build/src/v1alpha/recommendation_service_client.d.ts +256 -18
- package/build/src/v1alpha/recommendation_service_client.js +326 -0
- package/build/src/v1alpha/schema_service_client.d.ts +247 -10
- package/build/src/v1alpha/schema_service_client.js +344 -4
- package/build/src/v1alpha/search_service_client.d.ts +267 -21
- package/build/src/v1alpha/search_service_client.js +346 -14
- package/build/src/v1alpha/search_tuning_service_client.d.ts +265 -0
- package/build/src/v1alpha/search_tuning_service_client.js +365 -1
- package/build/src/v1alpha/search_tuning_service_client_config.json +4 -0
- package/build/src/v1alpha/serving_config_service_client.d.ts +237 -0
- package/build/src/v1alpha/serving_config_service_client.js +326 -0
- package/build/src/v1alpha/site_search_engine_service_client.d.ts +237 -0
- package/build/src/v1alpha/site_search_engine_service_client.js +340 -0
- package/build/src/v1alpha/user_event_service_client.d.ts +250 -2
- package/build/src/v1alpha/user_event_service_client.js +340 -0
- package/build/src/v1beta/completion_service_client.d.ts +252 -0
- package/build/src/v1beta/completion_service_client.js +359 -0
- package/build/src/v1beta/control_service_client.d.ts +1860 -0
- package/build/src/v1beta/control_service_client.js +2545 -0
- package/build/src/v1beta/control_service_client_config.json +63 -0
- package/build/src/v1beta/conversational_search_service_client.d.ts +254 -2
- package/build/src/v1beta/conversational_search_service_client.js +348 -0
- package/build/src/v1beta/data_store_service_client.d.ts +258 -6
- package/build/src/v1beta/data_store_service_client.js +363 -4
- package/build/src/v1beta/document_service_client.d.ts +261 -10
- package/build/src/v1beta/document_service_client.js +361 -2
- package/build/src/v1beta/engine_service_client.d.ts +252 -0
- package/build/src/v1beta/engine_service_client.js +359 -0
- package/build/src/v1beta/grounded_generation_service_client.d.ts +271 -1
- package/build/src/v1beta/grounded_generation_service_client.js +348 -0
- package/build/src/v1beta/index.d.ts +2 -0
- package/build/src/v1beta/index.js +5 -1
- package/build/src/v1beta/project_service_client.d.ts +1770 -0
- package/build/src/v1beta/project_service_client.js +2576 -0
- package/build/src/v1beta/project_service_client_config.json +43 -0
- package/build/src/v1beta/rank_service_client.d.ts +270 -0
- package/build/src/v1beta/rank_service_client.js +348 -0
- package/build/src/v1beta/recommendation_service_client.d.ts +271 -18
- package/build/src/v1beta/recommendation_service_client.js +348 -0
- package/build/src/v1beta/schema_service_client.d.ts +261 -9
- package/build/src/v1beta/schema_service_client.js +363 -4
- package/build/src/v1beta/search_service_client.d.ts +282 -21
- package/build/src/v1beta/search_service_client.js +368 -14
- package/build/src/v1beta/search_tuning_service_client.d.ts +280 -0
- package/build/src/v1beta/search_tuning_service_client.js +384 -1
- package/build/src/v1beta/search_tuning_service_client_config.json +4 -0
- package/build/src/v1beta/serving_config_service_client.d.ts +237 -0
- package/build/src/v1beta/serving_config_service_client.js +326 -0
- package/build/src/v1beta/site_search_engine_service_client.d.ts +252 -0
- package/build/src/v1beta/site_search_engine_service_client.js +359 -0
- package/build/src/v1beta/user_event_service_client.d.ts +265 -2
- package/build/src/v1beta/user_event_service_client.js +359 -0
- package/package.json +2 -2
@@ -163,7 +163,7 @@ export declare class DocumentServiceClient {
|
|
163
163
|
* create.
|
164
164
|
* @param {string} request.documentId
|
165
165
|
* Required. The ID to use for the
|
166
|
-
* {@link protos.google.cloud.discoveryengine.v1.Document|Document}, which
|
166
|
+
* {@link protos.google.cloud.discoveryengine.v1.Document|Document}, which becomes the
|
167
167
|
* final component of the
|
168
168
|
* {@link protos.google.cloud.discoveryengine.v1.Document.name|Document.name}.
|
169
169
|
*
|
@@ -212,12 +212,12 @@ export declare class DocumentServiceClient {
|
|
212
212
|
* {@link protos.google.cloud.discoveryengine.v1.UpdateDocumentRequest.allow_missing|allow_missing}
|
213
213
|
* is not set, a `NOT_FOUND` error is returned.
|
214
214
|
* @param {boolean} request.allowMissing
|
215
|
-
* If set to true
|
215
|
+
* If set to `true` and the
|
216
216
|
* {@link protos.google.cloud.discoveryengine.v1.Document|Document} is not found, a new
|
217
|
-
* {@link protos.google.cloud.discoveryengine.v1.Document|Document}
|
217
|
+
* {@link protos.google.cloud.discoveryengine.v1.Document|Document} is be created.
|
218
218
|
* @param {google.protobuf.FieldMask} request.updateMask
|
219
219
|
* Indicates which fields in the provided imported 'document' to update. If
|
220
|
-
* not set,
|
220
|
+
* not set, by default updates all fields.
|
221
221
|
* @param {object} [options]
|
222
222
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
223
223
|
* @returns {Promise} - The promise which resolves to an array.
|
@@ -269,7 +269,7 @@ export declare class DocumentServiceClient {
|
|
269
269
|
/**
|
270
270
|
* Bulk import of multiple
|
271
271
|
* {@link protos.google.cloud.discoveryengine.v1.Document|Document}s. Request processing
|
272
|
-
* may be synchronous. Non-existing items
|
272
|
+
* may be synchronous. Non-existing items are created.
|
273
273
|
*
|
274
274
|
* Note: It is possible for a subset of the
|
275
275
|
* {@link protos.google.cloud.discoveryengine.v1.Document|Document}s to be successfully
|
@@ -475,7 +475,7 @@ export declare class DocumentServiceClient {
|
|
475
475
|
* @param {number} request.pageSize
|
476
476
|
* Maximum number of {@link protos.google.cloud.discoveryengine.v1.Document|Document}s to
|
477
477
|
* return. If unspecified, defaults to 100. The maximum allowed value is 1000.
|
478
|
-
* Values above 1000
|
478
|
+
* Values above 1000 are set to 1000.
|
479
479
|
*
|
480
480
|
* If this field is negative, an `INVALID_ARGUMENT` error is returned.
|
481
481
|
* @param {string} request.pageToken
|
@@ -525,7 +525,7 @@ export declare class DocumentServiceClient {
|
|
525
525
|
* @param {number} request.pageSize
|
526
526
|
* Maximum number of {@link protos.google.cloud.discoveryengine.v1.Document|Document}s to
|
527
527
|
* return. If unspecified, defaults to 100. The maximum allowed value is 1000.
|
528
|
-
* Values above 1000
|
528
|
+
* Values above 1000 are set to 1000.
|
529
529
|
*
|
530
530
|
* If this field is negative, an `INVALID_ARGUMENT` error is returned.
|
531
531
|
* @param {string} request.pageToken
|
@@ -570,7 +570,7 @@ export declare class DocumentServiceClient {
|
|
570
570
|
* @param {number} request.pageSize
|
571
571
|
* Maximum number of {@link protos.google.cloud.discoveryengine.v1.Document|Document}s to
|
572
572
|
* return. If unspecified, defaults to 100. The maximum allowed value is 1000.
|
573
|
-
* Values above 1000
|
573
|
+
* Values above 1000 are set to 1000.
|
574
574
|
*
|
575
575
|
* If this field is negative, an `INVALID_ARGUMENT` error is returned.
|
576
576
|
* @param {string} request.pageToken
|
@@ -810,6 +810,21 @@ export declare class DocumentServiceClient {
|
|
810
810
|
* @returns {string} A string representing the engine.
|
811
811
|
*/
|
812
812
|
matchEngineFromEngineName(engineName: string): string | number;
|
813
|
+
/**
|
814
|
+
* Return a fully-qualified project resource name string.
|
815
|
+
*
|
816
|
+
* @param {string} project
|
817
|
+
* @returns {string} Resource name string.
|
818
|
+
*/
|
819
|
+
projectPath(project: string): string;
|
820
|
+
/**
|
821
|
+
* Parse the project from Project resource.
|
822
|
+
*
|
823
|
+
* @param {string} projectName
|
824
|
+
* A fully-qualified path representing Project resource.
|
825
|
+
* @returns {string} A string representing the project.
|
826
|
+
*/
|
827
|
+
matchProjectFromProjectName(projectName: string): string | number;
|
813
828
|
/**
|
814
829
|
* Return a fully-qualified projectLocationCollectionDataStore resource name string.
|
815
830
|
*
|
@@ -963,6 +978,57 @@ export declare class DocumentServiceClient {
|
|
963
978
|
* @returns {string} A string representing the document.
|
964
979
|
*/
|
965
980
|
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
981
|
+
/**
|
982
|
+
* Return a fully-qualified projectLocationCollectionDataStoreControl resource name string.
|
983
|
+
*
|
984
|
+
* @param {string} project
|
985
|
+
* @param {string} location
|
986
|
+
* @param {string} collection
|
987
|
+
* @param {string} data_store
|
988
|
+
* @param {string} control
|
989
|
+
* @returns {string} Resource name string.
|
990
|
+
*/
|
991
|
+
projectLocationCollectionDataStoreControlPath(project: string, location: string, collection: string, dataStore: string, control: string): string;
|
992
|
+
/**
|
993
|
+
* Parse the project from ProjectLocationCollectionDataStoreControl resource.
|
994
|
+
*
|
995
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
996
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
997
|
+
* @returns {string} A string representing the project.
|
998
|
+
*/
|
999
|
+
matchProjectFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
1000
|
+
/**
|
1001
|
+
* Parse the location from ProjectLocationCollectionDataStoreControl resource.
|
1002
|
+
*
|
1003
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
1004
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
1005
|
+
* @returns {string} A string representing the location.
|
1006
|
+
*/
|
1007
|
+
matchLocationFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
1008
|
+
/**
|
1009
|
+
* Parse the collection from ProjectLocationCollectionDataStoreControl resource.
|
1010
|
+
*
|
1011
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
1012
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
1013
|
+
* @returns {string} A string representing the collection.
|
1014
|
+
*/
|
1015
|
+
matchCollectionFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
1016
|
+
/**
|
1017
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreControl resource.
|
1018
|
+
*
|
1019
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
1020
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
1021
|
+
* @returns {string} A string representing the data_store.
|
1022
|
+
*/
|
1023
|
+
matchDataStoreFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
1024
|
+
/**
|
1025
|
+
* Parse the control from ProjectLocationCollectionDataStoreControl resource.
|
1026
|
+
*
|
1027
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
1028
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
1029
|
+
* @returns {string} A string representing the control.
|
1030
|
+
*/
|
1031
|
+
matchControlFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
966
1032
|
/**
|
967
1033
|
* Return a fully-qualified projectLocationCollectionDataStoreConversation resource name string.
|
968
1034
|
*
|
@@ -1014,6 +1080,48 @@ export declare class DocumentServiceClient {
|
|
1014
1080
|
* @returns {string} A string representing the conversation.
|
1015
1081
|
*/
|
1016
1082
|
matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
|
1083
|
+
/**
|
1084
|
+
* Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
|
1085
|
+
*
|
1086
|
+
* @param {string} project
|
1087
|
+
* @param {string} location
|
1088
|
+
* @param {string} collection
|
1089
|
+
* @param {string} data_store
|
1090
|
+
* @returns {string} Resource name string.
|
1091
|
+
*/
|
1092
|
+
projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
|
1093
|
+
/**
|
1094
|
+
* Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
1095
|
+
*
|
1096
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
1097
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
1098
|
+
* @returns {string} A string representing the project.
|
1099
|
+
*/
|
1100
|
+
matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
1101
|
+
/**
|
1102
|
+
* Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
1103
|
+
*
|
1104
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
1105
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
1106
|
+
* @returns {string} A string representing the location.
|
1107
|
+
*/
|
1108
|
+
matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
1109
|
+
/**
|
1110
|
+
* Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
1111
|
+
*
|
1112
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
1113
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
1114
|
+
* @returns {string} A string representing the collection.
|
1115
|
+
*/
|
1116
|
+
matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
1117
|
+
/**
|
1118
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
1119
|
+
*
|
1120
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
1121
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
1122
|
+
* @returns {string} A string representing the data_store.
|
1123
|
+
*/
|
1124
|
+
matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
1017
1125
|
/**
|
1018
1126
|
* Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
|
1019
1127
|
*
|
@@ -1065,6 +1173,117 @@ export declare class DocumentServiceClient {
|
|
1065
1173
|
* @returns {string} A string representing the schema.
|
1066
1174
|
*/
|
1067
1175
|
matchSchemaFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
|
1176
|
+
/**
|
1177
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
|
1178
|
+
*
|
1179
|
+
* @param {string} project
|
1180
|
+
* @param {string} location
|
1181
|
+
* @param {string} collection
|
1182
|
+
* @param {string} data_store
|
1183
|
+
* @param {string} session
|
1184
|
+
* @returns {string} Resource name string.
|
1185
|
+
*/
|
1186
|
+
projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
1187
|
+
/**
|
1188
|
+
* Parse the project from ProjectLocationCollectionDataStoreSession resource.
|
1189
|
+
*
|
1190
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1191
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1192
|
+
* @returns {string} A string representing the project.
|
1193
|
+
*/
|
1194
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1195
|
+
/**
|
1196
|
+
* Parse the location from ProjectLocationCollectionDataStoreSession resource.
|
1197
|
+
*
|
1198
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1199
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1200
|
+
* @returns {string} A string representing the location.
|
1201
|
+
*/
|
1202
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1203
|
+
/**
|
1204
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSession resource.
|
1205
|
+
*
|
1206
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1207
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1208
|
+
* @returns {string} A string representing the collection.
|
1209
|
+
*/
|
1210
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1211
|
+
/**
|
1212
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
|
1213
|
+
*
|
1214
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1215
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1216
|
+
* @returns {string} A string representing the data_store.
|
1217
|
+
*/
|
1218
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1219
|
+
/**
|
1220
|
+
* Parse the session from ProjectLocationCollectionDataStoreSession resource.
|
1221
|
+
*
|
1222
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1223
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1224
|
+
* @returns {string} A string representing the session.
|
1225
|
+
*/
|
1226
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1227
|
+
/**
|
1228
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
|
1229
|
+
*
|
1230
|
+
* @param {string} project
|
1231
|
+
* @param {string} location
|
1232
|
+
* @param {string} collection
|
1233
|
+
* @param {string} data_store
|
1234
|
+
* @param {string} session
|
1235
|
+
* @param {string} answer
|
1236
|
+
* @returns {string} Resource name string.
|
1237
|
+
*/
|
1238
|
+
projectLocationCollectionDataStoreSessionAnswerPath(project: string, location: string, collection: string, dataStore: string, session: string, answer: string): string;
|
1239
|
+
/**
|
1240
|
+
* Parse the project from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1241
|
+
*
|
1242
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1243
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1244
|
+
* @returns {string} A string representing the project.
|
1245
|
+
*/
|
1246
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1247
|
+
/**
|
1248
|
+
* Parse the location from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1249
|
+
*
|
1250
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1251
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1252
|
+
* @returns {string} A string representing the location.
|
1253
|
+
*/
|
1254
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1255
|
+
/**
|
1256
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1257
|
+
*
|
1258
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1259
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1260
|
+
* @returns {string} A string representing the collection.
|
1261
|
+
*/
|
1262
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1263
|
+
/**
|
1264
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1265
|
+
*
|
1266
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1267
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1268
|
+
* @returns {string} A string representing the data_store.
|
1269
|
+
*/
|
1270
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1271
|
+
/**
|
1272
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1273
|
+
*
|
1274
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1275
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1276
|
+
* @returns {string} A string representing the session.
|
1277
|
+
*/
|
1278
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1279
|
+
/**
|
1280
|
+
* Parse the answer from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1281
|
+
*
|
1282
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1283
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1284
|
+
* @returns {string} A string representing the answer.
|
1285
|
+
*/
|
1286
|
+
matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1068
1287
|
/**
|
1069
1288
|
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
1070
1289
|
*
|
@@ -1158,6 +1377,57 @@ export declare class DocumentServiceClient {
|
|
1158
1377
|
* @returns {string} A string representing the target_site.
|
1159
1378
|
*/
|
1160
1379
|
matchTargetSiteFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1380
|
+
/**
|
1381
|
+
* Return a fully-qualified projectLocationCollectionEngineControl resource name string.
|
1382
|
+
*
|
1383
|
+
* @param {string} project
|
1384
|
+
* @param {string} location
|
1385
|
+
* @param {string} collection
|
1386
|
+
* @param {string} engine
|
1387
|
+
* @param {string} control
|
1388
|
+
* @returns {string} Resource name string.
|
1389
|
+
*/
|
1390
|
+
projectLocationCollectionEngineControlPath(project: string, location: string, collection: string, engine: string, control: string): string;
|
1391
|
+
/**
|
1392
|
+
* Parse the project from ProjectLocationCollectionEngineControl resource.
|
1393
|
+
*
|
1394
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1395
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1396
|
+
* @returns {string} A string representing the project.
|
1397
|
+
*/
|
1398
|
+
matchProjectFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1399
|
+
/**
|
1400
|
+
* Parse the location from ProjectLocationCollectionEngineControl resource.
|
1401
|
+
*
|
1402
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1403
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1404
|
+
* @returns {string} A string representing the location.
|
1405
|
+
*/
|
1406
|
+
matchLocationFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1407
|
+
/**
|
1408
|
+
* Parse the collection from ProjectLocationCollectionEngineControl resource.
|
1409
|
+
*
|
1410
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1411
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1412
|
+
* @returns {string} A string representing the collection.
|
1413
|
+
*/
|
1414
|
+
matchCollectionFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1415
|
+
/**
|
1416
|
+
* Parse the engine from ProjectLocationCollectionEngineControl resource.
|
1417
|
+
*
|
1418
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1419
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1420
|
+
* @returns {string} A string representing the engine.
|
1421
|
+
*/
|
1422
|
+
matchEngineFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1423
|
+
/**
|
1424
|
+
* Parse the control from ProjectLocationCollectionEngineControl resource.
|
1425
|
+
*
|
1426
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1427
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1428
|
+
* @returns {string} A string representing the control.
|
1429
|
+
*/
|
1430
|
+
matchControlFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1161
1431
|
/**
|
1162
1432
|
* Return a fully-qualified projectLocationCollectionEngineConversation resource name string.
|
1163
1433
|
*
|
@@ -1209,6 +1479,117 @@ export declare class DocumentServiceClient {
|
|
1209
1479
|
* @returns {string} A string representing the conversation.
|
1210
1480
|
*/
|
1211
1481
|
matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
1482
|
+
/**
|
1483
|
+
* Return a fully-qualified projectLocationCollectionEngineSession resource name string.
|
1484
|
+
*
|
1485
|
+
* @param {string} project
|
1486
|
+
* @param {string} location
|
1487
|
+
* @param {string} collection
|
1488
|
+
* @param {string} engine
|
1489
|
+
* @param {string} session
|
1490
|
+
* @returns {string} Resource name string.
|
1491
|
+
*/
|
1492
|
+
projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1493
|
+
/**
|
1494
|
+
* Parse the project from ProjectLocationCollectionEngineSession resource.
|
1495
|
+
*
|
1496
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1497
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1498
|
+
* @returns {string} A string representing the project.
|
1499
|
+
*/
|
1500
|
+
matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1501
|
+
/**
|
1502
|
+
* Parse the location from ProjectLocationCollectionEngineSession resource.
|
1503
|
+
*
|
1504
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1505
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1506
|
+
* @returns {string} A string representing the location.
|
1507
|
+
*/
|
1508
|
+
matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1509
|
+
/**
|
1510
|
+
* Parse the collection from ProjectLocationCollectionEngineSession resource.
|
1511
|
+
*
|
1512
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1513
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1514
|
+
* @returns {string} A string representing the collection.
|
1515
|
+
*/
|
1516
|
+
matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1517
|
+
/**
|
1518
|
+
* Parse the engine from ProjectLocationCollectionEngineSession resource.
|
1519
|
+
*
|
1520
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1521
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1522
|
+
* @returns {string} A string representing the engine.
|
1523
|
+
*/
|
1524
|
+
matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1525
|
+
/**
|
1526
|
+
* Parse the session from ProjectLocationCollectionEngineSession resource.
|
1527
|
+
*
|
1528
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1529
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1530
|
+
* @returns {string} A string representing the session.
|
1531
|
+
*/
|
1532
|
+
matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1533
|
+
/**
|
1534
|
+
* Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
|
1535
|
+
*
|
1536
|
+
* @param {string} project
|
1537
|
+
* @param {string} location
|
1538
|
+
* @param {string} collection
|
1539
|
+
* @param {string} engine
|
1540
|
+
* @param {string} session
|
1541
|
+
* @param {string} answer
|
1542
|
+
* @returns {string} Resource name string.
|
1543
|
+
*/
|
1544
|
+
projectLocationCollectionEngineSessionAnswerPath(project: string, location: string, collection: string, engine: string, session: string, answer: string): string;
|
1545
|
+
/**
|
1546
|
+
* Parse the project from ProjectLocationCollectionEngineSessionAnswer resource.
|
1547
|
+
*
|
1548
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1549
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1550
|
+
* @returns {string} A string representing the project.
|
1551
|
+
*/
|
1552
|
+
matchProjectFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1553
|
+
/**
|
1554
|
+
* Parse the location from ProjectLocationCollectionEngineSessionAnswer resource.
|
1555
|
+
*
|
1556
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1557
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1558
|
+
* @returns {string} A string representing the location.
|
1559
|
+
*/
|
1560
|
+
matchLocationFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1561
|
+
/**
|
1562
|
+
* Parse the collection from ProjectLocationCollectionEngineSessionAnswer resource.
|
1563
|
+
*
|
1564
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1565
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1566
|
+
* @returns {string} A string representing the collection.
|
1567
|
+
*/
|
1568
|
+
matchCollectionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1569
|
+
/**
|
1570
|
+
* Parse the engine from ProjectLocationCollectionEngineSessionAnswer resource.
|
1571
|
+
*
|
1572
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1573
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1574
|
+
* @returns {string} A string representing the engine.
|
1575
|
+
*/
|
1576
|
+
matchEngineFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1577
|
+
/**
|
1578
|
+
* Parse the session from ProjectLocationCollectionEngineSessionAnswer resource.
|
1579
|
+
*
|
1580
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1581
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1582
|
+
* @returns {string} A string representing the session.
|
1583
|
+
*/
|
1584
|
+
matchSessionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1585
|
+
/**
|
1586
|
+
* Parse the answer from ProjectLocationCollectionEngineSessionAnswer resource.
|
1587
|
+
*
|
1588
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1589
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1590
|
+
* @returns {string} A string representing the answer.
|
1591
|
+
*/
|
1592
|
+
matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1212
1593
|
/**
|
1213
1594
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
1214
1595
|
*
|
@@ -1335,6 +1716,48 @@ export declare class DocumentServiceClient {
|
|
1335
1716
|
* @returns {string} A string representing the document.
|
1336
1717
|
*/
|
1337
1718
|
matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
1719
|
+
/**
|
1720
|
+
* Return a fully-qualified projectLocationDataStoreControl resource name string.
|
1721
|
+
*
|
1722
|
+
* @param {string} project
|
1723
|
+
* @param {string} location
|
1724
|
+
* @param {string} data_store
|
1725
|
+
* @param {string} control
|
1726
|
+
* @returns {string} Resource name string.
|
1727
|
+
*/
|
1728
|
+
projectLocationDataStoreControlPath(project: string, location: string, dataStore: string, control: string): string;
|
1729
|
+
/**
|
1730
|
+
* Parse the project from ProjectLocationDataStoreControl resource.
|
1731
|
+
*
|
1732
|
+
* @param {string} projectLocationDataStoreControlName
|
1733
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1734
|
+
* @returns {string} A string representing the project.
|
1735
|
+
*/
|
1736
|
+
matchProjectFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
1737
|
+
/**
|
1738
|
+
* Parse the location from ProjectLocationDataStoreControl resource.
|
1739
|
+
*
|
1740
|
+
* @param {string} projectLocationDataStoreControlName
|
1741
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1742
|
+
* @returns {string} A string representing the location.
|
1743
|
+
*/
|
1744
|
+
matchLocationFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
1745
|
+
/**
|
1746
|
+
* Parse the data_store from ProjectLocationDataStoreControl resource.
|
1747
|
+
*
|
1748
|
+
* @param {string} projectLocationDataStoreControlName
|
1749
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1750
|
+
* @returns {string} A string representing the data_store.
|
1751
|
+
*/
|
1752
|
+
matchDataStoreFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
1753
|
+
/**
|
1754
|
+
* Parse the control from ProjectLocationDataStoreControl resource.
|
1755
|
+
*
|
1756
|
+
* @param {string} projectLocationDataStoreControlName
|
1757
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1758
|
+
* @returns {string} A string representing the control.
|
1759
|
+
*/
|
1760
|
+
matchControlFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
1338
1761
|
/**
|
1339
1762
|
* Return a fully-qualified projectLocationDataStoreConversation resource name string.
|
1340
1763
|
*
|
@@ -1377,6 +1800,39 @@ export declare class DocumentServiceClient {
|
|
1377
1800
|
* @returns {string} A string representing the conversation.
|
1378
1801
|
*/
|
1379
1802
|
matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
|
1803
|
+
/**
|
1804
|
+
* Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
|
1805
|
+
*
|
1806
|
+
* @param {string} project
|
1807
|
+
* @param {string} location
|
1808
|
+
* @param {string} data_store
|
1809
|
+
* @returns {string} Resource name string.
|
1810
|
+
*/
|
1811
|
+
projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
|
1812
|
+
/**
|
1813
|
+
* Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
|
1814
|
+
*
|
1815
|
+
* @param {string} projectLocationDataStoreDocumentProcessingConfigName
|
1816
|
+
* A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
|
1817
|
+
* @returns {string} A string representing the project.
|
1818
|
+
*/
|
1819
|
+
matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
|
1820
|
+
/**
|
1821
|
+
* Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
|
1822
|
+
*
|
1823
|
+
* @param {string} projectLocationDataStoreDocumentProcessingConfigName
|
1824
|
+
* A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
|
1825
|
+
* @returns {string} A string representing the location.
|
1826
|
+
*/
|
1827
|
+
matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
|
1828
|
+
/**
|
1829
|
+
* Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
|
1830
|
+
*
|
1831
|
+
* @param {string} projectLocationDataStoreDocumentProcessingConfigName
|
1832
|
+
* A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
|
1833
|
+
* @returns {string} A string representing the data_store.
|
1834
|
+
*/
|
1835
|
+
matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
|
1380
1836
|
/**
|
1381
1837
|
* Return a fully-qualified projectLocationDataStoreSchema resource name string.
|
1382
1838
|
*
|
@@ -1419,6 +1875,99 @@ export declare class DocumentServiceClient {
|
|
1419
1875
|
* @returns {string} A string representing the schema.
|
1420
1876
|
*/
|
1421
1877
|
matchSchemaFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
|
1878
|
+
/**
|
1879
|
+
* Return a fully-qualified projectLocationDataStoreSession resource name string.
|
1880
|
+
*
|
1881
|
+
* @param {string} project
|
1882
|
+
* @param {string} location
|
1883
|
+
* @param {string} data_store
|
1884
|
+
* @param {string} session
|
1885
|
+
* @returns {string} Resource name string.
|
1886
|
+
*/
|
1887
|
+
projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
|
1888
|
+
/**
|
1889
|
+
* Parse the project from ProjectLocationDataStoreSession resource.
|
1890
|
+
*
|
1891
|
+
* @param {string} projectLocationDataStoreSessionName
|
1892
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1893
|
+
* @returns {string} A string representing the project.
|
1894
|
+
*/
|
1895
|
+
matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1896
|
+
/**
|
1897
|
+
* Parse the location from ProjectLocationDataStoreSession resource.
|
1898
|
+
*
|
1899
|
+
* @param {string} projectLocationDataStoreSessionName
|
1900
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1901
|
+
* @returns {string} A string representing the location.
|
1902
|
+
*/
|
1903
|
+
matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1904
|
+
/**
|
1905
|
+
* Parse the data_store from ProjectLocationDataStoreSession resource.
|
1906
|
+
*
|
1907
|
+
* @param {string} projectLocationDataStoreSessionName
|
1908
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1909
|
+
* @returns {string} A string representing the data_store.
|
1910
|
+
*/
|
1911
|
+
matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1912
|
+
/**
|
1913
|
+
* Parse the session from ProjectLocationDataStoreSession resource.
|
1914
|
+
*
|
1915
|
+
* @param {string} projectLocationDataStoreSessionName
|
1916
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1917
|
+
* @returns {string} A string representing the session.
|
1918
|
+
*/
|
1919
|
+
matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1920
|
+
/**
|
1921
|
+
* Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
|
1922
|
+
*
|
1923
|
+
* @param {string} project
|
1924
|
+
* @param {string} location
|
1925
|
+
* @param {string} data_store
|
1926
|
+
* @param {string} session
|
1927
|
+
* @param {string} answer
|
1928
|
+
* @returns {string} Resource name string.
|
1929
|
+
*/
|
1930
|
+
projectLocationDataStoreSessionAnswerPath(project: string, location: string, dataStore: string, session: string, answer: string): string;
|
1931
|
+
/**
|
1932
|
+
* Parse the project from ProjectLocationDataStoreSessionAnswer resource.
|
1933
|
+
*
|
1934
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1935
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1936
|
+
* @returns {string} A string representing the project.
|
1937
|
+
*/
|
1938
|
+
matchProjectFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1939
|
+
/**
|
1940
|
+
* Parse the location from ProjectLocationDataStoreSessionAnswer resource.
|
1941
|
+
*
|
1942
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1943
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1944
|
+
* @returns {string} A string representing the location.
|
1945
|
+
*/
|
1946
|
+
matchLocationFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1947
|
+
/**
|
1948
|
+
* Parse the data_store from ProjectLocationDataStoreSessionAnswer resource.
|
1949
|
+
*
|
1950
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1951
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1952
|
+
* @returns {string} A string representing the data_store.
|
1953
|
+
*/
|
1954
|
+
matchDataStoreFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1955
|
+
/**
|
1956
|
+
* Parse the session from ProjectLocationDataStoreSessionAnswer resource.
|
1957
|
+
*
|
1958
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1959
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1960
|
+
* @returns {string} A string representing the session.
|
1961
|
+
*/
|
1962
|
+
matchSessionFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1963
|
+
/**
|
1964
|
+
* Parse the answer from ProjectLocationDataStoreSessionAnswer resource.
|
1965
|
+
*
|
1966
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1967
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1968
|
+
* @returns {string} A string representing the answer.
|
1969
|
+
*/
|
1970
|
+
matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1422
1971
|
/**
|
1423
1972
|
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
1424
1973
|
*
|