@google-cloud/discoveryengine 1.7.0 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/README.md +33 -4
- package/build/protos/google/cloud/discoveryengine/v1/answer.proto +337 -0
- package/build/protos/google/cloud/discoveryengine/v1/common.proto +34 -1
- package/build/protos/google/cloud/discoveryengine/v1/completion.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/completion_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/control.proto +214 -0
- package/build/protos/google/cloud/discoveryengine/v1/control_service.proto +236 -0
- package/build/protos/google/cloud/discoveryengine/v1/conversation.proto +3 -3
- package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +570 -1
- package/build/protos/google/cloud/discoveryengine/v1/data_store.proto +5 -1
- package/build/protos/google/cloud/discoveryengine/v1/data_store_service.proto +3 -3
- package/build/protos/google/cloud/discoveryengine/v1/document.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/document_processing_config.proto +92 -0
- package/build/protos/google/cloud/discoveryengine/v1/document_service.proto +7 -7
- package/build/protos/google/cloud/discoveryengine/v1/engine.proto +5 -5
- package/build/protos/google/cloud/discoveryengine/v1/engine_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/grounded_generation_service.proto +149 -0
- package/build/protos/google/cloud/discoveryengine/v1/grounding.proto +58 -0
- package/build/protos/google/cloud/discoveryengine/v1/import_config.proto +5 -5
- package/build/protos/google/cloud/discoveryengine/v1/project.proto +103 -0
- package/build/protos/google/cloud/discoveryengine/v1/project_service.proto +90 -0
- package/build/protos/google/cloud/discoveryengine/v1/purge_config.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/rank_service.proto +131 -0
- package/build/protos/google/cloud/discoveryengine/v1/recommendation_service.proto +21 -20
- package/build/protos/google/cloud/discoveryengine/v1/schema.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/schema_service.proto +6 -6
- package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +24 -19
- package/build/protos/google/cloud/discoveryengine/v1/session.proto +97 -0
- package/build/protos/google/cloud/discoveryengine/v1/site_search_engine.proto +4 -1
- package/build/protos/google/cloud/discoveryengine/v1/site_search_engine_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/user_event.proto +29 -4
- package/build/protos/google/cloud/discoveryengine/v1/user_event_service.proto +19 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/acl_config.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/acl_config_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/answer.proto +10 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/chunk.proto +8 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/chunk_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +17 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/completion.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/completion_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/control.proto +217 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/control_service.proto +236 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversation.proto +3 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +20 -4
- package/build/protos/google/cloud/discoveryengine/v1alpha/custom_tuning_model.proto +87 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/data_store.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/data_store_service.proto +3 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/document.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/document_processing_config.proto +2 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/document_service.proto +13 -10
- package/build/protos/google/cloud/discoveryengine/v1alpha/engine.proto +5 -5
- package/build/protos/google/cloud/discoveryengine/v1alpha/engine_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/estimate_billing_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/grounded_generation_service.proto +31 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/grounding.proto +4 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/import_config.proto +5 -5
- package/build/protos/google/cloud/discoveryengine/v1alpha/project.proto +2 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/project_service.proto +3 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/purge_config.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/rank_service.proto +20 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/recommendation_service.proto +21 -20
- package/build/protos/google/cloud/discoveryengine/v1alpha/schema.proto +38 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/schema_service.proto +7 -7
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +29 -32
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_tuning_service.proto +40 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/serving_config.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/serving_config_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/session.proto +4 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine.proto +4 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/user_event.proto +30 -4
- package/build/protos/google/cloud/discoveryengine/v1alpha/user_event_service.proto +19 -3
- package/build/protos/google/cloud/discoveryengine/v1beta/answer.proto +11 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/common.proto +17 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/completion.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/completion_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/control.proto +216 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/control_service.proto +236 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/conversation.proto +3 -3
- package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +20 -4
- package/build/protos/google/cloud/discoveryengine/v1beta/custom_tuning_model.proto +87 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/data_store.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/data_store_service.proto +3 -3
- package/build/protos/google/cloud/discoveryengine/v1beta/document.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/document_processing_config.proto +2 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/document_service.proto +8 -9
- package/build/protos/google/cloud/discoveryengine/v1beta/engine.proto +5 -5
- package/build/protos/google/cloud/discoveryengine/v1beta/engine_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/grounded_generation_service.proto +31 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/grounding.proto +4 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/import_config.proto +5 -5
- package/build/protos/google/cloud/discoveryengine/v1beta/project.proto +103 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/project_service.proto +90 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/purge_config.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/rank_service.proto +20 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/recommendation_service.proto +21 -20
- package/build/protos/google/cloud/discoveryengine/v1beta/schema.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/schema_service.proto +6 -6
- package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +31 -25
- package/build/protos/google/cloud/discoveryengine/v1beta/search_tuning_service.proto +40 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/serving_config.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/serving_config_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/session.proto +5 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/site_search_engine.proto +4 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/site_search_engine_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event.proto +29 -4
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event_service.proto +19 -3
- package/build/protos/protos.d.ts +52350 -38733
- package/build/protos/protos.js +136479 -103212
- package/build/protos/protos.json +9460 -5916
- package/build/src/index.d.ts +13 -1
- package/build/src/index.js +13 -1
- package/build/src/v1/completion_service_client.d.ts +549 -0
- package/build/src/v1/completion_service_client.js +771 -0
- package/build/src/v1/control_service_client.d.ts +1623 -0
- package/build/src/v1/control_service_client.js +2218 -0
- package/build/src/v1/control_service_client_config.json +63 -0
- package/build/src/v1/conversational_search_service_client.d.ts +893 -0
- package/build/src/v1/conversational_search_service_client.js +1040 -14
- package/build/src/v1/conversational_search_service_client_config.json +35 -0
- package/build/src/v1/data_store_service_client.d.ts +555 -6
- package/build/src/v1/data_store_service_client.js +775 -4
- package/build/src/v1/document_service_client.d.ts +557 -8
- package/build/src/v1/document_service_client.js +773 -2
- package/build/src/v1/engine_service_client.d.ts +549 -0
- package/build/src/v1/engine_service_client.js +771 -0
- package/build/src/v1/grounded_generation_service_client.d.ts +1439 -0
- package/build/src/v1/grounded_generation_service_client.js +2036 -0
- package/build/src/v1/grounded_generation_service_client_config.json +43 -0
- package/build/src/v1/index.d.ts +4 -0
- package/build/src/v1/index.js +9 -1
- package/build/src/v1/project_service_client.d.ts +1533 -0
- package/build/src/v1/project_service_client.js +2255 -0
- package/build/src/v1/project_service_client_config.json +43 -0
- package/build/src/v1/rank_service_client.d.ts +1449 -0
- package/build/src/v1/rank_service_client.js +2037 -0
- package/build/src/v1/rank_service_client_config.json +43 -0
- package/build/src/v1/recommendation_service_client.d.ts +568 -18
- package/build/src/v1/recommendation_service_client.js +756 -0
- package/build/src/v1/schema_service_client.d.ts +558 -9
- package/build/src/v1/schema_service_client.js +775 -4
- package/build/src/v1/search_service_client.d.ts +579 -21
- package/build/src/v1/search_service_client.js +776 -14
- package/build/src/v1/site_search_engine_service_client.d.ts +549 -0
- package/build/src/v1/site_search_engine_service_client.js +771 -0
- package/build/src/v1/user_event_service_client.d.ts +562 -2
- package/build/src/v1/user_event_service_client.js +771 -0
- package/build/src/v1alpha/acl_config_service_client.d.ts +237 -0
- package/build/src/v1alpha/acl_config_service_client.js +326 -0
- package/build/src/v1alpha/chunk_service_client.d.ts +237 -0
- package/build/src/v1alpha/chunk_service_client.js +326 -0
- package/build/src/v1alpha/completion_service_client.d.ts +237 -0
- package/build/src/v1alpha/completion_service_client.js +340 -0
- package/build/src/v1alpha/control_service_client.d.ts +2013 -0
- package/build/src/v1alpha/control_service_client.js +2757 -0
- package/build/src/v1alpha/control_service_client_config.json +63 -0
- package/build/src/v1alpha/conversational_search_service_client.d.ts +239 -2
- package/build/src/v1alpha/conversational_search_service_client.js +326 -0
- package/build/src/v1alpha/data_store_service_client.d.ts +243 -6
- package/build/src/v1alpha/data_store_service_client.js +344 -4
- package/build/src/v1alpha/document_service_client.d.ts +246 -9
- package/build/src/v1alpha/document_service_client.js +342 -2
- package/build/src/v1alpha/engine_service_client.d.ts +237 -0
- package/build/src/v1alpha/engine_service_client.js +340 -0
- package/build/src/v1alpha/estimate_billing_service_client.d.ts +237 -0
- package/build/src/v1alpha/estimate_billing_service_client.js +340 -0
- package/build/src/v1alpha/grounded_generation_service_client.d.ts +256 -1
- package/build/src/v1alpha/grounded_generation_service_client.js +326 -0
- package/build/src/v1alpha/index.d.ts +1 -0
- package/build/src/v1alpha/index.js +3 -1
- package/build/src/v1alpha/project_service_client.d.ts +239 -0
- package/build/src/v1alpha/project_service_client.js +340 -0
- package/build/src/v1alpha/project_service_client_config.json +21 -6
- package/build/src/v1alpha/rank_service_client.d.ts +255 -0
- package/build/src/v1alpha/rank_service_client.js +326 -0
- package/build/src/v1alpha/recommendation_service_client.d.ts +256 -18
- package/build/src/v1alpha/recommendation_service_client.js +326 -0
- package/build/src/v1alpha/schema_service_client.d.ts +247 -10
- package/build/src/v1alpha/schema_service_client.js +344 -4
- package/build/src/v1alpha/search_service_client.d.ts +267 -21
- package/build/src/v1alpha/search_service_client.js +346 -14
- package/build/src/v1alpha/search_tuning_service_client.d.ts +265 -0
- package/build/src/v1alpha/search_tuning_service_client.js +365 -1
- package/build/src/v1alpha/search_tuning_service_client_config.json +4 -0
- package/build/src/v1alpha/serving_config_service_client.d.ts +237 -0
- package/build/src/v1alpha/serving_config_service_client.js +326 -0
- package/build/src/v1alpha/site_search_engine_service_client.d.ts +237 -0
- package/build/src/v1alpha/site_search_engine_service_client.js +340 -0
- package/build/src/v1alpha/user_event_service_client.d.ts +250 -2
- package/build/src/v1alpha/user_event_service_client.js +340 -0
- package/build/src/v1beta/completion_service_client.d.ts +252 -0
- package/build/src/v1beta/completion_service_client.js +359 -0
- package/build/src/v1beta/control_service_client.d.ts +1860 -0
- package/build/src/v1beta/control_service_client.js +2545 -0
- package/build/src/v1beta/control_service_client_config.json +63 -0
- package/build/src/v1beta/conversational_search_service_client.d.ts +254 -2
- package/build/src/v1beta/conversational_search_service_client.js +348 -0
- package/build/src/v1beta/data_store_service_client.d.ts +258 -6
- package/build/src/v1beta/data_store_service_client.js +363 -4
- package/build/src/v1beta/document_service_client.d.ts +261 -10
- package/build/src/v1beta/document_service_client.js +361 -2
- package/build/src/v1beta/engine_service_client.d.ts +252 -0
- package/build/src/v1beta/engine_service_client.js +359 -0
- package/build/src/v1beta/grounded_generation_service_client.d.ts +271 -1
- package/build/src/v1beta/grounded_generation_service_client.js +348 -0
- package/build/src/v1beta/index.d.ts +2 -0
- package/build/src/v1beta/index.js +5 -1
- package/build/src/v1beta/project_service_client.d.ts +1770 -0
- package/build/src/v1beta/project_service_client.js +2576 -0
- package/build/src/v1beta/project_service_client_config.json +43 -0
- package/build/src/v1beta/rank_service_client.d.ts +270 -0
- package/build/src/v1beta/rank_service_client.js +348 -0
- package/build/src/v1beta/recommendation_service_client.d.ts +271 -18
- package/build/src/v1beta/recommendation_service_client.js +348 -0
- package/build/src/v1beta/schema_service_client.d.ts +261 -9
- package/build/src/v1beta/schema_service_client.js +363 -4
- package/build/src/v1beta/search_service_client.d.ts +282 -21
- package/build/src/v1beta/search_service_client.js +368 -14
- package/build/src/v1beta/search_tuning_service_client.d.ts +280 -0
- package/build/src/v1beta/search_tuning_service_client.js +384 -1
- package/build/src/v1beta/search_tuning_service_client_config.json +4 -0
- package/build/src/v1beta/serving_config_service_client.d.ts +237 -0
- package/build/src/v1beta/serving_config_service_client.js +326 -0
- package/build/src/v1beta/site_search_engine_service_client.d.ts +252 -0
- package/build/src/v1beta/site_search_engine_service_client.js +359 -0
- package/build/src/v1beta/user_event_service_client.d.ts +265 -2
- package/build/src/v1beta/user_event_service_client.js +359 -0
- package/package.json +2 -2
@@ -499,6 +499,57 @@ export declare class ServingConfigServiceClient {
|
|
499
499
|
* @returns {string} A string representing the document.
|
500
500
|
*/
|
501
501
|
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
502
|
+
/**
|
503
|
+
* Return a fully-qualified projectLocationCollectionDataStoreControl resource name string.
|
504
|
+
*
|
505
|
+
* @param {string} project
|
506
|
+
* @param {string} location
|
507
|
+
* @param {string} collection
|
508
|
+
* @param {string} data_store
|
509
|
+
* @param {string} control
|
510
|
+
* @returns {string} Resource name string.
|
511
|
+
*/
|
512
|
+
projectLocationCollectionDataStoreControlPath(project: string, location: string, collection: string, dataStore: string, control: string): string;
|
513
|
+
/**
|
514
|
+
* Parse the project from ProjectLocationCollectionDataStoreControl resource.
|
515
|
+
*
|
516
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
517
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
518
|
+
* @returns {string} A string representing the project.
|
519
|
+
*/
|
520
|
+
matchProjectFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
521
|
+
/**
|
522
|
+
* Parse the location from ProjectLocationCollectionDataStoreControl resource.
|
523
|
+
*
|
524
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
525
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
526
|
+
* @returns {string} A string representing the location.
|
527
|
+
*/
|
528
|
+
matchLocationFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
529
|
+
/**
|
530
|
+
* Parse the collection from ProjectLocationCollectionDataStoreControl resource.
|
531
|
+
*
|
532
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
533
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
534
|
+
* @returns {string} A string representing the collection.
|
535
|
+
*/
|
536
|
+
matchCollectionFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
537
|
+
/**
|
538
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreControl resource.
|
539
|
+
*
|
540
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
541
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
542
|
+
* @returns {string} A string representing the data_store.
|
543
|
+
*/
|
544
|
+
matchDataStoreFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
545
|
+
/**
|
546
|
+
* Parse the control from ProjectLocationCollectionDataStoreControl resource.
|
547
|
+
*
|
548
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
549
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
550
|
+
* @returns {string} A string representing the control.
|
551
|
+
*/
|
552
|
+
matchControlFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
502
553
|
/**
|
503
554
|
* Return a fully-qualified projectLocationCollectionDataStoreConversation resource name string.
|
504
555
|
*
|
@@ -550,6 +601,57 @@ export declare class ServingConfigServiceClient {
|
|
550
601
|
* @returns {string} A string representing the conversation.
|
551
602
|
*/
|
552
603
|
matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
|
604
|
+
/**
|
605
|
+
* Return a fully-qualified projectLocationCollectionDataStoreCustomTuningModel resource name string.
|
606
|
+
*
|
607
|
+
* @param {string} project
|
608
|
+
* @param {string} location
|
609
|
+
* @param {string} collection
|
610
|
+
* @param {string} data_store
|
611
|
+
* @param {string} custom_tuning_model
|
612
|
+
* @returns {string} Resource name string.
|
613
|
+
*/
|
614
|
+
projectLocationCollectionDataStoreCustomTuningModelPath(project: string, location: string, collection: string, dataStore: string, customTuningModel: string): string;
|
615
|
+
/**
|
616
|
+
* Parse the project from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
617
|
+
*
|
618
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
619
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
620
|
+
* @returns {string} A string representing the project.
|
621
|
+
*/
|
622
|
+
matchProjectFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
|
623
|
+
/**
|
624
|
+
* Parse the location from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
625
|
+
*
|
626
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
627
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
628
|
+
* @returns {string} A string representing the location.
|
629
|
+
*/
|
630
|
+
matchLocationFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
|
631
|
+
/**
|
632
|
+
* Parse the collection from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
633
|
+
*
|
634
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
635
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
636
|
+
* @returns {string} A string representing the collection.
|
637
|
+
*/
|
638
|
+
matchCollectionFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
|
639
|
+
/**
|
640
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
641
|
+
*
|
642
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
643
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
644
|
+
* @returns {string} A string representing the data_store.
|
645
|
+
*/
|
646
|
+
matchDataStoreFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
|
647
|
+
/**
|
648
|
+
* Parse the custom_tuning_model from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
649
|
+
*
|
650
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
651
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
652
|
+
* @returns {string} A string representing the custom_tuning_model.
|
653
|
+
*/
|
654
|
+
matchCustomTuningModelFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
|
553
655
|
/**
|
554
656
|
* Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
|
555
657
|
*
|
@@ -898,6 +1000,57 @@ export declare class ServingConfigServiceClient {
|
|
898
1000
|
* @returns {string} A string representing the target_site.
|
899
1001
|
*/
|
900
1002
|
matchTargetSiteFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1003
|
+
/**
|
1004
|
+
* Return a fully-qualified projectLocationCollectionEngineControl resource name string.
|
1005
|
+
*
|
1006
|
+
* @param {string} project
|
1007
|
+
* @param {string} location
|
1008
|
+
* @param {string} collection
|
1009
|
+
* @param {string} engine
|
1010
|
+
* @param {string} control
|
1011
|
+
* @returns {string} Resource name string.
|
1012
|
+
*/
|
1013
|
+
projectLocationCollectionEngineControlPath(project: string, location: string, collection: string, engine: string, control: string): string;
|
1014
|
+
/**
|
1015
|
+
* Parse the project from ProjectLocationCollectionEngineControl resource.
|
1016
|
+
*
|
1017
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1018
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1019
|
+
* @returns {string} A string representing the project.
|
1020
|
+
*/
|
1021
|
+
matchProjectFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1022
|
+
/**
|
1023
|
+
* Parse the location from ProjectLocationCollectionEngineControl resource.
|
1024
|
+
*
|
1025
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1026
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1027
|
+
* @returns {string} A string representing the location.
|
1028
|
+
*/
|
1029
|
+
matchLocationFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1030
|
+
/**
|
1031
|
+
* Parse the collection from ProjectLocationCollectionEngineControl resource.
|
1032
|
+
*
|
1033
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1034
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1035
|
+
* @returns {string} A string representing the collection.
|
1036
|
+
*/
|
1037
|
+
matchCollectionFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1038
|
+
/**
|
1039
|
+
* Parse the engine from ProjectLocationCollectionEngineControl resource.
|
1040
|
+
*
|
1041
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1042
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1043
|
+
* @returns {string} A string representing the engine.
|
1044
|
+
*/
|
1045
|
+
matchEngineFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1046
|
+
/**
|
1047
|
+
* Parse the control from ProjectLocationCollectionEngineControl resource.
|
1048
|
+
*
|
1049
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1050
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1051
|
+
* @returns {string} A string representing the control.
|
1052
|
+
*/
|
1053
|
+
matchControlFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
901
1054
|
/**
|
902
1055
|
* Return a fully-qualified projectLocationCollectionEngineConversation resource name string.
|
903
1056
|
*
|
@@ -1195,6 +1348,48 @@ export declare class ServingConfigServiceClient {
|
|
1195
1348
|
* @returns {string} A string representing the document.
|
1196
1349
|
*/
|
1197
1350
|
matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
1351
|
+
/**
|
1352
|
+
* Return a fully-qualified projectLocationDataStoreControl resource name string.
|
1353
|
+
*
|
1354
|
+
* @param {string} project
|
1355
|
+
* @param {string} location
|
1356
|
+
* @param {string} data_store
|
1357
|
+
* @param {string} control
|
1358
|
+
* @returns {string} Resource name string.
|
1359
|
+
*/
|
1360
|
+
projectLocationDataStoreControlPath(project: string, location: string, dataStore: string, control: string): string;
|
1361
|
+
/**
|
1362
|
+
* Parse the project from ProjectLocationDataStoreControl resource.
|
1363
|
+
*
|
1364
|
+
* @param {string} projectLocationDataStoreControlName
|
1365
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1366
|
+
* @returns {string} A string representing the project.
|
1367
|
+
*/
|
1368
|
+
matchProjectFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
1369
|
+
/**
|
1370
|
+
* Parse the location from ProjectLocationDataStoreControl resource.
|
1371
|
+
*
|
1372
|
+
* @param {string} projectLocationDataStoreControlName
|
1373
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1374
|
+
* @returns {string} A string representing the location.
|
1375
|
+
*/
|
1376
|
+
matchLocationFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
1377
|
+
/**
|
1378
|
+
* Parse the data_store from ProjectLocationDataStoreControl resource.
|
1379
|
+
*
|
1380
|
+
* @param {string} projectLocationDataStoreControlName
|
1381
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1382
|
+
* @returns {string} A string representing the data_store.
|
1383
|
+
*/
|
1384
|
+
matchDataStoreFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
1385
|
+
/**
|
1386
|
+
* Parse the control from ProjectLocationDataStoreControl resource.
|
1387
|
+
*
|
1388
|
+
* @param {string} projectLocationDataStoreControlName
|
1389
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1390
|
+
* @returns {string} A string representing the control.
|
1391
|
+
*/
|
1392
|
+
matchControlFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
1198
1393
|
/**
|
1199
1394
|
* Return a fully-qualified projectLocationDataStoreConversation resource name string.
|
1200
1395
|
*
|
@@ -1237,6 +1432,48 @@ export declare class ServingConfigServiceClient {
|
|
1237
1432
|
* @returns {string} A string representing the conversation.
|
1238
1433
|
*/
|
1239
1434
|
matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
|
1435
|
+
/**
|
1436
|
+
* Return a fully-qualified projectLocationDataStoreCustomTuningModel resource name string.
|
1437
|
+
*
|
1438
|
+
* @param {string} project
|
1439
|
+
* @param {string} location
|
1440
|
+
* @param {string} data_store
|
1441
|
+
* @param {string} custom_tuning_model
|
1442
|
+
* @returns {string} Resource name string.
|
1443
|
+
*/
|
1444
|
+
projectLocationDataStoreCustomTuningModelPath(project: string, location: string, dataStore: string, customTuningModel: string): string;
|
1445
|
+
/**
|
1446
|
+
* Parse the project from ProjectLocationDataStoreCustomTuningModel resource.
|
1447
|
+
*
|
1448
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
1449
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
1450
|
+
* @returns {string} A string representing the project.
|
1451
|
+
*/
|
1452
|
+
matchProjectFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName: string): string | number;
|
1453
|
+
/**
|
1454
|
+
* Parse the location from ProjectLocationDataStoreCustomTuningModel resource.
|
1455
|
+
*
|
1456
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
1457
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
1458
|
+
* @returns {string} A string representing the location.
|
1459
|
+
*/
|
1460
|
+
matchLocationFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName: string): string | number;
|
1461
|
+
/**
|
1462
|
+
* Parse the data_store from ProjectLocationDataStoreCustomTuningModel resource.
|
1463
|
+
*
|
1464
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
1465
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
1466
|
+
* @returns {string} A string representing the data_store.
|
1467
|
+
*/
|
1468
|
+
matchDataStoreFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName: string): string | number;
|
1469
|
+
/**
|
1470
|
+
* Parse the custom_tuning_model from ProjectLocationDataStoreCustomTuningModel resource.
|
1471
|
+
*
|
1472
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
1473
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
1474
|
+
* @returns {string} A string representing the custom_tuning_model.
|
1475
|
+
*/
|
1476
|
+
matchCustomTuningModelFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName: string): string | number;
|
1240
1477
|
/**
|
1241
1478
|
* Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
|
1242
1479
|
*
|
@@ -155,7 +155,9 @@ class ServingConfigServiceClient {
|
|
155
155
|
projectPathTemplate: new this._gaxModule.PathTemplate('projects/{project}'),
|
156
156
|
projectLocationCollectionDataStorePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}'),
|
157
157
|
projectLocationCollectionDataStoreBranchDocumentPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}'),
|
158
|
+
projectLocationCollectionDataStoreControlPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/controls/{control}'),
|
158
159
|
projectLocationCollectionDataStoreConversationPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/conversations/{conversation}'),
|
160
|
+
projectLocationCollectionDataStoreCustomTuningModelPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/customTuningModels/{custom_tuning_model}'),
|
159
161
|
projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/documentProcessingConfig'),
|
160
162
|
projectLocationCollectionDataStoreSchemaPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}'),
|
161
163
|
projectLocationCollectionDataStoreServingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/servingConfigs/{serving_config}'),
|
@@ -163,13 +165,16 @@ class ServingConfigServiceClient {
|
|
163
165
|
projectLocationCollectionDataStoreSessionAnswerPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/sessions/{session}/answers/{answer}'),
|
164
166
|
projectLocationCollectionDataStoreSiteSearchEnginePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine'),
|
165
167
|
projectLocationCollectionDataStoreSiteSearchEngineTargetSitePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine/targetSites/{target_site}'),
|
168
|
+
projectLocationCollectionEngineControlPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/controls/{control}'),
|
166
169
|
projectLocationCollectionEngineConversationPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/conversations/{conversation}'),
|
167
170
|
projectLocationCollectionEngineServingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config}'),
|
168
171
|
projectLocationCollectionEngineSessionPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}'),
|
169
172
|
projectLocationCollectionEngineSessionAnswerPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}/answers/{answer}'),
|
170
173
|
projectLocationDataStorePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}'),
|
171
174
|
projectLocationDataStoreBranchDocumentPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/branches/{branch}/documents/{document}'),
|
175
|
+
projectLocationDataStoreControlPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/controls/{control}'),
|
172
176
|
projectLocationDataStoreConversationPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/conversations/{conversation}'),
|
177
|
+
projectLocationDataStoreCustomTuningModelPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/customTuningModels/{custom_tuning_model}'),
|
173
178
|
projectLocationDataStoreDocumentProcessingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/documentProcessingConfig'),
|
174
179
|
projectLocationDataStoreSchemaPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/schemas/{schema}'),
|
175
180
|
projectLocationDataStoreServingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/servingConfigs/{serving_config}'),
|
@@ -752,6 +757,75 @@ class ServingConfigServiceClient {
|
|
752
757
|
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName) {
|
753
758
|
return this.pathTemplates.projectLocationCollectionDataStoreBranchDocumentPathTemplate.match(projectLocationCollectionDataStoreBranchDocumentName).document;
|
754
759
|
}
|
760
|
+
/**
|
761
|
+
* Return a fully-qualified projectLocationCollectionDataStoreControl resource name string.
|
762
|
+
*
|
763
|
+
* @param {string} project
|
764
|
+
* @param {string} location
|
765
|
+
* @param {string} collection
|
766
|
+
* @param {string} data_store
|
767
|
+
* @param {string} control
|
768
|
+
* @returns {string} Resource name string.
|
769
|
+
*/
|
770
|
+
projectLocationCollectionDataStoreControlPath(project, location, collection, dataStore, control) {
|
771
|
+
return this.pathTemplates.projectLocationCollectionDataStoreControlPathTemplate.render({
|
772
|
+
project: project,
|
773
|
+
location: location,
|
774
|
+
collection: collection,
|
775
|
+
data_store: dataStore,
|
776
|
+
control: control,
|
777
|
+
});
|
778
|
+
}
|
779
|
+
/**
|
780
|
+
* Parse the project from ProjectLocationCollectionDataStoreControl resource.
|
781
|
+
*
|
782
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
783
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
784
|
+
* @returns {string} A string representing the project.
|
785
|
+
*/
|
786
|
+
matchProjectFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName) {
|
787
|
+
return this.pathTemplates.projectLocationCollectionDataStoreControlPathTemplate.match(projectLocationCollectionDataStoreControlName).project;
|
788
|
+
}
|
789
|
+
/**
|
790
|
+
* Parse the location from ProjectLocationCollectionDataStoreControl resource.
|
791
|
+
*
|
792
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
793
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
794
|
+
* @returns {string} A string representing the location.
|
795
|
+
*/
|
796
|
+
matchLocationFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName) {
|
797
|
+
return this.pathTemplates.projectLocationCollectionDataStoreControlPathTemplate.match(projectLocationCollectionDataStoreControlName).location;
|
798
|
+
}
|
799
|
+
/**
|
800
|
+
* Parse the collection from ProjectLocationCollectionDataStoreControl resource.
|
801
|
+
*
|
802
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
803
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
804
|
+
* @returns {string} A string representing the collection.
|
805
|
+
*/
|
806
|
+
matchCollectionFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName) {
|
807
|
+
return this.pathTemplates.projectLocationCollectionDataStoreControlPathTemplate.match(projectLocationCollectionDataStoreControlName).collection;
|
808
|
+
}
|
809
|
+
/**
|
810
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreControl resource.
|
811
|
+
*
|
812
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
813
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
814
|
+
* @returns {string} A string representing the data_store.
|
815
|
+
*/
|
816
|
+
matchDataStoreFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName) {
|
817
|
+
return this.pathTemplates.projectLocationCollectionDataStoreControlPathTemplate.match(projectLocationCollectionDataStoreControlName).data_store;
|
818
|
+
}
|
819
|
+
/**
|
820
|
+
* Parse the control from ProjectLocationCollectionDataStoreControl resource.
|
821
|
+
*
|
822
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
823
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
824
|
+
* @returns {string} A string representing the control.
|
825
|
+
*/
|
826
|
+
matchControlFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName) {
|
827
|
+
return this.pathTemplates.projectLocationCollectionDataStoreControlPathTemplate.match(projectLocationCollectionDataStoreControlName).control;
|
828
|
+
}
|
755
829
|
/**
|
756
830
|
* Return a fully-qualified projectLocationCollectionDataStoreConversation resource name string.
|
757
831
|
*
|
@@ -821,6 +895,75 @@ class ServingConfigServiceClient {
|
|
821
895
|
matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName) {
|
822
896
|
return this.pathTemplates.projectLocationCollectionDataStoreConversationPathTemplate.match(projectLocationCollectionDataStoreConversationName).conversation;
|
823
897
|
}
|
898
|
+
/**
|
899
|
+
* Return a fully-qualified projectLocationCollectionDataStoreCustomTuningModel resource name string.
|
900
|
+
*
|
901
|
+
* @param {string} project
|
902
|
+
* @param {string} location
|
903
|
+
* @param {string} collection
|
904
|
+
* @param {string} data_store
|
905
|
+
* @param {string} custom_tuning_model
|
906
|
+
* @returns {string} Resource name string.
|
907
|
+
*/
|
908
|
+
projectLocationCollectionDataStoreCustomTuningModelPath(project, location, collection, dataStore, customTuningModel) {
|
909
|
+
return this.pathTemplates.projectLocationCollectionDataStoreCustomTuningModelPathTemplate.render({
|
910
|
+
project: project,
|
911
|
+
location: location,
|
912
|
+
collection: collection,
|
913
|
+
data_store: dataStore,
|
914
|
+
custom_tuning_model: customTuningModel,
|
915
|
+
});
|
916
|
+
}
|
917
|
+
/**
|
918
|
+
* Parse the project from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
919
|
+
*
|
920
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
921
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
922
|
+
* @returns {string} A string representing the project.
|
923
|
+
*/
|
924
|
+
matchProjectFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName) {
|
925
|
+
return this.pathTemplates.projectLocationCollectionDataStoreCustomTuningModelPathTemplate.match(projectLocationCollectionDataStoreCustomTuningModelName).project;
|
926
|
+
}
|
927
|
+
/**
|
928
|
+
* Parse the location from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
929
|
+
*
|
930
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
931
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
932
|
+
* @returns {string} A string representing the location.
|
933
|
+
*/
|
934
|
+
matchLocationFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName) {
|
935
|
+
return this.pathTemplates.projectLocationCollectionDataStoreCustomTuningModelPathTemplate.match(projectLocationCollectionDataStoreCustomTuningModelName).location;
|
936
|
+
}
|
937
|
+
/**
|
938
|
+
* Parse the collection from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
939
|
+
*
|
940
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
941
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
942
|
+
* @returns {string} A string representing the collection.
|
943
|
+
*/
|
944
|
+
matchCollectionFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName) {
|
945
|
+
return this.pathTemplates.projectLocationCollectionDataStoreCustomTuningModelPathTemplate.match(projectLocationCollectionDataStoreCustomTuningModelName).collection;
|
946
|
+
}
|
947
|
+
/**
|
948
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
949
|
+
*
|
950
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
951
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
952
|
+
* @returns {string} A string representing the data_store.
|
953
|
+
*/
|
954
|
+
matchDataStoreFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName) {
|
955
|
+
return this.pathTemplates.projectLocationCollectionDataStoreCustomTuningModelPathTemplate.match(projectLocationCollectionDataStoreCustomTuningModelName).data_store;
|
956
|
+
}
|
957
|
+
/**
|
958
|
+
* Parse the custom_tuning_model from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
959
|
+
*
|
960
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
961
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
962
|
+
* @returns {string} A string representing the custom_tuning_model.
|
963
|
+
*/
|
964
|
+
matchCustomTuningModelFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName) {
|
965
|
+
return this.pathTemplates.projectLocationCollectionDataStoreCustomTuningModelPathTemplate.match(projectLocationCollectionDataStoreCustomTuningModelName).custom_tuning_model;
|
966
|
+
}
|
824
967
|
/**
|
825
968
|
* Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
|
826
969
|
*
|
@@ -1292,6 +1435,75 @@ class ServingConfigServiceClient {
|
|
1292
1435
|
matchTargetSiteFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName) {
|
1293
1436
|
return this.pathTemplates.projectLocationCollectionDataStoreSiteSearchEngineTargetSitePathTemplate.match(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName).target_site;
|
1294
1437
|
}
|
1438
|
+
/**
|
1439
|
+
* Return a fully-qualified projectLocationCollectionEngineControl resource name string.
|
1440
|
+
*
|
1441
|
+
* @param {string} project
|
1442
|
+
* @param {string} location
|
1443
|
+
* @param {string} collection
|
1444
|
+
* @param {string} engine
|
1445
|
+
* @param {string} control
|
1446
|
+
* @returns {string} Resource name string.
|
1447
|
+
*/
|
1448
|
+
projectLocationCollectionEngineControlPath(project, location, collection, engine, control) {
|
1449
|
+
return this.pathTemplates.projectLocationCollectionEngineControlPathTemplate.render({
|
1450
|
+
project: project,
|
1451
|
+
location: location,
|
1452
|
+
collection: collection,
|
1453
|
+
engine: engine,
|
1454
|
+
control: control,
|
1455
|
+
});
|
1456
|
+
}
|
1457
|
+
/**
|
1458
|
+
* Parse the project from ProjectLocationCollectionEngineControl resource.
|
1459
|
+
*
|
1460
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1461
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1462
|
+
* @returns {string} A string representing the project.
|
1463
|
+
*/
|
1464
|
+
matchProjectFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName) {
|
1465
|
+
return this.pathTemplates.projectLocationCollectionEngineControlPathTemplate.match(projectLocationCollectionEngineControlName).project;
|
1466
|
+
}
|
1467
|
+
/**
|
1468
|
+
* Parse the location from ProjectLocationCollectionEngineControl resource.
|
1469
|
+
*
|
1470
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1471
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1472
|
+
* @returns {string} A string representing the location.
|
1473
|
+
*/
|
1474
|
+
matchLocationFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName) {
|
1475
|
+
return this.pathTemplates.projectLocationCollectionEngineControlPathTemplate.match(projectLocationCollectionEngineControlName).location;
|
1476
|
+
}
|
1477
|
+
/**
|
1478
|
+
* Parse the collection from ProjectLocationCollectionEngineControl resource.
|
1479
|
+
*
|
1480
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1481
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1482
|
+
* @returns {string} A string representing the collection.
|
1483
|
+
*/
|
1484
|
+
matchCollectionFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName) {
|
1485
|
+
return this.pathTemplates.projectLocationCollectionEngineControlPathTemplate.match(projectLocationCollectionEngineControlName).collection;
|
1486
|
+
}
|
1487
|
+
/**
|
1488
|
+
* Parse the engine from ProjectLocationCollectionEngineControl resource.
|
1489
|
+
*
|
1490
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1491
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1492
|
+
* @returns {string} A string representing the engine.
|
1493
|
+
*/
|
1494
|
+
matchEngineFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName) {
|
1495
|
+
return this.pathTemplates.projectLocationCollectionEngineControlPathTemplate.match(projectLocationCollectionEngineControlName).engine;
|
1496
|
+
}
|
1497
|
+
/**
|
1498
|
+
* Parse the control from ProjectLocationCollectionEngineControl resource.
|
1499
|
+
*
|
1500
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1501
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1502
|
+
* @returns {string} A string representing the control.
|
1503
|
+
*/
|
1504
|
+
matchControlFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName) {
|
1505
|
+
return this.pathTemplates.projectLocationCollectionEngineControlPathTemplate.match(projectLocationCollectionEngineControlName).control;
|
1506
|
+
}
|
1295
1507
|
/**
|
1296
1508
|
* Return a fully-qualified projectLocationCollectionEngineConversation resource name string.
|
1297
1509
|
*
|
@@ -1694,6 +1906,63 @@ class ServingConfigServiceClient {
|
|
1694
1906
|
matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName) {
|
1695
1907
|
return this.pathTemplates.projectLocationDataStoreBranchDocumentPathTemplate.match(projectLocationDataStoreBranchDocumentName).document;
|
1696
1908
|
}
|
1909
|
+
/**
|
1910
|
+
* Return a fully-qualified projectLocationDataStoreControl resource name string.
|
1911
|
+
*
|
1912
|
+
* @param {string} project
|
1913
|
+
* @param {string} location
|
1914
|
+
* @param {string} data_store
|
1915
|
+
* @param {string} control
|
1916
|
+
* @returns {string} Resource name string.
|
1917
|
+
*/
|
1918
|
+
projectLocationDataStoreControlPath(project, location, dataStore, control) {
|
1919
|
+
return this.pathTemplates.projectLocationDataStoreControlPathTemplate.render({
|
1920
|
+
project: project,
|
1921
|
+
location: location,
|
1922
|
+
data_store: dataStore,
|
1923
|
+
control: control,
|
1924
|
+
});
|
1925
|
+
}
|
1926
|
+
/**
|
1927
|
+
* Parse the project from ProjectLocationDataStoreControl resource.
|
1928
|
+
*
|
1929
|
+
* @param {string} projectLocationDataStoreControlName
|
1930
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1931
|
+
* @returns {string} A string representing the project.
|
1932
|
+
*/
|
1933
|
+
matchProjectFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName) {
|
1934
|
+
return this.pathTemplates.projectLocationDataStoreControlPathTemplate.match(projectLocationDataStoreControlName).project;
|
1935
|
+
}
|
1936
|
+
/**
|
1937
|
+
* Parse the location from ProjectLocationDataStoreControl resource.
|
1938
|
+
*
|
1939
|
+
* @param {string} projectLocationDataStoreControlName
|
1940
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1941
|
+
* @returns {string} A string representing the location.
|
1942
|
+
*/
|
1943
|
+
matchLocationFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName) {
|
1944
|
+
return this.pathTemplates.projectLocationDataStoreControlPathTemplate.match(projectLocationDataStoreControlName).location;
|
1945
|
+
}
|
1946
|
+
/**
|
1947
|
+
* Parse the data_store from ProjectLocationDataStoreControl resource.
|
1948
|
+
*
|
1949
|
+
* @param {string} projectLocationDataStoreControlName
|
1950
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1951
|
+
* @returns {string} A string representing the data_store.
|
1952
|
+
*/
|
1953
|
+
matchDataStoreFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName) {
|
1954
|
+
return this.pathTemplates.projectLocationDataStoreControlPathTemplate.match(projectLocationDataStoreControlName).data_store;
|
1955
|
+
}
|
1956
|
+
/**
|
1957
|
+
* Parse the control from ProjectLocationDataStoreControl resource.
|
1958
|
+
*
|
1959
|
+
* @param {string} projectLocationDataStoreControlName
|
1960
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1961
|
+
* @returns {string} A string representing the control.
|
1962
|
+
*/
|
1963
|
+
matchControlFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName) {
|
1964
|
+
return this.pathTemplates.projectLocationDataStoreControlPathTemplate.match(projectLocationDataStoreControlName).control;
|
1965
|
+
}
|
1697
1966
|
/**
|
1698
1967
|
* Return a fully-qualified projectLocationDataStoreConversation resource name string.
|
1699
1968
|
*
|
@@ -1751,6 +2020,63 @@ class ServingConfigServiceClient {
|
|
1751
2020
|
matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName) {
|
1752
2021
|
return this.pathTemplates.projectLocationDataStoreConversationPathTemplate.match(projectLocationDataStoreConversationName).conversation;
|
1753
2022
|
}
|
2023
|
+
/**
|
2024
|
+
* Return a fully-qualified projectLocationDataStoreCustomTuningModel resource name string.
|
2025
|
+
*
|
2026
|
+
* @param {string} project
|
2027
|
+
* @param {string} location
|
2028
|
+
* @param {string} data_store
|
2029
|
+
* @param {string} custom_tuning_model
|
2030
|
+
* @returns {string} Resource name string.
|
2031
|
+
*/
|
2032
|
+
projectLocationDataStoreCustomTuningModelPath(project, location, dataStore, customTuningModel) {
|
2033
|
+
return this.pathTemplates.projectLocationDataStoreCustomTuningModelPathTemplate.render({
|
2034
|
+
project: project,
|
2035
|
+
location: location,
|
2036
|
+
data_store: dataStore,
|
2037
|
+
custom_tuning_model: customTuningModel,
|
2038
|
+
});
|
2039
|
+
}
|
2040
|
+
/**
|
2041
|
+
* Parse the project from ProjectLocationDataStoreCustomTuningModel resource.
|
2042
|
+
*
|
2043
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
2044
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
2045
|
+
* @returns {string} A string representing the project.
|
2046
|
+
*/
|
2047
|
+
matchProjectFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName) {
|
2048
|
+
return this.pathTemplates.projectLocationDataStoreCustomTuningModelPathTemplate.match(projectLocationDataStoreCustomTuningModelName).project;
|
2049
|
+
}
|
2050
|
+
/**
|
2051
|
+
* Parse the location from ProjectLocationDataStoreCustomTuningModel resource.
|
2052
|
+
*
|
2053
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
2054
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
2055
|
+
* @returns {string} A string representing the location.
|
2056
|
+
*/
|
2057
|
+
matchLocationFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName) {
|
2058
|
+
return this.pathTemplates.projectLocationDataStoreCustomTuningModelPathTemplate.match(projectLocationDataStoreCustomTuningModelName).location;
|
2059
|
+
}
|
2060
|
+
/**
|
2061
|
+
* Parse the data_store from ProjectLocationDataStoreCustomTuningModel resource.
|
2062
|
+
*
|
2063
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
2064
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
2065
|
+
* @returns {string} A string representing the data_store.
|
2066
|
+
*/
|
2067
|
+
matchDataStoreFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName) {
|
2068
|
+
return this.pathTemplates.projectLocationDataStoreCustomTuningModelPathTemplate.match(projectLocationDataStoreCustomTuningModelName).data_store;
|
2069
|
+
}
|
2070
|
+
/**
|
2071
|
+
* Parse the custom_tuning_model from ProjectLocationDataStoreCustomTuningModel resource.
|
2072
|
+
*
|
2073
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
2074
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
2075
|
+
* @returns {string} A string representing the custom_tuning_model.
|
2076
|
+
*/
|
2077
|
+
matchCustomTuningModelFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName) {
|
2078
|
+
return this.pathTemplates.projectLocationDataStoreCustomTuningModelPathTemplate.match(projectLocationDataStoreCustomTuningModelName).custom_tuning_model;
|
2079
|
+
}
|
1754
2080
|
/**
|
1755
2081
|
* Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
|
1756
2082
|
*
|