@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",
|
@@ -407,6 +407,117 @@ export declare class ControlServiceClient {
|
|
407
407
|
* ```
|
408
408
|
*/
|
409
409
|
listLocationsAsync(request: LocationProtos.google.cloud.location.IListLocationsRequest, options?: CallOptions): AsyncIterable<LocationProtos.google.cloud.location.ILocation>;
|
410
|
+
/**
|
411
|
+
* Return a fully-qualified assistAnswer resource name string.
|
412
|
+
*
|
413
|
+
* @param {string} project
|
414
|
+
* @param {string} location
|
415
|
+
* @param {string} collection
|
416
|
+
* @param {string} engine
|
417
|
+
* @param {string} session
|
418
|
+
* @param {string} assist_answer
|
419
|
+
* @returns {string} Resource name string.
|
420
|
+
*/
|
421
|
+
assistAnswerPath(project: string, location: string, collection: string, engine: string, session: string, assistAnswer: string): string;
|
422
|
+
/**
|
423
|
+
* Parse the project from AssistAnswer resource.
|
424
|
+
*
|
425
|
+
* @param {string} assistAnswerName
|
426
|
+
* A fully-qualified path representing AssistAnswer resource.
|
427
|
+
* @returns {string} A string representing the project.
|
428
|
+
*/
|
429
|
+
matchProjectFromAssistAnswerName(assistAnswerName: string): string | number;
|
430
|
+
/**
|
431
|
+
* Parse the location from AssistAnswer resource.
|
432
|
+
*
|
433
|
+
* @param {string} assistAnswerName
|
434
|
+
* A fully-qualified path representing AssistAnswer resource.
|
435
|
+
* @returns {string} A string representing the location.
|
436
|
+
*/
|
437
|
+
matchLocationFromAssistAnswerName(assistAnswerName: string): string | number;
|
438
|
+
/**
|
439
|
+
* Parse the collection from AssistAnswer resource.
|
440
|
+
*
|
441
|
+
* @param {string} assistAnswerName
|
442
|
+
* A fully-qualified path representing AssistAnswer resource.
|
443
|
+
* @returns {string} A string representing the collection.
|
444
|
+
*/
|
445
|
+
matchCollectionFromAssistAnswerName(assistAnswerName: string): string | number;
|
446
|
+
/**
|
447
|
+
* Parse the engine from AssistAnswer resource.
|
448
|
+
*
|
449
|
+
* @param {string} assistAnswerName
|
450
|
+
* A fully-qualified path representing AssistAnswer resource.
|
451
|
+
* @returns {string} A string representing the engine.
|
452
|
+
*/
|
453
|
+
matchEngineFromAssistAnswerName(assistAnswerName: string): string | number;
|
454
|
+
/**
|
455
|
+
* Parse the session from AssistAnswer resource.
|
456
|
+
*
|
457
|
+
* @param {string} assistAnswerName
|
458
|
+
* A fully-qualified path representing AssistAnswer resource.
|
459
|
+
* @returns {string} A string representing the session.
|
460
|
+
*/
|
461
|
+
matchSessionFromAssistAnswerName(assistAnswerName: string): string | number;
|
462
|
+
/**
|
463
|
+
* Parse the assist_answer from AssistAnswer resource.
|
464
|
+
*
|
465
|
+
* @param {string} assistAnswerName
|
466
|
+
* A fully-qualified path representing AssistAnswer resource.
|
467
|
+
* @returns {string} A string representing the assist_answer.
|
468
|
+
*/
|
469
|
+
matchAssistAnswerFromAssistAnswerName(assistAnswerName: string): string | number;
|
470
|
+
/**
|
471
|
+
* Return a fully-qualified assistant resource name string.
|
472
|
+
*
|
473
|
+
* @param {string} project
|
474
|
+
* @param {string} location
|
475
|
+
* @param {string} collection
|
476
|
+
* @param {string} engine
|
477
|
+
* @param {string} assistant
|
478
|
+
* @returns {string} Resource name string.
|
479
|
+
*/
|
480
|
+
assistantPath(project: string, location: string, collection: string, engine: string, assistant: string): string;
|
481
|
+
/**
|
482
|
+
* Parse the project from Assistant resource.
|
483
|
+
*
|
484
|
+
* @param {string} assistantName
|
485
|
+
* A fully-qualified path representing Assistant resource.
|
486
|
+
* @returns {string} A string representing the project.
|
487
|
+
*/
|
488
|
+
matchProjectFromAssistantName(assistantName: string): string | number;
|
489
|
+
/**
|
490
|
+
* Parse the location from Assistant resource.
|
491
|
+
*
|
492
|
+
* @param {string} assistantName
|
493
|
+
* A fully-qualified path representing Assistant resource.
|
494
|
+
* @returns {string} A string representing the location.
|
495
|
+
*/
|
496
|
+
matchLocationFromAssistantName(assistantName: string): string | number;
|
497
|
+
/**
|
498
|
+
* Parse the collection from Assistant resource.
|
499
|
+
*
|
500
|
+
* @param {string} assistantName
|
501
|
+
* A fully-qualified path representing Assistant resource.
|
502
|
+
* @returns {string} A string representing the collection.
|
503
|
+
*/
|
504
|
+
matchCollectionFromAssistantName(assistantName: string): string | number;
|
505
|
+
/**
|
506
|
+
* Parse the engine from Assistant resource.
|
507
|
+
*
|
508
|
+
* @param {string} assistantName
|
509
|
+
* A fully-qualified path representing Assistant resource.
|
510
|
+
* @returns {string} A string representing the engine.
|
511
|
+
*/
|
512
|
+
matchEngineFromAssistantName(assistantName: string): string | number;
|
513
|
+
/**
|
514
|
+
* Parse the assistant from Assistant resource.
|
515
|
+
*
|
516
|
+
* @param {string} assistantName
|
517
|
+
* A fully-qualified path representing Assistant resource.
|
518
|
+
* @returns {string} A string representing the assistant.
|
519
|
+
*/
|
520
|
+
matchAssistantFromAssistantName(assistantName: string): string | number;
|
410
521
|
/**
|
411
522
|
* Return a fully-qualified engine resource name string.
|
412
523
|
*
|
@@ -1046,57 +1157,6 @@ export declare class ControlServiceClient {
|
|
1046
1157
|
* @returns {string} A string representing the serving_config.
|
1047
1158
|
*/
|
1048
1159
|
matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
1049
|
-
/**
|
1050
|
-
* Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
|
1051
|
-
*
|
1052
|
-
* @param {string} project
|
1053
|
-
* @param {string} location
|
1054
|
-
* @param {string} collection
|
1055
|
-
* @param {string} data_store
|
1056
|
-
* @param {string} session
|
1057
|
-
* @returns {string} Resource name string.
|
1058
|
-
*/
|
1059
|
-
projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
1060
|
-
/**
|
1061
|
-
* Parse the project from ProjectLocationCollectionDataStoreSession resource.
|
1062
|
-
*
|
1063
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1064
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1065
|
-
* @returns {string} A string representing the project.
|
1066
|
-
*/
|
1067
|
-
matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1068
|
-
/**
|
1069
|
-
* Parse the location from ProjectLocationCollectionDataStoreSession resource.
|
1070
|
-
*
|
1071
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1072
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1073
|
-
* @returns {string} A string representing the location.
|
1074
|
-
*/
|
1075
|
-
matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1076
|
-
/**
|
1077
|
-
* Parse the collection from ProjectLocationCollectionDataStoreSession resource.
|
1078
|
-
*
|
1079
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1080
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1081
|
-
* @returns {string} A string representing the collection.
|
1082
|
-
*/
|
1083
|
-
matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1084
|
-
/**
|
1085
|
-
* Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
|
1086
|
-
*
|
1087
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1088
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1089
|
-
* @returns {string} A string representing the data_store.
|
1090
|
-
*/
|
1091
|
-
matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1092
|
-
/**
|
1093
|
-
* Parse the session from ProjectLocationCollectionDataStoreSession resource.
|
1094
|
-
*
|
1095
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1096
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1097
|
-
* @returns {string} A string representing the session.
|
1098
|
-
*/
|
1099
|
-
matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1100
1160
|
/**
|
1101
1161
|
* Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
|
1102
1162
|
*
|
@@ -1157,6 +1217,57 @@ export declare class ControlServiceClient {
|
|
1157
1217
|
* @returns {string} A string representing the answer.
|
1158
1218
|
*/
|
1159
1219
|
matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1220
|
+
/**
|
1221
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessions resource name string.
|
1222
|
+
*
|
1223
|
+
* @param {string} project
|
1224
|
+
* @param {string} location
|
1225
|
+
* @param {string} collection
|
1226
|
+
* @param {string} data_store
|
1227
|
+
* @param {string} session
|
1228
|
+
* @returns {string} Resource name string.
|
1229
|
+
*/
|
1230
|
+
projectLocationCollectionDataStoreSessionsPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
1231
|
+
/**
|
1232
|
+
* Parse the project from ProjectLocationCollectionDataStoreSessions resource.
|
1233
|
+
*
|
1234
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1235
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1236
|
+
* @returns {string} A string representing the project.
|
1237
|
+
*/
|
1238
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1239
|
+
/**
|
1240
|
+
* Parse the location from ProjectLocationCollectionDataStoreSessions resource.
|
1241
|
+
*
|
1242
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1243
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1244
|
+
* @returns {string} A string representing the location.
|
1245
|
+
*/
|
1246
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1247
|
+
/**
|
1248
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessions resource.
|
1249
|
+
*
|
1250
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1251
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1252
|
+
* @returns {string} A string representing the collection.
|
1253
|
+
*/
|
1254
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1255
|
+
/**
|
1256
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessions resource.
|
1257
|
+
*
|
1258
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1259
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1260
|
+
* @returns {string} A string representing the data_store.
|
1261
|
+
*/
|
1262
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1263
|
+
/**
|
1264
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessions resource.
|
1265
|
+
*
|
1266
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1267
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1268
|
+
* @returns {string} A string representing the session.
|
1269
|
+
*/
|
1270
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1160
1271
|
/**
|
1161
1272
|
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
1162
1273
|
*
|
@@ -1454,57 +1565,6 @@ export declare class ControlServiceClient {
|
|
1454
1565
|
* @returns {string} A string representing the serving_config.
|
1455
1566
|
*/
|
1456
1567
|
matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
1457
|
-
/**
|
1458
|
-
* Return a fully-qualified projectLocationCollectionEngineSession resource name string.
|
1459
|
-
*
|
1460
|
-
* @param {string} project
|
1461
|
-
* @param {string} location
|
1462
|
-
* @param {string} collection
|
1463
|
-
* @param {string} engine
|
1464
|
-
* @param {string} session
|
1465
|
-
* @returns {string} Resource name string.
|
1466
|
-
*/
|
1467
|
-
projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1468
|
-
/**
|
1469
|
-
* Parse the project from ProjectLocationCollectionEngineSession resource.
|
1470
|
-
*
|
1471
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1472
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1473
|
-
* @returns {string} A string representing the project.
|
1474
|
-
*/
|
1475
|
-
matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1476
|
-
/**
|
1477
|
-
* Parse the location from ProjectLocationCollectionEngineSession resource.
|
1478
|
-
*
|
1479
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1480
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1481
|
-
* @returns {string} A string representing the location.
|
1482
|
-
*/
|
1483
|
-
matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1484
|
-
/**
|
1485
|
-
* Parse the collection from ProjectLocationCollectionEngineSession resource.
|
1486
|
-
*
|
1487
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1488
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1489
|
-
* @returns {string} A string representing the collection.
|
1490
|
-
*/
|
1491
|
-
matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1492
|
-
/**
|
1493
|
-
* Parse the engine from ProjectLocationCollectionEngineSession resource.
|
1494
|
-
*
|
1495
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1496
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1497
|
-
* @returns {string} A string representing the engine.
|
1498
|
-
*/
|
1499
|
-
matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1500
|
-
/**
|
1501
|
-
* Parse the session from ProjectLocationCollectionEngineSession resource.
|
1502
|
-
*
|
1503
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1504
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1505
|
-
* @returns {string} A string representing the session.
|
1506
|
-
*/
|
1507
|
-
matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1508
1568
|
/**
|
1509
1569
|
* Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
|
1510
1570
|
*
|
@@ -1565,6 +1625,57 @@ export declare class ControlServiceClient {
|
|
1565
1625
|
* @returns {string} A string representing the answer.
|
1566
1626
|
*/
|
1567
1627
|
matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1628
|
+
/**
|
1629
|
+
* Return a fully-qualified projectLocationCollectionEngineSessions resource name string.
|
1630
|
+
*
|
1631
|
+
* @param {string} project
|
1632
|
+
* @param {string} location
|
1633
|
+
* @param {string} collection
|
1634
|
+
* @param {string} engine
|
1635
|
+
* @param {string} session
|
1636
|
+
* @returns {string} Resource name string.
|
1637
|
+
*/
|
1638
|
+
projectLocationCollectionEngineSessionsPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1639
|
+
/**
|
1640
|
+
* Parse the project from ProjectLocationCollectionEngineSessions resource.
|
1641
|
+
*
|
1642
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1643
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1644
|
+
* @returns {string} A string representing the project.
|
1645
|
+
*/
|
1646
|
+
matchProjectFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1647
|
+
/**
|
1648
|
+
* Parse the location from ProjectLocationCollectionEngineSessions resource.
|
1649
|
+
*
|
1650
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1651
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1652
|
+
* @returns {string} A string representing the location.
|
1653
|
+
*/
|
1654
|
+
matchLocationFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1655
|
+
/**
|
1656
|
+
* Parse the collection from ProjectLocationCollectionEngineSessions resource.
|
1657
|
+
*
|
1658
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1659
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1660
|
+
* @returns {string} A string representing the collection.
|
1661
|
+
*/
|
1662
|
+
matchCollectionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1663
|
+
/**
|
1664
|
+
* Parse the engine from ProjectLocationCollectionEngineSessions resource.
|
1665
|
+
*
|
1666
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1667
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1668
|
+
* @returns {string} A string representing the engine.
|
1669
|
+
*/
|
1670
|
+
matchEngineFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1671
|
+
/**
|
1672
|
+
* Parse the session from ProjectLocationCollectionEngineSessions resource.
|
1673
|
+
*
|
1674
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1675
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1676
|
+
* @returns {string} A string representing the session.
|
1677
|
+
*/
|
1678
|
+
matchSessionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1568
1679
|
/**
|
1569
1680
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
1570
1681
|
*
|
@@ -1952,48 +2063,6 @@ export declare class ControlServiceClient {
|
|
1952
2063
|
* @returns {string} A string representing the serving_config.
|
1953
2064
|
*/
|
1954
2065
|
matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
1955
|
-
/**
|
1956
|
-
* Return a fully-qualified projectLocationDataStoreSession resource name string.
|
1957
|
-
*
|
1958
|
-
* @param {string} project
|
1959
|
-
* @param {string} location
|
1960
|
-
* @param {string} data_store
|
1961
|
-
* @param {string} session
|
1962
|
-
* @returns {string} Resource name string.
|
1963
|
-
*/
|
1964
|
-
projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
|
1965
|
-
/**
|
1966
|
-
* Parse the project from ProjectLocationDataStoreSession resource.
|
1967
|
-
*
|
1968
|
-
* @param {string} projectLocationDataStoreSessionName
|
1969
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
1970
|
-
* @returns {string} A string representing the project.
|
1971
|
-
*/
|
1972
|
-
matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1973
|
-
/**
|
1974
|
-
* Parse the location from ProjectLocationDataStoreSession resource.
|
1975
|
-
*
|
1976
|
-
* @param {string} projectLocationDataStoreSessionName
|
1977
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
1978
|
-
* @returns {string} A string representing the location.
|
1979
|
-
*/
|
1980
|
-
matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1981
|
-
/**
|
1982
|
-
* Parse the data_store from ProjectLocationDataStoreSession resource.
|
1983
|
-
*
|
1984
|
-
* @param {string} projectLocationDataStoreSessionName
|
1985
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
1986
|
-
* @returns {string} A string representing the data_store.
|
1987
|
-
*/
|
1988
|
-
matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1989
|
-
/**
|
1990
|
-
* Parse the session from ProjectLocationDataStoreSession resource.
|
1991
|
-
*
|
1992
|
-
* @param {string} projectLocationDataStoreSessionName
|
1993
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
1994
|
-
* @returns {string} A string representing the session.
|
1995
|
-
*/
|
1996
|
-
matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1997
2066
|
/**
|
1998
2067
|
* Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
|
1999
2068
|
*
|
@@ -2045,6 +2114,48 @@ export declare class ControlServiceClient {
|
|
2045
2114
|
* @returns {string} A string representing the answer.
|
2046
2115
|
*/
|
2047
2116
|
matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
2117
|
+
/**
|
2118
|
+
* Return a fully-qualified projectLocationDataStoreSessions resource name string.
|
2119
|
+
*
|
2120
|
+
* @param {string} project
|
2121
|
+
* @param {string} location
|
2122
|
+
* @param {string} data_store
|
2123
|
+
* @param {string} session
|
2124
|
+
* @returns {string} Resource name string.
|
2125
|
+
*/
|
2126
|
+
projectLocationDataStoreSessionsPath(project: string, location: string, dataStore: string, session: string): string;
|
2127
|
+
/**
|
2128
|
+
* Parse the project from ProjectLocationDataStoreSessions resource.
|
2129
|
+
*
|
2130
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2131
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2132
|
+
* @returns {string} A string representing the project.
|
2133
|
+
*/
|
2134
|
+
matchProjectFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2135
|
+
/**
|
2136
|
+
* Parse the location from ProjectLocationDataStoreSessions resource.
|
2137
|
+
*
|
2138
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2139
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2140
|
+
* @returns {string} A string representing the location.
|
2141
|
+
*/
|
2142
|
+
matchLocationFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2143
|
+
/**
|
2144
|
+
* Parse the data_store from ProjectLocationDataStoreSessions resource.
|
2145
|
+
*
|
2146
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2147
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2148
|
+
* @returns {string} A string representing the data_store.
|
2149
|
+
*/
|
2150
|
+
matchDataStoreFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2151
|
+
/**
|
2152
|
+
* Parse the session from ProjectLocationDataStoreSessions resource.
|
2153
|
+
*
|
2154
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2155
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2156
|
+
* @returns {string} A string representing the session.
|
2157
|
+
*/
|
2158
|
+
matchSessionFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2048
2159
|
/**
|
2049
2160
|
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
2050
2161
|
*
|