@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",
|
@@ -303,6 +303,117 @@ export declare class RecommendationServiceClient {
|
|
303
303
|
* ```
|
304
304
|
*/
|
305
305
|
listLocationsAsync(request: LocationProtos.google.cloud.location.IListLocationsRequest, options?: CallOptions): AsyncIterable<LocationProtos.google.cloud.location.ILocation>;
|
306
|
+
/**
|
307
|
+
* Return a fully-qualified assistAnswer resource name string.
|
308
|
+
*
|
309
|
+
* @param {string} project
|
310
|
+
* @param {string} location
|
311
|
+
* @param {string} collection
|
312
|
+
* @param {string} engine
|
313
|
+
* @param {string} session
|
314
|
+
* @param {string} assist_answer
|
315
|
+
* @returns {string} Resource name string.
|
316
|
+
*/
|
317
|
+
assistAnswerPath(project: string, location: string, collection: string, engine: string, session: string, assistAnswer: string): string;
|
318
|
+
/**
|
319
|
+
* Parse the project from AssistAnswer resource.
|
320
|
+
*
|
321
|
+
* @param {string} assistAnswerName
|
322
|
+
* A fully-qualified path representing AssistAnswer resource.
|
323
|
+
* @returns {string} A string representing the project.
|
324
|
+
*/
|
325
|
+
matchProjectFromAssistAnswerName(assistAnswerName: string): string | number;
|
326
|
+
/**
|
327
|
+
* Parse the location from AssistAnswer resource.
|
328
|
+
*
|
329
|
+
* @param {string} assistAnswerName
|
330
|
+
* A fully-qualified path representing AssistAnswer resource.
|
331
|
+
* @returns {string} A string representing the location.
|
332
|
+
*/
|
333
|
+
matchLocationFromAssistAnswerName(assistAnswerName: string): string | number;
|
334
|
+
/**
|
335
|
+
* Parse the collection from AssistAnswer resource.
|
336
|
+
*
|
337
|
+
* @param {string} assistAnswerName
|
338
|
+
* A fully-qualified path representing AssistAnswer resource.
|
339
|
+
* @returns {string} A string representing the collection.
|
340
|
+
*/
|
341
|
+
matchCollectionFromAssistAnswerName(assistAnswerName: string): string | number;
|
342
|
+
/**
|
343
|
+
* Parse the engine from AssistAnswer resource.
|
344
|
+
*
|
345
|
+
* @param {string} assistAnswerName
|
346
|
+
* A fully-qualified path representing AssistAnswer resource.
|
347
|
+
* @returns {string} A string representing the engine.
|
348
|
+
*/
|
349
|
+
matchEngineFromAssistAnswerName(assistAnswerName: string): string | number;
|
350
|
+
/**
|
351
|
+
* Parse the session from AssistAnswer resource.
|
352
|
+
*
|
353
|
+
* @param {string} assistAnswerName
|
354
|
+
* A fully-qualified path representing AssistAnswer resource.
|
355
|
+
* @returns {string} A string representing the session.
|
356
|
+
*/
|
357
|
+
matchSessionFromAssistAnswerName(assistAnswerName: string): string | number;
|
358
|
+
/**
|
359
|
+
* Parse the assist_answer from AssistAnswer resource.
|
360
|
+
*
|
361
|
+
* @param {string} assistAnswerName
|
362
|
+
* A fully-qualified path representing AssistAnswer resource.
|
363
|
+
* @returns {string} A string representing the assist_answer.
|
364
|
+
*/
|
365
|
+
matchAssistAnswerFromAssistAnswerName(assistAnswerName: string): string | number;
|
366
|
+
/**
|
367
|
+
* Return a fully-qualified assistant resource name string.
|
368
|
+
*
|
369
|
+
* @param {string} project
|
370
|
+
* @param {string} location
|
371
|
+
* @param {string} collection
|
372
|
+
* @param {string} engine
|
373
|
+
* @param {string} assistant
|
374
|
+
* @returns {string} Resource name string.
|
375
|
+
*/
|
376
|
+
assistantPath(project: string, location: string, collection: string, engine: string, assistant: string): string;
|
377
|
+
/**
|
378
|
+
* Parse the project from Assistant resource.
|
379
|
+
*
|
380
|
+
* @param {string} assistantName
|
381
|
+
* A fully-qualified path representing Assistant resource.
|
382
|
+
* @returns {string} A string representing the project.
|
383
|
+
*/
|
384
|
+
matchProjectFromAssistantName(assistantName: string): string | number;
|
385
|
+
/**
|
386
|
+
* Parse the location from Assistant resource.
|
387
|
+
*
|
388
|
+
* @param {string} assistantName
|
389
|
+
* A fully-qualified path representing Assistant resource.
|
390
|
+
* @returns {string} A string representing the location.
|
391
|
+
*/
|
392
|
+
matchLocationFromAssistantName(assistantName: string): string | number;
|
393
|
+
/**
|
394
|
+
* Parse the collection from Assistant resource.
|
395
|
+
*
|
396
|
+
* @param {string} assistantName
|
397
|
+
* A fully-qualified path representing Assistant resource.
|
398
|
+
* @returns {string} A string representing the collection.
|
399
|
+
*/
|
400
|
+
matchCollectionFromAssistantName(assistantName: string): string | number;
|
401
|
+
/**
|
402
|
+
* Parse the engine from Assistant resource.
|
403
|
+
*
|
404
|
+
* @param {string} assistantName
|
405
|
+
* A fully-qualified path representing Assistant resource.
|
406
|
+
* @returns {string} A string representing the engine.
|
407
|
+
*/
|
408
|
+
matchEngineFromAssistantName(assistantName: string): string | number;
|
409
|
+
/**
|
410
|
+
* Parse the assistant from Assistant resource.
|
411
|
+
*
|
412
|
+
* @param {string} assistantName
|
413
|
+
* A fully-qualified path representing Assistant resource.
|
414
|
+
* @returns {string} A string representing the assistant.
|
415
|
+
*/
|
416
|
+
matchAssistantFromAssistantName(assistantName: string): string | number;
|
306
417
|
/**
|
307
418
|
* Return a fully-qualified engine resource name string.
|
308
419
|
*
|
@@ -918,57 +1029,6 @@ export declare class RecommendationServiceClient {
|
|
918
1029
|
* @returns {string} A string representing the serving_config.
|
919
1030
|
*/
|
920
1031
|
matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
921
|
-
/**
|
922
|
-
* Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
|
923
|
-
*
|
924
|
-
* @param {string} project
|
925
|
-
* @param {string} location
|
926
|
-
* @param {string} collection
|
927
|
-
* @param {string} data_store
|
928
|
-
* @param {string} session
|
929
|
-
* @returns {string} Resource name string.
|
930
|
-
*/
|
931
|
-
projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
932
|
-
/**
|
933
|
-
* Parse the project from ProjectLocationCollectionDataStoreSession resource.
|
934
|
-
*
|
935
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
936
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
937
|
-
* @returns {string} A string representing the project.
|
938
|
-
*/
|
939
|
-
matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
940
|
-
/**
|
941
|
-
* Parse the location from ProjectLocationCollectionDataStoreSession resource.
|
942
|
-
*
|
943
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
944
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
945
|
-
* @returns {string} A string representing the location.
|
946
|
-
*/
|
947
|
-
matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
948
|
-
/**
|
949
|
-
* Parse the collection from ProjectLocationCollectionDataStoreSession resource.
|
950
|
-
*
|
951
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
952
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
953
|
-
* @returns {string} A string representing the collection.
|
954
|
-
*/
|
955
|
-
matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
956
|
-
/**
|
957
|
-
* Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
|
958
|
-
*
|
959
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
960
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
961
|
-
* @returns {string} A string representing the data_store.
|
962
|
-
*/
|
963
|
-
matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
964
|
-
/**
|
965
|
-
* Parse the session from ProjectLocationCollectionDataStoreSession resource.
|
966
|
-
*
|
967
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
968
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
969
|
-
* @returns {string} A string representing the session.
|
970
|
-
*/
|
971
|
-
matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
972
1032
|
/**
|
973
1033
|
* Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
|
974
1034
|
*
|
@@ -1029,6 +1089,57 @@ export declare class RecommendationServiceClient {
|
|
1029
1089
|
* @returns {string} A string representing the answer.
|
1030
1090
|
*/
|
1031
1091
|
matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1092
|
+
/**
|
1093
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessions resource name string.
|
1094
|
+
*
|
1095
|
+
* @param {string} project
|
1096
|
+
* @param {string} location
|
1097
|
+
* @param {string} collection
|
1098
|
+
* @param {string} data_store
|
1099
|
+
* @param {string} session
|
1100
|
+
* @returns {string} Resource name string.
|
1101
|
+
*/
|
1102
|
+
projectLocationCollectionDataStoreSessionsPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
1103
|
+
/**
|
1104
|
+
* Parse the project from ProjectLocationCollectionDataStoreSessions resource.
|
1105
|
+
*
|
1106
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1107
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1108
|
+
* @returns {string} A string representing the project.
|
1109
|
+
*/
|
1110
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1111
|
+
/**
|
1112
|
+
* Parse the location from ProjectLocationCollectionDataStoreSessions resource.
|
1113
|
+
*
|
1114
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1115
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1116
|
+
* @returns {string} A string representing the location.
|
1117
|
+
*/
|
1118
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1119
|
+
/**
|
1120
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessions resource.
|
1121
|
+
*
|
1122
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1123
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1124
|
+
* @returns {string} A string representing the collection.
|
1125
|
+
*/
|
1126
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1127
|
+
/**
|
1128
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessions resource.
|
1129
|
+
*
|
1130
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1131
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1132
|
+
* @returns {string} A string representing the data_store.
|
1133
|
+
*/
|
1134
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1135
|
+
/**
|
1136
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessions resource.
|
1137
|
+
*
|
1138
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1139
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1140
|
+
* @returns {string} A string representing the session.
|
1141
|
+
*/
|
1142
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1032
1143
|
/**
|
1033
1144
|
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
1034
1145
|
*
|
@@ -1326,57 +1437,6 @@ export declare class RecommendationServiceClient {
|
|
1326
1437
|
* @returns {string} A string representing the serving_config.
|
1327
1438
|
*/
|
1328
1439
|
matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
1329
|
-
/**
|
1330
|
-
* Return a fully-qualified projectLocationCollectionEngineSession resource name string.
|
1331
|
-
*
|
1332
|
-
* @param {string} project
|
1333
|
-
* @param {string} location
|
1334
|
-
* @param {string} collection
|
1335
|
-
* @param {string} engine
|
1336
|
-
* @param {string} session
|
1337
|
-
* @returns {string} Resource name string.
|
1338
|
-
*/
|
1339
|
-
projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1340
|
-
/**
|
1341
|
-
* Parse the project from ProjectLocationCollectionEngineSession resource.
|
1342
|
-
*
|
1343
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1344
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1345
|
-
* @returns {string} A string representing the project.
|
1346
|
-
*/
|
1347
|
-
matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1348
|
-
/**
|
1349
|
-
* Parse the location from ProjectLocationCollectionEngineSession resource.
|
1350
|
-
*
|
1351
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1352
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1353
|
-
* @returns {string} A string representing the location.
|
1354
|
-
*/
|
1355
|
-
matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1356
|
-
/**
|
1357
|
-
* Parse the collection from ProjectLocationCollectionEngineSession resource.
|
1358
|
-
*
|
1359
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1360
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1361
|
-
* @returns {string} A string representing the collection.
|
1362
|
-
*/
|
1363
|
-
matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1364
|
-
/**
|
1365
|
-
* Parse the engine from ProjectLocationCollectionEngineSession resource.
|
1366
|
-
*
|
1367
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1368
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1369
|
-
* @returns {string} A string representing the engine.
|
1370
|
-
*/
|
1371
|
-
matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1372
|
-
/**
|
1373
|
-
* Parse the session from ProjectLocationCollectionEngineSession resource.
|
1374
|
-
*
|
1375
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1376
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1377
|
-
* @returns {string} A string representing the session.
|
1378
|
-
*/
|
1379
|
-
matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1380
1440
|
/**
|
1381
1441
|
* Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
|
1382
1442
|
*
|
@@ -1437,6 +1497,57 @@ export declare class RecommendationServiceClient {
|
|
1437
1497
|
* @returns {string} A string representing the answer.
|
1438
1498
|
*/
|
1439
1499
|
matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1500
|
+
/**
|
1501
|
+
* Return a fully-qualified projectLocationCollectionEngineSessions resource name string.
|
1502
|
+
*
|
1503
|
+
* @param {string} project
|
1504
|
+
* @param {string} location
|
1505
|
+
* @param {string} collection
|
1506
|
+
* @param {string} engine
|
1507
|
+
* @param {string} session
|
1508
|
+
* @returns {string} Resource name string.
|
1509
|
+
*/
|
1510
|
+
projectLocationCollectionEngineSessionsPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1511
|
+
/**
|
1512
|
+
* Parse the project from ProjectLocationCollectionEngineSessions resource.
|
1513
|
+
*
|
1514
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1515
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1516
|
+
* @returns {string} A string representing the project.
|
1517
|
+
*/
|
1518
|
+
matchProjectFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1519
|
+
/**
|
1520
|
+
* Parse the location from ProjectLocationCollectionEngineSessions resource.
|
1521
|
+
*
|
1522
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1523
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1524
|
+
* @returns {string} A string representing the location.
|
1525
|
+
*/
|
1526
|
+
matchLocationFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1527
|
+
/**
|
1528
|
+
* Parse the collection from ProjectLocationCollectionEngineSessions resource.
|
1529
|
+
*
|
1530
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1531
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1532
|
+
* @returns {string} A string representing the collection.
|
1533
|
+
*/
|
1534
|
+
matchCollectionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1535
|
+
/**
|
1536
|
+
* Parse the engine from ProjectLocationCollectionEngineSessions resource.
|
1537
|
+
*
|
1538
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1539
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1540
|
+
* @returns {string} A string representing the engine.
|
1541
|
+
*/
|
1542
|
+
matchEngineFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1543
|
+
/**
|
1544
|
+
* Parse the session from ProjectLocationCollectionEngineSessions resource.
|
1545
|
+
*
|
1546
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1547
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1548
|
+
* @returns {string} A string representing the session.
|
1549
|
+
*/
|
1550
|
+
matchSessionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1440
1551
|
/**
|
1441
1552
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
1442
1553
|
*
|
@@ -1824,48 +1935,6 @@ export declare class RecommendationServiceClient {
|
|
1824
1935
|
* @returns {string} A string representing the serving_config.
|
1825
1936
|
*/
|
1826
1937
|
matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
1827
|
-
/**
|
1828
|
-
* Return a fully-qualified projectLocationDataStoreSession resource name string.
|
1829
|
-
*
|
1830
|
-
* @param {string} project
|
1831
|
-
* @param {string} location
|
1832
|
-
* @param {string} data_store
|
1833
|
-
* @param {string} session
|
1834
|
-
* @returns {string} Resource name string.
|
1835
|
-
*/
|
1836
|
-
projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
|
1837
|
-
/**
|
1838
|
-
* Parse the project from ProjectLocationDataStoreSession resource.
|
1839
|
-
*
|
1840
|
-
* @param {string} projectLocationDataStoreSessionName
|
1841
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
1842
|
-
* @returns {string} A string representing the project.
|
1843
|
-
*/
|
1844
|
-
matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1845
|
-
/**
|
1846
|
-
* Parse the location 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 location.
|
1851
|
-
*/
|
1852
|
-
matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1853
|
-
/**
|
1854
|
-
* Parse the data_store 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 data_store.
|
1859
|
-
*/
|
1860
|
-
matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1861
|
-
/**
|
1862
|
-
* Parse the session 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 session.
|
1867
|
-
*/
|
1868
|
-
matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1869
1938
|
/**
|
1870
1939
|
* Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
|
1871
1940
|
*
|
@@ -1917,6 +1986,48 @@ export declare class RecommendationServiceClient {
|
|
1917
1986
|
* @returns {string} A string representing the answer.
|
1918
1987
|
*/
|
1919
1988
|
matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1989
|
+
/**
|
1990
|
+
* Return a fully-qualified projectLocationDataStoreSessions resource name string.
|
1991
|
+
*
|
1992
|
+
* @param {string} project
|
1993
|
+
* @param {string} location
|
1994
|
+
* @param {string} data_store
|
1995
|
+
* @param {string} session
|
1996
|
+
* @returns {string} Resource name string.
|
1997
|
+
*/
|
1998
|
+
projectLocationDataStoreSessionsPath(project: string, location: string, dataStore: string, session: string): string;
|
1999
|
+
/**
|
2000
|
+
* Parse the project from ProjectLocationDataStoreSessions resource.
|
2001
|
+
*
|
2002
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2003
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2004
|
+
* @returns {string} A string representing the project.
|
2005
|
+
*/
|
2006
|
+
matchProjectFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2007
|
+
/**
|
2008
|
+
* Parse the location from ProjectLocationDataStoreSessions resource.
|
2009
|
+
*
|
2010
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2011
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2012
|
+
* @returns {string} A string representing the location.
|
2013
|
+
*/
|
2014
|
+
matchLocationFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2015
|
+
/**
|
2016
|
+
* Parse the data_store from ProjectLocationDataStoreSessions resource.
|
2017
|
+
*
|
2018
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2019
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2020
|
+
* @returns {string} A string representing the data_store.
|
2021
|
+
*/
|
2022
|
+
matchDataStoreFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2023
|
+
/**
|
2024
|
+
* Parse the session from ProjectLocationDataStoreSessions resource.
|
2025
|
+
*
|
2026
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2027
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2028
|
+
* @returns {string} A string representing the session.
|
2029
|
+
*/
|
2030
|
+
matchSessionFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
1920
2031
|
/**
|
1921
2032
|
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
1922
2033
|
*
|