@google-cloud/discoveryengine 2.3.0 → 2.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/README.md +17 -0
- package/build/protos/google/cloud/discoveryengine/v1/assist_answer.proto +251 -0
- package/build/protos/google/cloud/discoveryengine/v1/assistant.proto +44 -0
- package/build/protos/google/cloud/discoveryengine/v1/assistant_service.proto +217 -0
- package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +15 -3
- package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +8 -14
- package/build/protos/google/cloud/discoveryengine/v1/session.proto +21 -8
- package/build/protos/google/cloud/discoveryengine/v1/session_service.proto +128 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +15 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +30 -9
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +8 -14
- package/build/protos/google/cloud/discoveryengine/v1alpha/session.proto +238 -8
- package/build/protos/google/cloud/discoveryengine/v1alpha/session_service.proto +201 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +26 -5
- package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +8 -14
- package/build/protos/google/cloud/discoveryengine/v1beta/session.proto +40 -8
- package/build/protos/google/cloud/discoveryengine/v1beta/session_service.proto +128 -0
- package/build/protos/protos.d.ts +15057 -10636
- package/build/protos/protos.js +45523 -34174
- package/build/protos/protos.json +4835 -3203
- package/build/src/index.d.ts +7 -1
- package/build/src/index.js +6 -2
- package/build/src/v1/assistant_service_client.d.ts +2058 -0
- package/build/src/v1/assistant_service_client.js +2957 -0
- package/build/src/v1/assistant_service_client_config.json +43 -0
- package/build/src/v1/assistant_service_proto_list.json +48 -0
- package/build/src/v1/cmek_config_service_client.d.ts +255 -144
- package/build/src/v1/cmek_config_service_client.js +348 -196
- package/build/src/v1/cmek_config_service_proto_list.json +4 -0
- package/build/src/v1/completion_service_client.d.ts +255 -144
- package/build/src/v1/completion_service_client.js +348 -196
- package/build/src/v1/completion_service_proto_list.json +4 -0
- package/build/src/v1/control_service_client.d.ts +255 -144
- package/build/src/v1/control_service_client.js +348 -196
- package/build/src/v1/control_service_proto_list.json +4 -0
- package/build/src/v1/conversational_search_service_client.d.ts +302 -155
- package/build/src/v1/conversational_search_service_client.js +380 -204
- package/build/src/v1/conversational_search_service_proto_list.json +4 -0
- package/build/src/v1/data_store_service_client.d.ts +255 -144
- package/build/src/v1/data_store_service_client.js +348 -196
- package/build/src/v1/data_store_service_proto_list.json +4 -0
- package/build/src/v1/document_service_client.d.ts +255 -144
- package/build/src/v1/document_service_client.js +348 -196
- package/build/src/v1/document_service_proto_list.json +4 -0
- package/build/src/v1/engine_service_client.d.ts +255 -144
- package/build/src/v1/engine_service_client.js +348 -196
- package/build/src/v1/engine_service_proto_list.json +4 -0
- package/build/src/v1/gapic_metadata.json +86 -0
- package/build/src/v1/grounded_generation_service_client.d.ts +255 -144
- package/build/src/v1/grounded_generation_service_client.js +348 -196
- package/build/src/v1/grounded_generation_service_proto_list.json +4 -0
- package/build/src/v1/identity_mapping_store_service_client.d.ts +255 -144
- package/build/src/v1/identity_mapping_store_service_client.js +348 -196
- package/build/src/v1/identity_mapping_store_service_proto_list.json +4 -0
- package/build/src/v1/index.d.ts +2 -0
- package/build/src/v1/index.js +5 -1
- package/build/src/v1/project_service_client.d.ts +255 -144
- package/build/src/v1/project_service_client.js +348 -196
- package/build/src/v1/project_service_proto_list.json +4 -0
- package/build/src/v1/rank_service_client.d.ts +255 -144
- package/build/src/v1/rank_service_client.js +348 -196
- package/build/src/v1/rank_service_proto_list.json +4 -0
- package/build/src/v1/recommendation_service_client.d.ts +255 -144
- package/build/src/v1/recommendation_service_client.js +348 -196
- package/build/src/v1/recommendation_service_proto_list.json +4 -0
- package/build/src/v1/schema_service_client.d.ts +255 -144
- package/build/src/v1/schema_service_client.js +348 -196
- package/build/src/v1/schema_service_proto_list.json +4 -0
- package/build/src/v1/search_service_client.d.ts +303 -228
- package/build/src/v1/search_service_client.js +380 -252
- package/build/src/v1/search_service_proto_list.json +4 -0
- package/build/src/v1/search_tuning_service_client.d.ts +255 -144
- package/build/src/v1/search_tuning_service_client.js +348 -196
- package/build/src/v1/search_tuning_service_proto_list.json +4 -0
- package/build/src/v1/serving_config_service_client.d.ts +255 -144
- package/build/src/v1/serving_config_service_client.js +348 -196
- package/build/src/v1/serving_config_service_proto_list.json +4 -0
- package/build/src/v1/session_service_client.d.ts +2326 -0
- package/build/src/v1/session_service_client.js +3218 -0
- package/build/src/v1/session_service_client_config.json +63 -0
- package/build/src/v1/session_service_proto_list.json +48 -0
- package/build/src/v1/site_search_engine_service_client.d.ts +255 -144
- package/build/src/v1/site_search_engine_service_client.js +348 -196
- package/build/src/v1/site_search_engine_service_proto_list.json +4 -0
- package/build/src/v1/user_event_service_client.d.ts +255 -144
- package/build/src/v1/user_event_service_client.js +348 -196
- package/build/src/v1/user_event_service_proto_list.json +4 -0
- package/build/src/v1/user_license_service_client.d.ts +255 -144
- package/build/src/v1/user_license_service_client.js +348 -196
- package/build/src/v1/user_license_service_proto_list.json +4 -0
- package/build/src/v1alpha/acl_config_service_client.d.ts +144 -144
- package/build/src/v1alpha/acl_config_service_client.js +196 -196
- package/build/src/v1alpha/acl_config_service_proto_list.json +1 -0
- package/build/src/v1alpha/chunk_service_client.d.ts +144 -144
- package/build/src/v1alpha/chunk_service_client.js +196 -196
- package/build/src/v1alpha/chunk_service_proto_list.json +1 -0
- package/build/src/v1alpha/completion_service_client.d.ts +144 -144
- package/build/src/v1alpha/completion_service_client.js +196 -196
- package/build/src/v1alpha/completion_service_proto_list.json +1 -0
- package/build/src/v1alpha/control_service_client.d.ts +144 -144
- package/build/src/v1alpha/control_service_client.js +196 -196
- package/build/src/v1alpha/control_service_proto_list.json +1 -0
- package/build/src/v1alpha/conversational_search_service_client.d.ts +221 -167
- package/build/src/v1alpha/conversational_search_service_client.js +244 -210
- package/build/src/v1alpha/conversational_search_service_proto_list.json +1 -0
- package/build/src/v1alpha/data_store_service_client.d.ts +144 -144
- package/build/src/v1alpha/data_store_service_client.js +196 -196
- package/build/src/v1alpha/data_store_service_proto_list.json +1 -0
- package/build/src/v1alpha/document_service_client.d.ts +144 -144
- package/build/src/v1alpha/document_service_client.js +196 -196
- package/build/src/v1alpha/document_service_proto_list.json +1 -0
- package/build/src/v1alpha/engine_service_client.d.ts +144 -144
- package/build/src/v1alpha/engine_service_client.js +196 -196
- package/build/src/v1alpha/engine_service_proto_list.json +1 -0
- package/build/src/v1alpha/estimate_billing_service_client.d.ts +144 -144
- package/build/src/v1alpha/estimate_billing_service_client.js +196 -196
- package/build/src/v1alpha/estimate_billing_service_proto_list.json +1 -0
- package/build/src/v1alpha/evaluation_service_client.d.ts +144 -144
- package/build/src/v1alpha/evaluation_service_client.js +196 -196
- package/build/src/v1alpha/evaluation_service_proto_list.json +1 -0
- package/build/src/v1alpha/gapic_metadata.json +82 -0
- package/build/src/v1alpha/grounded_generation_service_client.d.ts +144 -144
- package/build/src/v1alpha/grounded_generation_service_client.js +196 -196
- package/build/src/v1alpha/grounded_generation_service_proto_list.json +1 -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 +144 -144
- package/build/src/v1alpha/project_service_client.js +196 -196
- package/build/src/v1alpha/project_service_proto_list.json +1 -0
- package/build/src/v1alpha/rank_service_client.d.ts +144 -144
- package/build/src/v1alpha/rank_service_client.js +196 -196
- package/build/src/v1alpha/rank_service_proto_list.json +1 -0
- package/build/src/v1alpha/recommendation_service_client.d.ts +144 -144
- package/build/src/v1alpha/recommendation_service_client.js +196 -196
- package/build/src/v1alpha/recommendation_service_proto_list.json +1 -0
- package/build/src/v1alpha/sample_query_service_client.d.ts +144 -144
- package/build/src/v1alpha/sample_query_service_client.js +196 -196
- package/build/src/v1alpha/sample_query_service_proto_list.json +1 -0
- package/build/src/v1alpha/sample_query_set_service_client.d.ts +144 -144
- package/build/src/v1alpha/sample_query_set_service_client.js +196 -196
- package/build/src/v1alpha/sample_query_set_service_proto_list.json +1 -0
- package/build/src/v1alpha/schema_service_client.d.ts +144 -144
- package/build/src/v1alpha/schema_service_client.js +196 -196
- package/build/src/v1alpha/schema_service_proto_list.json +1 -0
- package/build/src/v1alpha/search_service_client.d.ts +168 -186
- package/build/src/v1alpha/search_service_client.js +212 -224
- package/build/src/v1alpha/search_service_proto_list.json +1 -0
- package/build/src/v1alpha/search_tuning_service_client.d.ts +144 -144
- package/build/src/v1alpha/search_tuning_service_client.js +196 -196
- package/build/src/v1alpha/search_tuning_service_proto_list.json +1 -0
- package/build/src/v1alpha/serving_config_service_client.d.ts +144 -144
- package/build/src/v1alpha/serving_config_service_client.js +196 -196
- package/build/src/v1alpha/serving_config_service_proto_list.json +1 -0
- package/build/src/v1alpha/session_service_client.d.ts +2331 -0
- package/build/src/v1alpha/session_service_client.js +3161 -0
- package/build/src/v1alpha/session_service_client_config.json +68 -0
- package/build/src/v1alpha/session_service_proto_list.json +49 -0
- package/build/src/v1alpha/site_search_engine_service_client.d.ts +144 -144
- package/build/src/v1alpha/site_search_engine_service_client.js +196 -196
- package/build/src/v1alpha/site_search_engine_service_proto_list.json +1 -0
- package/build/src/v1alpha/user_event_service_client.d.ts +144 -144
- package/build/src/v1alpha/user_event_service_client.js +196 -196
- package/build/src/v1alpha/user_event_service_proto_list.json +1 -0
- package/build/src/v1beta/completion_service_client.d.ts +144 -144
- package/build/src/v1beta/completion_service_client.js +196 -196
- package/build/src/v1beta/completion_service_proto_list.json +1 -0
- package/build/src/v1beta/control_service_client.d.ts +144 -144
- package/build/src/v1beta/control_service_client.js +196 -196
- package/build/src/v1beta/control_service_proto_list.json +1 -0
- package/build/src/v1beta/conversational_search_service_client.d.ts +215 -161
- package/build/src/v1beta/conversational_search_service_client.js +242 -208
- package/build/src/v1beta/conversational_search_service_proto_list.json +1 -0
- package/build/src/v1beta/data_store_service_client.d.ts +144 -144
- package/build/src/v1beta/data_store_service_client.js +196 -196
- package/build/src/v1beta/data_store_service_proto_list.json +1 -0
- package/build/src/v1beta/document_service_client.d.ts +144 -144
- package/build/src/v1beta/document_service_client.js +196 -196
- package/build/src/v1beta/document_service_proto_list.json +1 -0
- package/build/src/v1beta/engine_service_client.d.ts +144 -144
- package/build/src/v1beta/engine_service_client.js +196 -196
- package/build/src/v1beta/engine_service_proto_list.json +1 -0
- package/build/src/v1beta/evaluation_service_client.d.ts +144 -144
- package/build/src/v1beta/evaluation_service_client.js +196 -196
- package/build/src/v1beta/evaluation_service_proto_list.json +1 -0
- package/build/src/v1beta/gapic_metadata.json +68 -0
- package/build/src/v1beta/grounded_generation_service_client.d.ts +144 -144
- package/build/src/v1beta/grounded_generation_service_client.js +196 -196
- package/build/src/v1beta/grounded_generation_service_proto_list.json +1 -0
- package/build/src/v1beta/index.d.ts +1 -0
- package/build/src/v1beta/index.js +3 -1
- package/build/src/v1beta/project_service_client.d.ts +144 -144
- package/build/src/v1beta/project_service_client.js +196 -196
- package/build/src/v1beta/project_service_proto_list.json +1 -0
- package/build/src/v1beta/rank_service_client.d.ts +144 -144
- package/build/src/v1beta/rank_service_client.js +196 -196
- package/build/src/v1beta/rank_service_proto_list.json +1 -0
- package/build/src/v1beta/recommendation_service_client.d.ts +144 -144
- package/build/src/v1beta/recommendation_service_client.js +196 -196
- package/build/src/v1beta/recommendation_service_proto_list.json +1 -0
- package/build/src/v1beta/sample_query_service_client.d.ts +144 -144
- package/build/src/v1beta/sample_query_service_client.js +196 -196
- package/build/src/v1beta/sample_query_service_proto_list.json +1 -0
- package/build/src/v1beta/sample_query_set_service_client.d.ts +144 -144
- package/build/src/v1beta/sample_query_set_service_client.js +196 -196
- package/build/src/v1beta/sample_query_set_service_proto_list.json +1 -0
- package/build/src/v1beta/schema_service_client.d.ts +144 -144
- package/build/src/v1beta/schema_service_client.js +196 -196
- package/build/src/v1beta/schema_service_proto_list.json +1 -0
- package/build/src/v1beta/search_service_client.d.ts +192 -228
- package/build/src/v1beta/search_service_client.js +228 -252
- package/build/src/v1beta/search_service_proto_list.json +1 -0
- package/build/src/v1beta/search_tuning_service_client.d.ts +144 -144
- package/build/src/v1beta/search_tuning_service_client.js +196 -196
- package/build/src/v1beta/search_tuning_service_proto_list.json +1 -0
- package/build/src/v1beta/serving_config_service_client.d.ts +144 -144
- package/build/src/v1beta/serving_config_service_client.js +196 -196
- package/build/src/v1beta/serving_config_service_proto_list.json +1 -0
- package/build/src/v1beta/session_service_client.d.ts +2266 -0
- package/build/src/v1beta/session_service_client.js +3136 -0
- package/build/src/v1beta/session_service_client_config.json +63 -0
- package/build/src/v1beta/session_service_proto_list.json +45 -0
- package/build/src/v1beta/site_search_engine_service_client.d.ts +144 -144
- package/build/src/v1beta/site_search_engine_service_client.js +196 -196
- package/build/src/v1beta/site_search_engine_service_proto_list.json +1 -0
- package/build/src/v1beta/user_event_service_client.d.ts +144 -144
- package/build/src/v1beta/user_event_service_client.js +196 -196
- package/build/src/v1beta/user_event_service_proto_list.json +1 -0
- package/package.json +1 -1
@@ -1,5 +1,8 @@
|
|
1
1
|
[
|
2
2
|
"../../protos/google/cloud/discoveryengine/v1/answer.proto",
|
3
|
+
"../../protos/google/cloud/discoveryengine/v1/assist_answer.proto",
|
4
|
+
"../../protos/google/cloud/discoveryengine/v1/assistant.proto",
|
5
|
+
"../../protos/google/cloud/discoveryengine/v1/assistant_service.proto",
|
3
6
|
"../../protos/google/cloud/discoveryengine/v1/chunk.proto",
|
4
7
|
"../../protos/google/cloud/discoveryengine/v1/cmek_config_service.proto",
|
5
8
|
"../../protos/google/cloud/discoveryengine/v1/common.proto",
|
@@ -35,6 +38,7 @@
|
|
35
38
|
"../../protos/google/cloud/discoveryengine/v1/serving_config.proto",
|
36
39
|
"../../protos/google/cloud/discoveryengine/v1/serving_config_service.proto",
|
37
40
|
"../../protos/google/cloud/discoveryengine/v1/session.proto",
|
41
|
+
"../../protos/google/cloud/discoveryengine/v1/session_service.proto",
|
38
42
|
"../../protos/google/cloud/discoveryengine/v1/site_search_engine.proto",
|
39
43
|
"../../protos/google/cloud/discoveryengine/v1/site_search_engine_service.proto",
|
40
44
|
"../../protos/google/cloud/discoveryengine/v1/user_event.proto",
|
@@ -200,6 +200,117 @@ export declare class ServingConfigServiceClient {
|
|
200
200
|
* ```
|
201
201
|
*/
|
202
202
|
listLocationsAsync(request: LocationProtos.google.cloud.location.IListLocationsRequest, options?: CallOptions): AsyncIterable<LocationProtos.google.cloud.location.ILocation>;
|
203
|
+
/**
|
204
|
+
* Return a fully-qualified assistAnswer resource name string.
|
205
|
+
*
|
206
|
+
* @param {string} project
|
207
|
+
* @param {string} location
|
208
|
+
* @param {string} collection
|
209
|
+
* @param {string} engine
|
210
|
+
* @param {string} session
|
211
|
+
* @param {string} assist_answer
|
212
|
+
* @returns {string} Resource name string.
|
213
|
+
*/
|
214
|
+
assistAnswerPath(project: string, location: string, collection: string, engine: string, session: string, assistAnswer: string): string;
|
215
|
+
/**
|
216
|
+
* Parse the project from AssistAnswer resource.
|
217
|
+
*
|
218
|
+
* @param {string} assistAnswerName
|
219
|
+
* A fully-qualified path representing AssistAnswer resource.
|
220
|
+
* @returns {string} A string representing the project.
|
221
|
+
*/
|
222
|
+
matchProjectFromAssistAnswerName(assistAnswerName: string): string | number;
|
223
|
+
/**
|
224
|
+
* Parse the location from AssistAnswer resource.
|
225
|
+
*
|
226
|
+
* @param {string} assistAnswerName
|
227
|
+
* A fully-qualified path representing AssistAnswer resource.
|
228
|
+
* @returns {string} A string representing the location.
|
229
|
+
*/
|
230
|
+
matchLocationFromAssistAnswerName(assistAnswerName: string): string | number;
|
231
|
+
/**
|
232
|
+
* Parse the collection from AssistAnswer resource.
|
233
|
+
*
|
234
|
+
* @param {string} assistAnswerName
|
235
|
+
* A fully-qualified path representing AssistAnswer resource.
|
236
|
+
* @returns {string} A string representing the collection.
|
237
|
+
*/
|
238
|
+
matchCollectionFromAssistAnswerName(assistAnswerName: string): string | number;
|
239
|
+
/**
|
240
|
+
* Parse the engine from AssistAnswer resource.
|
241
|
+
*
|
242
|
+
* @param {string} assistAnswerName
|
243
|
+
* A fully-qualified path representing AssistAnswer resource.
|
244
|
+
* @returns {string} A string representing the engine.
|
245
|
+
*/
|
246
|
+
matchEngineFromAssistAnswerName(assistAnswerName: string): string | number;
|
247
|
+
/**
|
248
|
+
* Parse the session from AssistAnswer resource.
|
249
|
+
*
|
250
|
+
* @param {string} assistAnswerName
|
251
|
+
* A fully-qualified path representing AssistAnswer resource.
|
252
|
+
* @returns {string} A string representing the session.
|
253
|
+
*/
|
254
|
+
matchSessionFromAssistAnswerName(assistAnswerName: string): string | number;
|
255
|
+
/**
|
256
|
+
* Parse the assist_answer from AssistAnswer resource.
|
257
|
+
*
|
258
|
+
* @param {string} assistAnswerName
|
259
|
+
* A fully-qualified path representing AssistAnswer resource.
|
260
|
+
* @returns {string} A string representing the assist_answer.
|
261
|
+
*/
|
262
|
+
matchAssistAnswerFromAssistAnswerName(assistAnswerName: string): string | number;
|
263
|
+
/**
|
264
|
+
* Return a fully-qualified assistant resource name string.
|
265
|
+
*
|
266
|
+
* @param {string} project
|
267
|
+
* @param {string} location
|
268
|
+
* @param {string} collection
|
269
|
+
* @param {string} engine
|
270
|
+
* @param {string} assistant
|
271
|
+
* @returns {string} Resource name string.
|
272
|
+
*/
|
273
|
+
assistantPath(project: string, location: string, collection: string, engine: string, assistant: string): string;
|
274
|
+
/**
|
275
|
+
* Parse the project from Assistant resource.
|
276
|
+
*
|
277
|
+
* @param {string} assistantName
|
278
|
+
* A fully-qualified path representing Assistant resource.
|
279
|
+
* @returns {string} A string representing the project.
|
280
|
+
*/
|
281
|
+
matchProjectFromAssistantName(assistantName: string): string | number;
|
282
|
+
/**
|
283
|
+
* Parse the location from Assistant resource.
|
284
|
+
*
|
285
|
+
* @param {string} assistantName
|
286
|
+
* A fully-qualified path representing Assistant resource.
|
287
|
+
* @returns {string} A string representing the location.
|
288
|
+
*/
|
289
|
+
matchLocationFromAssistantName(assistantName: string): string | number;
|
290
|
+
/**
|
291
|
+
* Parse the collection from Assistant resource.
|
292
|
+
*
|
293
|
+
* @param {string} assistantName
|
294
|
+
* A fully-qualified path representing Assistant resource.
|
295
|
+
* @returns {string} A string representing the collection.
|
296
|
+
*/
|
297
|
+
matchCollectionFromAssistantName(assistantName: string): string | number;
|
298
|
+
/**
|
299
|
+
* Parse the engine from Assistant resource.
|
300
|
+
*
|
301
|
+
* @param {string} assistantName
|
302
|
+
* A fully-qualified path representing Assistant resource.
|
303
|
+
* @returns {string} A string representing the engine.
|
304
|
+
*/
|
305
|
+
matchEngineFromAssistantName(assistantName: string): string | number;
|
306
|
+
/**
|
307
|
+
* Parse the assistant from Assistant resource.
|
308
|
+
*
|
309
|
+
* @param {string} assistantName
|
310
|
+
* A fully-qualified path representing Assistant resource.
|
311
|
+
* @returns {string} A string representing the assistant.
|
312
|
+
*/
|
313
|
+
matchAssistantFromAssistantName(assistantName: string): string | number;
|
203
314
|
/**
|
204
315
|
* Return a fully-qualified engine resource name string.
|
205
316
|
*
|
@@ -815,57 +926,6 @@ export declare class ServingConfigServiceClient {
|
|
815
926
|
* @returns {string} A string representing the serving_config.
|
816
927
|
*/
|
817
928
|
matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
818
|
-
/**
|
819
|
-
* Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
|
820
|
-
*
|
821
|
-
* @param {string} project
|
822
|
-
* @param {string} location
|
823
|
-
* @param {string} collection
|
824
|
-
* @param {string} data_store
|
825
|
-
* @param {string} session
|
826
|
-
* @returns {string} Resource name string.
|
827
|
-
*/
|
828
|
-
projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
829
|
-
/**
|
830
|
-
* Parse the project from ProjectLocationCollectionDataStoreSession resource.
|
831
|
-
*
|
832
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
833
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
834
|
-
* @returns {string} A string representing the project.
|
835
|
-
*/
|
836
|
-
matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
837
|
-
/**
|
838
|
-
* Parse the location from ProjectLocationCollectionDataStoreSession resource.
|
839
|
-
*
|
840
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
841
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
842
|
-
* @returns {string} A string representing the location.
|
843
|
-
*/
|
844
|
-
matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
845
|
-
/**
|
846
|
-
* Parse the collection from ProjectLocationCollectionDataStoreSession resource.
|
847
|
-
*
|
848
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
849
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
850
|
-
* @returns {string} A string representing the collection.
|
851
|
-
*/
|
852
|
-
matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
853
|
-
/**
|
854
|
-
* Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
|
855
|
-
*
|
856
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
857
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
858
|
-
* @returns {string} A string representing the data_store.
|
859
|
-
*/
|
860
|
-
matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
861
|
-
/**
|
862
|
-
* Parse the session from ProjectLocationCollectionDataStoreSession resource.
|
863
|
-
*
|
864
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
865
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
866
|
-
* @returns {string} A string representing the session.
|
867
|
-
*/
|
868
|
-
matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
869
929
|
/**
|
870
930
|
* Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
|
871
931
|
*
|
@@ -926,6 +986,57 @@ export declare class ServingConfigServiceClient {
|
|
926
986
|
* @returns {string} A string representing the answer.
|
927
987
|
*/
|
928
988
|
matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
989
|
+
/**
|
990
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessions resource name string.
|
991
|
+
*
|
992
|
+
* @param {string} project
|
993
|
+
* @param {string} location
|
994
|
+
* @param {string} collection
|
995
|
+
* @param {string} data_store
|
996
|
+
* @param {string} session
|
997
|
+
* @returns {string} Resource name string.
|
998
|
+
*/
|
999
|
+
projectLocationCollectionDataStoreSessionsPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
1000
|
+
/**
|
1001
|
+
* Parse the project from ProjectLocationCollectionDataStoreSessions resource.
|
1002
|
+
*
|
1003
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1004
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1005
|
+
* @returns {string} A string representing the project.
|
1006
|
+
*/
|
1007
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1008
|
+
/**
|
1009
|
+
* Parse the location from ProjectLocationCollectionDataStoreSessions resource.
|
1010
|
+
*
|
1011
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1012
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1013
|
+
* @returns {string} A string representing the location.
|
1014
|
+
*/
|
1015
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1016
|
+
/**
|
1017
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessions resource.
|
1018
|
+
*
|
1019
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1020
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1021
|
+
* @returns {string} A string representing the collection.
|
1022
|
+
*/
|
1023
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1024
|
+
/**
|
1025
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessions resource.
|
1026
|
+
*
|
1027
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1028
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1029
|
+
* @returns {string} A string representing the data_store.
|
1030
|
+
*/
|
1031
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1032
|
+
/**
|
1033
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessions resource.
|
1034
|
+
*
|
1035
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1036
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1037
|
+
* @returns {string} A string representing the session.
|
1038
|
+
*/
|
1039
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
929
1040
|
/**
|
930
1041
|
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
931
1042
|
*
|
@@ -1223,57 +1334,6 @@ export declare class ServingConfigServiceClient {
|
|
1223
1334
|
* @returns {string} A string representing the serving_config.
|
1224
1335
|
*/
|
1225
1336
|
matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
1226
|
-
/**
|
1227
|
-
* Return a fully-qualified projectLocationCollectionEngineSession resource name string.
|
1228
|
-
*
|
1229
|
-
* @param {string} project
|
1230
|
-
* @param {string} location
|
1231
|
-
* @param {string} collection
|
1232
|
-
* @param {string} engine
|
1233
|
-
* @param {string} session
|
1234
|
-
* @returns {string} Resource name string.
|
1235
|
-
*/
|
1236
|
-
projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1237
|
-
/**
|
1238
|
-
* Parse the project from ProjectLocationCollectionEngineSession resource.
|
1239
|
-
*
|
1240
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1241
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1242
|
-
* @returns {string} A string representing the project.
|
1243
|
-
*/
|
1244
|
-
matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1245
|
-
/**
|
1246
|
-
* Parse the location from ProjectLocationCollectionEngineSession resource.
|
1247
|
-
*
|
1248
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1249
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1250
|
-
* @returns {string} A string representing the location.
|
1251
|
-
*/
|
1252
|
-
matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1253
|
-
/**
|
1254
|
-
* Parse the collection from ProjectLocationCollectionEngineSession resource.
|
1255
|
-
*
|
1256
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1257
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1258
|
-
* @returns {string} A string representing the collection.
|
1259
|
-
*/
|
1260
|
-
matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1261
|
-
/**
|
1262
|
-
* Parse the engine from ProjectLocationCollectionEngineSession resource.
|
1263
|
-
*
|
1264
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1265
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1266
|
-
* @returns {string} A string representing the engine.
|
1267
|
-
*/
|
1268
|
-
matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1269
|
-
/**
|
1270
|
-
* Parse the session from ProjectLocationCollectionEngineSession resource.
|
1271
|
-
*
|
1272
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1273
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1274
|
-
* @returns {string} A string representing the session.
|
1275
|
-
*/
|
1276
|
-
matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1277
1337
|
/**
|
1278
1338
|
* Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
|
1279
1339
|
*
|
@@ -1334,6 +1394,57 @@ export declare class ServingConfigServiceClient {
|
|
1334
1394
|
* @returns {string} A string representing the answer.
|
1335
1395
|
*/
|
1336
1396
|
matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1397
|
+
/**
|
1398
|
+
* Return a fully-qualified projectLocationCollectionEngineSessions resource name string.
|
1399
|
+
*
|
1400
|
+
* @param {string} project
|
1401
|
+
* @param {string} location
|
1402
|
+
* @param {string} collection
|
1403
|
+
* @param {string} engine
|
1404
|
+
* @param {string} session
|
1405
|
+
* @returns {string} Resource name string.
|
1406
|
+
*/
|
1407
|
+
projectLocationCollectionEngineSessionsPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1408
|
+
/**
|
1409
|
+
* Parse the project from ProjectLocationCollectionEngineSessions resource.
|
1410
|
+
*
|
1411
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1412
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1413
|
+
* @returns {string} A string representing the project.
|
1414
|
+
*/
|
1415
|
+
matchProjectFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1416
|
+
/**
|
1417
|
+
* Parse the location from ProjectLocationCollectionEngineSessions resource.
|
1418
|
+
*
|
1419
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1420
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1421
|
+
* @returns {string} A string representing the location.
|
1422
|
+
*/
|
1423
|
+
matchLocationFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1424
|
+
/**
|
1425
|
+
* Parse the collection from ProjectLocationCollectionEngineSessions resource.
|
1426
|
+
*
|
1427
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1428
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1429
|
+
* @returns {string} A string representing the collection.
|
1430
|
+
*/
|
1431
|
+
matchCollectionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1432
|
+
/**
|
1433
|
+
* Parse the engine from ProjectLocationCollectionEngineSessions resource.
|
1434
|
+
*
|
1435
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1436
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1437
|
+
* @returns {string} A string representing the engine.
|
1438
|
+
*/
|
1439
|
+
matchEngineFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1440
|
+
/**
|
1441
|
+
* Parse the session from ProjectLocationCollectionEngineSessions resource.
|
1442
|
+
*
|
1443
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1444
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1445
|
+
* @returns {string} A string representing the session.
|
1446
|
+
*/
|
1447
|
+
matchSessionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1337
1448
|
/**
|
1338
1449
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
1339
1450
|
*
|
@@ -1721,48 +1832,6 @@ export declare class ServingConfigServiceClient {
|
|
1721
1832
|
* @returns {string} A string representing the serving_config.
|
1722
1833
|
*/
|
1723
1834
|
matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
1724
|
-
/**
|
1725
|
-
* Return a fully-qualified projectLocationDataStoreSession resource name string.
|
1726
|
-
*
|
1727
|
-
* @param {string} project
|
1728
|
-
* @param {string} location
|
1729
|
-
* @param {string} data_store
|
1730
|
-
* @param {string} session
|
1731
|
-
* @returns {string} Resource name string.
|
1732
|
-
*/
|
1733
|
-
projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
|
1734
|
-
/**
|
1735
|
-
* Parse the project from ProjectLocationDataStoreSession resource.
|
1736
|
-
*
|
1737
|
-
* @param {string} projectLocationDataStoreSessionName
|
1738
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
1739
|
-
* @returns {string} A string representing the project.
|
1740
|
-
*/
|
1741
|
-
matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1742
|
-
/**
|
1743
|
-
* Parse the location from ProjectLocationDataStoreSession resource.
|
1744
|
-
*
|
1745
|
-
* @param {string} projectLocationDataStoreSessionName
|
1746
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
1747
|
-
* @returns {string} A string representing the location.
|
1748
|
-
*/
|
1749
|
-
matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1750
|
-
/**
|
1751
|
-
* Parse the data_store from ProjectLocationDataStoreSession resource.
|
1752
|
-
*
|
1753
|
-
* @param {string} projectLocationDataStoreSessionName
|
1754
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
1755
|
-
* @returns {string} A string representing the data_store.
|
1756
|
-
*/
|
1757
|
-
matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1758
|
-
/**
|
1759
|
-
* Parse the session from ProjectLocationDataStoreSession resource.
|
1760
|
-
*
|
1761
|
-
* @param {string} projectLocationDataStoreSessionName
|
1762
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
1763
|
-
* @returns {string} A string representing the session.
|
1764
|
-
*/
|
1765
|
-
matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1766
1835
|
/**
|
1767
1836
|
* Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
|
1768
1837
|
*
|
@@ -1814,6 +1883,48 @@ export declare class ServingConfigServiceClient {
|
|
1814
1883
|
* @returns {string} A string representing the answer.
|
1815
1884
|
*/
|
1816
1885
|
matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1886
|
+
/**
|
1887
|
+
* Return a fully-qualified projectLocationDataStoreSessions resource name string.
|
1888
|
+
*
|
1889
|
+
* @param {string} project
|
1890
|
+
* @param {string} location
|
1891
|
+
* @param {string} data_store
|
1892
|
+
* @param {string} session
|
1893
|
+
* @returns {string} Resource name string.
|
1894
|
+
*/
|
1895
|
+
projectLocationDataStoreSessionsPath(project: string, location: string, dataStore: string, session: string): string;
|
1896
|
+
/**
|
1897
|
+
* Parse the project from ProjectLocationDataStoreSessions resource.
|
1898
|
+
*
|
1899
|
+
* @param {string} projectLocationDataStoreSessionsName
|
1900
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
1901
|
+
* @returns {string} A string representing the project.
|
1902
|
+
*/
|
1903
|
+
matchProjectFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
1904
|
+
/**
|
1905
|
+
* Parse the location from ProjectLocationDataStoreSessions resource.
|
1906
|
+
*
|
1907
|
+
* @param {string} projectLocationDataStoreSessionsName
|
1908
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
1909
|
+
* @returns {string} A string representing the location.
|
1910
|
+
*/
|
1911
|
+
matchLocationFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
1912
|
+
/**
|
1913
|
+
* Parse the data_store from ProjectLocationDataStoreSessions resource.
|
1914
|
+
*
|
1915
|
+
* @param {string} projectLocationDataStoreSessionsName
|
1916
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
1917
|
+
* @returns {string} A string representing the data_store.
|
1918
|
+
*/
|
1919
|
+
matchDataStoreFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
1920
|
+
/**
|
1921
|
+
* Parse the session from ProjectLocationDataStoreSessions resource.
|
1922
|
+
*
|
1923
|
+
* @param {string} projectLocationDataStoreSessionsName
|
1924
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
1925
|
+
* @returns {string} A string representing the session.
|
1926
|
+
*/
|
1927
|
+
matchSessionFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
1817
1928
|
/**
|
1818
1929
|
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
1819
1930
|
*
|