@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
@@ -17,6 +17,8 @@ export declare class EngineServiceClient {
|
|
17
17
|
private _gaxGrpc;
|
18
18
|
private _protos;
|
19
19
|
private _defaults;
|
20
|
+
private _universeDomain;
|
21
|
+
private _servicePath;
|
20
22
|
auth: gax.GoogleAuth;
|
21
23
|
descriptors: Descriptors;
|
22
24
|
warn: (code: string, message: string, warnType?: string) => void;
|
@@ -87,15 +89,22 @@ export declare class EngineServiceClient {
|
|
87
89
|
}>;
|
88
90
|
/**
|
89
91
|
* The DNS address for this API service.
|
92
|
+
* @deprecated Use the apiEndpoint method of the client instance.
|
90
93
|
* @returns {string} The DNS address for this service.
|
91
94
|
*/
|
92
95
|
static get servicePath(): string;
|
93
96
|
/**
|
94
|
-
* The DNS address for this API service - same as servicePath
|
95
|
-
*
|
97
|
+
* The DNS address for this API service - same as servicePath.
|
98
|
+
* @deprecated Use the apiEndpoint method of the client instance.
|
96
99
|
* @returns {string} The DNS address for this service.
|
97
100
|
*/
|
98
101
|
static get apiEndpoint(): string;
|
102
|
+
/**
|
103
|
+
* The DNS address for this API service.
|
104
|
+
* @returns {string} The DNS address for this service.
|
105
|
+
*/
|
106
|
+
get apiEndpoint(): string;
|
107
|
+
get universeDomain(): string;
|
99
108
|
/**
|
100
109
|
* The port for this API service.
|
101
110
|
* @returns {number} The default port for this service.
|
@@ -200,7 +209,7 @@ export declare class EngineServiceClient {
|
|
200
209
|
pauseEngine(request: protos.google.cloud.discoveryengine.v1alpha.IPauseEngineRequest, callback: Callback<protos.google.cloud.discoveryengine.v1alpha.IEngine, protos.google.cloud.discoveryengine.v1alpha.IPauseEngineRequest | null | undefined, {} | null | undefined>): void;
|
201
210
|
/**
|
202
211
|
* Resumes the training of an existing engine. Only applicable if
|
203
|
-
* {@link protos
|
212
|
+
* {@link protos.google.cloud.discoveryengine.v1alpha.SolutionType|SolutionType} is
|
204
213
|
* {@link protos.google.cloud.discoveryengine.v1alpha.SolutionType.SOLUTION_TYPE_RECOMMENDATION|SOLUTION_TYPE_RECOMMENDATION}.
|
205
214
|
*
|
206
215
|
* @param {Object} request
|
@@ -901,6 +910,150 @@ export declare class EngineServiceClient {
|
|
901
910
|
* @returns {string} A string representing the schema.
|
902
911
|
*/
|
903
912
|
matchSchemaFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
|
913
|
+
/**
|
914
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
915
|
+
*
|
916
|
+
* @param {string} project
|
917
|
+
* @param {string} location
|
918
|
+
* @param {string} collection
|
919
|
+
* @param {string} data_store
|
920
|
+
* @returns {string} Resource name string.
|
921
|
+
*/
|
922
|
+
projectLocationCollectionDataStoreSiteSearchEnginePath(project: string, location: string, collection: string, dataStore: string): string;
|
923
|
+
/**
|
924
|
+
* Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
925
|
+
*
|
926
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
927
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
928
|
+
* @returns {string} A string representing the project.
|
929
|
+
*/
|
930
|
+
matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
931
|
+
/**
|
932
|
+
* Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
933
|
+
*
|
934
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
935
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
936
|
+
* @returns {string} A string representing the location.
|
937
|
+
*/
|
938
|
+
matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
939
|
+
/**
|
940
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
941
|
+
*
|
942
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
943
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
944
|
+
* @returns {string} A string representing the collection.
|
945
|
+
*/
|
946
|
+
matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
947
|
+
/**
|
948
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
949
|
+
*
|
950
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
951
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
952
|
+
* @returns {string} A string representing the data_store.
|
953
|
+
*/
|
954
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
955
|
+
/**
|
956
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineTargetSite resource name string.
|
957
|
+
*
|
958
|
+
* @param {string} project
|
959
|
+
* @param {string} location
|
960
|
+
* @param {string} collection
|
961
|
+
* @param {string} data_store
|
962
|
+
* @param {string} target_site
|
963
|
+
* @returns {string} Resource name string.
|
964
|
+
*/
|
965
|
+
projectLocationCollectionDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, collection: string, dataStore: string, targetSite: string): string;
|
966
|
+
/**
|
967
|
+
* Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
968
|
+
*
|
969
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
970
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
971
|
+
* @returns {string} A string representing the project.
|
972
|
+
*/
|
973
|
+
matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
974
|
+
/**
|
975
|
+
* Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
976
|
+
*
|
977
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
978
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
979
|
+
* @returns {string} A string representing the location.
|
980
|
+
*/
|
981
|
+
matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
982
|
+
/**
|
983
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
984
|
+
*
|
985
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
986
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
987
|
+
* @returns {string} A string representing the collection.
|
988
|
+
*/
|
989
|
+
matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
990
|
+
/**
|
991
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
992
|
+
*
|
993
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
994
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
995
|
+
* @returns {string} A string representing the data_store.
|
996
|
+
*/
|
997
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
998
|
+
/**
|
999
|
+
* Parse the target_site from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
1000
|
+
*
|
1001
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
1002
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
1003
|
+
* @returns {string} A string representing the target_site.
|
1004
|
+
*/
|
1005
|
+
matchTargetSiteFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1006
|
+
/**
|
1007
|
+
* Return a fully-qualified projectLocationCollectionEngineConversation resource name string.
|
1008
|
+
*
|
1009
|
+
* @param {string} project
|
1010
|
+
* @param {string} location
|
1011
|
+
* @param {string} collection
|
1012
|
+
* @param {string} engine
|
1013
|
+
* @param {string} conversation
|
1014
|
+
* @returns {string} Resource name string.
|
1015
|
+
*/
|
1016
|
+
projectLocationCollectionEngineConversationPath(project: string, location: string, collection: string, engine: string, conversation: string): string;
|
1017
|
+
/**
|
1018
|
+
* Parse the project from ProjectLocationCollectionEngineConversation resource.
|
1019
|
+
*
|
1020
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
1021
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
1022
|
+
* @returns {string} A string representing the project.
|
1023
|
+
*/
|
1024
|
+
matchProjectFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
1025
|
+
/**
|
1026
|
+
* Parse the location from ProjectLocationCollectionEngineConversation resource.
|
1027
|
+
*
|
1028
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
1029
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
1030
|
+
* @returns {string} A string representing the location.
|
1031
|
+
*/
|
1032
|
+
matchLocationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
1033
|
+
/**
|
1034
|
+
* Parse the collection from ProjectLocationCollectionEngineConversation resource.
|
1035
|
+
*
|
1036
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
1037
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
1038
|
+
* @returns {string} A string representing the collection.
|
1039
|
+
*/
|
1040
|
+
matchCollectionFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
1041
|
+
/**
|
1042
|
+
* Parse the engine from ProjectLocationCollectionEngineConversation resource.
|
1043
|
+
*
|
1044
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
1045
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
1046
|
+
* @returns {string} A string representing the engine.
|
1047
|
+
*/
|
1048
|
+
matchEngineFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
1049
|
+
/**
|
1050
|
+
* Parse the conversation from ProjectLocationCollectionEngineConversation resource.
|
1051
|
+
*
|
1052
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
1053
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
1054
|
+
* @returns {string} A string representing the conversation.
|
1055
|
+
*/
|
1056
|
+
matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
904
1057
|
/**
|
905
1058
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
906
1059
|
*
|
@@ -1069,6 +1222,81 @@ export declare class EngineServiceClient {
|
|
1069
1222
|
* @returns {string} A string representing the schema.
|
1070
1223
|
*/
|
1071
1224
|
matchSchemaFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
|
1225
|
+
/**
|
1226
|
+
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
1227
|
+
*
|
1228
|
+
* @param {string} project
|
1229
|
+
* @param {string} location
|
1230
|
+
* @param {string} data_store
|
1231
|
+
* @returns {string} Resource name string.
|
1232
|
+
*/
|
1233
|
+
projectLocationDataStoreSiteSearchEnginePath(project: string, location: string, dataStore: string): string;
|
1234
|
+
/**
|
1235
|
+
* Parse the project from ProjectLocationDataStoreSiteSearchEngine resource.
|
1236
|
+
*
|
1237
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineName
|
1238
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
|
1239
|
+
* @returns {string} A string representing the project.
|
1240
|
+
*/
|
1241
|
+
matchProjectFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
|
1242
|
+
/**
|
1243
|
+
* Parse the location from ProjectLocationDataStoreSiteSearchEngine resource.
|
1244
|
+
*
|
1245
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineName
|
1246
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
|
1247
|
+
* @returns {string} A string representing the location.
|
1248
|
+
*/
|
1249
|
+
matchLocationFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
|
1250
|
+
/**
|
1251
|
+
* Parse the data_store from ProjectLocationDataStoreSiteSearchEngine resource.
|
1252
|
+
*
|
1253
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineName
|
1254
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
|
1255
|
+
* @returns {string} A string representing the data_store.
|
1256
|
+
*/
|
1257
|
+
matchDataStoreFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
|
1258
|
+
/**
|
1259
|
+
* Return a fully-qualified projectLocationDataStoreSiteSearchEngineTargetSite resource name string.
|
1260
|
+
*
|
1261
|
+
* @param {string} project
|
1262
|
+
* @param {string} location
|
1263
|
+
* @param {string} data_store
|
1264
|
+
* @param {string} target_site
|
1265
|
+
* @returns {string} Resource name string.
|
1266
|
+
*/
|
1267
|
+
projectLocationDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, dataStore: string, targetSite: string): string;
|
1268
|
+
/**
|
1269
|
+
* Parse the project from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
1270
|
+
*
|
1271
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
1272
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
1273
|
+
* @returns {string} A string representing the project.
|
1274
|
+
*/
|
1275
|
+
matchProjectFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1276
|
+
/**
|
1277
|
+
* Parse the location from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
1278
|
+
*
|
1279
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
1280
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
1281
|
+
* @returns {string} A string representing the location.
|
1282
|
+
*/
|
1283
|
+
matchLocationFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1284
|
+
/**
|
1285
|
+
* Parse the data_store from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
1286
|
+
*
|
1287
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
1288
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
1289
|
+
* @returns {string} A string representing the data_store.
|
1290
|
+
*/
|
1291
|
+
matchDataStoreFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1292
|
+
/**
|
1293
|
+
* Parse the target_site from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
1294
|
+
*
|
1295
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
1296
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
1297
|
+
* @returns {string} A string representing the target_site.
|
1298
|
+
*/
|
1299
|
+
matchTargetSiteFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1072
1300
|
/**
|
1073
1301
|
* Terminate the gRPC channel and close the client.
|
1074
1302
|
*
|