@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",
|
@@ -556,6 +556,117 @@ export declare class SchemaServiceClient {
|
|
556
556
|
* ```
|
557
557
|
*/
|
558
558
|
deleteOperation(request: protos.google.longrunning.DeleteOperationRequest, optionsOrCallback?: gax.CallOptions | Callback<protos.google.protobuf.Empty, protos.google.longrunning.DeleteOperationRequest, {} | null | undefined>, callback?: Callback<protos.google.protobuf.Empty, protos.google.longrunning.DeleteOperationRequest, {} | null | undefined>): Promise<protos.google.protobuf.Empty>;
|
559
|
+
/**
|
560
|
+
* Return a fully-qualified assistAnswer resource name string.
|
561
|
+
*
|
562
|
+
* @param {string} project
|
563
|
+
* @param {string} location
|
564
|
+
* @param {string} collection
|
565
|
+
* @param {string} engine
|
566
|
+
* @param {string} session
|
567
|
+
* @param {string} assist_answer
|
568
|
+
* @returns {string} Resource name string.
|
569
|
+
*/
|
570
|
+
assistAnswerPath(project: string, location: string, collection: string, engine: string, session: string, assistAnswer: string): string;
|
571
|
+
/**
|
572
|
+
* Parse the project from AssistAnswer resource.
|
573
|
+
*
|
574
|
+
* @param {string} assistAnswerName
|
575
|
+
* A fully-qualified path representing AssistAnswer resource.
|
576
|
+
* @returns {string} A string representing the project.
|
577
|
+
*/
|
578
|
+
matchProjectFromAssistAnswerName(assistAnswerName: string): string | number;
|
579
|
+
/**
|
580
|
+
* Parse the location from AssistAnswer resource.
|
581
|
+
*
|
582
|
+
* @param {string} assistAnswerName
|
583
|
+
* A fully-qualified path representing AssistAnswer resource.
|
584
|
+
* @returns {string} A string representing the location.
|
585
|
+
*/
|
586
|
+
matchLocationFromAssistAnswerName(assistAnswerName: string): string | number;
|
587
|
+
/**
|
588
|
+
* Parse the collection from AssistAnswer resource.
|
589
|
+
*
|
590
|
+
* @param {string} assistAnswerName
|
591
|
+
* A fully-qualified path representing AssistAnswer resource.
|
592
|
+
* @returns {string} A string representing the collection.
|
593
|
+
*/
|
594
|
+
matchCollectionFromAssistAnswerName(assistAnswerName: string): string | number;
|
595
|
+
/**
|
596
|
+
* Parse the engine from AssistAnswer resource.
|
597
|
+
*
|
598
|
+
* @param {string} assistAnswerName
|
599
|
+
* A fully-qualified path representing AssistAnswer resource.
|
600
|
+
* @returns {string} A string representing the engine.
|
601
|
+
*/
|
602
|
+
matchEngineFromAssistAnswerName(assistAnswerName: string): string | number;
|
603
|
+
/**
|
604
|
+
* Parse the session from AssistAnswer resource.
|
605
|
+
*
|
606
|
+
* @param {string} assistAnswerName
|
607
|
+
* A fully-qualified path representing AssistAnswer resource.
|
608
|
+
* @returns {string} A string representing the session.
|
609
|
+
*/
|
610
|
+
matchSessionFromAssistAnswerName(assistAnswerName: string): string | number;
|
611
|
+
/**
|
612
|
+
* Parse the assist_answer from AssistAnswer resource.
|
613
|
+
*
|
614
|
+
* @param {string} assistAnswerName
|
615
|
+
* A fully-qualified path representing AssistAnswer resource.
|
616
|
+
* @returns {string} A string representing the assist_answer.
|
617
|
+
*/
|
618
|
+
matchAssistAnswerFromAssistAnswerName(assistAnswerName: string): string | number;
|
619
|
+
/**
|
620
|
+
* Return a fully-qualified assistant resource name string.
|
621
|
+
*
|
622
|
+
* @param {string} project
|
623
|
+
* @param {string} location
|
624
|
+
* @param {string} collection
|
625
|
+
* @param {string} engine
|
626
|
+
* @param {string} assistant
|
627
|
+
* @returns {string} Resource name string.
|
628
|
+
*/
|
629
|
+
assistantPath(project: string, location: string, collection: string, engine: string, assistant: string): string;
|
630
|
+
/**
|
631
|
+
* Parse the project from Assistant resource.
|
632
|
+
*
|
633
|
+
* @param {string} assistantName
|
634
|
+
* A fully-qualified path representing Assistant resource.
|
635
|
+
* @returns {string} A string representing the project.
|
636
|
+
*/
|
637
|
+
matchProjectFromAssistantName(assistantName: string): string | number;
|
638
|
+
/**
|
639
|
+
* Parse the location from Assistant resource.
|
640
|
+
*
|
641
|
+
* @param {string} assistantName
|
642
|
+
* A fully-qualified path representing Assistant resource.
|
643
|
+
* @returns {string} A string representing the location.
|
644
|
+
*/
|
645
|
+
matchLocationFromAssistantName(assistantName: string): string | number;
|
646
|
+
/**
|
647
|
+
* Parse the collection from Assistant resource.
|
648
|
+
*
|
649
|
+
* @param {string} assistantName
|
650
|
+
* A fully-qualified path representing Assistant resource.
|
651
|
+
* @returns {string} A string representing the collection.
|
652
|
+
*/
|
653
|
+
matchCollectionFromAssistantName(assistantName: string): string | number;
|
654
|
+
/**
|
655
|
+
* Parse the engine from Assistant resource.
|
656
|
+
*
|
657
|
+
* @param {string} assistantName
|
658
|
+
* A fully-qualified path representing Assistant resource.
|
659
|
+
* @returns {string} A string representing the engine.
|
660
|
+
*/
|
661
|
+
matchEngineFromAssistantName(assistantName: string): string | number;
|
662
|
+
/**
|
663
|
+
* Parse the assistant from Assistant resource.
|
664
|
+
*
|
665
|
+
* @param {string} assistantName
|
666
|
+
* A fully-qualified path representing Assistant resource.
|
667
|
+
* @returns {string} A string representing the assistant.
|
668
|
+
*/
|
669
|
+
matchAssistantFromAssistantName(assistantName: string): string | number;
|
559
670
|
/**
|
560
671
|
* Return a fully-qualified engine resource name string.
|
561
672
|
*
|
@@ -1171,57 +1282,6 @@ export declare class SchemaServiceClient {
|
|
1171
1282
|
* @returns {string} A string representing the serving_config.
|
1172
1283
|
*/
|
1173
1284
|
matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
1174
|
-
/**
|
1175
|
-
* Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
|
1176
|
-
*
|
1177
|
-
* @param {string} project
|
1178
|
-
* @param {string} location
|
1179
|
-
* @param {string} collection
|
1180
|
-
* @param {string} data_store
|
1181
|
-
* @param {string} session
|
1182
|
-
* @returns {string} Resource name string.
|
1183
|
-
*/
|
1184
|
-
projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
1185
|
-
/**
|
1186
|
-
* Parse the project from ProjectLocationCollectionDataStoreSession resource.
|
1187
|
-
*
|
1188
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1189
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1190
|
-
* @returns {string} A string representing the project.
|
1191
|
-
*/
|
1192
|
-
matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1193
|
-
/**
|
1194
|
-
* Parse the location from ProjectLocationCollectionDataStoreSession resource.
|
1195
|
-
*
|
1196
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1197
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1198
|
-
* @returns {string} A string representing the location.
|
1199
|
-
*/
|
1200
|
-
matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1201
|
-
/**
|
1202
|
-
* Parse the collection from ProjectLocationCollectionDataStoreSession resource.
|
1203
|
-
*
|
1204
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1205
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1206
|
-
* @returns {string} A string representing the collection.
|
1207
|
-
*/
|
1208
|
-
matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1209
|
-
/**
|
1210
|
-
* Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
|
1211
|
-
*
|
1212
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1213
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1214
|
-
* @returns {string} A string representing the data_store.
|
1215
|
-
*/
|
1216
|
-
matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1217
|
-
/**
|
1218
|
-
* Parse the session from ProjectLocationCollectionDataStoreSession resource.
|
1219
|
-
*
|
1220
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1221
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1222
|
-
* @returns {string} A string representing the session.
|
1223
|
-
*/
|
1224
|
-
matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1225
1285
|
/**
|
1226
1286
|
* Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
|
1227
1287
|
*
|
@@ -1282,6 +1342,57 @@ export declare class SchemaServiceClient {
|
|
1282
1342
|
* @returns {string} A string representing the answer.
|
1283
1343
|
*/
|
1284
1344
|
matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1345
|
+
/**
|
1346
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessions resource name string.
|
1347
|
+
*
|
1348
|
+
* @param {string} project
|
1349
|
+
* @param {string} location
|
1350
|
+
* @param {string} collection
|
1351
|
+
* @param {string} data_store
|
1352
|
+
* @param {string} session
|
1353
|
+
* @returns {string} Resource name string.
|
1354
|
+
*/
|
1355
|
+
projectLocationCollectionDataStoreSessionsPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
1356
|
+
/**
|
1357
|
+
* Parse the project from ProjectLocationCollectionDataStoreSessions resource.
|
1358
|
+
*
|
1359
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1360
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1361
|
+
* @returns {string} A string representing the project.
|
1362
|
+
*/
|
1363
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1364
|
+
/**
|
1365
|
+
* Parse the location from ProjectLocationCollectionDataStoreSessions resource.
|
1366
|
+
*
|
1367
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1368
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1369
|
+
* @returns {string} A string representing the location.
|
1370
|
+
*/
|
1371
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1372
|
+
/**
|
1373
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessions resource.
|
1374
|
+
*
|
1375
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1376
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1377
|
+
* @returns {string} A string representing the collection.
|
1378
|
+
*/
|
1379
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1380
|
+
/**
|
1381
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessions resource.
|
1382
|
+
*
|
1383
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1384
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1385
|
+
* @returns {string} A string representing the data_store.
|
1386
|
+
*/
|
1387
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1388
|
+
/**
|
1389
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessions resource.
|
1390
|
+
*
|
1391
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1392
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1393
|
+
* @returns {string} A string representing the session.
|
1394
|
+
*/
|
1395
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1285
1396
|
/**
|
1286
1397
|
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
1287
1398
|
*
|
@@ -1579,57 +1690,6 @@ export declare class SchemaServiceClient {
|
|
1579
1690
|
* @returns {string} A string representing the serving_config.
|
1580
1691
|
*/
|
1581
1692
|
matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
1582
|
-
/**
|
1583
|
-
* Return a fully-qualified projectLocationCollectionEngineSession resource name string.
|
1584
|
-
*
|
1585
|
-
* @param {string} project
|
1586
|
-
* @param {string} location
|
1587
|
-
* @param {string} collection
|
1588
|
-
* @param {string} engine
|
1589
|
-
* @param {string} session
|
1590
|
-
* @returns {string} Resource name string.
|
1591
|
-
*/
|
1592
|
-
projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1593
|
-
/**
|
1594
|
-
* Parse the project from ProjectLocationCollectionEngineSession resource.
|
1595
|
-
*
|
1596
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1597
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1598
|
-
* @returns {string} A string representing the project.
|
1599
|
-
*/
|
1600
|
-
matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1601
|
-
/**
|
1602
|
-
* Parse the location from ProjectLocationCollectionEngineSession resource.
|
1603
|
-
*
|
1604
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1605
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1606
|
-
* @returns {string} A string representing the location.
|
1607
|
-
*/
|
1608
|
-
matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1609
|
-
/**
|
1610
|
-
* Parse the collection from ProjectLocationCollectionEngineSession resource.
|
1611
|
-
*
|
1612
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1613
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1614
|
-
* @returns {string} A string representing the collection.
|
1615
|
-
*/
|
1616
|
-
matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1617
|
-
/**
|
1618
|
-
* Parse the engine from ProjectLocationCollectionEngineSession resource.
|
1619
|
-
*
|
1620
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1621
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1622
|
-
* @returns {string} A string representing the engine.
|
1623
|
-
*/
|
1624
|
-
matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1625
|
-
/**
|
1626
|
-
* Parse the session from ProjectLocationCollectionEngineSession resource.
|
1627
|
-
*
|
1628
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1629
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1630
|
-
* @returns {string} A string representing the session.
|
1631
|
-
*/
|
1632
|
-
matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1633
1693
|
/**
|
1634
1694
|
* Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
|
1635
1695
|
*
|
@@ -1690,6 +1750,57 @@ export declare class SchemaServiceClient {
|
|
1690
1750
|
* @returns {string} A string representing the answer.
|
1691
1751
|
*/
|
1692
1752
|
matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1753
|
+
/**
|
1754
|
+
* Return a fully-qualified projectLocationCollectionEngineSessions resource name string.
|
1755
|
+
*
|
1756
|
+
* @param {string} project
|
1757
|
+
* @param {string} location
|
1758
|
+
* @param {string} collection
|
1759
|
+
* @param {string} engine
|
1760
|
+
* @param {string} session
|
1761
|
+
* @returns {string} Resource name string.
|
1762
|
+
*/
|
1763
|
+
projectLocationCollectionEngineSessionsPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1764
|
+
/**
|
1765
|
+
* Parse the project from ProjectLocationCollectionEngineSessions resource.
|
1766
|
+
*
|
1767
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1768
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1769
|
+
* @returns {string} A string representing the project.
|
1770
|
+
*/
|
1771
|
+
matchProjectFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1772
|
+
/**
|
1773
|
+
* Parse the location from ProjectLocationCollectionEngineSessions resource.
|
1774
|
+
*
|
1775
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1776
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1777
|
+
* @returns {string} A string representing the location.
|
1778
|
+
*/
|
1779
|
+
matchLocationFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1780
|
+
/**
|
1781
|
+
* Parse the collection from ProjectLocationCollectionEngineSessions resource.
|
1782
|
+
*
|
1783
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1784
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1785
|
+
* @returns {string} A string representing the collection.
|
1786
|
+
*/
|
1787
|
+
matchCollectionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1788
|
+
/**
|
1789
|
+
* Parse the engine from ProjectLocationCollectionEngineSessions resource.
|
1790
|
+
*
|
1791
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1792
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1793
|
+
* @returns {string} A string representing the engine.
|
1794
|
+
*/
|
1795
|
+
matchEngineFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1796
|
+
/**
|
1797
|
+
* Parse the session from ProjectLocationCollectionEngineSessions resource.
|
1798
|
+
*
|
1799
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1800
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1801
|
+
* @returns {string} A string representing the session.
|
1802
|
+
*/
|
1803
|
+
matchSessionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1693
1804
|
/**
|
1694
1805
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
1695
1806
|
*
|
@@ -2077,48 +2188,6 @@ export declare class SchemaServiceClient {
|
|
2077
2188
|
* @returns {string} A string representing the serving_config.
|
2078
2189
|
*/
|
2079
2190
|
matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
2080
|
-
/**
|
2081
|
-
* Return a fully-qualified projectLocationDataStoreSession resource name string.
|
2082
|
-
*
|
2083
|
-
* @param {string} project
|
2084
|
-
* @param {string} location
|
2085
|
-
* @param {string} data_store
|
2086
|
-
* @param {string} session
|
2087
|
-
* @returns {string} Resource name string.
|
2088
|
-
*/
|
2089
|
-
projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
|
2090
|
-
/**
|
2091
|
-
* Parse the project from ProjectLocationDataStoreSession resource.
|
2092
|
-
*
|
2093
|
-
* @param {string} projectLocationDataStoreSessionName
|
2094
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
2095
|
-
* @returns {string} A string representing the project.
|
2096
|
-
*/
|
2097
|
-
matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
2098
|
-
/**
|
2099
|
-
* Parse the location from ProjectLocationDataStoreSession resource.
|
2100
|
-
*
|
2101
|
-
* @param {string} projectLocationDataStoreSessionName
|
2102
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
2103
|
-
* @returns {string} A string representing the location.
|
2104
|
-
*/
|
2105
|
-
matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
2106
|
-
/**
|
2107
|
-
* Parse the data_store from ProjectLocationDataStoreSession resource.
|
2108
|
-
*
|
2109
|
-
* @param {string} projectLocationDataStoreSessionName
|
2110
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
2111
|
-
* @returns {string} A string representing the data_store.
|
2112
|
-
*/
|
2113
|
-
matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
2114
|
-
/**
|
2115
|
-
* Parse the session from ProjectLocationDataStoreSession resource.
|
2116
|
-
*
|
2117
|
-
* @param {string} projectLocationDataStoreSessionName
|
2118
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
2119
|
-
* @returns {string} A string representing the session.
|
2120
|
-
*/
|
2121
|
-
matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
2122
2191
|
/**
|
2123
2192
|
* Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
|
2124
2193
|
*
|
@@ -2170,6 +2239,48 @@ export declare class SchemaServiceClient {
|
|
2170
2239
|
* @returns {string} A string representing the answer.
|
2171
2240
|
*/
|
2172
2241
|
matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
2242
|
+
/**
|
2243
|
+
* Return a fully-qualified projectLocationDataStoreSessions resource name string.
|
2244
|
+
*
|
2245
|
+
* @param {string} project
|
2246
|
+
* @param {string} location
|
2247
|
+
* @param {string} data_store
|
2248
|
+
* @param {string} session
|
2249
|
+
* @returns {string} Resource name string.
|
2250
|
+
*/
|
2251
|
+
projectLocationDataStoreSessionsPath(project: string, location: string, dataStore: string, session: string): string;
|
2252
|
+
/**
|
2253
|
+
* Parse the project from ProjectLocationDataStoreSessions resource.
|
2254
|
+
*
|
2255
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2256
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2257
|
+
* @returns {string} A string representing the project.
|
2258
|
+
*/
|
2259
|
+
matchProjectFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2260
|
+
/**
|
2261
|
+
* Parse the location from ProjectLocationDataStoreSessions resource.
|
2262
|
+
*
|
2263
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2264
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2265
|
+
* @returns {string} A string representing the location.
|
2266
|
+
*/
|
2267
|
+
matchLocationFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2268
|
+
/**
|
2269
|
+
* Parse the data_store from ProjectLocationDataStoreSessions resource.
|
2270
|
+
*
|
2271
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2272
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2273
|
+
* @returns {string} A string representing the data_store.
|
2274
|
+
*/
|
2275
|
+
matchDataStoreFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2276
|
+
/**
|
2277
|
+
* Parse the session from ProjectLocationDataStoreSessions resource.
|
2278
|
+
*
|
2279
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2280
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2281
|
+
* @returns {string} A string representing the session.
|
2282
|
+
*/
|
2283
|
+
matchSessionFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2173
2284
|
/**
|
2174
2285
|
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
2175
2286
|
*
|