@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
@@ -18,6 +18,8 @@ export declare class DocumentServiceClient {
|
|
18
18
|
private _gaxGrpc;
|
19
19
|
private _protos;
|
20
20
|
private _defaults;
|
21
|
+
private _universeDomain;
|
22
|
+
private _servicePath;
|
21
23
|
auth: gax.GoogleAuth;
|
22
24
|
descriptors: Descriptors;
|
23
25
|
warn: (code: string, message: string, warnType?: string) => void;
|
@@ -88,15 +90,22 @@ export declare class DocumentServiceClient {
|
|
88
90
|
}>;
|
89
91
|
/**
|
90
92
|
* The DNS address for this API service.
|
93
|
+
* @deprecated Use the apiEndpoint method of the client instance.
|
91
94
|
* @returns {string} The DNS address for this service.
|
92
95
|
*/
|
93
96
|
static get servicePath(): string;
|
94
97
|
/**
|
95
|
-
* The DNS address for this API service - same as servicePath
|
96
|
-
*
|
98
|
+
* The DNS address for this API service - same as servicePath.
|
99
|
+
* @deprecated Use the apiEndpoint method of the client instance.
|
97
100
|
* @returns {string} The DNS address for this service.
|
98
101
|
*/
|
99
102
|
static get apiEndpoint(): string;
|
103
|
+
/**
|
104
|
+
* The DNS address for this API service.
|
105
|
+
* @returns {string} The DNS address for this service.
|
106
|
+
*/
|
107
|
+
get apiEndpoint(): string;
|
108
|
+
get universeDomain(): string;
|
100
109
|
/**
|
101
110
|
* The port for this API service.
|
102
111
|
* @returns {number} The default port for this service.
|
@@ -1037,6 +1046,150 @@ export declare class DocumentServiceClient {
|
|
1037
1046
|
* @returns {string} A string representing the schema.
|
1038
1047
|
*/
|
1039
1048
|
matchSchemaFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
|
1049
|
+
/**
|
1050
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
1051
|
+
*
|
1052
|
+
* @param {string} project
|
1053
|
+
* @param {string} location
|
1054
|
+
* @param {string} collection
|
1055
|
+
* @param {string} data_store
|
1056
|
+
* @returns {string} Resource name string.
|
1057
|
+
*/
|
1058
|
+
projectLocationCollectionDataStoreSiteSearchEnginePath(project: string, location: string, collection: string, dataStore: string): string;
|
1059
|
+
/**
|
1060
|
+
* Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
1061
|
+
*
|
1062
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
1063
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
1064
|
+
* @returns {string} A string representing the project.
|
1065
|
+
*/
|
1066
|
+
matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
1067
|
+
/**
|
1068
|
+
* Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
1069
|
+
*
|
1070
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
1071
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
1072
|
+
* @returns {string} A string representing the location.
|
1073
|
+
*/
|
1074
|
+
matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
1075
|
+
/**
|
1076
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
1077
|
+
*
|
1078
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
1079
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
1080
|
+
* @returns {string} A string representing the collection.
|
1081
|
+
*/
|
1082
|
+
matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
1083
|
+
/**
|
1084
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
1085
|
+
*
|
1086
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
1087
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
1088
|
+
* @returns {string} A string representing the data_store.
|
1089
|
+
*/
|
1090
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
1091
|
+
/**
|
1092
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineTargetSite resource name string.
|
1093
|
+
*
|
1094
|
+
* @param {string} project
|
1095
|
+
* @param {string} location
|
1096
|
+
* @param {string} collection
|
1097
|
+
* @param {string} data_store
|
1098
|
+
* @param {string} target_site
|
1099
|
+
* @returns {string} Resource name string.
|
1100
|
+
*/
|
1101
|
+
projectLocationCollectionDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, collection: string, dataStore: string, targetSite: string): string;
|
1102
|
+
/**
|
1103
|
+
* Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
1104
|
+
*
|
1105
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
1106
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
1107
|
+
* @returns {string} A string representing the project.
|
1108
|
+
*/
|
1109
|
+
matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1110
|
+
/**
|
1111
|
+
* Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
1112
|
+
*
|
1113
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
1114
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
1115
|
+
* @returns {string} A string representing the location.
|
1116
|
+
*/
|
1117
|
+
matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1118
|
+
/**
|
1119
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
1120
|
+
*
|
1121
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
1122
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
1123
|
+
* @returns {string} A string representing the collection.
|
1124
|
+
*/
|
1125
|
+
matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1126
|
+
/**
|
1127
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
1128
|
+
*
|
1129
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
1130
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
1131
|
+
* @returns {string} A string representing the data_store.
|
1132
|
+
*/
|
1133
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1134
|
+
/**
|
1135
|
+
* Parse the target_site from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
1136
|
+
*
|
1137
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
1138
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
1139
|
+
* @returns {string} A string representing the target_site.
|
1140
|
+
*/
|
1141
|
+
matchTargetSiteFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1142
|
+
/**
|
1143
|
+
* Return a fully-qualified projectLocationCollectionEngineConversation resource name string.
|
1144
|
+
*
|
1145
|
+
* @param {string} project
|
1146
|
+
* @param {string} location
|
1147
|
+
* @param {string} collection
|
1148
|
+
* @param {string} engine
|
1149
|
+
* @param {string} conversation
|
1150
|
+
* @returns {string} Resource name string.
|
1151
|
+
*/
|
1152
|
+
projectLocationCollectionEngineConversationPath(project: string, location: string, collection: string, engine: string, conversation: string): string;
|
1153
|
+
/**
|
1154
|
+
* Parse the project from ProjectLocationCollectionEngineConversation resource.
|
1155
|
+
*
|
1156
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
1157
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
1158
|
+
* @returns {string} A string representing the project.
|
1159
|
+
*/
|
1160
|
+
matchProjectFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
1161
|
+
/**
|
1162
|
+
* Parse the location from ProjectLocationCollectionEngineConversation resource.
|
1163
|
+
*
|
1164
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
1165
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
1166
|
+
* @returns {string} A string representing the location.
|
1167
|
+
*/
|
1168
|
+
matchLocationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
1169
|
+
/**
|
1170
|
+
* Parse the collection from ProjectLocationCollectionEngineConversation resource.
|
1171
|
+
*
|
1172
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
1173
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
1174
|
+
* @returns {string} A string representing the collection.
|
1175
|
+
*/
|
1176
|
+
matchCollectionFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
1177
|
+
/**
|
1178
|
+
* Parse the engine from ProjectLocationCollectionEngineConversation resource.
|
1179
|
+
*
|
1180
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
1181
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
1182
|
+
* @returns {string} A string representing the engine.
|
1183
|
+
*/
|
1184
|
+
matchEngineFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
1185
|
+
/**
|
1186
|
+
* Parse the conversation from ProjectLocationCollectionEngineConversation resource.
|
1187
|
+
*
|
1188
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
1189
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
1190
|
+
* @returns {string} A string representing the conversation.
|
1191
|
+
*/
|
1192
|
+
matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
1040
1193
|
/**
|
1041
1194
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
1042
1195
|
*
|
@@ -1247,6 +1400,81 @@ export declare class DocumentServiceClient {
|
|
1247
1400
|
* @returns {string} A string representing the schema.
|
1248
1401
|
*/
|
1249
1402
|
matchSchemaFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
|
1403
|
+
/**
|
1404
|
+
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
1405
|
+
*
|
1406
|
+
* @param {string} project
|
1407
|
+
* @param {string} location
|
1408
|
+
* @param {string} data_store
|
1409
|
+
* @returns {string} Resource name string.
|
1410
|
+
*/
|
1411
|
+
projectLocationDataStoreSiteSearchEnginePath(project: string, location: string, dataStore: string): string;
|
1412
|
+
/**
|
1413
|
+
* Parse the project from ProjectLocationDataStoreSiteSearchEngine resource.
|
1414
|
+
*
|
1415
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineName
|
1416
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
|
1417
|
+
* @returns {string} A string representing the project.
|
1418
|
+
*/
|
1419
|
+
matchProjectFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
|
1420
|
+
/**
|
1421
|
+
* Parse the location from ProjectLocationDataStoreSiteSearchEngine resource.
|
1422
|
+
*
|
1423
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineName
|
1424
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
|
1425
|
+
* @returns {string} A string representing the location.
|
1426
|
+
*/
|
1427
|
+
matchLocationFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
|
1428
|
+
/**
|
1429
|
+
* Parse the data_store from ProjectLocationDataStoreSiteSearchEngine resource.
|
1430
|
+
*
|
1431
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineName
|
1432
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
|
1433
|
+
* @returns {string} A string representing the data_store.
|
1434
|
+
*/
|
1435
|
+
matchDataStoreFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
|
1436
|
+
/**
|
1437
|
+
* Return a fully-qualified projectLocationDataStoreSiteSearchEngineTargetSite resource name string.
|
1438
|
+
*
|
1439
|
+
* @param {string} project
|
1440
|
+
* @param {string} location
|
1441
|
+
* @param {string} data_store
|
1442
|
+
* @param {string} target_site
|
1443
|
+
* @returns {string} Resource name string.
|
1444
|
+
*/
|
1445
|
+
projectLocationDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, dataStore: string, targetSite: string): string;
|
1446
|
+
/**
|
1447
|
+
* Parse the project from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
1448
|
+
*
|
1449
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
1450
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
1451
|
+
* @returns {string} A string representing the project.
|
1452
|
+
*/
|
1453
|
+
matchProjectFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1454
|
+
/**
|
1455
|
+
* Parse the location from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
1456
|
+
*
|
1457
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
1458
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
1459
|
+
* @returns {string} A string representing the location.
|
1460
|
+
*/
|
1461
|
+
matchLocationFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1462
|
+
/**
|
1463
|
+
* Parse the data_store from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
1464
|
+
*
|
1465
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
1466
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
1467
|
+
* @returns {string} A string representing the data_store.
|
1468
|
+
*/
|
1469
|
+
matchDataStoreFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1470
|
+
/**
|
1471
|
+
* Parse the target_site from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
1472
|
+
*
|
1473
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
1474
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
1475
|
+
* @returns {string} A string representing the target_site.
|
1476
|
+
*/
|
1477
|
+
matchTargetSiteFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1250
1478
|
/**
|
1251
1479
|
* Terminate the gRPC channel and close the client.
|
1252
1480
|
*
|