@google-cloud/discoveryengine 1.6.0 → 1.8.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 +15 -0
- package/README.md +24 -0
- package/build/protos/google/cloud/discoveryengine/v1/common.proto +14 -2
- package/build/protos/google/cloud/discoveryengine/v1/completion.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/completion_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/conversation.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +6 -1
- package/build/protos/google/cloud/discoveryengine/v1/data_store.proto +18 -1
- package/build/protos/google/cloud/discoveryengine/v1/data_store_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/document.proto +10 -1
- package/build/protos/google/cloud/discoveryengine/v1/document_service.proto +7 -1
- package/build/protos/google/cloud/discoveryengine/v1/engine.proto +3 -3
- package/build/protos/google/cloud/discoveryengine/v1/engine_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/import_config.proto +285 -23
- package/build/protos/google/cloud/discoveryengine/v1/purge_config.proto +4 -1
- package/build/protos/google/cloud/discoveryengine/v1/recommendation_service.proto +228 -0
- package/build/protos/google/cloud/discoveryengine/v1/schema.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/schema_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +126 -22
- package/build/protos/google/cloud/discoveryengine/v1/site_search_engine.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/site_search_engine_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/user_event.proto +17 -12
- package/build/protos/google/cloud/discoveryengine/v1/user_event_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/acl_config.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/acl_config_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/answer.proto +328 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/chunk.proto +42 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/chunk_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +22 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/completion.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/completion_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversation.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +575 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/data_store.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/data_store_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/document.proto +20 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/document_processing_config.proto +4 -7
- package/build/protos/google/cloud/discoveryengine/v1alpha/document_service.proto +65 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/engine.proto +3 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/engine_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/estimate_billing_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/grounded_generation_service.proto +120 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/grounding.proto +55 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/import_config.proto +284 -25
- package/build/protos/google/cloud/discoveryengine/v1alpha/project.proto +102 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/project_service.proto +171 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/purge_config.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/rank_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/recommendation_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/schema.proto +22 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/schema_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +159 -25
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_tuning_service.proto +10 -4
- package/build/protos/google/cloud/discoveryengine/v1alpha/serving_config.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/serving_config_service.proto +3 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/session.proto +94 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/user_event.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/user_event_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/answer.proto +328 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/common.proto +31 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/completion.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/completion_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/conversation.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +560 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/data_store.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/data_store_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/document.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/document_processing_config.proto +4 -7
- package/build/protos/google/cloud/discoveryengine/v1beta/document_service.proto +7 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/engine.proto +3 -3
- package/build/protos/google/cloud/discoveryengine/v1beta/engine_service.proto +94 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/grounded_generation_service.proto +120 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/grounding.proto +55 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/import_config.proto +284 -25
- package/build/protos/google/cloud/discoveryengine/v1beta/purge_config.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/rank_service.proto +115 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/recommendation_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/schema.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/schema_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +143 -23
- package/build/protos/google/cloud/discoveryengine/v1beta/search_tuning_service.proto +8 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/serving_config.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/serving_config_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/session.proto +94 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/site_search_engine.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/site_search_engine_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event_service.proto +1 -1
- package/build/protos/protos.d.ts +44799 -26093
- package/build/protos/protos.js +120465 -74222
- package/build/protos/protos.json +8911 -4556
- package/build/src/index.d.ts +4 -1
- package/build/src/index.js +4 -1
- package/build/src/v1/conversational_search_service_client.d.ts +4 -0
- package/build/src/v1/document_service_client.d.ts +47 -19
- package/build/src/v1/index.d.ts +1 -0
- package/build/src/v1/index.js +3 -1
- package/build/src/v1/recommendation_service_client.d.ts +1087 -0
- package/build/src/v1/recommendation_service_client.js +1432 -0
- package/build/src/v1/recommendation_service_client_config.json +43 -0
- package/build/src/v1/search_service_client.d.ts +27 -9
- package/build/src/v1/search_service_client.js +18 -6
- package/build/src/v1/search_service_client_config.json +5 -5
- package/build/src/v1alpha/acl_config_service_client.d.ts +330 -0
- package/build/src/v1alpha/acl_config_service_client.js +454 -0
- package/build/src/v1alpha/chunk_service_client.d.ts +330 -0
- package/build/src/v1alpha/chunk_service_client.js +454 -0
- package/build/src/v1alpha/completion_service_client.d.ts +330 -0
- package/build/src/v1alpha/completion_service_client.js +457 -0
- package/build/src/v1alpha/conversational_search_service_client.d.ts +674 -0
- package/build/src/v1alpha/conversational_search_service_client.js +724 -0
- package/build/src/v1alpha/conversational_search_service_client_config.json +35 -0
- package/build/src/v1alpha/data_store_service_client.d.ts +330 -0
- package/build/src/v1alpha/data_store_service_client.js +457 -0
- package/build/src/v1alpha/document_service_client.d.ts +410 -21
- package/build/src/v1alpha/document_service_client.js +479 -0
- package/build/src/v1alpha/document_service_client_config.json +5 -0
- package/build/src/v1alpha/engine_service_client.d.ts +330 -0
- package/build/src/v1alpha/engine_service_client.js +457 -0
- package/build/src/v1alpha/estimate_billing_service_client.d.ts +330 -0
- package/build/src/v1alpha/estimate_billing_service_client.js +457 -0
- package/build/src/v1alpha/grounded_generation_service_client.d.ts +1574 -0
- package/build/src/v1alpha/grounded_generation_service_client.js +2248 -0
- package/build/src/v1alpha/grounded_generation_service_client_config.json +43 -0
- package/build/src/v1alpha/index.d.ts +3 -1
- package/build/src/v1alpha/index.js +7 -3
- package/build/src/v1alpha/project_service_client.d.ts +1756 -0
- package/build/src/v1alpha/project_service_client.js +2500 -0
- package/build/src/v1alpha/project_service_client_config.json +38 -0
- package/build/src/v1alpha/rank_service_client.d.ts +330 -0
- package/build/src/v1alpha/rank_service_client.js +454 -0
- package/build/src/v1alpha/rank_service_client_config.json +15 -2
- package/build/src/v1alpha/recommendation_service_client.d.ts +330 -0
- package/build/src/v1alpha/recommendation_service_client.js +454 -0
- package/build/src/v1alpha/schema_service_client.d.ts +330 -0
- package/build/src/v1alpha/schema_service_client.js +457 -0
- package/build/src/v1alpha/search_service_client.d.ts +360 -15
- package/build/src/v1alpha/search_service_client.js +474 -10
- package/build/src/v1alpha/search_service_client_config.json +5 -5
- package/build/src/v1alpha/search_tuning_service_client.d.ts +330 -0
- package/build/src/v1alpha/search_tuning_service_client.js +457 -0
- package/build/src/v1alpha/serving_config_service_client.d.ts +317 -1
- package/build/src/v1alpha/serving_config_service_client.js +434 -1
- package/build/src/v1alpha/site_search_engine_service_client.d.ts +330 -0
- package/build/src/v1alpha/site_search_engine_service_client.js +457 -0
- package/build/src/v1alpha/user_event_service_client.d.ts +330 -0
- package/build/src/v1alpha/user_event_service_client.js +457 -0
- package/build/src/v1beta/completion_service_client.d.ts +315 -0
- package/build/src/v1beta/completion_service_client.js +432 -0
- package/build/src/v1beta/conversational_search_service_client.d.ts +659 -0
- package/build/src/v1beta/conversational_search_service_client.js +702 -0
- package/build/src/v1beta/conversational_search_service_client_config.json +35 -0
- package/build/src/v1beta/data_store_service_client.d.ts +315 -0
- package/build/src/v1beta/data_store_service_client.js +432 -0
- package/build/src/v1beta/document_service_client.d.ts +361 -21
- package/build/src/v1beta/document_service_client.js +432 -0
- package/build/src/v1beta/engine_service_client.d.ts +410 -0
- package/build/src/v1beta/engine_service_client.js +518 -0
- package/build/src/v1beta/engine_service_client_config.json +12 -0
- package/build/src/v1beta/grounded_generation_service_client.d.ts +1406 -0
- package/build/src/v1beta/grounded_generation_service_client.js +2014 -0
- package/build/src/v1beta/grounded_generation_service_client_config.json +43 -0
- package/build/src/v1beta/index.d.ts +2 -0
- package/build/src/v1beta/index.js +5 -1
- package/build/src/v1beta/rank_service_client.d.ts +1416 -0
- package/build/src/v1beta/rank_service_client.js +2015 -0
- package/build/src/v1beta/rank_service_client_config.json +43 -0
- package/build/src/v1beta/recommendation_service_client.d.ts +315 -0
- package/build/src/v1beta/recommendation_service_client.js +432 -0
- package/build/src/v1beta/schema_service_client.d.ts +315 -0
- package/build/src/v1beta/schema_service_client.js +432 -0
- package/build/src/v1beta/search_service_client.d.ts +342 -12
- package/build/src/v1beta/search_service_client.js +450 -8
- package/build/src/v1beta/search_service_client_config.json +5 -5
- package/build/src/v1beta/search_tuning_service_client.d.ts +315 -0
- package/build/src/v1beta/search_tuning_service_client.js +432 -0
- package/build/src/v1beta/serving_config_service_client.d.ts +315 -0
- package/build/src/v1beta/serving_config_service_client.js +432 -0
- package/build/src/v1beta/site_search_engine_service_client.d.ts +315 -0
- package/build/src/v1beta/site_search_engine_service_client.js +432 -0
- package/build/src/v1beta/user_event_service_client.d.ts +315 -0
- package/build/src/v1beta/user_event_service_client.js +432 -0
- package/package.json +1 -1
@@ -731,6 +731,21 @@ export declare class EngineServiceClient {
|
|
731
731
|
* @returns {string} A string representing the engine.
|
732
732
|
*/
|
733
733
|
matchEngineFromEngineName(engineName: string): string | number;
|
734
|
+
/**
|
735
|
+
* Return a fully-qualified project resource name string.
|
736
|
+
*
|
737
|
+
* @param {string} project
|
738
|
+
* @returns {string} Resource name string.
|
739
|
+
*/
|
740
|
+
projectPath(project: string): string;
|
741
|
+
/**
|
742
|
+
* Parse the project from Project resource.
|
743
|
+
*
|
744
|
+
* @param {string} projectName
|
745
|
+
* A fully-qualified path representing Project resource.
|
746
|
+
* @returns {string} A string representing the project.
|
747
|
+
*/
|
748
|
+
matchProjectFromProjectName(projectName: string): string | number;
|
734
749
|
/**
|
735
750
|
* Return a fully-qualified projectLocationCollectionDataStore resource name string.
|
736
751
|
*
|
@@ -1097,6 +1112,117 @@ export declare class EngineServiceClient {
|
|
1097
1112
|
* @returns {string} A string representing the serving_config.
|
1098
1113
|
*/
|
1099
1114
|
matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
1115
|
+
/**
|
1116
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
|
1117
|
+
*
|
1118
|
+
* @param {string} project
|
1119
|
+
* @param {string} location
|
1120
|
+
* @param {string} collection
|
1121
|
+
* @param {string} data_store
|
1122
|
+
* @param {string} session
|
1123
|
+
* @returns {string} Resource name string.
|
1124
|
+
*/
|
1125
|
+
projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
1126
|
+
/**
|
1127
|
+
* Parse the project from ProjectLocationCollectionDataStoreSession resource.
|
1128
|
+
*
|
1129
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1130
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1131
|
+
* @returns {string} A string representing the project.
|
1132
|
+
*/
|
1133
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1134
|
+
/**
|
1135
|
+
* Parse the location from ProjectLocationCollectionDataStoreSession resource.
|
1136
|
+
*
|
1137
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1138
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1139
|
+
* @returns {string} A string representing the location.
|
1140
|
+
*/
|
1141
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1142
|
+
/**
|
1143
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSession resource.
|
1144
|
+
*
|
1145
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1146
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1147
|
+
* @returns {string} A string representing the collection.
|
1148
|
+
*/
|
1149
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1150
|
+
/**
|
1151
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
|
1152
|
+
*
|
1153
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1154
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1155
|
+
* @returns {string} A string representing the data_store.
|
1156
|
+
*/
|
1157
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1158
|
+
/**
|
1159
|
+
* Parse the session from ProjectLocationCollectionDataStoreSession resource.
|
1160
|
+
*
|
1161
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1162
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1163
|
+
* @returns {string} A string representing the session.
|
1164
|
+
*/
|
1165
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1166
|
+
/**
|
1167
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
|
1168
|
+
*
|
1169
|
+
* @param {string} project
|
1170
|
+
* @param {string} location
|
1171
|
+
* @param {string} collection
|
1172
|
+
* @param {string} data_store
|
1173
|
+
* @param {string} session
|
1174
|
+
* @param {string} answer
|
1175
|
+
* @returns {string} Resource name string.
|
1176
|
+
*/
|
1177
|
+
projectLocationCollectionDataStoreSessionAnswerPath(project: string, location: string, collection: string, dataStore: string, session: string, answer: string): string;
|
1178
|
+
/**
|
1179
|
+
* Parse the project from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1180
|
+
*
|
1181
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1182
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1183
|
+
* @returns {string} A string representing the project.
|
1184
|
+
*/
|
1185
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1186
|
+
/**
|
1187
|
+
* Parse the location from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1188
|
+
*
|
1189
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1190
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1191
|
+
* @returns {string} A string representing the location.
|
1192
|
+
*/
|
1193
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1194
|
+
/**
|
1195
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1196
|
+
*
|
1197
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1198
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1199
|
+
* @returns {string} A string representing the collection.
|
1200
|
+
*/
|
1201
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1202
|
+
/**
|
1203
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1204
|
+
*
|
1205
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1206
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1207
|
+
* @returns {string} A string representing the data_store.
|
1208
|
+
*/
|
1209
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1210
|
+
/**
|
1211
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1212
|
+
*
|
1213
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1214
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1215
|
+
* @returns {string} A string representing the session.
|
1216
|
+
*/
|
1217
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1218
|
+
/**
|
1219
|
+
* Parse the answer from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1220
|
+
*
|
1221
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1222
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1223
|
+
* @returns {string} A string representing the answer.
|
1224
|
+
*/
|
1225
|
+
matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1100
1226
|
/**
|
1101
1227
|
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
1102
1228
|
*
|
@@ -1292,6 +1418,117 @@ export declare class EngineServiceClient {
|
|
1292
1418
|
* @returns {string} A string representing the serving_config.
|
1293
1419
|
*/
|
1294
1420
|
matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
1421
|
+
/**
|
1422
|
+
* Return a fully-qualified projectLocationCollectionEngineSession resource name string.
|
1423
|
+
*
|
1424
|
+
* @param {string} project
|
1425
|
+
* @param {string} location
|
1426
|
+
* @param {string} collection
|
1427
|
+
* @param {string} engine
|
1428
|
+
* @param {string} session
|
1429
|
+
* @returns {string} Resource name string.
|
1430
|
+
*/
|
1431
|
+
projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1432
|
+
/**
|
1433
|
+
* Parse the project from ProjectLocationCollectionEngineSession resource.
|
1434
|
+
*
|
1435
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1436
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1437
|
+
* @returns {string} A string representing the project.
|
1438
|
+
*/
|
1439
|
+
matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1440
|
+
/**
|
1441
|
+
* Parse the location from ProjectLocationCollectionEngineSession resource.
|
1442
|
+
*
|
1443
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1444
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1445
|
+
* @returns {string} A string representing the location.
|
1446
|
+
*/
|
1447
|
+
matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1448
|
+
/**
|
1449
|
+
* Parse the collection from ProjectLocationCollectionEngineSession resource.
|
1450
|
+
*
|
1451
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1452
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1453
|
+
* @returns {string} A string representing the collection.
|
1454
|
+
*/
|
1455
|
+
matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1456
|
+
/**
|
1457
|
+
* Parse the engine from ProjectLocationCollectionEngineSession resource.
|
1458
|
+
*
|
1459
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1460
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1461
|
+
* @returns {string} A string representing the engine.
|
1462
|
+
*/
|
1463
|
+
matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1464
|
+
/**
|
1465
|
+
* Parse the session from ProjectLocationCollectionEngineSession resource.
|
1466
|
+
*
|
1467
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1468
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1469
|
+
* @returns {string} A string representing the session.
|
1470
|
+
*/
|
1471
|
+
matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1472
|
+
/**
|
1473
|
+
* Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
|
1474
|
+
*
|
1475
|
+
* @param {string} project
|
1476
|
+
* @param {string} location
|
1477
|
+
* @param {string} collection
|
1478
|
+
* @param {string} engine
|
1479
|
+
* @param {string} session
|
1480
|
+
* @param {string} answer
|
1481
|
+
* @returns {string} Resource name string.
|
1482
|
+
*/
|
1483
|
+
projectLocationCollectionEngineSessionAnswerPath(project: string, location: string, collection: string, engine: string, session: string, answer: string): string;
|
1484
|
+
/**
|
1485
|
+
* Parse the project from ProjectLocationCollectionEngineSessionAnswer resource.
|
1486
|
+
*
|
1487
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1488
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1489
|
+
* @returns {string} A string representing the project.
|
1490
|
+
*/
|
1491
|
+
matchProjectFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1492
|
+
/**
|
1493
|
+
* Parse the location from ProjectLocationCollectionEngineSessionAnswer resource.
|
1494
|
+
*
|
1495
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1496
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1497
|
+
* @returns {string} A string representing the location.
|
1498
|
+
*/
|
1499
|
+
matchLocationFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1500
|
+
/**
|
1501
|
+
* Parse the collection from ProjectLocationCollectionEngineSessionAnswer resource.
|
1502
|
+
*
|
1503
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1504
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1505
|
+
* @returns {string} A string representing the collection.
|
1506
|
+
*/
|
1507
|
+
matchCollectionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1508
|
+
/**
|
1509
|
+
* Parse the engine from ProjectLocationCollectionEngineSessionAnswer resource.
|
1510
|
+
*
|
1511
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1512
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1513
|
+
* @returns {string} A string representing the engine.
|
1514
|
+
*/
|
1515
|
+
matchEngineFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1516
|
+
/**
|
1517
|
+
* Parse the session from ProjectLocationCollectionEngineSessionAnswer resource.
|
1518
|
+
*
|
1519
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1520
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1521
|
+
* @returns {string} A string representing the session.
|
1522
|
+
*/
|
1523
|
+
matchSessionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1524
|
+
/**
|
1525
|
+
* Parse the answer from ProjectLocationCollectionEngineSessionAnswer resource.
|
1526
|
+
*
|
1527
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1528
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1529
|
+
* @returns {string} A string representing the answer.
|
1530
|
+
*/
|
1531
|
+
matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1295
1532
|
/**
|
1296
1533
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
1297
1534
|
*
|
@@ -1595,6 +1832,99 @@ export declare class EngineServiceClient {
|
|
1595
1832
|
* @returns {string} A string representing the serving_config.
|
1596
1833
|
*/
|
1597
1834
|
matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
1835
|
+
/**
|
1836
|
+
* Return a fully-qualified projectLocationDataStoreSession resource name string.
|
1837
|
+
*
|
1838
|
+
* @param {string} project
|
1839
|
+
* @param {string} location
|
1840
|
+
* @param {string} data_store
|
1841
|
+
* @param {string} session
|
1842
|
+
* @returns {string} Resource name string.
|
1843
|
+
*/
|
1844
|
+
projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
|
1845
|
+
/**
|
1846
|
+
* Parse the project from ProjectLocationDataStoreSession resource.
|
1847
|
+
*
|
1848
|
+
* @param {string} projectLocationDataStoreSessionName
|
1849
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1850
|
+
* @returns {string} A string representing the project.
|
1851
|
+
*/
|
1852
|
+
matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1853
|
+
/**
|
1854
|
+
* Parse the location from ProjectLocationDataStoreSession resource.
|
1855
|
+
*
|
1856
|
+
* @param {string} projectLocationDataStoreSessionName
|
1857
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1858
|
+
* @returns {string} A string representing the location.
|
1859
|
+
*/
|
1860
|
+
matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1861
|
+
/**
|
1862
|
+
* Parse the data_store from ProjectLocationDataStoreSession resource.
|
1863
|
+
*
|
1864
|
+
* @param {string} projectLocationDataStoreSessionName
|
1865
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1866
|
+
* @returns {string} A string representing the data_store.
|
1867
|
+
*/
|
1868
|
+
matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1869
|
+
/**
|
1870
|
+
* Parse the session from ProjectLocationDataStoreSession resource.
|
1871
|
+
*
|
1872
|
+
* @param {string} projectLocationDataStoreSessionName
|
1873
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1874
|
+
* @returns {string} A string representing the session.
|
1875
|
+
*/
|
1876
|
+
matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1877
|
+
/**
|
1878
|
+
* Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
|
1879
|
+
*
|
1880
|
+
* @param {string} project
|
1881
|
+
* @param {string} location
|
1882
|
+
* @param {string} data_store
|
1883
|
+
* @param {string} session
|
1884
|
+
* @param {string} answer
|
1885
|
+
* @returns {string} Resource name string.
|
1886
|
+
*/
|
1887
|
+
projectLocationDataStoreSessionAnswerPath(project: string, location: string, dataStore: string, session: string, answer: string): string;
|
1888
|
+
/**
|
1889
|
+
* Parse the project from ProjectLocationDataStoreSessionAnswer resource.
|
1890
|
+
*
|
1891
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1892
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1893
|
+
* @returns {string} A string representing the project.
|
1894
|
+
*/
|
1895
|
+
matchProjectFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1896
|
+
/**
|
1897
|
+
* Parse the location from ProjectLocationDataStoreSessionAnswer resource.
|
1898
|
+
*
|
1899
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1900
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1901
|
+
* @returns {string} A string representing the location.
|
1902
|
+
*/
|
1903
|
+
matchLocationFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1904
|
+
/**
|
1905
|
+
* Parse the data_store from ProjectLocationDataStoreSessionAnswer resource.
|
1906
|
+
*
|
1907
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1908
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1909
|
+
* @returns {string} A string representing the data_store.
|
1910
|
+
*/
|
1911
|
+
matchDataStoreFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1912
|
+
/**
|
1913
|
+
* Parse the session from ProjectLocationDataStoreSessionAnswer resource.
|
1914
|
+
*
|
1915
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1916
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1917
|
+
* @returns {string} A string representing the session.
|
1918
|
+
*/
|
1919
|
+
matchSessionFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1920
|
+
/**
|
1921
|
+
* Parse the answer from ProjectLocationDataStoreSessionAnswer resource.
|
1922
|
+
*
|
1923
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1924
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1925
|
+
* @returns {string} A string representing the answer.
|
1926
|
+
*/
|
1927
|
+
matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1598
1928
|
/**
|
1599
1929
|
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
1600
1930
|
*
|