@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
@@ -139,6 +139,24 @@ export declare class RankServiceClient {
|
|
139
139
|
* @param {boolean} request.ignoreRecordDetailsInResponse
|
140
140
|
* If true, the response will contain only record ID and score. By default, it
|
141
141
|
* is false, the response will contain record details.
|
142
|
+
* @param {number[]} request.userLabels
|
143
|
+
* The user labels applied to a resource must meet the following requirements:
|
144
|
+
*
|
145
|
+
* * Each resource can have multiple labels, up to a maximum of 64.
|
146
|
+
* * Each label must be a key-value pair.
|
147
|
+
* * Keys have a minimum length of 1 character and a maximum length of 63
|
148
|
+
* characters and cannot be empty. Values can be empty and have a maximum
|
149
|
+
* length of 63 characters.
|
150
|
+
* * Keys and values can contain only lowercase letters, numeric characters,
|
151
|
+
* underscores, and dashes. All characters must use UTF-8 encoding, and
|
152
|
+
* international characters are allowed.
|
153
|
+
* * The key portion of a label must be unique. However, you can use the same
|
154
|
+
* key with multiple resources.
|
155
|
+
* * Keys must start with a lowercase letter or international character.
|
156
|
+
*
|
157
|
+
* See [Google Cloud
|
158
|
+
* Document](https://cloud.google.com/resource-manager/docs/creating-managing-labels#requirements)
|
159
|
+
* for more details.
|
142
160
|
* @param {object} [options]
|
143
161
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
144
162
|
* @returns {Promise} - The promise which resolves to an array.
|
@@ -458,6 +476,57 @@ export declare class RankServiceClient {
|
|
458
476
|
* @returns {string} A string representing the chunk.
|
459
477
|
*/
|
460
478
|
matchChunkFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
479
|
+
/**
|
480
|
+
* Return a fully-qualified projectLocationCollectionDataStoreControl resource name string.
|
481
|
+
*
|
482
|
+
* @param {string} project
|
483
|
+
* @param {string} location
|
484
|
+
* @param {string} collection
|
485
|
+
* @param {string} data_store
|
486
|
+
* @param {string} control
|
487
|
+
* @returns {string} Resource name string.
|
488
|
+
*/
|
489
|
+
projectLocationCollectionDataStoreControlPath(project: string, location: string, collection: string, dataStore: string, control: string): string;
|
490
|
+
/**
|
491
|
+
* Parse the project from ProjectLocationCollectionDataStoreControl resource.
|
492
|
+
*
|
493
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
494
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
495
|
+
* @returns {string} A string representing the project.
|
496
|
+
*/
|
497
|
+
matchProjectFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
498
|
+
/**
|
499
|
+
* Parse the location from ProjectLocationCollectionDataStoreControl resource.
|
500
|
+
*
|
501
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
502
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
503
|
+
* @returns {string} A string representing the location.
|
504
|
+
*/
|
505
|
+
matchLocationFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
506
|
+
/**
|
507
|
+
* Parse the collection from ProjectLocationCollectionDataStoreControl resource.
|
508
|
+
*
|
509
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
510
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
511
|
+
* @returns {string} A string representing the collection.
|
512
|
+
*/
|
513
|
+
matchCollectionFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
514
|
+
/**
|
515
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreControl resource.
|
516
|
+
*
|
517
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
518
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
519
|
+
* @returns {string} A string representing the data_store.
|
520
|
+
*/
|
521
|
+
matchDataStoreFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
522
|
+
/**
|
523
|
+
* Parse the control from ProjectLocationCollectionDataStoreControl resource.
|
524
|
+
*
|
525
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
526
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
527
|
+
* @returns {string} A string representing the control.
|
528
|
+
*/
|
529
|
+
matchControlFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
461
530
|
/**
|
462
531
|
* Return a fully-qualified projectLocationCollectionDataStoreConversation resource name string.
|
463
532
|
*
|
@@ -509,6 +578,57 @@ export declare class RankServiceClient {
|
|
509
578
|
* @returns {string} A string representing the conversation.
|
510
579
|
*/
|
511
580
|
matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
|
581
|
+
/**
|
582
|
+
* Return a fully-qualified projectLocationCollectionDataStoreCustomTuningModel resource name string.
|
583
|
+
*
|
584
|
+
* @param {string} project
|
585
|
+
* @param {string} location
|
586
|
+
* @param {string} collection
|
587
|
+
* @param {string} data_store
|
588
|
+
* @param {string} custom_tuning_model
|
589
|
+
* @returns {string} Resource name string.
|
590
|
+
*/
|
591
|
+
projectLocationCollectionDataStoreCustomTuningModelPath(project: string, location: string, collection: string, dataStore: string, customTuningModel: string): string;
|
592
|
+
/**
|
593
|
+
* Parse the project from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
594
|
+
*
|
595
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
596
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
597
|
+
* @returns {string} A string representing the project.
|
598
|
+
*/
|
599
|
+
matchProjectFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
|
600
|
+
/**
|
601
|
+
* Parse the location from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
602
|
+
*
|
603
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
604
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
605
|
+
* @returns {string} A string representing the location.
|
606
|
+
*/
|
607
|
+
matchLocationFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
|
608
|
+
/**
|
609
|
+
* Parse the collection from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
610
|
+
*
|
611
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
612
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
613
|
+
* @returns {string} A string representing the collection.
|
614
|
+
*/
|
615
|
+
matchCollectionFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
|
616
|
+
/**
|
617
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
618
|
+
*
|
619
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
620
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
621
|
+
* @returns {string} A string representing the data_store.
|
622
|
+
*/
|
623
|
+
matchDataStoreFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
|
624
|
+
/**
|
625
|
+
* Parse the custom_tuning_model from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
626
|
+
*
|
627
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
628
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
629
|
+
* @returns {string} A string representing the custom_tuning_model.
|
630
|
+
*/
|
631
|
+
matchCustomTuningModelFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
|
512
632
|
/**
|
513
633
|
* Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
|
514
634
|
*
|
@@ -857,6 +977,57 @@ export declare class RankServiceClient {
|
|
857
977
|
* @returns {string} A string representing the target_site.
|
858
978
|
*/
|
859
979
|
matchTargetSiteFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
980
|
+
/**
|
981
|
+
* Return a fully-qualified projectLocationCollectionEngineControl resource name string.
|
982
|
+
*
|
983
|
+
* @param {string} project
|
984
|
+
* @param {string} location
|
985
|
+
* @param {string} collection
|
986
|
+
* @param {string} engine
|
987
|
+
* @param {string} control
|
988
|
+
* @returns {string} Resource name string.
|
989
|
+
*/
|
990
|
+
projectLocationCollectionEngineControlPath(project: string, location: string, collection: string, engine: string, control: string): string;
|
991
|
+
/**
|
992
|
+
* Parse the project from ProjectLocationCollectionEngineControl resource.
|
993
|
+
*
|
994
|
+
* @param {string} projectLocationCollectionEngineControlName
|
995
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
996
|
+
* @returns {string} A string representing the project.
|
997
|
+
*/
|
998
|
+
matchProjectFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
999
|
+
/**
|
1000
|
+
* Parse the location from ProjectLocationCollectionEngineControl resource.
|
1001
|
+
*
|
1002
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1003
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1004
|
+
* @returns {string} A string representing the location.
|
1005
|
+
*/
|
1006
|
+
matchLocationFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1007
|
+
/**
|
1008
|
+
* Parse the collection from ProjectLocationCollectionEngineControl resource.
|
1009
|
+
*
|
1010
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1011
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1012
|
+
* @returns {string} A string representing the collection.
|
1013
|
+
*/
|
1014
|
+
matchCollectionFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1015
|
+
/**
|
1016
|
+
* Parse the engine from ProjectLocationCollectionEngineControl resource.
|
1017
|
+
*
|
1018
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1019
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1020
|
+
* @returns {string} A string representing the engine.
|
1021
|
+
*/
|
1022
|
+
matchEngineFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1023
|
+
/**
|
1024
|
+
* Parse the control from ProjectLocationCollectionEngineControl resource.
|
1025
|
+
*
|
1026
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1027
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1028
|
+
* @returns {string} A string representing the control.
|
1029
|
+
*/
|
1030
|
+
matchControlFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
860
1031
|
/**
|
861
1032
|
* Return a fully-qualified projectLocationCollectionEngineConversation resource name string.
|
862
1033
|
*
|
@@ -1214,6 +1385,48 @@ export declare class RankServiceClient {
|
|
1214
1385
|
* @returns {string} A string representing the chunk.
|
1215
1386
|
*/
|
1216
1387
|
matchChunkFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1388
|
+
/**
|
1389
|
+
* Return a fully-qualified projectLocationDataStoreControl resource name string.
|
1390
|
+
*
|
1391
|
+
* @param {string} project
|
1392
|
+
* @param {string} location
|
1393
|
+
* @param {string} data_store
|
1394
|
+
* @param {string} control
|
1395
|
+
* @returns {string} Resource name string.
|
1396
|
+
*/
|
1397
|
+
projectLocationDataStoreControlPath(project: string, location: string, dataStore: string, control: string): string;
|
1398
|
+
/**
|
1399
|
+
* Parse the project from ProjectLocationDataStoreControl resource.
|
1400
|
+
*
|
1401
|
+
* @param {string} projectLocationDataStoreControlName
|
1402
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1403
|
+
* @returns {string} A string representing the project.
|
1404
|
+
*/
|
1405
|
+
matchProjectFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
1406
|
+
/**
|
1407
|
+
* Parse the location from ProjectLocationDataStoreControl resource.
|
1408
|
+
*
|
1409
|
+
* @param {string} projectLocationDataStoreControlName
|
1410
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1411
|
+
* @returns {string} A string representing the location.
|
1412
|
+
*/
|
1413
|
+
matchLocationFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
1414
|
+
/**
|
1415
|
+
* Parse the data_store from ProjectLocationDataStoreControl resource.
|
1416
|
+
*
|
1417
|
+
* @param {string} projectLocationDataStoreControlName
|
1418
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1419
|
+
* @returns {string} A string representing the data_store.
|
1420
|
+
*/
|
1421
|
+
matchDataStoreFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
1422
|
+
/**
|
1423
|
+
* Parse the control from ProjectLocationDataStoreControl resource.
|
1424
|
+
*
|
1425
|
+
* @param {string} projectLocationDataStoreControlName
|
1426
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1427
|
+
* @returns {string} A string representing the control.
|
1428
|
+
*/
|
1429
|
+
matchControlFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
1217
1430
|
/**
|
1218
1431
|
* Return a fully-qualified projectLocationDataStoreConversation resource name string.
|
1219
1432
|
*
|
@@ -1256,6 +1469,48 @@ export declare class RankServiceClient {
|
|
1256
1469
|
* @returns {string} A string representing the conversation.
|
1257
1470
|
*/
|
1258
1471
|
matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
|
1472
|
+
/**
|
1473
|
+
* Return a fully-qualified projectLocationDataStoreCustomTuningModel resource name string.
|
1474
|
+
*
|
1475
|
+
* @param {string} project
|
1476
|
+
* @param {string} location
|
1477
|
+
* @param {string} data_store
|
1478
|
+
* @param {string} custom_tuning_model
|
1479
|
+
* @returns {string} Resource name string.
|
1480
|
+
*/
|
1481
|
+
projectLocationDataStoreCustomTuningModelPath(project: string, location: string, dataStore: string, customTuningModel: string): string;
|
1482
|
+
/**
|
1483
|
+
* Parse the project from ProjectLocationDataStoreCustomTuningModel resource.
|
1484
|
+
*
|
1485
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
1486
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
1487
|
+
* @returns {string} A string representing the project.
|
1488
|
+
*/
|
1489
|
+
matchProjectFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName: string): string | number;
|
1490
|
+
/**
|
1491
|
+
* Parse the location from ProjectLocationDataStoreCustomTuningModel resource.
|
1492
|
+
*
|
1493
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
1494
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
1495
|
+
* @returns {string} A string representing the location.
|
1496
|
+
*/
|
1497
|
+
matchLocationFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName: string): string | number;
|
1498
|
+
/**
|
1499
|
+
* Parse the data_store from ProjectLocationDataStoreCustomTuningModel resource.
|
1500
|
+
*
|
1501
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
1502
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
1503
|
+
* @returns {string} A string representing the data_store.
|
1504
|
+
*/
|
1505
|
+
matchDataStoreFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName: string): string | number;
|
1506
|
+
/**
|
1507
|
+
* Parse the custom_tuning_model from ProjectLocationDataStoreCustomTuningModel resource.
|
1508
|
+
*
|
1509
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
1510
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
1511
|
+
* @returns {string} A string representing the custom_tuning_model.
|
1512
|
+
*/
|
1513
|
+
matchCustomTuningModelFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName: string): string | number;
|
1259
1514
|
/**
|
1260
1515
|
* Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
|
1261
1516
|
*
|