@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
@@ -16,6 +16,8 @@ export declare class SchemaServiceClient {
|
|
16
16
|
private _gaxGrpc;
|
17
17
|
private _protos;
|
18
18
|
private _defaults;
|
19
|
+
private _universeDomain;
|
20
|
+
private _servicePath;
|
19
21
|
auth: gax.GoogleAuth;
|
20
22
|
descriptors: Descriptors;
|
21
23
|
warn: (code: string, message: string, warnType?: string) => void;
|
@@ -86,15 +88,22 @@ export declare class SchemaServiceClient {
|
|
86
88
|
}>;
|
87
89
|
/**
|
88
90
|
* The DNS address for this API service.
|
91
|
+
* @deprecated Use the apiEndpoint method of the client instance.
|
89
92
|
* @returns {string} The DNS address for this service.
|
90
93
|
*/
|
91
94
|
static get servicePath(): string;
|
92
95
|
/**
|
93
|
-
* The DNS address for this API service - same as servicePath
|
94
|
-
*
|
96
|
+
* The DNS address for this API service - same as servicePath.
|
97
|
+
* @deprecated Use the apiEndpoint method of the client instance.
|
95
98
|
* @returns {string} The DNS address for this service.
|
96
99
|
*/
|
97
100
|
static get apiEndpoint(): string;
|
101
|
+
/**
|
102
|
+
* The DNS address for this API service.
|
103
|
+
* @returns {string} The DNS address for this service.
|
104
|
+
*/
|
105
|
+
get apiEndpoint(): string;
|
106
|
+
get universeDomain(): string;
|
98
107
|
/**
|
99
108
|
* The port for this API service.
|
100
109
|
* @returns {number} The default port for this service.
|
@@ -799,6 +808,150 @@ export declare class SchemaServiceClient {
|
|
799
808
|
* @returns {string} A string representing the schema.
|
800
809
|
*/
|
801
810
|
matchSchemaFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
|
811
|
+
/**
|
812
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
813
|
+
*
|
814
|
+
* @param {string} project
|
815
|
+
* @param {string} location
|
816
|
+
* @param {string} collection
|
817
|
+
* @param {string} data_store
|
818
|
+
* @returns {string} Resource name string.
|
819
|
+
*/
|
820
|
+
projectLocationCollectionDataStoreSiteSearchEnginePath(project: string, location: string, collection: string, dataStore: string): string;
|
821
|
+
/**
|
822
|
+
* Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
823
|
+
*
|
824
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
825
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
826
|
+
* @returns {string} A string representing the project.
|
827
|
+
*/
|
828
|
+
matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
829
|
+
/**
|
830
|
+
* Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
831
|
+
*
|
832
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
833
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
834
|
+
* @returns {string} A string representing the location.
|
835
|
+
*/
|
836
|
+
matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
837
|
+
/**
|
838
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
839
|
+
*
|
840
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
841
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
842
|
+
* @returns {string} A string representing the collection.
|
843
|
+
*/
|
844
|
+
matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
845
|
+
/**
|
846
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
847
|
+
*
|
848
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
849
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
850
|
+
* @returns {string} A string representing the data_store.
|
851
|
+
*/
|
852
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
853
|
+
/**
|
854
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineTargetSite resource name string.
|
855
|
+
*
|
856
|
+
* @param {string} project
|
857
|
+
* @param {string} location
|
858
|
+
* @param {string} collection
|
859
|
+
* @param {string} data_store
|
860
|
+
* @param {string} target_site
|
861
|
+
* @returns {string} Resource name string.
|
862
|
+
*/
|
863
|
+
projectLocationCollectionDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, collection: string, dataStore: string, targetSite: string): string;
|
864
|
+
/**
|
865
|
+
* Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
866
|
+
*
|
867
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
868
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
869
|
+
* @returns {string} A string representing the project.
|
870
|
+
*/
|
871
|
+
matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
872
|
+
/**
|
873
|
+
* Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
874
|
+
*
|
875
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
876
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
877
|
+
* @returns {string} A string representing the location.
|
878
|
+
*/
|
879
|
+
matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
880
|
+
/**
|
881
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
882
|
+
*
|
883
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
884
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
885
|
+
* @returns {string} A string representing the collection.
|
886
|
+
*/
|
887
|
+
matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
888
|
+
/**
|
889
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
890
|
+
*
|
891
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
892
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
893
|
+
* @returns {string} A string representing the data_store.
|
894
|
+
*/
|
895
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
896
|
+
/**
|
897
|
+
* Parse the target_site from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
898
|
+
*
|
899
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
900
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
901
|
+
* @returns {string} A string representing the target_site.
|
902
|
+
*/
|
903
|
+
matchTargetSiteFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
904
|
+
/**
|
905
|
+
* Return a fully-qualified projectLocationCollectionEngineConversation resource name string.
|
906
|
+
*
|
907
|
+
* @param {string} project
|
908
|
+
* @param {string} location
|
909
|
+
* @param {string} collection
|
910
|
+
* @param {string} engine
|
911
|
+
* @param {string} conversation
|
912
|
+
* @returns {string} Resource name string.
|
913
|
+
*/
|
914
|
+
projectLocationCollectionEngineConversationPath(project: string, location: string, collection: string, engine: string, conversation: string): string;
|
915
|
+
/**
|
916
|
+
* Parse the project from ProjectLocationCollectionEngineConversation resource.
|
917
|
+
*
|
918
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
919
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
920
|
+
* @returns {string} A string representing the project.
|
921
|
+
*/
|
922
|
+
matchProjectFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
923
|
+
/**
|
924
|
+
* Parse the location from ProjectLocationCollectionEngineConversation resource.
|
925
|
+
*
|
926
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
927
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
928
|
+
* @returns {string} A string representing the location.
|
929
|
+
*/
|
930
|
+
matchLocationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
931
|
+
/**
|
932
|
+
* Parse the collection from ProjectLocationCollectionEngineConversation resource.
|
933
|
+
*
|
934
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
935
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
936
|
+
* @returns {string} A string representing the collection.
|
937
|
+
*/
|
938
|
+
matchCollectionFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
939
|
+
/**
|
940
|
+
* Parse the engine from ProjectLocationCollectionEngineConversation resource.
|
941
|
+
*
|
942
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
943
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
944
|
+
* @returns {string} A string representing the engine.
|
945
|
+
*/
|
946
|
+
matchEngineFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
947
|
+
/**
|
948
|
+
* Parse the conversation from ProjectLocationCollectionEngineConversation resource.
|
949
|
+
*
|
950
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
951
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
952
|
+
* @returns {string} A string representing the conversation.
|
953
|
+
*/
|
954
|
+
matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
802
955
|
/**
|
803
956
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
804
957
|
*
|
@@ -967,6 +1120,81 @@ export declare class SchemaServiceClient {
|
|
967
1120
|
* @returns {string} A string representing the schema.
|
968
1121
|
*/
|
969
1122
|
matchSchemaFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
|
1123
|
+
/**
|
1124
|
+
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
1125
|
+
*
|
1126
|
+
* @param {string} project
|
1127
|
+
* @param {string} location
|
1128
|
+
* @param {string} data_store
|
1129
|
+
* @returns {string} Resource name string.
|
1130
|
+
*/
|
1131
|
+
projectLocationDataStoreSiteSearchEnginePath(project: string, location: string, dataStore: string): string;
|
1132
|
+
/**
|
1133
|
+
* Parse the project from ProjectLocationDataStoreSiteSearchEngine resource.
|
1134
|
+
*
|
1135
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineName
|
1136
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
|
1137
|
+
* @returns {string} A string representing the project.
|
1138
|
+
*/
|
1139
|
+
matchProjectFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
|
1140
|
+
/**
|
1141
|
+
* Parse the location from ProjectLocationDataStoreSiteSearchEngine resource.
|
1142
|
+
*
|
1143
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineName
|
1144
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
|
1145
|
+
* @returns {string} A string representing the location.
|
1146
|
+
*/
|
1147
|
+
matchLocationFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
|
1148
|
+
/**
|
1149
|
+
* Parse the data_store from ProjectLocationDataStoreSiteSearchEngine resource.
|
1150
|
+
*
|
1151
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineName
|
1152
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
|
1153
|
+
* @returns {string} A string representing the data_store.
|
1154
|
+
*/
|
1155
|
+
matchDataStoreFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
|
1156
|
+
/**
|
1157
|
+
* Return a fully-qualified projectLocationDataStoreSiteSearchEngineTargetSite resource name string.
|
1158
|
+
*
|
1159
|
+
* @param {string} project
|
1160
|
+
* @param {string} location
|
1161
|
+
* @param {string} data_store
|
1162
|
+
* @param {string} target_site
|
1163
|
+
* @returns {string} Resource name string.
|
1164
|
+
*/
|
1165
|
+
projectLocationDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, dataStore: string, targetSite: string): string;
|
1166
|
+
/**
|
1167
|
+
* Parse the project from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
1168
|
+
*
|
1169
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
1170
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
1171
|
+
* @returns {string} A string representing the project.
|
1172
|
+
*/
|
1173
|
+
matchProjectFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1174
|
+
/**
|
1175
|
+
* Parse the location from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
1176
|
+
*
|
1177
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
1178
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
1179
|
+
* @returns {string} A string representing the location.
|
1180
|
+
*/
|
1181
|
+
matchLocationFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1182
|
+
/**
|
1183
|
+
* Parse the data_store from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
1184
|
+
*
|
1185
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
1186
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
1187
|
+
* @returns {string} A string representing the data_store.
|
1188
|
+
*/
|
1189
|
+
matchDataStoreFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1190
|
+
/**
|
1191
|
+
* Parse the target_site from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
1192
|
+
*
|
1193
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
1194
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
1195
|
+
* @returns {string} A string representing the target_site.
|
1196
|
+
*/
|
1197
|
+
matchTargetSiteFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
970
1198
|
/**
|
971
1199
|
* Terminate the gRPC channel and close the client.
|
972
1200
|
*
|