@google-cloud/discoveryengine 1.3.0 → 1.4.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 +14 -0
- package/README.md +63 -0
- package/build/protos/google/cloud/discoveryengine/v1/common.proto +54 -3
- package/build/protos/google/cloud/discoveryengine/v1/completion.proto +52 -0
- package/build/protos/google/cloud/discoveryengine/v1/completion_service.proto +51 -4
- package/build/protos/google/cloud/discoveryengine/v1/conversation.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +40 -1
- package/build/protos/google/cloud/discoveryengine/v1/data_store.proto +98 -0
- package/build/protos/google/cloud/discoveryengine/v1/data_store_service.proto +304 -0
- package/build/protos/google/cloud/discoveryengine/v1/document.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/engine.proto +215 -0
- package/build/protos/google/cloud/discoveryengine/v1/engine_service.proto +242 -0
- package/build/protos/google/cloud/discoveryengine/v1/import_config.proto +64 -0
- package/build/protos/google/cloud/discoveryengine/v1/purge_config.proto +38 -0
- package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +137 -4
- package/build/protos/google/cloud/discoveryengine/v1/site_search_engine.proto +170 -0
- package/build/protos/google/cloud/discoveryengine/v1/site_search_engine_service.proto +691 -0
- package/build/protos/google/cloud/discoveryengine/v1/user_event.proto +3 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +0 -5
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversation.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +39 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/document.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/engine_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +97 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_tuning_service.proto +147 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine.proto +164 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine_service.proto +540 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/common.proto +59 -8
- package/build/protos/google/cloud/discoveryengine/v1beta/completion.proto +52 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/completion_service.proto +51 -4
- package/build/protos/google/cloud/discoveryengine/v1beta/conversation.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +40 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/data_store.proto +98 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/data_store_service.proto +306 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/document.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/engine.proto +220 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/engine_service.proto +244 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/import_config.proto +64 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/purge_config.proto +38 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/recommendation_service.proto +26 -3
- package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +150 -11
- package/build/protos/google/cloud/discoveryengine/v1beta/serving_config.proto +264 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/serving_config_service.proto +147 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/site_search_engine.proto +170 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/site_search_engine_service.proto +695 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event.proto +4 -3
- package/build/protos/protos.d.ts +42822 -21397
- package/build/protos/protos.js +110509 -61572
- package/build/protos/protos.json +11779 -6752
- package/build/src/index.d.ts +10 -1
- package/build/src/index.js +11 -2
- package/build/src/v1/completion_service_client.d.ts +489 -7
- package/build/src/v1/completion_service_client.js +716 -12
- package/build/src/v1/completion_service_client_config.json +10 -0
- package/build/src/v1/conversational_search_service_client.d.ts +341 -3
- package/build/src/v1/conversational_search_service_client.js +467 -10
- package/build/src/v1/data_store_service_client.d.ts +1286 -0
- package/build/src/v1/data_store_service_client.js +1768 -0
- package/build/src/v1/data_store_service_client_config.json +46 -0
- package/build/src/v1/document_service_client.d.ts +347 -2
- package/build/src/v1/document_service_client.js +507 -10
- package/build/src/v1/engine_service_client.d.ts +1211 -0
- package/build/src/v1/engine_service_client.js +1731 -0
- package/build/src/v1/engine_service_client_config.json +46 -0
- package/build/src/v1/index.d.ts +3 -0
- package/build/src/v1/index.js +8 -2
- package/build/src/v1/schema_service_client.d.ts +272 -2
- package/build/src/v1/schema_service_client.js +403 -10
- package/build/src/v1/search_service_client.d.ts +515 -11
- package/build/src/v1/search_service_client.js +649 -16
- package/build/src/v1/site_search_engine_service_client.d.ts +1564 -0
- package/build/src/v1/site_search_engine_service_client.js +2075 -0
- package/build/src/v1/site_search_engine_service_client_config.json +74 -0
- package/build/src/v1/user_event_service_client.d.ts +272 -2
- package/build/src/v1/user_event_service_client.js +403 -10
- package/build/src/v1alpha/completion_service_client.d.ts +230 -2
- package/build/src/v1alpha/completion_service_client.js +339 -10
- package/build/src/v1alpha/conversational_search_service_client.d.ts +247 -2
- package/build/src/v1alpha/conversational_search_service_client.js +339 -10
- package/build/src/v1alpha/data_store_service_client.d.ts +230 -2
- package/build/src/v1alpha/data_store_service_client.js +347 -12
- package/build/src/v1alpha/document_service_client.d.ts +230 -2
- package/build/src/v1alpha/document_service_client.js +347 -12
- package/build/src/v1alpha/engine_service_client.d.ts +231 -3
- package/build/src/v1alpha/engine_service_client.js +347 -12
- package/build/src/v1alpha/index.d.ts +1 -0
- package/build/src/v1alpha/index.js +4 -2
- package/build/src/v1alpha/recommendation_service_client.d.ts +230 -2
- package/build/src/v1alpha/recommendation_service_client.js +339 -10
- package/build/src/v1alpha/schema_service_client.d.ts +230 -2
- package/build/src/v1alpha/schema_service_client.js +347 -12
- package/build/src/v1alpha/search_service_client.d.ts +269 -2
- package/build/src/v1alpha/search_service_client.js +365 -10
- package/build/src/v1alpha/search_tuning_service_client.d.ts +977 -0
- package/build/src/v1alpha/search_tuning_service_client.js +1479 -0
- package/build/src/v1alpha/search_tuning_service_client_config.json +30 -0
- package/build/src/v1alpha/site_search_engine_service_client.d.ts +750 -3
- package/build/src/v1alpha/site_search_engine_service_client.js +838 -14
- package/build/src/v1alpha/site_search_engine_service_client_config.json +44 -0
- package/build/src/v1alpha/user_event_service_client.d.ts +230 -2
- package/build/src/v1alpha/user_event_service_client.js +347 -12
- package/build/src/v1beta/completion_service_client.d.ts +633 -7
- package/build/src/v1beta/completion_service_client.js +912 -12
- package/build/src/v1beta/completion_service_client_config.json +10 -0
- package/build/src/v1beta/conversational_search_service_client.d.ts +341 -3
- package/build/src/v1beta/conversational_search_service_client.js +467 -10
- package/build/src/v1beta/data_store_service_client.d.ts +1433 -0
- package/build/src/v1beta/data_store_service_client.js +1966 -0
- package/build/src/v1beta/data_store_service_client_config.json +46 -0
- package/build/src/v1beta/document_service_client.d.ts +491 -2
- package/build/src/v1beta/document_service_client.js +707 -12
- package/build/src/v1beta/engine_service_client.d.ts +1357 -0
- package/build/src/v1beta/engine_service_client.js +1928 -0
- package/build/src/v1beta/engine_service_client_config.json +46 -0
- package/build/src/v1beta/index.d.ts +4 -0
- package/build/src/v1beta/index.js +10 -2
- package/build/src/v1beta/recommendation_service_client.d.ts +420 -5
- package/build/src/v1beta/recommendation_service_client.js +571 -10
- package/build/src/v1beta/schema_service_client.d.ts +416 -2
- package/build/src/v1beta/schema_service_client.js +603 -12
- package/build/src/v1beta/search_service_client.d.ts +539 -29
- package/build/src/v1beta/search_service_client.js +665 -28
- package/build/src/v1beta/serving_config_service_client.d.ts +1102 -0
- package/build/src/v1beta/serving_config_service_client.js +1563 -0
- package/build/src/v1beta/serving_config_service_client_config.json +38 -0
- package/build/src/v1beta/site_search_engine_service_client.d.ts +1712 -0
- package/build/src/v1beta/site_search_engine_service_client.js +2271 -0
- package/build/src/v1beta/site_search_engine_service_client_config.json +74 -0
- package/build/src/v1beta/user_event_service_client.d.ts +416 -2
- package/build/src/v1beta/user_event_service_client.js +603 -12
- package/package.json +3 -3
@@ -14,6 +14,8 @@ export declare class RecommendationServiceClient {
|
|
14
14
|
private _gaxGrpc;
|
15
15
|
private _protos;
|
16
16
|
private _defaults;
|
17
|
+
private _universeDomain;
|
18
|
+
private _servicePath;
|
17
19
|
auth: gax.GoogleAuth;
|
18
20
|
descriptors: Descriptors;
|
19
21
|
warn: (code: string, message: string, warnType?: string) => void;
|
@@ -83,15 +85,22 @@ export declare class RecommendationServiceClient {
|
|
83
85
|
}>;
|
84
86
|
/**
|
85
87
|
* The DNS address for this API service.
|
88
|
+
* @deprecated Use the apiEndpoint method of the client instance.
|
86
89
|
* @returns {string} The DNS address for this service.
|
87
90
|
*/
|
88
91
|
static get servicePath(): string;
|
89
92
|
/**
|
90
|
-
* The DNS address for this API service - same as servicePath
|
91
|
-
*
|
93
|
+
* The DNS address for this API service - same as servicePath.
|
94
|
+
* @deprecated Use the apiEndpoint method of the client instance.
|
92
95
|
* @returns {string} The DNS address for this service.
|
93
96
|
*/
|
94
97
|
static get apiEndpoint(): string;
|
98
|
+
/**
|
99
|
+
* The DNS address for this API service.
|
100
|
+
* @returns {string} The DNS address for this service.
|
101
|
+
*/
|
102
|
+
get apiEndpoint(): string;
|
103
|
+
get universeDomain(): string;
|
95
104
|
/**
|
96
105
|
* The port for this API service.
|
97
106
|
* @returns {number} The default port for this service.
|
@@ -587,6 +596,150 @@ export declare class RecommendationServiceClient {
|
|
587
596
|
* @returns {string} A string representing the serving_config.
|
588
597
|
*/
|
589
598
|
matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
599
|
+
/**
|
600
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
601
|
+
*
|
602
|
+
* @param {string} project
|
603
|
+
* @param {string} location
|
604
|
+
* @param {string} collection
|
605
|
+
* @param {string} data_store
|
606
|
+
* @returns {string} Resource name string.
|
607
|
+
*/
|
608
|
+
projectLocationCollectionDataStoreSiteSearchEnginePath(project: string, location: string, collection: string, dataStore: string): string;
|
609
|
+
/**
|
610
|
+
* Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
611
|
+
*
|
612
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
613
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
614
|
+
* @returns {string} A string representing the project.
|
615
|
+
*/
|
616
|
+
matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
617
|
+
/**
|
618
|
+
* Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
619
|
+
*
|
620
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
621
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
622
|
+
* @returns {string} A string representing the location.
|
623
|
+
*/
|
624
|
+
matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
625
|
+
/**
|
626
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
627
|
+
*
|
628
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
629
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
630
|
+
* @returns {string} A string representing the collection.
|
631
|
+
*/
|
632
|
+
matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
633
|
+
/**
|
634
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
635
|
+
*
|
636
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
637
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
638
|
+
* @returns {string} A string representing the data_store.
|
639
|
+
*/
|
640
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
641
|
+
/**
|
642
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineTargetSite resource name string.
|
643
|
+
*
|
644
|
+
* @param {string} project
|
645
|
+
* @param {string} location
|
646
|
+
* @param {string} collection
|
647
|
+
* @param {string} data_store
|
648
|
+
* @param {string} target_site
|
649
|
+
* @returns {string} Resource name string.
|
650
|
+
*/
|
651
|
+
projectLocationCollectionDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, collection: string, dataStore: string, targetSite: string): string;
|
652
|
+
/**
|
653
|
+
* Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
654
|
+
*
|
655
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
656
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
657
|
+
* @returns {string} A string representing the project.
|
658
|
+
*/
|
659
|
+
matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
660
|
+
/**
|
661
|
+
* Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
662
|
+
*
|
663
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
664
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
665
|
+
* @returns {string} A string representing the location.
|
666
|
+
*/
|
667
|
+
matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
668
|
+
/**
|
669
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
670
|
+
*
|
671
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
672
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
673
|
+
* @returns {string} A string representing the collection.
|
674
|
+
*/
|
675
|
+
matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
676
|
+
/**
|
677
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
678
|
+
*
|
679
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
680
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
681
|
+
* @returns {string} A string representing the data_store.
|
682
|
+
*/
|
683
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
684
|
+
/**
|
685
|
+
* Parse the target_site from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
686
|
+
*
|
687
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
688
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
689
|
+
* @returns {string} A string representing the target_site.
|
690
|
+
*/
|
691
|
+
matchTargetSiteFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
692
|
+
/**
|
693
|
+
* Return a fully-qualified projectLocationCollectionEngineConversation resource name string.
|
694
|
+
*
|
695
|
+
* @param {string} project
|
696
|
+
* @param {string} location
|
697
|
+
* @param {string} collection
|
698
|
+
* @param {string} engine
|
699
|
+
* @param {string} conversation
|
700
|
+
* @returns {string} Resource name string.
|
701
|
+
*/
|
702
|
+
projectLocationCollectionEngineConversationPath(project: string, location: string, collection: string, engine: string, conversation: string): string;
|
703
|
+
/**
|
704
|
+
* Parse the project from ProjectLocationCollectionEngineConversation resource.
|
705
|
+
*
|
706
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
707
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
708
|
+
* @returns {string} A string representing the project.
|
709
|
+
*/
|
710
|
+
matchProjectFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
711
|
+
/**
|
712
|
+
* Parse the location from ProjectLocationCollectionEngineConversation resource.
|
713
|
+
*
|
714
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
715
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
716
|
+
* @returns {string} A string representing the location.
|
717
|
+
*/
|
718
|
+
matchLocationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
719
|
+
/**
|
720
|
+
* Parse the collection from ProjectLocationCollectionEngineConversation resource.
|
721
|
+
*
|
722
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
723
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
724
|
+
* @returns {string} A string representing the collection.
|
725
|
+
*/
|
726
|
+
matchCollectionFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
727
|
+
/**
|
728
|
+
* Parse the engine from ProjectLocationCollectionEngineConversation resource.
|
729
|
+
*
|
730
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
731
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
732
|
+
* @returns {string} A string representing the engine.
|
733
|
+
*/
|
734
|
+
matchEngineFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
735
|
+
/**
|
736
|
+
* Parse the conversation from ProjectLocationCollectionEngineConversation resource.
|
737
|
+
*
|
738
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
739
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
740
|
+
* @returns {string} A string representing the conversation.
|
741
|
+
*/
|
742
|
+
matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
590
743
|
/**
|
591
744
|
* Return a fully-qualified projectLocationCollectionEngineServingConfig resource name string.
|
592
745
|
*
|
@@ -848,6 +1001,81 @@ export declare class RecommendationServiceClient {
|
|
848
1001
|
* @returns {string} A string representing the serving_config.
|
849
1002
|
*/
|
850
1003
|
matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
1004
|
+
/**
|
1005
|
+
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
1006
|
+
*
|
1007
|
+
* @param {string} project
|
1008
|
+
* @param {string} location
|
1009
|
+
* @param {string} data_store
|
1010
|
+
* @returns {string} Resource name string.
|
1011
|
+
*/
|
1012
|
+
projectLocationDataStoreSiteSearchEnginePath(project: string, location: string, dataStore: string): string;
|
1013
|
+
/**
|
1014
|
+
* Parse the project from ProjectLocationDataStoreSiteSearchEngine resource.
|
1015
|
+
*
|
1016
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineName
|
1017
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
|
1018
|
+
* @returns {string} A string representing the project.
|
1019
|
+
*/
|
1020
|
+
matchProjectFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
|
1021
|
+
/**
|
1022
|
+
* Parse the location from ProjectLocationDataStoreSiteSearchEngine resource.
|
1023
|
+
*
|
1024
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineName
|
1025
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
|
1026
|
+
* @returns {string} A string representing the location.
|
1027
|
+
*/
|
1028
|
+
matchLocationFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
|
1029
|
+
/**
|
1030
|
+
* Parse the data_store from ProjectLocationDataStoreSiteSearchEngine resource.
|
1031
|
+
*
|
1032
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineName
|
1033
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
|
1034
|
+
* @returns {string} A string representing the data_store.
|
1035
|
+
*/
|
1036
|
+
matchDataStoreFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
|
1037
|
+
/**
|
1038
|
+
* Return a fully-qualified projectLocationDataStoreSiteSearchEngineTargetSite resource name string.
|
1039
|
+
*
|
1040
|
+
* @param {string} project
|
1041
|
+
* @param {string} location
|
1042
|
+
* @param {string} data_store
|
1043
|
+
* @param {string} target_site
|
1044
|
+
* @returns {string} Resource name string.
|
1045
|
+
*/
|
1046
|
+
projectLocationDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, dataStore: string, targetSite: string): string;
|
1047
|
+
/**
|
1048
|
+
* Parse the project from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
1049
|
+
*
|
1050
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
1051
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
1052
|
+
* @returns {string} A string representing the project.
|
1053
|
+
*/
|
1054
|
+
matchProjectFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1055
|
+
/**
|
1056
|
+
* Parse the location from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
1057
|
+
*
|
1058
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
1059
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
1060
|
+
* @returns {string} A string representing the location.
|
1061
|
+
*/
|
1062
|
+
matchLocationFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1063
|
+
/**
|
1064
|
+
* Parse the data_store from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
1065
|
+
*
|
1066
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
1067
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
1068
|
+
* @returns {string} A string representing the data_store.
|
1069
|
+
*/
|
1070
|
+
matchDataStoreFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1071
|
+
/**
|
1072
|
+
* Parse the target_site from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
1073
|
+
*
|
1074
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
1075
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
1076
|
+
* @returns {string} A string representing the target_site.
|
1077
|
+
*/
|
1078
|
+
matchTargetSiteFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
851
1079
|
/**
|
852
1080
|
* Terminate the gRPC channel and close the client.
|
853
1081
|
*
|