@google-cloud/discoveryengine 2.2.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 +30 -0
- package/build/protos/google/cloud/discoveryengine/v1/answer.proto +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/chunk.proto +52 -0
- package/build/protos/google/cloud/discoveryengine/v1/cmek_config_service.proto +300 -0
- package/build/protos/google/cloud/discoveryengine/v1/common.proto +67 -0
- package/build/protos/google/cloud/discoveryengine/v1/control.proto +1 -3
- package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +18 -3
- package/build/protos/google/cloud/discoveryengine/v1/data_store.proto +54 -2
- package/build/protos/google/cloud/discoveryengine/v1/data_store_service.proto +14 -0
- package/build/protos/google/cloud/discoveryengine/v1/document.proto +95 -4
- package/build/protos/google/cloud/discoveryengine/v1/document_processing_config.proto +28 -1
- package/build/protos/google/cloud/discoveryengine/v1/engine.proto +131 -6
- package/build/protos/google/cloud/discoveryengine/v1/grounded_generation_service.proto +8 -0
- package/build/protos/google/cloud/discoveryengine/v1/grounding.proto +9 -0
- package/build/protos/google/cloud/discoveryengine/v1/identity_mapping_store.proto +84 -0
- package/build/protos/google/cloud/discoveryengine/v1/identity_mapping_store_service.proto +375 -0
- package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +14 -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/v1/site_search_engine.proto +6 -0
- package/build/protos/google/cloud/discoveryengine/v1/user_license.proto +98 -0
- package/build/protos/google/cloud/discoveryengine/v1/user_license_service.proto +191 -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 +21218 -11675
- package/build/protos/protos.js +92642 -66407
- package/build/protos/protos.json +5854 -2801
- package/build/src/index.d.ts +16 -1
- package/build/src/index.js +12 -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 +2398 -0
- package/build/src/v1/cmek_config_service_client.js +3426 -0
- package/build/src/v1/cmek_config_service_client_config.json +42 -0
- package/build/src/v1/cmek_config_service_proto_list.json +48 -0
- package/build/src/v1/completion_service_client.d.ts +345 -144
- package/build/src/v1/completion_service_client.js +482 -198
- package/build/src/v1/completion_service_proto_list.json +10 -1
- package/build/src/v1/control_service_client.d.ts +345 -144
- package/build/src/v1/control_service_client.js +498 -196
- package/build/src/v1/control_service_proto_list.json +10 -1
- package/build/src/v1/conversational_search_service_client.d.ts +392 -155
- package/build/src/v1/conversational_search_service_client.js +572 -204
- package/build/src/v1/conversational_search_service_proto_list.json +10 -1
- package/build/src/v1/data_store_service_client.d.ts +351 -144
- package/build/src/v1/data_store_service_client.js +488 -198
- package/build/src/v1/data_store_service_proto_list.json +10 -1
- package/build/src/v1/document_service_client.d.ts +345 -144
- package/build/src/v1/document_service_client.js +506 -198
- package/build/src/v1/document_service_proto_list.json +10 -1
- package/build/src/v1/engine_service_client.d.ts +345 -144
- package/build/src/v1/engine_service_client.js +488 -198
- package/build/src/v1/engine_service_proto_list.json +10 -1
- package/build/src/v1/gapic_metadata.json +270 -0
- package/build/src/v1/grounded_generation_service_client.d.ts +345 -144
- package/build/src/v1/grounded_generation_service_client.js +486 -196
- package/build/src/v1/grounded_generation_service_proto_list.json +10 -1
- package/build/src/v1/identity_mapping_store_service_client.d.ts +2581 -0
- package/build/src/v1/identity_mapping_store_service_client.js +3601 -0
- package/build/src/v1/identity_mapping_store_service_client_config.json +54 -0
- package/build/src/v1/identity_mapping_store_service_proto_list.json +48 -0
- package/build/src/v1/index.d.ts +5 -0
- package/build/src/v1/index.js +11 -1
- package/build/src/v1/project_service_client.d.ts +345 -144
- package/build/src/v1/project_service_client.js +476 -198
- package/build/src/v1/project_service_proto_list.json +10 -1
- package/build/src/v1/rank_service_client.d.ts +345 -144
- package/build/src/v1/rank_service_client.js +480 -196
- package/build/src/v1/rank_service_proto_list.json +10 -1
- package/build/src/v1/recommendation_service_client.d.ts +345 -144
- package/build/src/v1/recommendation_service_client.js +480 -196
- package/build/src/v1/recommendation_service_proto_list.json +10 -1
- package/build/src/v1/schema_service_client.d.ts +345 -144
- package/build/src/v1/schema_service_client.js +482 -198
- package/build/src/v1/schema_service_proto_list.json +10 -1
- package/build/src/v1/search_service_client.d.ts +393 -228
- package/build/src/v1/search_service_client.js +506 -252
- package/build/src/v1/search_service_proto_list.json +10 -1
- package/build/src/v1/search_tuning_service_client.d.ts +345 -144
- package/build/src/v1/search_tuning_service_client.js +482 -198
- package/build/src/v1/search_tuning_service_proto_list.json +10 -1
- package/build/src/v1/serving_config_service_client.d.ts +345 -144
- package/build/src/v1/serving_config_service_client.js +480 -196
- package/build/src/v1/serving_config_service_proto_list.json +10 -1
- 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 +345 -144
- package/build/src/v1/site_search_engine_service_client.js +494 -198
- package/build/src/v1/site_search_engine_service_proto_list.json +10 -1
- package/build/src/v1/user_event_service_client.d.ts +345 -144
- package/build/src/v1/user_event_service_client.js +488 -198
- package/build/src/v1/user_event_service_proto_list.json +10 -1
- package/build/src/v1/user_license_service_client.d.ts +2367 -0
- package/build/src/v1/user_license_service_client.js +3346 -0
- package/build/src/v1/user_license_service_client_config.json +34 -0
- package/build/src/v1/user_license_service_proto_list.json +48 -0
- package/build/src/v1alpha/acl_config_service_client.d.ts +144 -144
- package/build/src/v1alpha/acl_config_service_client.js +208 -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 +202 -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 +203 -197
- 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 +220 -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 +310 -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 +221 -197
- 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 +233 -197
- 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 +221 -197
- 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 +197 -197
- 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 +203 -197
- 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 +202 -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 +209 -197
- 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 +202 -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 +202 -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 +221 -197
- 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 +220 -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 +203 -197
- 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 +203 -197
- 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 +208 -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 +215 -197
- 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 +209 -197
- 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 +209 -197
- 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 +220 -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 +308 -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 +209 -197
- 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 +227 -197
- 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 +221 -197
- 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 +203 -197
- 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 +208 -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 +197 -197
- 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 +202 -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 +202 -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 +221 -197
- 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 +220 -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 +203 -197
- 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 +203 -197
- 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 +208 -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 +215 -197
- 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 +209 -197
- package/build/src/v1beta/user_event_service_proto_list.json +1 -0
- package/package.json +7 -7
- package/CHANGELOG.md +0 -274
@@ -1,6 +1,10 @@
|
|
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",
|
7
|
+
"../../protos/google/cloud/discoveryengine/v1/cmek_config_service.proto",
|
4
8
|
"../../protos/google/cloud/discoveryengine/v1/common.proto",
|
5
9
|
"../../protos/google/cloud/discoveryengine/v1/completion.proto",
|
6
10
|
"../../protos/google/cloud/discoveryengine/v1/completion_service.proto",
|
@@ -18,6 +22,8 @@
|
|
18
22
|
"../../protos/google/cloud/discoveryengine/v1/engine_service.proto",
|
19
23
|
"../../protos/google/cloud/discoveryengine/v1/grounded_generation_service.proto",
|
20
24
|
"../../protos/google/cloud/discoveryengine/v1/grounding.proto",
|
25
|
+
"../../protos/google/cloud/discoveryengine/v1/identity_mapping_store.proto",
|
26
|
+
"../../protos/google/cloud/discoveryengine/v1/identity_mapping_store_service.proto",
|
21
27
|
"../../protos/google/cloud/discoveryengine/v1/import_config.proto",
|
22
28
|
"../../protos/google/cloud/discoveryengine/v1/project.proto",
|
23
29
|
"../../protos/google/cloud/discoveryengine/v1/project_service.proto",
|
@@ -32,8 +38,11 @@
|
|
32
38
|
"../../protos/google/cloud/discoveryengine/v1/serving_config.proto",
|
33
39
|
"../../protos/google/cloud/discoveryengine/v1/serving_config_service.proto",
|
34
40
|
"../../protos/google/cloud/discoveryengine/v1/session.proto",
|
41
|
+
"../../protos/google/cloud/discoveryengine/v1/session_service.proto",
|
35
42
|
"../../protos/google/cloud/discoveryengine/v1/site_search_engine.proto",
|
36
43
|
"../../protos/google/cloud/discoveryengine/v1/site_search_engine_service.proto",
|
37
44
|
"../../protos/google/cloud/discoveryengine/v1/user_event.proto",
|
38
|
-
"../../protos/google/cloud/discoveryengine/v1/user_event_service.proto"
|
45
|
+
"../../protos/google/cloud/discoveryengine/v1/user_event_service.proto",
|
46
|
+
"../../protos/google/cloud/discoveryengine/v1/user_license.proto",
|
47
|
+
"../../protos/google/cloud/discoveryengine/v1/user_license_service.proto"
|
39
48
|
]
|
@@ -793,11 +793,23 @@ export declare class ConversationalSearchServiceClient {
|
|
793
793
|
* A page token, received from a previous `ListSessions` call.
|
794
794
|
* Provide this to retrieve the subsequent page.
|
795
795
|
* @param {string} request.filter
|
796
|
-
* A
|
797
|
-
*
|
796
|
+
* A comma-separated list of fields to filter by, in EBNF grammar.
|
797
|
+
* The supported fields are:
|
798
|
+
* * `user_pseudo_id`
|
799
|
+
* * `state`
|
800
|
+
* * `display_name`
|
801
|
+
* * `starred`
|
802
|
+
* * `is_pinned`
|
803
|
+
* * `labels`
|
804
|
+
* * `create_time`
|
805
|
+
* * `update_time`
|
798
806
|
*
|
799
|
-
*
|
807
|
+
* Examples:
|
800
808
|
* "user_pseudo_id = some_id"
|
809
|
+
* "display_name = \"some_name\""
|
810
|
+
* "starred = true"
|
811
|
+
* "is_pinned=true AND (NOT labels:hidden)"
|
812
|
+
* "create_time > \"1970-01-01T12:00:00Z\""
|
801
813
|
* @param {string} request.orderBy
|
802
814
|
* A comma-separated list of fields to order by, sorted in ascending order.
|
803
815
|
* Use "desc" after a field name for descending.
|
@@ -847,11 +859,23 @@ export declare class ConversationalSearchServiceClient {
|
|
847
859
|
* A page token, received from a previous `ListSessions` call.
|
848
860
|
* Provide this to retrieve the subsequent page.
|
849
861
|
* @param {string} request.filter
|
850
|
-
* A
|
851
|
-
*
|
852
|
-
*
|
853
|
-
*
|
862
|
+
* A comma-separated list of fields to filter by, in EBNF grammar.
|
863
|
+
* The supported fields are:
|
864
|
+
* * `user_pseudo_id`
|
865
|
+
* * `state`
|
866
|
+
* * `display_name`
|
867
|
+
* * `starred`
|
868
|
+
* * `is_pinned`
|
869
|
+
* * `labels`
|
870
|
+
* * `create_time`
|
871
|
+
* * `update_time`
|
872
|
+
*
|
873
|
+
* Examples:
|
854
874
|
* "user_pseudo_id = some_id"
|
875
|
+
* "display_name = \"some_name\""
|
876
|
+
* "starred = true"
|
877
|
+
* "is_pinned=true AND (NOT labels:hidden)"
|
878
|
+
* "create_time > \"1970-01-01T12:00:00Z\""
|
855
879
|
* @param {string} request.orderBy
|
856
880
|
* A comma-separated list of fields to order by, sorted in ascending order.
|
857
881
|
* Use "desc" after a field name for descending.
|
@@ -896,11 +920,23 @@ export declare class ConversationalSearchServiceClient {
|
|
896
920
|
* A page token, received from a previous `ListSessions` call.
|
897
921
|
* Provide this to retrieve the subsequent page.
|
898
922
|
* @param {string} request.filter
|
899
|
-
* A
|
900
|
-
*
|
901
|
-
*
|
902
|
-
*
|
923
|
+
* A comma-separated list of fields to filter by, in EBNF grammar.
|
924
|
+
* The supported fields are:
|
925
|
+
* * `user_pseudo_id`
|
926
|
+
* * `state`
|
927
|
+
* * `display_name`
|
928
|
+
* * `starred`
|
929
|
+
* * `is_pinned`
|
930
|
+
* * `labels`
|
931
|
+
* * `create_time`
|
932
|
+
* * `update_time`
|
933
|
+
*
|
934
|
+
* Examples:
|
903
935
|
* "user_pseudo_id = some_id"
|
936
|
+
* "display_name = \"some_name\""
|
937
|
+
* "starred = true"
|
938
|
+
* "is_pinned=true AND (NOT labels:hidden)"
|
939
|
+
* "create_time > \"1970-01-01T12:00:00Z\""
|
904
940
|
* @param {string} request.orderBy
|
905
941
|
* A comma-separated list of fields to order by, sorted in ascending order.
|
906
942
|
* Use "desc" after a field name for descending.
|
@@ -981,6 +1017,117 @@ export declare class ConversationalSearchServiceClient {
|
|
981
1017
|
* ```
|
982
1018
|
*/
|
983
1019
|
listLocationsAsync(request: LocationProtos.google.cloud.location.IListLocationsRequest, options?: CallOptions): AsyncIterable<LocationProtos.google.cloud.location.ILocation>;
|
1020
|
+
/**
|
1021
|
+
* Return a fully-qualified assistAnswer resource name string.
|
1022
|
+
*
|
1023
|
+
* @param {string} project
|
1024
|
+
* @param {string} location
|
1025
|
+
* @param {string} collection
|
1026
|
+
* @param {string} engine
|
1027
|
+
* @param {string} session
|
1028
|
+
* @param {string} assist_answer
|
1029
|
+
* @returns {string} Resource name string.
|
1030
|
+
*/
|
1031
|
+
assistAnswerPath(project: string, location: string, collection: string, engine: string, session: string, assistAnswer: string): string;
|
1032
|
+
/**
|
1033
|
+
* Parse the project from AssistAnswer resource.
|
1034
|
+
*
|
1035
|
+
* @param {string} assistAnswerName
|
1036
|
+
* A fully-qualified path representing AssistAnswer resource.
|
1037
|
+
* @returns {string} A string representing the project.
|
1038
|
+
*/
|
1039
|
+
matchProjectFromAssistAnswerName(assistAnswerName: string): string | number;
|
1040
|
+
/**
|
1041
|
+
* Parse the location from AssistAnswer resource.
|
1042
|
+
*
|
1043
|
+
* @param {string} assistAnswerName
|
1044
|
+
* A fully-qualified path representing AssistAnswer resource.
|
1045
|
+
* @returns {string} A string representing the location.
|
1046
|
+
*/
|
1047
|
+
matchLocationFromAssistAnswerName(assistAnswerName: string): string | number;
|
1048
|
+
/**
|
1049
|
+
* Parse the collection from AssistAnswer resource.
|
1050
|
+
*
|
1051
|
+
* @param {string} assistAnswerName
|
1052
|
+
* A fully-qualified path representing AssistAnswer resource.
|
1053
|
+
* @returns {string} A string representing the collection.
|
1054
|
+
*/
|
1055
|
+
matchCollectionFromAssistAnswerName(assistAnswerName: string): string | number;
|
1056
|
+
/**
|
1057
|
+
* Parse the engine from AssistAnswer resource.
|
1058
|
+
*
|
1059
|
+
* @param {string} assistAnswerName
|
1060
|
+
* A fully-qualified path representing AssistAnswer resource.
|
1061
|
+
* @returns {string} A string representing the engine.
|
1062
|
+
*/
|
1063
|
+
matchEngineFromAssistAnswerName(assistAnswerName: string): string | number;
|
1064
|
+
/**
|
1065
|
+
* Parse the session from AssistAnswer resource.
|
1066
|
+
*
|
1067
|
+
* @param {string} assistAnswerName
|
1068
|
+
* A fully-qualified path representing AssistAnswer resource.
|
1069
|
+
* @returns {string} A string representing the session.
|
1070
|
+
*/
|
1071
|
+
matchSessionFromAssistAnswerName(assistAnswerName: string): string | number;
|
1072
|
+
/**
|
1073
|
+
* Parse the assist_answer from AssistAnswer resource.
|
1074
|
+
*
|
1075
|
+
* @param {string} assistAnswerName
|
1076
|
+
* A fully-qualified path representing AssistAnswer resource.
|
1077
|
+
* @returns {string} A string representing the assist_answer.
|
1078
|
+
*/
|
1079
|
+
matchAssistAnswerFromAssistAnswerName(assistAnswerName: string): string | number;
|
1080
|
+
/**
|
1081
|
+
* Return a fully-qualified assistant resource name string.
|
1082
|
+
*
|
1083
|
+
* @param {string} project
|
1084
|
+
* @param {string} location
|
1085
|
+
* @param {string} collection
|
1086
|
+
* @param {string} engine
|
1087
|
+
* @param {string} assistant
|
1088
|
+
* @returns {string} Resource name string.
|
1089
|
+
*/
|
1090
|
+
assistantPath(project: string, location: string, collection: string, engine: string, assistant: string): string;
|
1091
|
+
/**
|
1092
|
+
* Parse the project from Assistant resource.
|
1093
|
+
*
|
1094
|
+
* @param {string} assistantName
|
1095
|
+
* A fully-qualified path representing Assistant resource.
|
1096
|
+
* @returns {string} A string representing the project.
|
1097
|
+
*/
|
1098
|
+
matchProjectFromAssistantName(assistantName: string): string | number;
|
1099
|
+
/**
|
1100
|
+
* Parse the location from Assistant resource.
|
1101
|
+
*
|
1102
|
+
* @param {string} assistantName
|
1103
|
+
* A fully-qualified path representing Assistant resource.
|
1104
|
+
* @returns {string} A string representing the location.
|
1105
|
+
*/
|
1106
|
+
matchLocationFromAssistantName(assistantName: string): string | number;
|
1107
|
+
/**
|
1108
|
+
* Parse the collection from Assistant resource.
|
1109
|
+
*
|
1110
|
+
* @param {string} assistantName
|
1111
|
+
* A fully-qualified path representing Assistant resource.
|
1112
|
+
* @returns {string} A string representing the collection.
|
1113
|
+
*/
|
1114
|
+
matchCollectionFromAssistantName(assistantName: string): string | number;
|
1115
|
+
/**
|
1116
|
+
* Parse the engine from Assistant resource.
|
1117
|
+
*
|
1118
|
+
* @param {string} assistantName
|
1119
|
+
* A fully-qualified path representing Assistant resource.
|
1120
|
+
* @returns {string} A string representing the engine.
|
1121
|
+
*/
|
1122
|
+
matchEngineFromAssistantName(assistantName: string): string | number;
|
1123
|
+
/**
|
1124
|
+
* Parse the assistant from Assistant resource.
|
1125
|
+
*
|
1126
|
+
* @param {string} assistantName
|
1127
|
+
* A fully-qualified path representing Assistant resource.
|
1128
|
+
* @returns {string} A string representing the assistant.
|
1129
|
+
*/
|
1130
|
+
matchAssistantFromAssistantName(assistantName: string): string | number;
|
984
1131
|
/**
|
985
1132
|
* Return a fully-qualified engine resource name string.
|
986
1133
|
*
|
@@ -1023,6 +1170,39 @@ export declare class ConversationalSearchServiceClient {
|
|
1023
1170
|
* @returns {string} A string representing the engine.
|
1024
1171
|
*/
|
1025
1172
|
matchEngineFromEngineName(engineName: string): string | number;
|
1173
|
+
/**
|
1174
|
+
* Return a fully-qualified identityMappingStore resource name string.
|
1175
|
+
*
|
1176
|
+
* @param {string} project
|
1177
|
+
* @param {string} location
|
1178
|
+
* @param {string} identity_mapping_store
|
1179
|
+
* @returns {string} Resource name string.
|
1180
|
+
*/
|
1181
|
+
identityMappingStorePath(project: string, location: string, identityMappingStore: string): string;
|
1182
|
+
/**
|
1183
|
+
* Parse the project from IdentityMappingStore resource.
|
1184
|
+
*
|
1185
|
+
* @param {string} identityMappingStoreName
|
1186
|
+
* A fully-qualified path representing IdentityMappingStore resource.
|
1187
|
+
* @returns {string} A string representing the project.
|
1188
|
+
*/
|
1189
|
+
matchProjectFromIdentityMappingStoreName(identityMappingStoreName: string): string | number;
|
1190
|
+
/**
|
1191
|
+
* Parse the location from IdentityMappingStore resource.
|
1192
|
+
*
|
1193
|
+
* @param {string} identityMappingStoreName
|
1194
|
+
* A fully-qualified path representing IdentityMappingStore resource.
|
1195
|
+
* @returns {string} A string representing the location.
|
1196
|
+
*/
|
1197
|
+
matchLocationFromIdentityMappingStoreName(identityMappingStoreName: string): string | number;
|
1198
|
+
/**
|
1199
|
+
* Parse the identity_mapping_store from IdentityMappingStore resource.
|
1200
|
+
*
|
1201
|
+
* @param {string} identityMappingStoreName
|
1202
|
+
* A fully-qualified path representing IdentityMappingStore resource.
|
1203
|
+
* @returns {string} A string representing the identity_mapping_store.
|
1204
|
+
*/
|
1205
|
+
matchIdentityMappingStoreFromIdentityMappingStoreName(identityMappingStoreName: string): string | number;
|
1026
1206
|
/**
|
1027
1207
|
* Return a fully-qualified project resource name string.
|
1028
1208
|
*
|
@@ -1038,6 +1218,63 @@ export declare class ConversationalSearchServiceClient {
|
|
1038
1218
|
* @returns {string} A string representing the project.
|
1039
1219
|
*/
|
1040
1220
|
matchProjectFromProjectName(projectName: string): string | number;
|
1221
|
+
/**
|
1222
|
+
* Return a fully-qualified projectLocationCmekConfig resource name string.
|
1223
|
+
*
|
1224
|
+
* @param {string} project
|
1225
|
+
* @param {string} location
|
1226
|
+
* @returns {string} Resource name string.
|
1227
|
+
*/
|
1228
|
+
projectLocationCmekConfigPath(project: string, location: string): string;
|
1229
|
+
/**
|
1230
|
+
* Parse the project from ProjectLocationCmekConfig resource.
|
1231
|
+
*
|
1232
|
+
* @param {string} projectLocationCmekConfigName
|
1233
|
+
* A fully-qualified path representing project_location_cmekConfig resource.
|
1234
|
+
* @returns {string} A string representing the project.
|
1235
|
+
*/
|
1236
|
+
matchProjectFromProjectLocationCmekConfigName(projectLocationCmekConfigName: string): string | number;
|
1237
|
+
/**
|
1238
|
+
* Parse the location from ProjectLocationCmekConfig resource.
|
1239
|
+
*
|
1240
|
+
* @param {string} projectLocationCmekConfigName
|
1241
|
+
* A fully-qualified path representing project_location_cmekConfig resource.
|
1242
|
+
* @returns {string} A string representing the location.
|
1243
|
+
*/
|
1244
|
+
matchLocationFromProjectLocationCmekConfigName(projectLocationCmekConfigName: string): string | number;
|
1245
|
+
/**
|
1246
|
+
* Return a fully-qualified projectLocationCmekConfigs resource name string.
|
1247
|
+
*
|
1248
|
+
* @param {string} project
|
1249
|
+
* @param {string} location
|
1250
|
+
* @param {string} cmek_config
|
1251
|
+
* @returns {string} Resource name string.
|
1252
|
+
*/
|
1253
|
+
projectLocationCmekConfigsPath(project: string, location: string, cmekConfig: string): string;
|
1254
|
+
/**
|
1255
|
+
* Parse the project from ProjectLocationCmekConfigs resource.
|
1256
|
+
*
|
1257
|
+
* @param {string} projectLocationCmekConfigsName
|
1258
|
+
* A fully-qualified path representing project_location_cmekConfigs resource.
|
1259
|
+
* @returns {string} A string representing the project.
|
1260
|
+
*/
|
1261
|
+
matchProjectFromProjectLocationCmekConfigsName(projectLocationCmekConfigsName: string): string | number;
|
1262
|
+
/**
|
1263
|
+
* Parse the location from ProjectLocationCmekConfigs resource.
|
1264
|
+
*
|
1265
|
+
* @param {string} projectLocationCmekConfigsName
|
1266
|
+
* A fully-qualified path representing project_location_cmekConfigs resource.
|
1267
|
+
* @returns {string} A string representing the location.
|
1268
|
+
*/
|
1269
|
+
matchLocationFromProjectLocationCmekConfigsName(projectLocationCmekConfigsName: string): string | number;
|
1270
|
+
/**
|
1271
|
+
* Parse the cmek_config from ProjectLocationCmekConfigs resource.
|
1272
|
+
*
|
1273
|
+
* @param {string} projectLocationCmekConfigsName
|
1274
|
+
* A fully-qualified path representing project_location_cmekConfigs resource.
|
1275
|
+
* @returns {string} A string representing the cmek_config.
|
1276
|
+
*/
|
1277
|
+
matchCmekConfigFromProjectLocationCmekConfigsName(projectLocationCmekConfigsName: string): string | number;
|
1041
1278
|
/**
|
1042
1279
|
* Return a fully-qualified projectLocationCollectionDataStore resource name string.
|
1043
1280
|
*
|
@@ -1506,57 +1743,6 @@ export declare class ConversationalSearchServiceClient {
|
|
1506
1743
|
* @returns {string} A string representing the serving_config.
|
1507
1744
|
*/
|
1508
1745
|
matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
1509
|
-
/**
|
1510
|
-
* Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
|
1511
|
-
*
|
1512
|
-
* @param {string} project
|
1513
|
-
* @param {string} location
|
1514
|
-
* @param {string} collection
|
1515
|
-
* @param {string} data_store
|
1516
|
-
* @param {string} session
|
1517
|
-
* @returns {string} Resource name string.
|
1518
|
-
*/
|
1519
|
-
projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
1520
|
-
/**
|
1521
|
-
* Parse the project from ProjectLocationCollectionDataStoreSession resource.
|
1522
|
-
*
|
1523
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1524
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1525
|
-
* @returns {string} A string representing the project.
|
1526
|
-
*/
|
1527
|
-
matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1528
|
-
/**
|
1529
|
-
* Parse the location from ProjectLocationCollectionDataStoreSession resource.
|
1530
|
-
*
|
1531
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1532
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1533
|
-
* @returns {string} A string representing the location.
|
1534
|
-
*/
|
1535
|
-
matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1536
|
-
/**
|
1537
|
-
* Parse the collection from ProjectLocationCollectionDataStoreSession resource.
|
1538
|
-
*
|
1539
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1540
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1541
|
-
* @returns {string} A string representing the collection.
|
1542
|
-
*/
|
1543
|
-
matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1544
|
-
/**
|
1545
|
-
* Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
|
1546
|
-
*
|
1547
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1548
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1549
|
-
* @returns {string} A string representing the data_store.
|
1550
|
-
*/
|
1551
|
-
matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1552
|
-
/**
|
1553
|
-
* Parse the session from ProjectLocationCollectionDataStoreSession resource.
|
1554
|
-
*
|
1555
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1556
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1557
|
-
* @returns {string} A string representing the session.
|
1558
|
-
*/
|
1559
|
-
matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1560
1746
|
/**
|
1561
1747
|
* Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
|
1562
1748
|
*
|
@@ -1617,6 +1803,57 @@ export declare class ConversationalSearchServiceClient {
|
|
1617
1803
|
* @returns {string} A string representing the answer.
|
1618
1804
|
*/
|
1619
1805
|
matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1806
|
+
/**
|
1807
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessions resource name string.
|
1808
|
+
*
|
1809
|
+
* @param {string} project
|
1810
|
+
* @param {string} location
|
1811
|
+
* @param {string} collection
|
1812
|
+
* @param {string} data_store
|
1813
|
+
* @param {string} session
|
1814
|
+
* @returns {string} Resource name string.
|
1815
|
+
*/
|
1816
|
+
projectLocationCollectionDataStoreSessionsPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
1817
|
+
/**
|
1818
|
+
* Parse the project from ProjectLocationCollectionDataStoreSessions resource.
|
1819
|
+
*
|
1820
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1821
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1822
|
+
* @returns {string} A string representing the project.
|
1823
|
+
*/
|
1824
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1825
|
+
/**
|
1826
|
+
* Parse the location from ProjectLocationCollectionDataStoreSessions resource.
|
1827
|
+
*
|
1828
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1829
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1830
|
+
* @returns {string} A string representing the location.
|
1831
|
+
*/
|
1832
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1833
|
+
/**
|
1834
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessions resource.
|
1835
|
+
*
|
1836
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1837
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1838
|
+
* @returns {string} A string representing the collection.
|
1839
|
+
*/
|
1840
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1841
|
+
/**
|
1842
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessions resource.
|
1843
|
+
*
|
1844
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1845
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1846
|
+
* @returns {string} A string representing the data_store.
|
1847
|
+
*/
|
1848
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1849
|
+
/**
|
1850
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessions resource.
|
1851
|
+
*
|
1852
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1853
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1854
|
+
* @returns {string} A string representing the session.
|
1855
|
+
*/
|
1856
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1620
1857
|
/**
|
1621
1858
|
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
1622
1859
|
*
|
@@ -1914,57 +2151,6 @@ export declare class ConversationalSearchServiceClient {
|
|
1914
2151
|
* @returns {string} A string representing the serving_config.
|
1915
2152
|
*/
|
1916
2153
|
matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
1917
|
-
/**
|
1918
|
-
* Return a fully-qualified projectLocationCollectionEngineSession resource name string.
|
1919
|
-
*
|
1920
|
-
* @param {string} project
|
1921
|
-
* @param {string} location
|
1922
|
-
* @param {string} collection
|
1923
|
-
* @param {string} engine
|
1924
|
-
* @param {string} session
|
1925
|
-
* @returns {string} Resource name string.
|
1926
|
-
*/
|
1927
|
-
projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1928
|
-
/**
|
1929
|
-
* Parse the project from ProjectLocationCollectionEngineSession resource.
|
1930
|
-
*
|
1931
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1932
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1933
|
-
* @returns {string} A string representing the project.
|
1934
|
-
*/
|
1935
|
-
matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1936
|
-
/**
|
1937
|
-
* Parse the location from ProjectLocationCollectionEngineSession resource.
|
1938
|
-
*
|
1939
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1940
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1941
|
-
* @returns {string} A string representing the location.
|
1942
|
-
*/
|
1943
|
-
matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1944
|
-
/**
|
1945
|
-
* Parse the collection from ProjectLocationCollectionEngineSession resource.
|
1946
|
-
*
|
1947
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1948
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1949
|
-
* @returns {string} A string representing the collection.
|
1950
|
-
*/
|
1951
|
-
matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1952
|
-
/**
|
1953
|
-
* Parse the engine from ProjectLocationCollectionEngineSession resource.
|
1954
|
-
*
|
1955
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1956
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1957
|
-
* @returns {string} A string representing the engine.
|
1958
|
-
*/
|
1959
|
-
matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1960
|
-
/**
|
1961
|
-
* Parse the session from ProjectLocationCollectionEngineSession resource.
|
1962
|
-
*
|
1963
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1964
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1965
|
-
* @returns {string} A string representing the session.
|
1966
|
-
*/
|
1967
|
-
matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1968
2154
|
/**
|
1969
2155
|
* Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
|
1970
2156
|
*
|
@@ -2025,6 +2211,57 @@ export declare class ConversationalSearchServiceClient {
|
|
2025
2211
|
* @returns {string} A string representing the answer.
|
2026
2212
|
*/
|
2027
2213
|
matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
2214
|
+
/**
|
2215
|
+
* Return a fully-qualified projectLocationCollectionEngineSessions resource name string.
|
2216
|
+
*
|
2217
|
+
* @param {string} project
|
2218
|
+
* @param {string} location
|
2219
|
+
* @param {string} collection
|
2220
|
+
* @param {string} engine
|
2221
|
+
* @param {string} session
|
2222
|
+
* @returns {string} Resource name string.
|
2223
|
+
*/
|
2224
|
+
projectLocationCollectionEngineSessionsPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
2225
|
+
/**
|
2226
|
+
* Parse the project from ProjectLocationCollectionEngineSessions resource.
|
2227
|
+
*
|
2228
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
2229
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
2230
|
+
* @returns {string} A string representing the project.
|
2231
|
+
*/
|
2232
|
+
matchProjectFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
2233
|
+
/**
|
2234
|
+
* Parse the location from ProjectLocationCollectionEngineSessions resource.
|
2235
|
+
*
|
2236
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
2237
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
2238
|
+
* @returns {string} A string representing the location.
|
2239
|
+
*/
|
2240
|
+
matchLocationFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
2241
|
+
/**
|
2242
|
+
* Parse the collection from ProjectLocationCollectionEngineSessions resource.
|
2243
|
+
*
|
2244
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
2245
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
2246
|
+
* @returns {string} A string representing the collection.
|
2247
|
+
*/
|
2248
|
+
matchCollectionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
2249
|
+
/**
|
2250
|
+
* Parse the engine from ProjectLocationCollectionEngineSessions resource.
|
2251
|
+
*
|
2252
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
2253
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
2254
|
+
* @returns {string} A string representing the engine.
|
2255
|
+
*/
|
2256
|
+
matchEngineFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
2257
|
+
/**
|
2258
|
+
* Parse the session from ProjectLocationCollectionEngineSessions resource.
|
2259
|
+
*
|
2260
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
2261
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
2262
|
+
* @returns {string} A string representing the session.
|
2263
|
+
*/
|
2264
|
+
matchSessionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
2028
2265
|
/**
|
2029
2266
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
2030
2267
|
*
|
@@ -2412,48 +2649,6 @@ export declare class ConversationalSearchServiceClient {
|
|
2412
2649
|
* @returns {string} A string representing the serving_config.
|
2413
2650
|
*/
|
2414
2651
|
matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
2415
|
-
/**
|
2416
|
-
* Return a fully-qualified projectLocationDataStoreSession resource name string.
|
2417
|
-
*
|
2418
|
-
* @param {string} project
|
2419
|
-
* @param {string} location
|
2420
|
-
* @param {string} data_store
|
2421
|
-
* @param {string} session
|
2422
|
-
* @returns {string} Resource name string.
|
2423
|
-
*/
|
2424
|
-
projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
|
2425
|
-
/**
|
2426
|
-
* Parse the project from ProjectLocationDataStoreSession resource.
|
2427
|
-
*
|
2428
|
-
* @param {string} projectLocationDataStoreSessionName
|
2429
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
2430
|
-
* @returns {string} A string representing the project.
|
2431
|
-
*/
|
2432
|
-
matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
2433
|
-
/**
|
2434
|
-
* Parse the location from ProjectLocationDataStoreSession resource.
|
2435
|
-
*
|
2436
|
-
* @param {string} projectLocationDataStoreSessionName
|
2437
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
2438
|
-
* @returns {string} A string representing the location.
|
2439
|
-
*/
|
2440
|
-
matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
2441
|
-
/**
|
2442
|
-
* Parse the data_store from ProjectLocationDataStoreSession resource.
|
2443
|
-
*
|
2444
|
-
* @param {string} projectLocationDataStoreSessionName
|
2445
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
2446
|
-
* @returns {string} A string representing the data_store.
|
2447
|
-
*/
|
2448
|
-
matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
2449
|
-
/**
|
2450
|
-
* Parse the session from ProjectLocationDataStoreSession resource.
|
2451
|
-
*
|
2452
|
-
* @param {string} projectLocationDataStoreSessionName
|
2453
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
2454
|
-
* @returns {string} A string representing the session.
|
2455
|
-
*/
|
2456
|
-
matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
2457
2652
|
/**
|
2458
2653
|
* Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
|
2459
2654
|
*
|
@@ -2505,6 +2700,48 @@ export declare class ConversationalSearchServiceClient {
|
|
2505
2700
|
* @returns {string} A string representing the answer.
|
2506
2701
|
*/
|
2507
2702
|
matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
2703
|
+
/**
|
2704
|
+
* Return a fully-qualified projectLocationDataStoreSessions resource name string.
|
2705
|
+
*
|
2706
|
+
* @param {string} project
|
2707
|
+
* @param {string} location
|
2708
|
+
* @param {string} data_store
|
2709
|
+
* @param {string} session
|
2710
|
+
* @returns {string} Resource name string.
|
2711
|
+
*/
|
2712
|
+
projectLocationDataStoreSessionsPath(project: string, location: string, dataStore: string, session: string): string;
|
2713
|
+
/**
|
2714
|
+
* Parse the project from ProjectLocationDataStoreSessions resource.
|
2715
|
+
*
|
2716
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2717
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2718
|
+
* @returns {string} A string representing the project.
|
2719
|
+
*/
|
2720
|
+
matchProjectFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2721
|
+
/**
|
2722
|
+
* Parse the location from ProjectLocationDataStoreSessions resource.
|
2723
|
+
*
|
2724
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2725
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2726
|
+
* @returns {string} A string representing the location.
|
2727
|
+
*/
|
2728
|
+
matchLocationFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2729
|
+
/**
|
2730
|
+
* Parse the data_store from ProjectLocationDataStoreSessions resource.
|
2731
|
+
*
|
2732
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2733
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2734
|
+
* @returns {string} A string representing the data_store.
|
2735
|
+
*/
|
2736
|
+
matchDataStoreFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2737
|
+
/**
|
2738
|
+
* Parse the session from ProjectLocationDataStoreSessions resource.
|
2739
|
+
*
|
2740
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2741
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2742
|
+
* @returns {string} A string representing the session.
|
2743
|
+
*/
|
2744
|
+
matchSessionFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2508
2745
|
/**
|
2509
2746
|
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
2510
2747
|
*
|