@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
@@ -0,0 +1,42 @@
|
|
1
|
+
{
|
2
|
+
"interfaces": {
|
3
|
+
"google.cloud.discoveryengine.v1.CmekConfigService": {
|
4
|
+
"retry_codes": {
|
5
|
+
"non_idempotent": [],
|
6
|
+
"idempotent": [
|
7
|
+
"DEADLINE_EXCEEDED",
|
8
|
+
"UNAVAILABLE"
|
9
|
+
]
|
10
|
+
},
|
11
|
+
"retry_params": {
|
12
|
+
"default": {
|
13
|
+
"initial_retry_delay_millis": 100,
|
14
|
+
"retry_delay_multiplier": 1.3,
|
15
|
+
"max_retry_delay_millis": 60000,
|
16
|
+
"initial_rpc_timeout_millis": 60000,
|
17
|
+
"rpc_timeout_multiplier": 1,
|
18
|
+
"max_rpc_timeout_millis": 60000,
|
19
|
+
"total_timeout_millis": 600000
|
20
|
+
}
|
21
|
+
},
|
22
|
+
"methods": {
|
23
|
+
"UpdateCmekConfig": {
|
24
|
+
"retry_codes_name": "non_idempotent",
|
25
|
+
"retry_params_name": "default"
|
26
|
+
},
|
27
|
+
"GetCmekConfig": {
|
28
|
+
"retry_codes_name": "non_idempotent",
|
29
|
+
"retry_params_name": "default"
|
30
|
+
},
|
31
|
+
"ListCmekConfigs": {
|
32
|
+
"retry_codes_name": "non_idempotent",
|
33
|
+
"retry_params_name": "default"
|
34
|
+
},
|
35
|
+
"DeleteCmekConfig": {
|
36
|
+
"retry_codes_name": "non_idempotent",
|
37
|
+
"retry_params_name": "default"
|
38
|
+
}
|
39
|
+
}
|
40
|
+
}
|
41
|
+
}
|
42
|
+
}
|
@@ -0,0 +1,48 @@
|
|
1
|
+
[
|
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",
|
6
|
+
"../../protos/google/cloud/discoveryengine/v1/chunk.proto",
|
7
|
+
"../../protos/google/cloud/discoveryengine/v1/cmek_config_service.proto",
|
8
|
+
"../../protos/google/cloud/discoveryengine/v1/common.proto",
|
9
|
+
"../../protos/google/cloud/discoveryengine/v1/completion.proto",
|
10
|
+
"../../protos/google/cloud/discoveryengine/v1/completion_service.proto",
|
11
|
+
"../../protos/google/cloud/discoveryengine/v1/control.proto",
|
12
|
+
"../../protos/google/cloud/discoveryengine/v1/control_service.proto",
|
13
|
+
"../../protos/google/cloud/discoveryengine/v1/conversation.proto",
|
14
|
+
"../../protos/google/cloud/discoveryengine/v1/conversational_search_service.proto",
|
15
|
+
"../../protos/google/cloud/discoveryengine/v1/custom_tuning_model.proto",
|
16
|
+
"../../protos/google/cloud/discoveryengine/v1/data_store.proto",
|
17
|
+
"../../protos/google/cloud/discoveryengine/v1/data_store_service.proto",
|
18
|
+
"../../protos/google/cloud/discoveryengine/v1/document.proto",
|
19
|
+
"../../protos/google/cloud/discoveryengine/v1/document_processing_config.proto",
|
20
|
+
"../../protos/google/cloud/discoveryengine/v1/document_service.proto",
|
21
|
+
"../../protos/google/cloud/discoveryengine/v1/engine.proto",
|
22
|
+
"../../protos/google/cloud/discoveryengine/v1/engine_service.proto",
|
23
|
+
"../../protos/google/cloud/discoveryengine/v1/grounded_generation_service.proto",
|
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",
|
27
|
+
"../../protos/google/cloud/discoveryengine/v1/import_config.proto",
|
28
|
+
"../../protos/google/cloud/discoveryengine/v1/project.proto",
|
29
|
+
"../../protos/google/cloud/discoveryengine/v1/project_service.proto",
|
30
|
+
"../../protos/google/cloud/discoveryengine/v1/purge_config.proto",
|
31
|
+
"../../protos/google/cloud/discoveryengine/v1/rank_service.proto",
|
32
|
+
"../../protos/google/cloud/discoveryengine/v1/recommendation_service.proto",
|
33
|
+
"../../protos/google/cloud/discoveryengine/v1/safety.proto",
|
34
|
+
"../../protos/google/cloud/discoveryengine/v1/schema.proto",
|
35
|
+
"../../protos/google/cloud/discoveryengine/v1/schema_service.proto",
|
36
|
+
"../../protos/google/cloud/discoveryengine/v1/search_service.proto",
|
37
|
+
"../../protos/google/cloud/discoveryengine/v1/search_tuning_service.proto",
|
38
|
+
"../../protos/google/cloud/discoveryengine/v1/serving_config.proto",
|
39
|
+
"../../protos/google/cloud/discoveryengine/v1/serving_config_service.proto",
|
40
|
+
"../../protos/google/cloud/discoveryengine/v1/session.proto",
|
41
|
+
"../../protos/google/cloud/discoveryengine/v1/session_service.proto",
|
42
|
+
"../../protos/google/cloud/discoveryengine/v1/site_search_engine.proto",
|
43
|
+
"../../protos/google/cloud/discoveryengine/v1/site_search_engine_service.proto",
|
44
|
+
"../../protos/google/cloud/discoveryengine/v1/user_event.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"
|
48
|
+
]
|
@@ -535,6 +535,117 @@ export declare class CompletionServiceClient {
|
|
535
535
|
* ```
|
536
536
|
*/
|
537
537
|
deleteOperation(request: protos.google.longrunning.DeleteOperationRequest, optionsOrCallback?: gax.CallOptions | Callback<protos.google.protobuf.Empty, protos.google.longrunning.DeleteOperationRequest, {} | null | undefined>, callback?: Callback<protos.google.protobuf.Empty, protos.google.longrunning.DeleteOperationRequest, {} | null | undefined>): Promise<protos.google.protobuf.Empty>;
|
538
|
+
/**
|
539
|
+
* Return a fully-qualified assistAnswer resource name string.
|
540
|
+
*
|
541
|
+
* @param {string} project
|
542
|
+
* @param {string} location
|
543
|
+
* @param {string} collection
|
544
|
+
* @param {string} engine
|
545
|
+
* @param {string} session
|
546
|
+
* @param {string} assist_answer
|
547
|
+
* @returns {string} Resource name string.
|
548
|
+
*/
|
549
|
+
assistAnswerPath(project: string, location: string, collection: string, engine: string, session: string, assistAnswer: string): string;
|
550
|
+
/**
|
551
|
+
* Parse the project from AssistAnswer resource.
|
552
|
+
*
|
553
|
+
* @param {string} assistAnswerName
|
554
|
+
* A fully-qualified path representing AssistAnswer resource.
|
555
|
+
* @returns {string} A string representing the project.
|
556
|
+
*/
|
557
|
+
matchProjectFromAssistAnswerName(assistAnswerName: string): string | number;
|
558
|
+
/**
|
559
|
+
* Parse the location from AssistAnswer resource.
|
560
|
+
*
|
561
|
+
* @param {string} assistAnswerName
|
562
|
+
* A fully-qualified path representing AssistAnswer resource.
|
563
|
+
* @returns {string} A string representing the location.
|
564
|
+
*/
|
565
|
+
matchLocationFromAssistAnswerName(assistAnswerName: string): string | number;
|
566
|
+
/**
|
567
|
+
* Parse the collection from AssistAnswer resource.
|
568
|
+
*
|
569
|
+
* @param {string} assistAnswerName
|
570
|
+
* A fully-qualified path representing AssistAnswer resource.
|
571
|
+
* @returns {string} A string representing the collection.
|
572
|
+
*/
|
573
|
+
matchCollectionFromAssistAnswerName(assistAnswerName: string): string | number;
|
574
|
+
/**
|
575
|
+
* Parse the engine from AssistAnswer resource.
|
576
|
+
*
|
577
|
+
* @param {string} assistAnswerName
|
578
|
+
* A fully-qualified path representing AssistAnswer resource.
|
579
|
+
* @returns {string} A string representing the engine.
|
580
|
+
*/
|
581
|
+
matchEngineFromAssistAnswerName(assistAnswerName: string): string | number;
|
582
|
+
/**
|
583
|
+
* Parse the session from AssistAnswer resource.
|
584
|
+
*
|
585
|
+
* @param {string} assistAnswerName
|
586
|
+
* A fully-qualified path representing AssistAnswer resource.
|
587
|
+
* @returns {string} A string representing the session.
|
588
|
+
*/
|
589
|
+
matchSessionFromAssistAnswerName(assistAnswerName: string): string | number;
|
590
|
+
/**
|
591
|
+
* Parse the assist_answer from AssistAnswer resource.
|
592
|
+
*
|
593
|
+
* @param {string} assistAnswerName
|
594
|
+
* A fully-qualified path representing AssistAnswer resource.
|
595
|
+
* @returns {string} A string representing the assist_answer.
|
596
|
+
*/
|
597
|
+
matchAssistAnswerFromAssistAnswerName(assistAnswerName: string): string | number;
|
598
|
+
/**
|
599
|
+
* Return a fully-qualified assistant resource name string.
|
600
|
+
*
|
601
|
+
* @param {string} project
|
602
|
+
* @param {string} location
|
603
|
+
* @param {string} collection
|
604
|
+
* @param {string} engine
|
605
|
+
* @param {string} assistant
|
606
|
+
* @returns {string} Resource name string.
|
607
|
+
*/
|
608
|
+
assistantPath(project: string, location: string, collection: string, engine: string, assistant: string): string;
|
609
|
+
/**
|
610
|
+
* Parse the project from Assistant resource.
|
611
|
+
*
|
612
|
+
* @param {string} assistantName
|
613
|
+
* A fully-qualified path representing Assistant resource.
|
614
|
+
* @returns {string} A string representing the project.
|
615
|
+
*/
|
616
|
+
matchProjectFromAssistantName(assistantName: string): string | number;
|
617
|
+
/**
|
618
|
+
* Parse the location from Assistant resource.
|
619
|
+
*
|
620
|
+
* @param {string} assistantName
|
621
|
+
* A fully-qualified path representing Assistant resource.
|
622
|
+
* @returns {string} A string representing the location.
|
623
|
+
*/
|
624
|
+
matchLocationFromAssistantName(assistantName: string): string | number;
|
625
|
+
/**
|
626
|
+
* Parse the collection from Assistant resource.
|
627
|
+
*
|
628
|
+
* @param {string} assistantName
|
629
|
+
* A fully-qualified path representing Assistant resource.
|
630
|
+
* @returns {string} A string representing the collection.
|
631
|
+
*/
|
632
|
+
matchCollectionFromAssistantName(assistantName: string): string | number;
|
633
|
+
/**
|
634
|
+
* Parse the engine from Assistant resource.
|
635
|
+
*
|
636
|
+
* @param {string} assistantName
|
637
|
+
* A fully-qualified path representing Assistant resource.
|
638
|
+
* @returns {string} A string representing the engine.
|
639
|
+
*/
|
640
|
+
matchEngineFromAssistantName(assistantName: string): string | number;
|
641
|
+
/**
|
642
|
+
* Parse the assistant from Assistant resource.
|
643
|
+
*
|
644
|
+
* @param {string} assistantName
|
645
|
+
* A fully-qualified path representing Assistant resource.
|
646
|
+
* @returns {string} A string representing the assistant.
|
647
|
+
*/
|
648
|
+
matchAssistantFromAssistantName(assistantName: string): string | number;
|
538
649
|
/**
|
539
650
|
* Return a fully-qualified engine resource name string.
|
540
651
|
*
|
@@ -577,6 +688,39 @@ export declare class CompletionServiceClient {
|
|
577
688
|
* @returns {string} A string representing the engine.
|
578
689
|
*/
|
579
690
|
matchEngineFromEngineName(engineName: string): string | number;
|
691
|
+
/**
|
692
|
+
* Return a fully-qualified identityMappingStore resource name string.
|
693
|
+
*
|
694
|
+
* @param {string} project
|
695
|
+
* @param {string} location
|
696
|
+
* @param {string} identity_mapping_store
|
697
|
+
* @returns {string} Resource name string.
|
698
|
+
*/
|
699
|
+
identityMappingStorePath(project: string, location: string, identityMappingStore: string): string;
|
700
|
+
/**
|
701
|
+
* Parse the project from IdentityMappingStore resource.
|
702
|
+
*
|
703
|
+
* @param {string} identityMappingStoreName
|
704
|
+
* A fully-qualified path representing IdentityMappingStore resource.
|
705
|
+
* @returns {string} A string representing the project.
|
706
|
+
*/
|
707
|
+
matchProjectFromIdentityMappingStoreName(identityMappingStoreName: string): string | number;
|
708
|
+
/**
|
709
|
+
* Parse the location from IdentityMappingStore resource.
|
710
|
+
*
|
711
|
+
* @param {string} identityMappingStoreName
|
712
|
+
* A fully-qualified path representing IdentityMappingStore resource.
|
713
|
+
* @returns {string} A string representing the location.
|
714
|
+
*/
|
715
|
+
matchLocationFromIdentityMappingStoreName(identityMappingStoreName: string): string | number;
|
716
|
+
/**
|
717
|
+
* Parse the identity_mapping_store from IdentityMappingStore resource.
|
718
|
+
*
|
719
|
+
* @param {string} identityMappingStoreName
|
720
|
+
* A fully-qualified path representing IdentityMappingStore resource.
|
721
|
+
* @returns {string} A string representing the identity_mapping_store.
|
722
|
+
*/
|
723
|
+
matchIdentityMappingStoreFromIdentityMappingStoreName(identityMappingStoreName: string): string | number;
|
580
724
|
/**
|
581
725
|
* Return a fully-qualified project resource name string.
|
582
726
|
*
|
@@ -592,6 +736,63 @@ export declare class CompletionServiceClient {
|
|
592
736
|
* @returns {string} A string representing the project.
|
593
737
|
*/
|
594
738
|
matchProjectFromProjectName(projectName: string): string | number;
|
739
|
+
/**
|
740
|
+
* Return a fully-qualified projectLocationCmekConfig resource name string.
|
741
|
+
*
|
742
|
+
* @param {string} project
|
743
|
+
* @param {string} location
|
744
|
+
* @returns {string} Resource name string.
|
745
|
+
*/
|
746
|
+
projectLocationCmekConfigPath(project: string, location: string): string;
|
747
|
+
/**
|
748
|
+
* Parse the project from ProjectLocationCmekConfig resource.
|
749
|
+
*
|
750
|
+
* @param {string} projectLocationCmekConfigName
|
751
|
+
* A fully-qualified path representing project_location_cmekConfig resource.
|
752
|
+
* @returns {string} A string representing the project.
|
753
|
+
*/
|
754
|
+
matchProjectFromProjectLocationCmekConfigName(projectLocationCmekConfigName: string): string | number;
|
755
|
+
/**
|
756
|
+
* Parse the location from ProjectLocationCmekConfig resource.
|
757
|
+
*
|
758
|
+
* @param {string} projectLocationCmekConfigName
|
759
|
+
* A fully-qualified path representing project_location_cmekConfig resource.
|
760
|
+
* @returns {string} A string representing the location.
|
761
|
+
*/
|
762
|
+
matchLocationFromProjectLocationCmekConfigName(projectLocationCmekConfigName: string): string | number;
|
763
|
+
/**
|
764
|
+
* Return a fully-qualified projectLocationCmekConfigs resource name string.
|
765
|
+
*
|
766
|
+
* @param {string} project
|
767
|
+
* @param {string} location
|
768
|
+
* @param {string} cmek_config
|
769
|
+
* @returns {string} Resource name string.
|
770
|
+
*/
|
771
|
+
projectLocationCmekConfigsPath(project: string, location: string, cmekConfig: string): string;
|
772
|
+
/**
|
773
|
+
* Parse the project from ProjectLocationCmekConfigs resource.
|
774
|
+
*
|
775
|
+
* @param {string} projectLocationCmekConfigsName
|
776
|
+
* A fully-qualified path representing project_location_cmekConfigs resource.
|
777
|
+
* @returns {string} A string representing the project.
|
778
|
+
*/
|
779
|
+
matchProjectFromProjectLocationCmekConfigsName(projectLocationCmekConfigsName: string): string | number;
|
780
|
+
/**
|
781
|
+
* Parse the location from ProjectLocationCmekConfigs resource.
|
782
|
+
*
|
783
|
+
* @param {string} projectLocationCmekConfigsName
|
784
|
+
* A fully-qualified path representing project_location_cmekConfigs resource.
|
785
|
+
* @returns {string} A string representing the location.
|
786
|
+
*/
|
787
|
+
matchLocationFromProjectLocationCmekConfigsName(projectLocationCmekConfigsName: string): string | number;
|
788
|
+
/**
|
789
|
+
* Parse the cmek_config from ProjectLocationCmekConfigs resource.
|
790
|
+
*
|
791
|
+
* @param {string} projectLocationCmekConfigsName
|
792
|
+
* A fully-qualified path representing project_location_cmekConfigs resource.
|
793
|
+
* @returns {string} A string representing the cmek_config.
|
794
|
+
*/
|
795
|
+
matchCmekConfigFromProjectLocationCmekConfigsName(projectLocationCmekConfigsName: string): string | number;
|
595
796
|
/**
|
596
797
|
* Return a fully-qualified projectLocationCollectionDataStore resource name string.
|
597
798
|
*
|
@@ -1060,57 +1261,6 @@ export declare class CompletionServiceClient {
|
|
1060
1261
|
* @returns {string} A string representing the serving_config.
|
1061
1262
|
*/
|
1062
1263
|
matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
1063
|
-
/**
|
1064
|
-
* Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
|
1065
|
-
*
|
1066
|
-
* @param {string} project
|
1067
|
-
* @param {string} location
|
1068
|
-
* @param {string} collection
|
1069
|
-
* @param {string} data_store
|
1070
|
-
* @param {string} session
|
1071
|
-
* @returns {string} Resource name string.
|
1072
|
-
*/
|
1073
|
-
projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
1074
|
-
/**
|
1075
|
-
* Parse the project from ProjectLocationCollectionDataStoreSession resource.
|
1076
|
-
*
|
1077
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1078
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1079
|
-
* @returns {string} A string representing the project.
|
1080
|
-
*/
|
1081
|
-
matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1082
|
-
/**
|
1083
|
-
* Parse the location from ProjectLocationCollectionDataStoreSession resource.
|
1084
|
-
*
|
1085
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1086
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1087
|
-
* @returns {string} A string representing the location.
|
1088
|
-
*/
|
1089
|
-
matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1090
|
-
/**
|
1091
|
-
* Parse the collection from ProjectLocationCollectionDataStoreSession resource.
|
1092
|
-
*
|
1093
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1094
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1095
|
-
* @returns {string} A string representing the collection.
|
1096
|
-
*/
|
1097
|
-
matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1098
|
-
/**
|
1099
|
-
* Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
|
1100
|
-
*
|
1101
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1102
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1103
|
-
* @returns {string} A string representing the data_store.
|
1104
|
-
*/
|
1105
|
-
matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1106
|
-
/**
|
1107
|
-
* Parse the session from ProjectLocationCollectionDataStoreSession resource.
|
1108
|
-
*
|
1109
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1110
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1111
|
-
* @returns {string} A string representing the session.
|
1112
|
-
*/
|
1113
|
-
matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1114
1264
|
/**
|
1115
1265
|
* Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
|
1116
1266
|
*
|
@@ -1171,6 +1321,57 @@ export declare class CompletionServiceClient {
|
|
1171
1321
|
* @returns {string} A string representing the answer.
|
1172
1322
|
*/
|
1173
1323
|
matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1324
|
+
/**
|
1325
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessions resource name string.
|
1326
|
+
*
|
1327
|
+
* @param {string} project
|
1328
|
+
* @param {string} location
|
1329
|
+
* @param {string} collection
|
1330
|
+
* @param {string} data_store
|
1331
|
+
* @param {string} session
|
1332
|
+
* @returns {string} Resource name string.
|
1333
|
+
*/
|
1334
|
+
projectLocationCollectionDataStoreSessionsPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
1335
|
+
/**
|
1336
|
+
* Parse the project from ProjectLocationCollectionDataStoreSessions resource.
|
1337
|
+
*
|
1338
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1339
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1340
|
+
* @returns {string} A string representing the project.
|
1341
|
+
*/
|
1342
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1343
|
+
/**
|
1344
|
+
* Parse the location from ProjectLocationCollectionDataStoreSessions resource.
|
1345
|
+
*
|
1346
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1347
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1348
|
+
* @returns {string} A string representing the location.
|
1349
|
+
*/
|
1350
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1351
|
+
/**
|
1352
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessions resource.
|
1353
|
+
*
|
1354
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1355
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1356
|
+
* @returns {string} A string representing the collection.
|
1357
|
+
*/
|
1358
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1359
|
+
/**
|
1360
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessions resource.
|
1361
|
+
*
|
1362
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1363
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1364
|
+
* @returns {string} A string representing the data_store.
|
1365
|
+
*/
|
1366
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1367
|
+
/**
|
1368
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessions resource.
|
1369
|
+
*
|
1370
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1371
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1372
|
+
* @returns {string} A string representing the session.
|
1373
|
+
*/
|
1374
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1174
1375
|
/**
|
1175
1376
|
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
1176
1377
|
*
|
@@ -1468,57 +1669,6 @@ export declare class CompletionServiceClient {
|
|
1468
1669
|
* @returns {string} A string representing the serving_config.
|
1469
1670
|
*/
|
1470
1671
|
matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
1471
|
-
/**
|
1472
|
-
* Return a fully-qualified projectLocationCollectionEngineSession resource name string.
|
1473
|
-
*
|
1474
|
-
* @param {string} project
|
1475
|
-
* @param {string} location
|
1476
|
-
* @param {string} collection
|
1477
|
-
* @param {string} engine
|
1478
|
-
* @param {string} session
|
1479
|
-
* @returns {string} Resource name string.
|
1480
|
-
*/
|
1481
|
-
projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1482
|
-
/**
|
1483
|
-
* Parse the project from ProjectLocationCollectionEngineSession resource.
|
1484
|
-
*
|
1485
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1486
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1487
|
-
* @returns {string} A string representing the project.
|
1488
|
-
*/
|
1489
|
-
matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1490
|
-
/**
|
1491
|
-
* Parse the location from ProjectLocationCollectionEngineSession resource.
|
1492
|
-
*
|
1493
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1494
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1495
|
-
* @returns {string} A string representing the location.
|
1496
|
-
*/
|
1497
|
-
matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1498
|
-
/**
|
1499
|
-
* Parse the collection from ProjectLocationCollectionEngineSession resource.
|
1500
|
-
*
|
1501
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1502
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1503
|
-
* @returns {string} A string representing the collection.
|
1504
|
-
*/
|
1505
|
-
matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1506
|
-
/**
|
1507
|
-
* Parse the engine from ProjectLocationCollectionEngineSession resource.
|
1508
|
-
*
|
1509
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1510
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1511
|
-
* @returns {string} A string representing the engine.
|
1512
|
-
*/
|
1513
|
-
matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1514
|
-
/**
|
1515
|
-
* Parse the session from ProjectLocationCollectionEngineSession resource.
|
1516
|
-
*
|
1517
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1518
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1519
|
-
* @returns {string} A string representing the session.
|
1520
|
-
*/
|
1521
|
-
matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1522
1672
|
/**
|
1523
1673
|
* Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
|
1524
1674
|
*
|
@@ -1579,6 +1729,57 @@ export declare class CompletionServiceClient {
|
|
1579
1729
|
* @returns {string} A string representing the answer.
|
1580
1730
|
*/
|
1581
1731
|
matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1732
|
+
/**
|
1733
|
+
* Return a fully-qualified projectLocationCollectionEngineSessions resource name string.
|
1734
|
+
*
|
1735
|
+
* @param {string} project
|
1736
|
+
* @param {string} location
|
1737
|
+
* @param {string} collection
|
1738
|
+
* @param {string} engine
|
1739
|
+
* @param {string} session
|
1740
|
+
* @returns {string} Resource name string.
|
1741
|
+
*/
|
1742
|
+
projectLocationCollectionEngineSessionsPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1743
|
+
/**
|
1744
|
+
* Parse the project from ProjectLocationCollectionEngineSessions resource.
|
1745
|
+
*
|
1746
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1747
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1748
|
+
* @returns {string} A string representing the project.
|
1749
|
+
*/
|
1750
|
+
matchProjectFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1751
|
+
/**
|
1752
|
+
* Parse the location from ProjectLocationCollectionEngineSessions resource.
|
1753
|
+
*
|
1754
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1755
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1756
|
+
* @returns {string} A string representing the location.
|
1757
|
+
*/
|
1758
|
+
matchLocationFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1759
|
+
/**
|
1760
|
+
* Parse the collection from ProjectLocationCollectionEngineSessions resource.
|
1761
|
+
*
|
1762
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1763
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1764
|
+
* @returns {string} A string representing the collection.
|
1765
|
+
*/
|
1766
|
+
matchCollectionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1767
|
+
/**
|
1768
|
+
* Parse the engine from ProjectLocationCollectionEngineSessions resource.
|
1769
|
+
*
|
1770
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1771
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1772
|
+
* @returns {string} A string representing the engine.
|
1773
|
+
*/
|
1774
|
+
matchEngineFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1775
|
+
/**
|
1776
|
+
* Parse the session from ProjectLocationCollectionEngineSessions resource.
|
1777
|
+
*
|
1778
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1779
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1780
|
+
* @returns {string} A string representing the session.
|
1781
|
+
*/
|
1782
|
+
matchSessionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1582
1783
|
/**
|
1583
1784
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
1584
1785
|
*
|
@@ -1966,48 +2167,6 @@ export declare class CompletionServiceClient {
|
|
1966
2167
|
* @returns {string} A string representing the serving_config.
|
1967
2168
|
*/
|
1968
2169
|
matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
1969
|
-
/**
|
1970
|
-
* Return a fully-qualified projectLocationDataStoreSession resource name string.
|
1971
|
-
*
|
1972
|
-
* @param {string} project
|
1973
|
-
* @param {string} location
|
1974
|
-
* @param {string} data_store
|
1975
|
-
* @param {string} session
|
1976
|
-
* @returns {string} Resource name string.
|
1977
|
-
*/
|
1978
|
-
projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
|
1979
|
-
/**
|
1980
|
-
* Parse the project from ProjectLocationDataStoreSession resource.
|
1981
|
-
*
|
1982
|
-
* @param {string} projectLocationDataStoreSessionName
|
1983
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
1984
|
-
* @returns {string} A string representing the project.
|
1985
|
-
*/
|
1986
|
-
matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1987
|
-
/**
|
1988
|
-
* Parse the location from ProjectLocationDataStoreSession resource.
|
1989
|
-
*
|
1990
|
-
* @param {string} projectLocationDataStoreSessionName
|
1991
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
1992
|
-
* @returns {string} A string representing the location.
|
1993
|
-
*/
|
1994
|
-
matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1995
|
-
/**
|
1996
|
-
* Parse the data_store from ProjectLocationDataStoreSession resource.
|
1997
|
-
*
|
1998
|
-
* @param {string} projectLocationDataStoreSessionName
|
1999
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
2000
|
-
* @returns {string} A string representing the data_store.
|
2001
|
-
*/
|
2002
|
-
matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
2003
|
-
/**
|
2004
|
-
* Parse the session from ProjectLocationDataStoreSession resource.
|
2005
|
-
*
|
2006
|
-
* @param {string} projectLocationDataStoreSessionName
|
2007
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
2008
|
-
* @returns {string} A string representing the session.
|
2009
|
-
*/
|
2010
|
-
matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
2011
2170
|
/**
|
2012
2171
|
* Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
|
2013
2172
|
*
|
@@ -2059,6 +2218,48 @@ export declare class CompletionServiceClient {
|
|
2059
2218
|
* @returns {string} A string representing the answer.
|
2060
2219
|
*/
|
2061
2220
|
matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
2221
|
+
/**
|
2222
|
+
* Return a fully-qualified projectLocationDataStoreSessions resource name string.
|
2223
|
+
*
|
2224
|
+
* @param {string} project
|
2225
|
+
* @param {string} location
|
2226
|
+
* @param {string} data_store
|
2227
|
+
* @param {string} session
|
2228
|
+
* @returns {string} Resource name string.
|
2229
|
+
*/
|
2230
|
+
projectLocationDataStoreSessionsPath(project: string, location: string, dataStore: string, session: string): string;
|
2231
|
+
/**
|
2232
|
+
* Parse the project from ProjectLocationDataStoreSessions resource.
|
2233
|
+
*
|
2234
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2235
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2236
|
+
* @returns {string} A string representing the project.
|
2237
|
+
*/
|
2238
|
+
matchProjectFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2239
|
+
/**
|
2240
|
+
* Parse the location from ProjectLocationDataStoreSessions resource.
|
2241
|
+
*
|
2242
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2243
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2244
|
+
* @returns {string} A string representing the location.
|
2245
|
+
*/
|
2246
|
+
matchLocationFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2247
|
+
/**
|
2248
|
+
* Parse the data_store from ProjectLocationDataStoreSessions resource.
|
2249
|
+
*
|
2250
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2251
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2252
|
+
* @returns {string} A string representing the data_store.
|
2253
|
+
*/
|
2254
|
+
matchDataStoreFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2255
|
+
/**
|
2256
|
+
* Parse the session from ProjectLocationDataStoreSessions resource.
|
2257
|
+
*
|
2258
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2259
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2260
|
+
* @returns {string} A string representing the session.
|
2261
|
+
*/
|
2262
|
+
matchSessionFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2062
2263
|
/**
|
2063
2264
|
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
2064
2265
|
*
|