@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",
|
@@ -314,22 +314,16 @@ export declare class SearchServiceClient {
|
|
314
314
|
* between /search API calls and /answer API calls.
|
315
315
|
*
|
316
316
|
* Example #1 (multi-turn /search API calls):
|
317
|
-
*
|
318
|
-
*
|
319
|
-
*
|
320
|
-
*
|
321
|
-
*
|
322
|
-
* be interpreted as "How did Alphabet do in 2023?".
|
317
|
+
* Call /search API with the session ID generated in the first call.
|
318
|
+
* Here, the previous search query gets considered in query
|
319
|
+
* standing. I.e., if the first query is "How did Alphabet do in 2022?"
|
320
|
+
* and the current query is "How about 2023?", the current query will
|
321
|
+
* be interpreted as "How did Alphabet do in 2023?".
|
323
322
|
*
|
324
323
|
* Example #2 (coordination between /search API calls and /answer API calls):
|
325
|
-
*
|
326
|
-
*
|
327
|
-
*
|
328
|
-
* results from the first search call.
|
329
|
-
*
|
330
|
-
* Auto-session mode: when `projects/.../sessions/-` is used, a new session
|
331
|
-
* gets automatically created. Otherwise, users can use the create-session API
|
332
|
-
* to create a session manually.
|
324
|
+
* Call /answer API with the session ID generated in the first call.
|
325
|
+
* Here, the answer generation happens in the context of the search
|
326
|
+
* results from the first search call.
|
333
327
|
*
|
334
328
|
* Multi-turn Search feature is currently at private GA stage. Please use
|
335
329
|
* v1alpha or v1beta version instead before we launch this feature to public
|
@@ -564,22 +558,16 @@ export declare class SearchServiceClient {
|
|
564
558
|
* between /search API calls and /answer API calls.
|
565
559
|
*
|
566
560
|
* Example #1 (multi-turn /search API calls):
|
567
|
-
*
|
568
|
-
*
|
569
|
-
*
|
570
|
-
*
|
571
|
-
*
|
572
|
-
* be interpreted as "How did Alphabet do in 2023?".
|
561
|
+
* Call /search API with the session ID generated in the first call.
|
562
|
+
* Here, the previous search query gets considered in query
|
563
|
+
* standing. I.e., if the first query is "How did Alphabet do in 2022?"
|
564
|
+
* and the current query is "How about 2023?", the current query will
|
565
|
+
* be interpreted as "How did Alphabet do in 2023?".
|
573
566
|
*
|
574
567
|
* Example #2 (coordination between /search API calls and /answer API calls):
|
575
|
-
*
|
576
|
-
*
|
577
|
-
*
|
578
|
-
* results from the first search call.
|
579
|
-
*
|
580
|
-
* Auto-session mode: when `projects/.../sessions/-` is used, a new session
|
581
|
-
* gets automatically created. Otherwise, users can use the create-session API
|
582
|
-
* to create a session manually.
|
568
|
+
* Call /answer API with the session ID generated in the first call.
|
569
|
+
* Here, the answer generation happens in the context of the search
|
570
|
+
* results from the first search call.
|
583
571
|
*
|
584
572
|
* Multi-turn Search feature is currently at private GA stage. Please use
|
585
573
|
* v1alpha or v1beta version instead before we launch this feature to public
|
@@ -809,22 +797,16 @@ export declare class SearchServiceClient {
|
|
809
797
|
* between /search API calls and /answer API calls.
|
810
798
|
*
|
811
799
|
* Example #1 (multi-turn /search API calls):
|
812
|
-
*
|
813
|
-
*
|
814
|
-
*
|
815
|
-
*
|
816
|
-
*
|
817
|
-
* be interpreted as "How did Alphabet do in 2023?".
|
800
|
+
* Call /search API with the session ID generated in the first call.
|
801
|
+
* Here, the previous search query gets considered in query
|
802
|
+
* standing. I.e., if the first query is "How did Alphabet do in 2022?"
|
803
|
+
* and the current query is "How about 2023?", the current query will
|
804
|
+
* be interpreted as "How did Alphabet do in 2023?".
|
818
805
|
*
|
819
806
|
* Example #2 (coordination between /search API calls and /answer API calls):
|
820
|
-
*
|
821
|
-
*
|
822
|
-
*
|
823
|
-
* results from the first search call.
|
824
|
-
*
|
825
|
-
* Auto-session mode: when `projects/.../sessions/-` is used, a new session
|
826
|
-
* gets automatically created. Otherwise, users can use the create-session API
|
827
|
-
* to create a session manually.
|
807
|
+
* Call /answer API with the session ID generated in the first call.
|
808
|
+
* Here, the answer generation happens in the context of the search
|
809
|
+
* results from the first search call.
|
828
810
|
*
|
829
811
|
* Multi-turn Search feature is currently at private GA stage. Please use
|
830
812
|
* v1alpha or v1beta version instead before we launch this feature to public
|
@@ -1066,22 +1048,16 @@ export declare class SearchServiceClient {
|
|
1066
1048
|
* between /search API calls and /answer API calls.
|
1067
1049
|
*
|
1068
1050
|
* Example #1 (multi-turn /search API calls):
|
1069
|
-
*
|
1070
|
-
*
|
1071
|
-
*
|
1072
|
-
*
|
1073
|
-
*
|
1074
|
-
* be interpreted as "How did Alphabet do in 2023?".
|
1051
|
+
* Call /search API with the session ID generated in the first call.
|
1052
|
+
* Here, the previous search query gets considered in query
|
1053
|
+
* standing. I.e., if the first query is "How did Alphabet do in 2022?"
|
1054
|
+
* and the current query is "How about 2023?", the current query will
|
1055
|
+
* be interpreted as "How did Alphabet do in 2023?".
|
1075
1056
|
*
|
1076
1057
|
* Example #2 (coordination between /search API calls and /answer API calls):
|
1077
|
-
*
|
1078
|
-
*
|
1079
|
-
*
|
1080
|
-
* results from the first search call.
|
1081
|
-
*
|
1082
|
-
* Auto-session mode: when `projects/.../sessions/-` is used, a new session
|
1083
|
-
* gets automatically created. Otherwise, users can use the create-session API
|
1084
|
-
* to create a session manually.
|
1058
|
+
* Call /answer API with the session ID generated in the first call.
|
1059
|
+
* Here, the answer generation happens in the context of the search
|
1060
|
+
* results from the first search call.
|
1085
1061
|
*
|
1086
1062
|
* Multi-turn Search feature is currently at private GA stage. Please use
|
1087
1063
|
* v1alpha or v1beta version instead before we launch this feature to public
|
@@ -1316,22 +1292,16 @@ export declare class SearchServiceClient {
|
|
1316
1292
|
* between /search API calls and /answer API calls.
|
1317
1293
|
*
|
1318
1294
|
* Example #1 (multi-turn /search API calls):
|
1319
|
-
*
|
1320
|
-
*
|
1321
|
-
*
|
1322
|
-
*
|
1323
|
-
*
|
1324
|
-
* be interpreted as "How did Alphabet do in 2023?".
|
1295
|
+
* Call /search API with the session ID generated in the first call.
|
1296
|
+
* Here, the previous search query gets considered in query
|
1297
|
+
* standing. I.e., if the first query is "How did Alphabet do in 2022?"
|
1298
|
+
* and the current query is "How about 2023?", the current query will
|
1299
|
+
* be interpreted as "How did Alphabet do in 2023?".
|
1325
1300
|
*
|
1326
1301
|
* Example #2 (coordination between /search API calls and /answer API calls):
|
1327
|
-
*
|
1328
|
-
*
|
1329
|
-
*
|
1330
|
-
* results from the first search call.
|
1331
|
-
*
|
1332
|
-
* Auto-session mode: when `projects/.../sessions/-` is used, a new session
|
1333
|
-
* gets automatically created. Otherwise, users can use the create-session API
|
1334
|
-
* to create a session manually.
|
1302
|
+
* Call /answer API with the session ID generated in the first call.
|
1303
|
+
* Here, the answer generation happens in the context of the search
|
1304
|
+
* results from the first search call.
|
1335
1305
|
*
|
1336
1306
|
* Multi-turn Search feature is currently at private GA stage. Please use
|
1337
1307
|
* v1alpha or v1beta version instead before we launch this feature to public
|
@@ -1561,22 +1531,16 @@ export declare class SearchServiceClient {
|
|
1561
1531
|
* between /search API calls and /answer API calls.
|
1562
1532
|
*
|
1563
1533
|
* Example #1 (multi-turn /search API calls):
|
1564
|
-
*
|
1565
|
-
*
|
1566
|
-
*
|
1567
|
-
*
|
1568
|
-
*
|
1569
|
-
* be interpreted as "How did Alphabet do in 2023?".
|
1534
|
+
* Call /search API with the session ID generated in the first call.
|
1535
|
+
* Here, the previous search query gets considered in query
|
1536
|
+
* standing. I.e., if the first query is "How did Alphabet do in 2022?"
|
1537
|
+
* and the current query is "How about 2023?", the current query will
|
1538
|
+
* be interpreted as "How did Alphabet do in 2023?".
|
1570
1539
|
*
|
1571
1540
|
* Example #2 (coordination between /search API calls and /answer API calls):
|
1572
|
-
*
|
1573
|
-
*
|
1574
|
-
*
|
1575
|
-
* results from the first search call.
|
1576
|
-
*
|
1577
|
-
* Auto-session mode: when `projects/.../sessions/-` is used, a new session
|
1578
|
-
* gets automatically created. Otherwise, users can use the create-session API
|
1579
|
-
* to create a session manually.
|
1541
|
+
* Call /answer API with the session ID generated in the first call.
|
1542
|
+
* Here, the answer generation happens in the context of the search
|
1543
|
+
* results from the first search call.
|
1580
1544
|
*
|
1581
1545
|
* Multi-turn Search feature is currently at private GA stage. Please use
|
1582
1546
|
* v1alpha or v1beta version instead before we launch this feature to public
|
@@ -1659,6 +1623,117 @@ export declare class SearchServiceClient {
|
|
1659
1623
|
* ```
|
1660
1624
|
*/
|
1661
1625
|
listLocationsAsync(request: LocationProtos.google.cloud.location.IListLocationsRequest, options?: CallOptions): AsyncIterable<LocationProtos.google.cloud.location.ILocation>;
|
1626
|
+
/**
|
1627
|
+
* Return a fully-qualified assistAnswer resource name string.
|
1628
|
+
*
|
1629
|
+
* @param {string} project
|
1630
|
+
* @param {string} location
|
1631
|
+
* @param {string} collection
|
1632
|
+
* @param {string} engine
|
1633
|
+
* @param {string} session
|
1634
|
+
* @param {string} assist_answer
|
1635
|
+
* @returns {string} Resource name string.
|
1636
|
+
*/
|
1637
|
+
assistAnswerPath(project: string, location: string, collection: string, engine: string, session: string, assistAnswer: string): string;
|
1638
|
+
/**
|
1639
|
+
* Parse the project from AssistAnswer resource.
|
1640
|
+
*
|
1641
|
+
* @param {string} assistAnswerName
|
1642
|
+
* A fully-qualified path representing AssistAnswer resource.
|
1643
|
+
* @returns {string} A string representing the project.
|
1644
|
+
*/
|
1645
|
+
matchProjectFromAssistAnswerName(assistAnswerName: string): string | number;
|
1646
|
+
/**
|
1647
|
+
* Parse the location from AssistAnswer resource.
|
1648
|
+
*
|
1649
|
+
* @param {string} assistAnswerName
|
1650
|
+
* A fully-qualified path representing AssistAnswer resource.
|
1651
|
+
* @returns {string} A string representing the location.
|
1652
|
+
*/
|
1653
|
+
matchLocationFromAssistAnswerName(assistAnswerName: string): string | number;
|
1654
|
+
/**
|
1655
|
+
* Parse the collection from AssistAnswer resource.
|
1656
|
+
*
|
1657
|
+
* @param {string} assistAnswerName
|
1658
|
+
* A fully-qualified path representing AssistAnswer resource.
|
1659
|
+
* @returns {string} A string representing the collection.
|
1660
|
+
*/
|
1661
|
+
matchCollectionFromAssistAnswerName(assistAnswerName: string): string | number;
|
1662
|
+
/**
|
1663
|
+
* Parse the engine from AssistAnswer resource.
|
1664
|
+
*
|
1665
|
+
* @param {string} assistAnswerName
|
1666
|
+
* A fully-qualified path representing AssistAnswer resource.
|
1667
|
+
* @returns {string} A string representing the engine.
|
1668
|
+
*/
|
1669
|
+
matchEngineFromAssistAnswerName(assistAnswerName: string): string | number;
|
1670
|
+
/**
|
1671
|
+
* Parse the session from AssistAnswer resource.
|
1672
|
+
*
|
1673
|
+
* @param {string} assistAnswerName
|
1674
|
+
* A fully-qualified path representing AssistAnswer resource.
|
1675
|
+
* @returns {string} A string representing the session.
|
1676
|
+
*/
|
1677
|
+
matchSessionFromAssistAnswerName(assistAnswerName: string): string | number;
|
1678
|
+
/**
|
1679
|
+
* Parse the assist_answer from AssistAnswer resource.
|
1680
|
+
*
|
1681
|
+
* @param {string} assistAnswerName
|
1682
|
+
* A fully-qualified path representing AssistAnswer resource.
|
1683
|
+
* @returns {string} A string representing the assist_answer.
|
1684
|
+
*/
|
1685
|
+
matchAssistAnswerFromAssistAnswerName(assistAnswerName: string): string | number;
|
1686
|
+
/**
|
1687
|
+
* Return a fully-qualified assistant resource name string.
|
1688
|
+
*
|
1689
|
+
* @param {string} project
|
1690
|
+
* @param {string} location
|
1691
|
+
* @param {string} collection
|
1692
|
+
* @param {string} engine
|
1693
|
+
* @param {string} assistant
|
1694
|
+
* @returns {string} Resource name string.
|
1695
|
+
*/
|
1696
|
+
assistantPath(project: string, location: string, collection: string, engine: string, assistant: string): string;
|
1697
|
+
/**
|
1698
|
+
* Parse the project from Assistant resource.
|
1699
|
+
*
|
1700
|
+
* @param {string} assistantName
|
1701
|
+
* A fully-qualified path representing Assistant resource.
|
1702
|
+
* @returns {string} A string representing the project.
|
1703
|
+
*/
|
1704
|
+
matchProjectFromAssistantName(assistantName: string): string | number;
|
1705
|
+
/**
|
1706
|
+
* Parse the location from Assistant resource.
|
1707
|
+
*
|
1708
|
+
* @param {string} assistantName
|
1709
|
+
* A fully-qualified path representing Assistant resource.
|
1710
|
+
* @returns {string} A string representing the location.
|
1711
|
+
*/
|
1712
|
+
matchLocationFromAssistantName(assistantName: string): string | number;
|
1713
|
+
/**
|
1714
|
+
* Parse the collection from Assistant resource.
|
1715
|
+
*
|
1716
|
+
* @param {string} assistantName
|
1717
|
+
* A fully-qualified path representing Assistant resource.
|
1718
|
+
* @returns {string} A string representing the collection.
|
1719
|
+
*/
|
1720
|
+
matchCollectionFromAssistantName(assistantName: string): string | number;
|
1721
|
+
/**
|
1722
|
+
* Parse the engine from Assistant resource.
|
1723
|
+
*
|
1724
|
+
* @param {string} assistantName
|
1725
|
+
* A fully-qualified path representing Assistant resource.
|
1726
|
+
* @returns {string} A string representing the engine.
|
1727
|
+
*/
|
1728
|
+
matchEngineFromAssistantName(assistantName: string): string | number;
|
1729
|
+
/**
|
1730
|
+
* Parse the assistant from Assistant resource.
|
1731
|
+
*
|
1732
|
+
* @param {string} assistantName
|
1733
|
+
* A fully-qualified path representing Assistant resource.
|
1734
|
+
* @returns {string} A string representing the assistant.
|
1735
|
+
*/
|
1736
|
+
matchAssistantFromAssistantName(assistantName: string): string | number;
|
1662
1737
|
/**
|
1663
1738
|
* Return a fully-qualified engine resource name string.
|
1664
1739
|
*
|
@@ -2325,57 +2400,6 @@ export declare class SearchServiceClient {
|
|
2325
2400
|
* @returns {string} A string representing the serving_config.
|
2326
2401
|
*/
|
2327
2402
|
matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
2328
|
-
/**
|
2329
|
-
* Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
|
2330
|
-
*
|
2331
|
-
* @param {string} project
|
2332
|
-
* @param {string} location
|
2333
|
-
* @param {string} collection
|
2334
|
-
* @param {string} data_store
|
2335
|
-
* @param {string} session
|
2336
|
-
* @returns {string} Resource name string.
|
2337
|
-
*/
|
2338
|
-
projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
2339
|
-
/**
|
2340
|
-
* Parse the project from ProjectLocationCollectionDataStoreSession resource.
|
2341
|
-
*
|
2342
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
2343
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
2344
|
-
* @returns {string} A string representing the project.
|
2345
|
-
*/
|
2346
|
-
matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
2347
|
-
/**
|
2348
|
-
* Parse the location from ProjectLocationCollectionDataStoreSession resource.
|
2349
|
-
*
|
2350
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
2351
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
2352
|
-
* @returns {string} A string representing the location.
|
2353
|
-
*/
|
2354
|
-
matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
2355
|
-
/**
|
2356
|
-
* Parse the collection from ProjectLocationCollectionDataStoreSession resource.
|
2357
|
-
*
|
2358
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
2359
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
2360
|
-
* @returns {string} A string representing the collection.
|
2361
|
-
*/
|
2362
|
-
matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
2363
|
-
/**
|
2364
|
-
* Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
|
2365
|
-
*
|
2366
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
2367
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
2368
|
-
* @returns {string} A string representing the data_store.
|
2369
|
-
*/
|
2370
|
-
matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
2371
|
-
/**
|
2372
|
-
* Parse the session from ProjectLocationCollectionDataStoreSession resource.
|
2373
|
-
*
|
2374
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
2375
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
2376
|
-
* @returns {string} A string representing the session.
|
2377
|
-
*/
|
2378
|
-
matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
2379
2403
|
/**
|
2380
2404
|
* Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
|
2381
2405
|
*
|
@@ -2436,6 +2460,57 @@ export declare class SearchServiceClient {
|
|
2436
2460
|
* @returns {string} A string representing the answer.
|
2437
2461
|
*/
|
2438
2462
|
matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
2463
|
+
/**
|
2464
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessions resource name string.
|
2465
|
+
*
|
2466
|
+
* @param {string} project
|
2467
|
+
* @param {string} location
|
2468
|
+
* @param {string} collection
|
2469
|
+
* @param {string} data_store
|
2470
|
+
* @param {string} session
|
2471
|
+
* @returns {string} Resource name string.
|
2472
|
+
*/
|
2473
|
+
projectLocationCollectionDataStoreSessionsPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
2474
|
+
/**
|
2475
|
+
* Parse the project from ProjectLocationCollectionDataStoreSessions resource.
|
2476
|
+
*
|
2477
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
2478
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
2479
|
+
* @returns {string} A string representing the project.
|
2480
|
+
*/
|
2481
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
2482
|
+
/**
|
2483
|
+
* Parse the location from ProjectLocationCollectionDataStoreSessions resource.
|
2484
|
+
*
|
2485
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
2486
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
2487
|
+
* @returns {string} A string representing the location.
|
2488
|
+
*/
|
2489
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
2490
|
+
/**
|
2491
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessions resource.
|
2492
|
+
*
|
2493
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
2494
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
2495
|
+
* @returns {string} A string representing the collection.
|
2496
|
+
*/
|
2497
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
2498
|
+
/**
|
2499
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessions resource.
|
2500
|
+
*
|
2501
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
2502
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
2503
|
+
* @returns {string} A string representing the data_store.
|
2504
|
+
*/
|
2505
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
2506
|
+
/**
|
2507
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessions resource.
|
2508
|
+
*
|
2509
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
2510
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
2511
|
+
* @returns {string} A string representing the session.
|
2512
|
+
*/
|
2513
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
2439
2514
|
/**
|
2440
2515
|
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
2441
2516
|
*
|
@@ -2733,57 +2808,6 @@ export declare class SearchServiceClient {
|
|
2733
2808
|
* @returns {string} A string representing the serving_config.
|
2734
2809
|
*/
|
2735
2810
|
matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
2736
|
-
/**
|
2737
|
-
* Return a fully-qualified projectLocationCollectionEngineSession resource name string.
|
2738
|
-
*
|
2739
|
-
* @param {string} project
|
2740
|
-
* @param {string} location
|
2741
|
-
* @param {string} collection
|
2742
|
-
* @param {string} engine
|
2743
|
-
* @param {string} session
|
2744
|
-
* @returns {string} Resource name string.
|
2745
|
-
*/
|
2746
|
-
projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
2747
|
-
/**
|
2748
|
-
* Parse the project from ProjectLocationCollectionEngineSession resource.
|
2749
|
-
*
|
2750
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
2751
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
2752
|
-
* @returns {string} A string representing the project.
|
2753
|
-
*/
|
2754
|
-
matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
2755
|
-
/**
|
2756
|
-
* Parse the location from ProjectLocationCollectionEngineSession resource.
|
2757
|
-
*
|
2758
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
2759
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
2760
|
-
* @returns {string} A string representing the location.
|
2761
|
-
*/
|
2762
|
-
matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
2763
|
-
/**
|
2764
|
-
* Parse the collection from ProjectLocationCollectionEngineSession resource.
|
2765
|
-
*
|
2766
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
2767
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
2768
|
-
* @returns {string} A string representing the collection.
|
2769
|
-
*/
|
2770
|
-
matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
2771
|
-
/**
|
2772
|
-
* Parse the engine from ProjectLocationCollectionEngineSession resource.
|
2773
|
-
*
|
2774
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
2775
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
2776
|
-
* @returns {string} A string representing the engine.
|
2777
|
-
*/
|
2778
|
-
matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
2779
|
-
/**
|
2780
|
-
* Parse the session from ProjectLocationCollectionEngineSession resource.
|
2781
|
-
*
|
2782
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
2783
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
2784
|
-
* @returns {string} A string representing the session.
|
2785
|
-
*/
|
2786
|
-
matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
2787
2811
|
/**
|
2788
2812
|
* Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
|
2789
2813
|
*
|
@@ -2844,6 +2868,57 @@ export declare class SearchServiceClient {
|
|
2844
2868
|
* @returns {string} A string representing the answer.
|
2845
2869
|
*/
|
2846
2870
|
matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
2871
|
+
/**
|
2872
|
+
* Return a fully-qualified projectLocationCollectionEngineSessions resource name string.
|
2873
|
+
*
|
2874
|
+
* @param {string} project
|
2875
|
+
* @param {string} location
|
2876
|
+
* @param {string} collection
|
2877
|
+
* @param {string} engine
|
2878
|
+
* @param {string} session
|
2879
|
+
* @returns {string} Resource name string.
|
2880
|
+
*/
|
2881
|
+
projectLocationCollectionEngineSessionsPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
2882
|
+
/**
|
2883
|
+
* Parse the project from ProjectLocationCollectionEngineSessions resource.
|
2884
|
+
*
|
2885
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
2886
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
2887
|
+
* @returns {string} A string representing the project.
|
2888
|
+
*/
|
2889
|
+
matchProjectFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
2890
|
+
/**
|
2891
|
+
* Parse the location from ProjectLocationCollectionEngineSessions resource.
|
2892
|
+
*
|
2893
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
2894
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
2895
|
+
* @returns {string} A string representing the location.
|
2896
|
+
*/
|
2897
|
+
matchLocationFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
2898
|
+
/**
|
2899
|
+
* Parse the collection from ProjectLocationCollectionEngineSessions resource.
|
2900
|
+
*
|
2901
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
2902
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
2903
|
+
* @returns {string} A string representing the collection.
|
2904
|
+
*/
|
2905
|
+
matchCollectionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
2906
|
+
/**
|
2907
|
+
* Parse the engine from ProjectLocationCollectionEngineSessions resource.
|
2908
|
+
*
|
2909
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
2910
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
2911
|
+
* @returns {string} A string representing the engine.
|
2912
|
+
*/
|
2913
|
+
matchEngineFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
2914
|
+
/**
|
2915
|
+
* Parse the session from ProjectLocationCollectionEngineSessions resource.
|
2916
|
+
*
|
2917
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
2918
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
2919
|
+
* @returns {string} A string representing the session.
|
2920
|
+
*/
|
2921
|
+
matchSessionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
2847
2922
|
/**
|
2848
2923
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
2849
2924
|
*
|
@@ -3273,48 +3348,6 @@ export declare class SearchServiceClient {
|
|
3273
3348
|
* @returns {string} A string representing the serving_config.
|
3274
3349
|
*/
|
3275
3350
|
matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
3276
|
-
/**
|
3277
|
-
* Return a fully-qualified projectLocationDataStoreSession resource name string.
|
3278
|
-
*
|
3279
|
-
* @param {string} project
|
3280
|
-
* @param {string} location
|
3281
|
-
* @param {string} data_store
|
3282
|
-
* @param {string} session
|
3283
|
-
* @returns {string} Resource name string.
|
3284
|
-
*/
|
3285
|
-
projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
|
3286
|
-
/**
|
3287
|
-
* Parse the project from ProjectLocationDataStoreSession resource.
|
3288
|
-
*
|
3289
|
-
* @param {string} projectLocationDataStoreSessionName
|
3290
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
3291
|
-
* @returns {string} A string representing the project.
|
3292
|
-
*/
|
3293
|
-
matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
3294
|
-
/**
|
3295
|
-
* Parse the location from ProjectLocationDataStoreSession resource.
|
3296
|
-
*
|
3297
|
-
* @param {string} projectLocationDataStoreSessionName
|
3298
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
3299
|
-
* @returns {string} A string representing the location.
|
3300
|
-
*/
|
3301
|
-
matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
3302
|
-
/**
|
3303
|
-
* Parse the data_store from ProjectLocationDataStoreSession resource.
|
3304
|
-
*
|
3305
|
-
* @param {string} projectLocationDataStoreSessionName
|
3306
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
3307
|
-
* @returns {string} A string representing the data_store.
|
3308
|
-
*/
|
3309
|
-
matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
3310
|
-
/**
|
3311
|
-
* Parse the session from ProjectLocationDataStoreSession resource.
|
3312
|
-
*
|
3313
|
-
* @param {string} projectLocationDataStoreSessionName
|
3314
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
3315
|
-
* @returns {string} A string representing the session.
|
3316
|
-
*/
|
3317
|
-
matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
3318
3351
|
/**
|
3319
3352
|
* Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
|
3320
3353
|
*
|
@@ -3366,6 +3399,48 @@ export declare class SearchServiceClient {
|
|
3366
3399
|
* @returns {string} A string representing the answer.
|
3367
3400
|
*/
|
3368
3401
|
matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
3402
|
+
/**
|
3403
|
+
* Return a fully-qualified projectLocationDataStoreSessions resource name string.
|
3404
|
+
*
|
3405
|
+
* @param {string} project
|
3406
|
+
* @param {string} location
|
3407
|
+
* @param {string} data_store
|
3408
|
+
* @param {string} session
|
3409
|
+
* @returns {string} Resource name string.
|
3410
|
+
*/
|
3411
|
+
projectLocationDataStoreSessionsPath(project: string, location: string, dataStore: string, session: string): string;
|
3412
|
+
/**
|
3413
|
+
* Parse the project from ProjectLocationDataStoreSessions resource.
|
3414
|
+
*
|
3415
|
+
* @param {string} projectLocationDataStoreSessionsName
|
3416
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
3417
|
+
* @returns {string} A string representing the project.
|
3418
|
+
*/
|
3419
|
+
matchProjectFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
3420
|
+
/**
|
3421
|
+
* Parse the location from ProjectLocationDataStoreSessions resource.
|
3422
|
+
*
|
3423
|
+
* @param {string} projectLocationDataStoreSessionsName
|
3424
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
3425
|
+
* @returns {string} A string representing the location.
|
3426
|
+
*/
|
3427
|
+
matchLocationFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
3428
|
+
/**
|
3429
|
+
* Parse the data_store from ProjectLocationDataStoreSessions resource.
|
3430
|
+
*
|
3431
|
+
* @param {string} projectLocationDataStoreSessionsName
|
3432
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
3433
|
+
* @returns {string} A string representing the data_store.
|
3434
|
+
*/
|
3435
|
+
matchDataStoreFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
3436
|
+
/**
|
3437
|
+
* Parse the session from ProjectLocationDataStoreSessions resource.
|
3438
|
+
*
|
3439
|
+
* @param {string} projectLocationDataStoreSessionsName
|
3440
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
3441
|
+
* @returns {string} A string representing the session.
|
3442
|
+
*/
|
3443
|
+
matchSessionFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
3369
3444
|
/**
|
3370
3445
|
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
3371
3446
|
*
|