@google-cloud/discoveryengine 1.8.0 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/README.md +33 -4
- package/build/protos/google/cloud/discoveryengine/v1/answer.proto +337 -0
- package/build/protos/google/cloud/discoveryengine/v1/common.proto +33 -0
- package/build/protos/google/cloud/discoveryengine/v1/control.proto +214 -0
- package/build/protos/google/cloud/discoveryengine/v1/control_service.proto +236 -0
- package/build/protos/google/cloud/discoveryengine/v1/conversation.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +569 -0
- package/build/protos/google/cloud/discoveryengine/v1/data_store.proto +4 -0
- package/build/protos/google/cloud/discoveryengine/v1/data_store_service.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1/document_processing_config.proto +92 -0
- package/build/protos/google/cloud/discoveryengine/v1/document_service.proto +6 -6
- package/build/protos/google/cloud/discoveryengine/v1/engine.proto +4 -4
- package/build/protos/google/cloud/discoveryengine/v1/grounded_generation_service.proto +149 -0
- package/build/protos/google/cloud/discoveryengine/v1/grounding.proto +58 -0
- package/build/protos/google/cloud/discoveryengine/v1/import_config.proto +4 -4
- package/build/protos/google/cloud/discoveryengine/v1/project.proto +103 -0
- package/build/protos/google/cloud/discoveryengine/v1/project_service.proto +90 -0
- package/build/protos/google/cloud/discoveryengine/v1/rank_service.proto +131 -0
- package/build/protos/google/cloud/discoveryengine/v1/recommendation_service.proto +20 -19
- package/build/protos/google/cloud/discoveryengine/v1/schema_service.proto +5 -5
- package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +23 -18
- package/build/protos/google/cloud/discoveryengine/v1/session.proto +97 -0
- package/build/protos/google/cloud/discoveryengine/v1/site_search_engine.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1/user_event.proto +28 -3
- package/build/protos/google/cloud/discoveryengine/v1/user_event_service.proto +18 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/answer.proto +9 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/chunk.proto +7 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +16 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/control.proto +217 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/control_service.proto +236 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversation.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +19 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/custom_tuning_model.proto +87 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/data_store_service.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/document_processing_config.proto +1 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/document_service.proto +12 -9
- package/build/protos/google/cloud/discoveryengine/v1alpha/engine.proto +4 -4
- package/build/protos/google/cloud/discoveryengine/v1alpha/grounded_generation_service.proto +30 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/grounding.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/import_config.proto +4 -4
- package/build/protos/google/cloud/discoveryengine/v1alpha/project.proto +1 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/project_service.proto +2 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/rank_service.proto +19 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/recommendation_service.proto +20 -19
- package/build/protos/google/cloud/discoveryengine/v1alpha/schema.proto +37 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/schema_service.proto +6 -6
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +28 -31
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_tuning_service.proto +39 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/session.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/user_event.proto +29 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/user_event_service.proto +18 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/answer.proto +10 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/common.proto +16 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/control.proto +216 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/control_service.proto +236 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/conversation.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +19 -3
- package/build/protos/google/cloud/discoveryengine/v1beta/custom_tuning_model.proto +87 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/data_store_service.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/document_processing_config.proto +1 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/document_service.proto +7 -8
- package/build/protos/google/cloud/discoveryengine/v1beta/engine.proto +4 -4
- package/build/protos/google/cloud/discoveryengine/v1beta/grounded_generation_service.proto +30 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/grounding.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/import_config.proto +4 -4
- package/build/protos/google/cloud/discoveryengine/v1beta/project.proto +103 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/project_service.proto +90 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/rank_service.proto +19 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/recommendation_service.proto +20 -19
- package/build/protos/google/cloud/discoveryengine/v1beta/schema_service.proto +5 -5
- package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +30 -24
- package/build/protos/google/cloud/discoveryengine/v1beta/search_tuning_service.proto +39 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/session.proto +4 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/site_search_engine.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event.proto +28 -3
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event_service.proto +18 -2
- package/build/protos/protos.d.ts +52350 -38733
- package/build/protos/protos.js +136479 -103212
- package/build/protos/protos.json +9460 -5916
- package/build/src/index.d.ts +13 -1
- package/build/src/index.js +13 -1
- package/build/src/v1/completion_service_client.d.ts +549 -0
- package/build/src/v1/completion_service_client.js +771 -0
- package/build/src/v1/control_service_client.d.ts +1623 -0
- package/build/src/v1/control_service_client.js +2218 -0
- package/build/src/v1/control_service_client_config.json +63 -0
- package/build/src/v1/conversational_search_service_client.d.ts +893 -0
- package/build/src/v1/conversational_search_service_client.js +1040 -14
- package/build/src/v1/conversational_search_service_client_config.json +35 -0
- package/build/src/v1/data_store_service_client.d.ts +555 -6
- package/build/src/v1/data_store_service_client.js +775 -4
- package/build/src/v1/document_service_client.d.ts +557 -8
- package/build/src/v1/document_service_client.js +773 -2
- package/build/src/v1/engine_service_client.d.ts +549 -0
- package/build/src/v1/engine_service_client.js +771 -0
- package/build/src/v1/grounded_generation_service_client.d.ts +1439 -0
- package/build/src/v1/grounded_generation_service_client.js +2036 -0
- package/build/src/v1/grounded_generation_service_client_config.json +43 -0
- package/build/src/v1/index.d.ts +4 -0
- package/build/src/v1/index.js +9 -1
- package/build/src/v1/project_service_client.d.ts +1533 -0
- package/build/src/v1/project_service_client.js +2255 -0
- package/build/src/v1/project_service_client_config.json +43 -0
- package/build/src/v1/rank_service_client.d.ts +1449 -0
- package/build/src/v1/rank_service_client.js +2037 -0
- package/build/src/v1/rank_service_client_config.json +43 -0
- package/build/src/v1/recommendation_service_client.d.ts +568 -18
- package/build/src/v1/recommendation_service_client.js +756 -0
- package/build/src/v1/schema_service_client.d.ts +558 -9
- package/build/src/v1/schema_service_client.js +775 -4
- package/build/src/v1/search_service_client.d.ts +579 -21
- package/build/src/v1/search_service_client.js +776 -14
- package/build/src/v1/site_search_engine_service_client.d.ts +549 -0
- package/build/src/v1/site_search_engine_service_client.js +771 -0
- package/build/src/v1/user_event_service_client.d.ts +562 -2
- package/build/src/v1/user_event_service_client.js +771 -0
- package/build/src/v1alpha/acl_config_service_client.d.ts +237 -0
- package/build/src/v1alpha/acl_config_service_client.js +326 -0
- package/build/src/v1alpha/chunk_service_client.d.ts +237 -0
- package/build/src/v1alpha/chunk_service_client.js +326 -0
- package/build/src/v1alpha/completion_service_client.d.ts +237 -0
- package/build/src/v1alpha/completion_service_client.js +340 -0
- package/build/src/v1alpha/control_service_client.d.ts +2013 -0
- package/build/src/v1alpha/control_service_client.js +2757 -0
- package/build/src/v1alpha/control_service_client_config.json +63 -0
- package/build/src/v1alpha/conversational_search_service_client.d.ts +239 -2
- package/build/src/v1alpha/conversational_search_service_client.js +326 -0
- package/build/src/v1alpha/data_store_service_client.d.ts +243 -6
- package/build/src/v1alpha/data_store_service_client.js +344 -4
- package/build/src/v1alpha/document_service_client.d.ts +246 -9
- package/build/src/v1alpha/document_service_client.js +342 -2
- package/build/src/v1alpha/engine_service_client.d.ts +237 -0
- package/build/src/v1alpha/engine_service_client.js +340 -0
- package/build/src/v1alpha/estimate_billing_service_client.d.ts +237 -0
- package/build/src/v1alpha/estimate_billing_service_client.js +340 -0
- package/build/src/v1alpha/grounded_generation_service_client.d.ts +256 -1
- package/build/src/v1alpha/grounded_generation_service_client.js +326 -0
- package/build/src/v1alpha/index.d.ts +1 -0
- package/build/src/v1alpha/index.js +3 -1
- package/build/src/v1alpha/project_service_client.d.ts +239 -0
- package/build/src/v1alpha/project_service_client.js +340 -0
- package/build/src/v1alpha/project_service_client_config.json +21 -6
- package/build/src/v1alpha/rank_service_client.d.ts +255 -0
- package/build/src/v1alpha/rank_service_client.js +326 -0
- package/build/src/v1alpha/recommendation_service_client.d.ts +256 -18
- package/build/src/v1alpha/recommendation_service_client.js +326 -0
- package/build/src/v1alpha/schema_service_client.d.ts +247 -10
- package/build/src/v1alpha/schema_service_client.js +344 -4
- package/build/src/v1alpha/search_service_client.d.ts +267 -21
- package/build/src/v1alpha/search_service_client.js +346 -14
- package/build/src/v1alpha/search_tuning_service_client.d.ts +265 -0
- package/build/src/v1alpha/search_tuning_service_client.js +365 -1
- package/build/src/v1alpha/search_tuning_service_client_config.json +4 -0
- package/build/src/v1alpha/serving_config_service_client.d.ts +237 -0
- package/build/src/v1alpha/serving_config_service_client.js +326 -0
- package/build/src/v1alpha/site_search_engine_service_client.d.ts +237 -0
- package/build/src/v1alpha/site_search_engine_service_client.js +340 -0
- package/build/src/v1alpha/user_event_service_client.d.ts +250 -2
- package/build/src/v1alpha/user_event_service_client.js +340 -0
- package/build/src/v1beta/completion_service_client.d.ts +252 -0
- package/build/src/v1beta/completion_service_client.js +359 -0
- package/build/src/v1beta/control_service_client.d.ts +1860 -0
- package/build/src/v1beta/control_service_client.js +2545 -0
- package/build/src/v1beta/control_service_client_config.json +63 -0
- package/build/src/v1beta/conversational_search_service_client.d.ts +254 -2
- package/build/src/v1beta/conversational_search_service_client.js +348 -0
- package/build/src/v1beta/data_store_service_client.d.ts +258 -6
- package/build/src/v1beta/data_store_service_client.js +363 -4
- package/build/src/v1beta/document_service_client.d.ts +261 -10
- package/build/src/v1beta/document_service_client.js +361 -2
- package/build/src/v1beta/engine_service_client.d.ts +252 -0
- package/build/src/v1beta/engine_service_client.js +359 -0
- package/build/src/v1beta/grounded_generation_service_client.d.ts +271 -1
- package/build/src/v1beta/grounded_generation_service_client.js +348 -0
- package/build/src/v1beta/index.d.ts +2 -0
- package/build/src/v1beta/index.js +5 -1
- package/build/src/v1beta/project_service_client.d.ts +1770 -0
- package/build/src/v1beta/project_service_client.js +2576 -0
- package/build/src/v1beta/project_service_client_config.json +43 -0
- package/build/src/v1beta/rank_service_client.d.ts +270 -0
- package/build/src/v1beta/rank_service_client.js +348 -0
- package/build/src/v1beta/recommendation_service_client.d.ts +271 -18
- package/build/src/v1beta/recommendation_service_client.js +348 -0
- package/build/src/v1beta/schema_service_client.d.ts +261 -9
- package/build/src/v1beta/schema_service_client.js +363 -4
- package/build/src/v1beta/search_service_client.d.ts +282 -21
- package/build/src/v1beta/search_service_client.js +368 -14
- package/build/src/v1beta/search_tuning_service_client.d.ts +280 -0
- package/build/src/v1beta/search_tuning_service_client.js +384 -1
- package/build/src/v1beta/search_tuning_service_client_config.json +4 -0
- package/build/src/v1beta/serving_config_service_client.d.ts +237 -0
- package/build/src/v1beta/serving_config_service_client.js +326 -0
- package/build/src/v1beta/site_search_engine_service_client.d.ts +252 -0
- package/build/src/v1beta/site_search_engine_service_client.js +359 -0
- package/build/src/v1beta/user_event_service_client.d.ts +265 -2
- package/build/src/v1beta/user_event_service_client.js +359 -0
- package/package.json +2 -2
@@ -963,6 +963,21 @@ export declare class SiteSearchEngineServiceClient {
|
|
963
963
|
* @returns {string} A string representing the engine.
|
964
964
|
*/
|
965
965
|
matchEngineFromEngineName(engineName: string): string | number;
|
966
|
+
/**
|
967
|
+
* Return a fully-qualified project resource name string.
|
968
|
+
*
|
969
|
+
* @param {string} project
|
970
|
+
* @returns {string} Resource name string.
|
971
|
+
*/
|
972
|
+
projectPath(project: string): string;
|
973
|
+
/**
|
974
|
+
* Parse the project from Project resource.
|
975
|
+
*
|
976
|
+
* @param {string} projectName
|
977
|
+
* A fully-qualified path representing Project resource.
|
978
|
+
* @returns {string} A string representing the project.
|
979
|
+
*/
|
980
|
+
matchProjectFromProjectName(projectName: string): string | number;
|
966
981
|
/**
|
967
982
|
* Return a fully-qualified projectLocationCollectionDataStore resource name string.
|
968
983
|
*
|
@@ -1065,6 +1080,57 @@ export declare class SiteSearchEngineServiceClient {
|
|
1065
1080
|
* @returns {string} A string representing the document.
|
1066
1081
|
*/
|
1067
1082
|
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
1083
|
+
/**
|
1084
|
+
* Return a fully-qualified projectLocationCollectionDataStoreControl resource name string.
|
1085
|
+
*
|
1086
|
+
* @param {string} project
|
1087
|
+
* @param {string} location
|
1088
|
+
* @param {string} collection
|
1089
|
+
* @param {string} data_store
|
1090
|
+
* @param {string} control
|
1091
|
+
* @returns {string} Resource name string.
|
1092
|
+
*/
|
1093
|
+
projectLocationCollectionDataStoreControlPath(project: string, location: string, collection: string, dataStore: string, control: string): string;
|
1094
|
+
/**
|
1095
|
+
* Parse the project from ProjectLocationCollectionDataStoreControl resource.
|
1096
|
+
*
|
1097
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
1098
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
1099
|
+
* @returns {string} A string representing the project.
|
1100
|
+
*/
|
1101
|
+
matchProjectFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
1102
|
+
/**
|
1103
|
+
* Parse the location from ProjectLocationCollectionDataStoreControl resource.
|
1104
|
+
*
|
1105
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
1106
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
1107
|
+
* @returns {string} A string representing the location.
|
1108
|
+
*/
|
1109
|
+
matchLocationFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
1110
|
+
/**
|
1111
|
+
* Parse the collection from ProjectLocationCollectionDataStoreControl resource.
|
1112
|
+
*
|
1113
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
1114
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
1115
|
+
* @returns {string} A string representing the collection.
|
1116
|
+
*/
|
1117
|
+
matchCollectionFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
1118
|
+
/**
|
1119
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreControl resource.
|
1120
|
+
*
|
1121
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
1122
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
1123
|
+
* @returns {string} A string representing the data_store.
|
1124
|
+
*/
|
1125
|
+
matchDataStoreFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
1126
|
+
/**
|
1127
|
+
* Parse the control from ProjectLocationCollectionDataStoreControl resource.
|
1128
|
+
*
|
1129
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
1130
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
1131
|
+
* @returns {string} A string representing the control.
|
1132
|
+
*/
|
1133
|
+
matchControlFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
1068
1134
|
/**
|
1069
1135
|
* Return a fully-qualified projectLocationCollectionDataStoreConversation resource name string.
|
1070
1136
|
*
|
@@ -1116,6 +1182,48 @@ export declare class SiteSearchEngineServiceClient {
|
|
1116
1182
|
* @returns {string} A string representing the conversation.
|
1117
1183
|
*/
|
1118
1184
|
matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
|
1185
|
+
/**
|
1186
|
+
* Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
|
1187
|
+
*
|
1188
|
+
* @param {string} project
|
1189
|
+
* @param {string} location
|
1190
|
+
* @param {string} collection
|
1191
|
+
* @param {string} data_store
|
1192
|
+
* @returns {string} Resource name string.
|
1193
|
+
*/
|
1194
|
+
projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
|
1195
|
+
/**
|
1196
|
+
* Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
1197
|
+
*
|
1198
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
1199
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
1200
|
+
* @returns {string} A string representing the project.
|
1201
|
+
*/
|
1202
|
+
matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
1203
|
+
/**
|
1204
|
+
* Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
1205
|
+
*
|
1206
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
1207
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
1208
|
+
* @returns {string} A string representing the location.
|
1209
|
+
*/
|
1210
|
+
matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
1211
|
+
/**
|
1212
|
+
* Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
1213
|
+
*
|
1214
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
1215
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
1216
|
+
* @returns {string} A string representing the collection.
|
1217
|
+
*/
|
1218
|
+
matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
1219
|
+
/**
|
1220
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
1221
|
+
*
|
1222
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
1223
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
1224
|
+
* @returns {string} A string representing the data_store.
|
1225
|
+
*/
|
1226
|
+
matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
1119
1227
|
/**
|
1120
1228
|
* Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
|
1121
1229
|
*
|
@@ -1167,6 +1275,117 @@ export declare class SiteSearchEngineServiceClient {
|
|
1167
1275
|
* @returns {string} A string representing the schema.
|
1168
1276
|
*/
|
1169
1277
|
matchSchemaFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
|
1278
|
+
/**
|
1279
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
|
1280
|
+
*
|
1281
|
+
* @param {string} project
|
1282
|
+
* @param {string} location
|
1283
|
+
* @param {string} collection
|
1284
|
+
* @param {string} data_store
|
1285
|
+
* @param {string} session
|
1286
|
+
* @returns {string} Resource name string.
|
1287
|
+
*/
|
1288
|
+
projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
1289
|
+
/**
|
1290
|
+
* Parse the project from ProjectLocationCollectionDataStoreSession resource.
|
1291
|
+
*
|
1292
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1293
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1294
|
+
* @returns {string} A string representing the project.
|
1295
|
+
*/
|
1296
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1297
|
+
/**
|
1298
|
+
* Parse the location from ProjectLocationCollectionDataStoreSession resource.
|
1299
|
+
*
|
1300
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1301
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1302
|
+
* @returns {string} A string representing the location.
|
1303
|
+
*/
|
1304
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1305
|
+
/**
|
1306
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSession resource.
|
1307
|
+
*
|
1308
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1309
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1310
|
+
* @returns {string} A string representing the collection.
|
1311
|
+
*/
|
1312
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1313
|
+
/**
|
1314
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
|
1315
|
+
*
|
1316
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1317
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1318
|
+
* @returns {string} A string representing the data_store.
|
1319
|
+
*/
|
1320
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1321
|
+
/**
|
1322
|
+
* Parse the session from ProjectLocationCollectionDataStoreSession resource.
|
1323
|
+
*
|
1324
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1325
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1326
|
+
* @returns {string} A string representing the session.
|
1327
|
+
*/
|
1328
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1329
|
+
/**
|
1330
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
|
1331
|
+
*
|
1332
|
+
* @param {string} project
|
1333
|
+
* @param {string} location
|
1334
|
+
* @param {string} collection
|
1335
|
+
* @param {string} data_store
|
1336
|
+
* @param {string} session
|
1337
|
+
* @param {string} answer
|
1338
|
+
* @returns {string} Resource name string.
|
1339
|
+
*/
|
1340
|
+
projectLocationCollectionDataStoreSessionAnswerPath(project: string, location: string, collection: string, dataStore: string, session: string, answer: string): string;
|
1341
|
+
/**
|
1342
|
+
* Parse the project from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1343
|
+
*
|
1344
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1345
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1346
|
+
* @returns {string} A string representing the project.
|
1347
|
+
*/
|
1348
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1349
|
+
/**
|
1350
|
+
* Parse the location from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1351
|
+
*
|
1352
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1353
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1354
|
+
* @returns {string} A string representing the location.
|
1355
|
+
*/
|
1356
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1357
|
+
/**
|
1358
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1359
|
+
*
|
1360
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1361
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1362
|
+
* @returns {string} A string representing the collection.
|
1363
|
+
*/
|
1364
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1365
|
+
/**
|
1366
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1367
|
+
*
|
1368
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1369
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1370
|
+
* @returns {string} A string representing the data_store.
|
1371
|
+
*/
|
1372
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1373
|
+
/**
|
1374
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1375
|
+
*
|
1376
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1377
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1378
|
+
* @returns {string} A string representing the session.
|
1379
|
+
*/
|
1380
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1381
|
+
/**
|
1382
|
+
* Parse the answer from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1383
|
+
*
|
1384
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1385
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1386
|
+
* @returns {string} A string representing the answer.
|
1387
|
+
*/
|
1388
|
+
matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1170
1389
|
/**
|
1171
1390
|
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
1172
1391
|
*
|
@@ -1260,6 +1479,57 @@ export declare class SiteSearchEngineServiceClient {
|
|
1260
1479
|
* @returns {string} A string representing the target_site.
|
1261
1480
|
*/
|
1262
1481
|
matchTargetSiteFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1482
|
+
/**
|
1483
|
+
* Return a fully-qualified projectLocationCollectionEngineControl resource name string.
|
1484
|
+
*
|
1485
|
+
* @param {string} project
|
1486
|
+
* @param {string} location
|
1487
|
+
* @param {string} collection
|
1488
|
+
* @param {string} engine
|
1489
|
+
* @param {string} control
|
1490
|
+
* @returns {string} Resource name string.
|
1491
|
+
*/
|
1492
|
+
projectLocationCollectionEngineControlPath(project: string, location: string, collection: string, engine: string, control: string): string;
|
1493
|
+
/**
|
1494
|
+
* Parse the project from ProjectLocationCollectionEngineControl resource.
|
1495
|
+
*
|
1496
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1497
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1498
|
+
* @returns {string} A string representing the project.
|
1499
|
+
*/
|
1500
|
+
matchProjectFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1501
|
+
/**
|
1502
|
+
* Parse the location from ProjectLocationCollectionEngineControl resource.
|
1503
|
+
*
|
1504
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1505
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1506
|
+
* @returns {string} A string representing the location.
|
1507
|
+
*/
|
1508
|
+
matchLocationFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1509
|
+
/**
|
1510
|
+
* Parse the collection from ProjectLocationCollectionEngineControl resource.
|
1511
|
+
*
|
1512
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1513
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1514
|
+
* @returns {string} A string representing the collection.
|
1515
|
+
*/
|
1516
|
+
matchCollectionFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1517
|
+
/**
|
1518
|
+
* Parse the engine from ProjectLocationCollectionEngineControl resource.
|
1519
|
+
*
|
1520
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1521
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1522
|
+
* @returns {string} A string representing the engine.
|
1523
|
+
*/
|
1524
|
+
matchEngineFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1525
|
+
/**
|
1526
|
+
* Parse the control from ProjectLocationCollectionEngineControl resource.
|
1527
|
+
*
|
1528
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1529
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1530
|
+
* @returns {string} A string representing the control.
|
1531
|
+
*/
|
1532
|
+
matchControlFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1263
1533
|
/**
|
1264
1534
|
* Return a fully-qualified projectLocationCollectionEngineConversation resource name string.
|
1265
1535
|
*
|
@@ -1311,6 +1581,117 @@ export declare class SiteSearchEngineServiceClient {
|
|
1311
1581
|
* @returns {string} A string representing the conversation.
|
1312
1582
|
*/
|
1313
1583
|
matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
1584
|
+
/**
|
1585
|
+
* Return a fully-qualified projectLocationCollectionEngineSession resource name string.
|
1586
|
+
*
|
1587
|
+
* @param {string} project
|
1588
|
+
* @param {string} location
|
1589
|
+
* @param {string} collection
|
1590
|
+
* @param {string} engine
|
1591
|
+
* @param {string} session
|
1592
|
+
* @returns {string} Resource name string.
|
1593
|
+
*/
|
1594
|
+
projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1595
|
+
/**
|
1596
|
+
* Parse the project from ProjectLocationCollectionEngineSession resource.
|
1597
|
+
*
|
1598
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1599
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1600
|
+
* @returns {string} A string representing the project.
|
1601
|
+
*/
|
1602
|
+
matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1603
|
+
/**
|
1604
|
+
* Parse the location from ProjectLocationCollectionEngineSession resource.
|
1605
|
+
*
|
1606
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1607
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1608
|
+
* @returns {string} A string representing the location.
|
1609
|
+
*/
|
1610
|
+
matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1611
|
+
/**
|
1612
|
+
* Parse the collection from ProjectLocationCollectionEngineSession resource.
|
1613
|
+
*
|
1614
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1615
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1616
|
+
* @returns {string} A string representing the collection.
|
1617
|
+
*/
|
1618
|
+
matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1619
|
+
/**
|
1620
|
+
* Parse the engine from ProjectLocationCollectionEngineSession resource.
|
1621
|
+
*
|
1622
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1623
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1624
|
+
* @returns {string} A string representing the engine.
|
1625
|
+
*/
|
1626
|
+
matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1627
|
+
/**
|
1628
|
+
* Parse the session from ProjectLocationCollectionEngineSession resource.
|
1629
|
+
*
|
1630
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1631
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1632
|
+
* @returns {string} A string representing the session.
|
1633
|
+
*/
|
1634
|
+
matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1635
|
+
/**
|
1636
|
+
* Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
|
1637
|
+
*
|
1638
|
+
* @param {string} project
|
1639
|
+
* @param {string} location
|
1640
|
+
* @param {string} collection
|
1641
|
+
* @param {string} engine
|
1642
|
+
* @param {string} session
|
1643
|
+
* @param {string} answer
|
1644
|
+
* @returns {string} Resource name string.
|
1645
|
+
*/
|
1646
|
+
projectLocationCollectionEngineSessionAnswerPath(project: string, location: string, collection: string, engine: string, session: string, answer: string): string;
|
1647
|
+
/**
|
1648
|
+
* Parse the project from ProjectLocationCollectionEngineSessionAnswer resource.
|
1649
|
+
*
|
1650
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1651
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1652
|
+
* @returns {string} A string representing the project.
|
1653
|
+
*/
|
1654
|
+
matchProjectFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1655
|
+
/**
|
1656
|
+
* Parse the location from ProjectLocationCollectionEngineSessionAnswer resource.
|
1657
|
+
*
|
1658
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1659
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1660
|
+
* @returns {string} A string representing the location.
|
1661
|
+
*/
|
1662
|
+
matchLocationFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1663
|
+
/**
|
1664
|
+
* Parse the collection from ProjectLocationCollectionEngineSessionAnswer resource.
|
1665
|
+
*
|
1666
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1667
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1668
|
+
* @returns {string} A string representing the collection.
|
1669
|
+
*/
|
1670
|
+
matchCollectionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1671
|
+
/**
|
1672
|
+
* Parse the engine from ProjectLocationCollectionEngineSessionAnswer resource.
|
1673
|
+
*
|
1674
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1675
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1676
|
+
* @returns {string} A string representing the engine.
|
1677
|
+
*/
|
1678
|
+
matchEngineFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1679
|
+
/**
|
1680
|
+
* Parse the session from ProjectLocationCollectionEngineSessionAnswer resource.
|
1681
|
+
*
|
1682
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1683
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1684
|
+
* @returns {string} A string representing the session.
|
1685
|
+
*/
|
1686
|
+
matchSessionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1687
|
+
/**
|
1688
|
+
* Parse the answer from ProjectLocationCollectionEngineSessionAnswer resource.
|
1689
|
+
*
|
1690
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1691
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1692
|
+
* @returns {string} A string representing the answer.
|
1693
|
+
*/
|
1694
|
+
matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1314
1695
|
/**
|
1315
1696
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
1316
1697
|
*
|
@@ -1395,6 +1776,48 @@ export declare class SiteSearchEngineServiceClient {
|
|
1395
1776
|
* @returns {string} A string representing the document.
|
1396
1777
|
*/
|
1397
1778
|
matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
1779
|
+
/**
|
1780
|
+
* Return a fully-qualified projectLocationDataStoreControl resource name string.
|
1781
|
+
*
|
1782
|
+
* @param {string} project
|
1783
|
+
* @param {string} location
|
1784
|
+
* @param {string} data_store
|
1785
|
+
* @param {string} control
|
1786
|
+
* @returns {string} Resource name string.
|
1787
|
+
*/
|
1788
|
+
projectLocationDataStoreControlPath(project: string, location: string, dataStore: string, control: string): string;
|
1789
|
+
/**
|
1790
|
+
* Parse the project from ProjectLocationDataStoreControl resource.
|
1791
|
+
*
|
1792
|
+
* @param {string} projectLocationDataStoreControlName
|
1793
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1794
|
+
* @returns {string} A string representing the project.
|
1795
|
+
*/
|
1796
|
+
matchProjectFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
1797
|
+
/**
|
1798
|
+
* Parse the location from ProjectLocationDataStoreControl resource.
|
1799
|
+
*
|
1800
|
+
* @param {string} projectLocationDataStoreControlName
|
1801
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1802
|
+
* @returns {string} A string representing the location.
|
1803
|
+
*/
|
1804
|
+
matchLocationFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
1805
|
+
/**
|
1806
|
+
* Parse the data_store from ProjectLocationDataStoreControl resource.
|
1807
|
+
*
|
1808
|
+
* @param {string} projectLocationDataStoreControlName
|
1809
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1810
|
+
* @returns {string} A string representing the data_store.
|
1811
|
+
*/
|
1812
|
+
matchDataStoreFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
1813
|
+
/**
|
1814
|
+
* Parse the control from ProjectLocationDataStoreControl resource.
|
1815
|
+
*
|
1816
|
+
* @param {string} projectLocationDataStoreControlName
|
1817
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1818
|
+
* @returns {string} A string representing the control.
|
1819
|
+
*/
|
1820
|
+
matchControlFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
1398
1821
|
/**
|
1399
1822
|
* Return a fully-qualified projectLocationDataStoreConversation resource name string.
|
1400
1823
|
*
|
@@ -1437,6 +1860,39 @@ export declare class SiteSearchEngineServiceClient {
|
|
1437
1860
|
* @returns {string} A string representing the conversation.
|
1438
1861
|
*/
|
1439
1862
|
matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
|
1863
|
+
/**
|
1864
|
+
* Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
|
1865
|
+
*
|
1866
|
+
* @param {string} project
|
1867
|
+
* @param {string} location
|
1868
|
+
* @param {string} data_store
|
1869
|
+
* @returns {string} Resource name string.
|
1870
|
+
*/
|
1871
|
+
projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
|
1872
|
+
/**
|
1873
|
+
* Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
|
1874
|
+
*
|
1875
|
+
* @param {string} projectLocationDataStoreDocumentProcessingConfigName
|
1876
|
+
* A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
|
1877
|
+
* @returns {string} A string representing the project.
|
1878
|
+
*/
|
1879
|
+
matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
|
1880
|
+
/**
|
1881
|
+
* Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
|
1882
|
+
*
|
1883
|
+
* @param {string} projectLocationDataStoreDocumentProcessingConfigName
|
1884
|
+
* A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
|
1885
|
+
* @returns {string} A string representing the location.
|
1886
|
+
*/
|
1887
|
+
matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
|
1888
|
+
/**
|
1889
|
+
* Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
|
1890
|
+
*
|
1891
|
+
* @param {string} projectLocationDataStoreDocumentProcessingConfigName
|
1892
|
+
* A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
|
1893
|
+
* @returns {string} A string representing the data_store.
|
1894
|
+
*/
|
1895
|
+
matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
|
1440
1896
|
/**
|
1441
1897
|
* Return a fully-qualified projectLocationDataStoreSchema resource name string.
|
1442
1898
|
*
|
@@ -1479,6 +1935,99 @@ export declare class SiteSearchEngineServiceClient {
|
|
1479
1935
|
* @returns {string} A string representing the schema.
|
1480
1936
|
*/
|
1481
1937
|
matchSchemaFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
|
1938
|
+
/**
|
1939
|
+
* Return a fully-qualified projectLocationDataStoreSession resource name string.
|
1940
|
+
*
|
1941
|
+
* @param {string} project
|
1942
|
+
* @param {string} location
|
1943
|
+
* @param {string} data_store
|
1944
|
+
* @param {string} session
|
1945
|
+
* @returns {string} Resource name string.
|
1946
|
+
*/
|
1947
|
+
projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
|
1948
|
+
/**
|
1949
|
+
* Parse the project from ProjectLocationDataStoreSession resource.
|
1950
|
+
*
|
1951
|
+
* @param {string} projectLocationDataStoreSessionName
|
1952
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1953
|
+
* @returns {string} A string representing the project.
|
1954
|
+
*/
|
1955
|
+
matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1956
|
+
/**
|
1957
|
+
* Parse the location from ProjectLocationDataStoreSession resource.
|
1958
|
+
*
|
1959
|
+
* @param {string} projectLocationDataStoreSessionName
|
1960
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1961
|
+
* @returns {string} A string representing the location.
|
1962
|
+
*/
|
1963
|
+
matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1964
|
+
/**
|
1965
|
+
* Parse the data_store from ProjectLocationDataStoreSession resource.
|
1966
|
+
*
|
1967
|
+
* @param {string} projectLocationDataStoreSessionName
|
1968
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1969
|
+
* @returns {string} A string representing the data_store.
|
1970
|
+
*/
|
1971
|
+
matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1972
|
+
/**
|
1973
|
+
* Parse the session from ProjectLocationDataStoreSession resource.
|
1974
|
+
*
|
1975
|
+
* @param {string} projectLocationDataStoreSessionName
|
1976
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1977
|
+
* @returns {string} A string representing the session.
|
1978
|
+
*/
|
1979
|
+
matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1980
|
+
/**
|
1981
|
+
* Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
|
1982
|
+
*
|
1983
|
+
* @param {string} project
|
1984
|
+
* @param {string} location
|
1985
|
+
* @param {string} data_store
|
1986
|
+
* @param {string} session
|
1987
|
+
* @param {string} answer
|
1988
|
+
* @returns {string} Resource name string.
|
1989
|
+
*/
|
1990
|
+
projectLocationDataStoreSessionAnswerPath(project: string, location: string, dataStore: string, session: string, answer: string): string;
|
1991
|
+
/**
|
1992
|
+
* Parse the project from ProjectLocationDataStoreSessionAnswer resource.
|
1993
|
+
*
|
1994
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1995
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1996
|
+
* @returns {string} A string representing the project.
|
1997
|
+
*/
|
1998
|
+
matchProjectFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1999
|
+
/**
|
2000
|
+
* Parse the location from ProjectLocationDataStoreSessionAnswer resource.
|
2001
|
+
*
|
2002
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
2003
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
2004
|
+
* @returns {string} A string representing the location.
|
2005
|
+
*/
|
2006
|
+
matchLocationFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
2007
|
+
/**
|
2008
|
+
* Parse the data_store from ProjectLocationDataStoreSessionAnswer resource.
|
2009
|
+
*
|
2010
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
2011
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
2012
|
+
* @returns {string} A string representing the data_store.
|
2013
|
+
*/
|
2014
|
+
matchDataStoreFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
2015
|
+
/**
|
2016
|
+
* Parse the session from ProjectLocationDataStoreSessionAnswer resource.
|
2017
|
+
*
|
2018
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
2019
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
2020
|
+
* @returns {string} A string representing the session.
|
2021
|
+
*/
|
2022
|
+
matchSessionFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
2023
|
+
/**
|
2024
|
+
* Parse the answer from ProjectLocationDataStoreSessionAnswer resource.
|
2025
|
+
*
|
2026
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
2027
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
2028
|
+
* @returns {string} A string representing the answer.
|
2029
|
+
*/
|
2030
|
+
matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1482
2031
|
/**
|
1483
2032
|
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
1484
2033
|
*
|