@google-cloud/discoveryengine 2.3.0 → 2.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -0
- package/build/protos/google/cloud/discoveryengine/v1/assist_answer.proto +251 -0
- package/build/protos/google/cloud/discoveryengine/v1/assistant.proto +44 -0
- package/build/protos/google/cloud/discoveryengine/v1/assistant_service.proto +217 -0
- package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +15 -3
- package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +8 -14
- package/build/protos/google/cloud/discoveryengine/v1/session.proto +21 -8
- package/build/protos/google/cloud/discoveryengine/v1/session_service.proto +128 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +15 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +30 -9
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +8 -14
- package/build/protos/google/cloud/discoveryengine/v1alpha/session.proto +238 -8
- package/build/protos/google/cloud/discoveryengine/v1alpha/session_service.proto +201 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +26 -5
- package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +8 -14
- package/build/protos/google/cloud/discoveryengine/v1beta/session.proto +40 -8
- package/build/protos/google/cloud/discoveryengine/v1beta/session_service.proto +128 -0
- package/build/protos/protos.d.ts +15057 -10636
- package/build/protos/protos.js +45523 -34174
- package/build/protos/protos.json +4835 -3203
- package/build/src/index.d.ts +7 -1
- package/build/src/index.js +6 -2
- package/build/src/v1/assistant_service_client.d.ts +2058 -0
- package/build/src/v1/assistant_service_client.js +2957 -0
- package/build/src/v1/assistant_service_client_config.json +43 -0
- package/build/src/v1/assistant_service_proto_list.json +48 -0
- package/build/src/v1/cmek_config_service_client.d.ts +255 -144
- package/build/src/v1/cmek_config_service_client.js +348 -196
- package/build/src/v1/cmek_config_service_proto_list.json +4 -0
- package/build/src/v1/completion_service_client.d.ts +255 -144
- package/build/src/v1/completion_service_client.js +348 -196
- package/build/src/v1/completion_service_proto_list.json +4 -0
- package/build/src/v1/control_service_client.d.ts +255 -144
- package/build/src/v1/control_service_client.js +348 -196
- package/build/src/v1/control_service_proto_list.json +4 -0
- package/build/src/v1/conversational_search_service_client.d.ts +302 -155
- package/build/src/v1/conversational_search_service_client.js +380 -204
- package/build/src/v1/conversational_search_service_proto_list.json +4 -0
- package/build/src/v1/data_store_service_client.d.ts +255 -144
- package/build/src/v1/data_store_service_client.js +348 -196
- package/build/src/v1/data_store_service_proto_list.json +4 -0
- package/build/src/v1/document_service_client.d.ts +255 -144
- package/build/src/v1/document_service_client.js +348 -196
- package/build/src/v1/document_service_proto_list.json +4 -0
- package/build/src/v1/engine_service_client.d.ts +255 -144
- package/build/src/v1/engine_service_client.js +348 -196
- package/build/src/v1/engine_service_proto_list.json +4 -0
- package/build/src/v1/gapic_metadata.json +86 -0
- package/build/src/v1/grounded_generation_service_client.d.ts +255 -144
- package/build/src/v1/grounded_generation_service_client.js +348 -196
- package/build/src/v1/grounded_generation_service_proto_list.json +4 -0
- package/build/src/v1/identity_mapping_store_service_client.d.ts +255 -144
- package/build/src/v1/identity_mapping_store_service_client.js +348 -196
- package/build/src/v1/identity_mapping_store_service_proto_list.json +4 -0
- package/build/src/v1/index.d.ts +2 -0
- package/build/src/v1/index.js +5 -1
- package/build/src/v1/project_service_client.d.ts +255 -144
- package/build/src/v1/project_service_client.js +348 -196
- package/build/src/v1/project_service_proto_list.json +4 -0
- package/build/src/v1/rank_service_client.d.ts +255 -144
- package/build/src/v1/rank_service_client.js +348 -196
- package/build/src/v1/rank_service_proto_list.json +4 -0
- package/build/src/v1/recommendation_service_client.d.ts +255 -144
- package/build/src/v1/recommendation_service_client.js +348 -196
- package/build/src/v1/recommendation_service_proto_list.json +4 -0
- package/build/src/v1/schema_service_client.d.ts +255 -144
- package/build/src/v1/schema_service_client.js +348 -196
- package/build/src/v1/schema_service_proto_list.json +4 -0
- package/build/src/v1/search_service_client.d.ts +303 -228
- package/build/src/v1/search_service_client.js +380 -252
- package/build/src/v1/search_service_proto_list.json +4 -0
- package/build/src/v1/search_tuning_service_client.d.ts +255 -144
- package/build/src/v1/search_tuning_service_client.js +348 -196
- package/build/src/v1/search_tuning_service_proto_list.json +4 -0
- package/build/src/v1/serving_config_service_client.d.ts +255 -144
- package/build/src/v1/serving_config_service_client.js +348 -196
- package/build/src/v1/serving_config_service_proto_list.json +4 -0
- package/build/src/v1/session_service_client.d.ts +2326 -0
- package/build/src/v1/session_service_client.js +3218 -0
- package/build/src/v1/session_service_client_config.json +63 -0
- package/build/src/v1/session_service_proto_list.json +48 -0
- package/build/src/v1/site_search_engine_service_client.d.ts +255 -144
- package/build/src/v1/site_search_engine_service_client.js +348 -196
- package/build/src/v1/site_search_engine_service_proto_list.json +4 -0
- package/build/src/v1/user_event_service_client.d.ts +255 -144
- package/build/src/v1/user_event_service_client.js +348 -196
- package/build/src/v1/user_event_service_proto_list.json +4 -0
- package/build/src/v1/user_license_service_client.d.ts +255 -144
- package/build/src/v1/user_license_service_client.js +348 -196
- package/build/src/v1/user_license_service_proto_list.json +4 -0
- package/build/src/v1alpha/acl_config_service_client.d.ts +144 -144
- package/build/src/v1alpha/acl_config_service_client.js +196 -196
- package/build/src/v1alpha/acl_config_service_proto_list.json +1 -0
- package/build/src/v1alpha/chunk_service_client.d.ts +144 -144
- package/build/src/v1alpha/chunk_service_client.js +196 -196
- package/build/src/v1alpha/chunk_service_proto_list.json +1 -0
- package/build/src/v1alpha/completion_service_client.d.ts +144 -144
- package/build/src/v1alpha/completion_service_client.js +196 -196
- package/build/src/v1alpha/completion_service_proto_list.json +1 -0
- package/build/src/v1alpha/control_service_client.d.ts +144 -144
- package/build/src/v1alpha/control_service_client.js +196 -196
- package/build/src/v1alpha/control_service_proto_list.json +1 -0
- package/build/src/v1alpha/conversational_search_service_client.d.ts +221 -167
- package/build/src/v1alpha/conversational_search_service_client.js +244 -210
- package/build/src/v1alpha/conversational_search_service_proto_list.json +1 -0
- package/build/src/v1alpha/data_store_service_client.d.ts +144 -144
- package/build/src/v1alpha/data_store_service_client.js +196 -196
- package/build/src/v1alpha/data_store_service_proto_list.json +1 -0
- package/build/src/v1alpha/document_service_client.d.ts +144 -144
- package/build/src/v1alpha/document_service_client.js +196 -196
- package/build/src/v1alpha/document_service_proto_list.json +1 -0
- package/build/src/v1alpha/engine_service_client.d.ts +144 -144
- package/build/src/v1alpha/engine_service_client.js +196 -196
- package/build/src/v1alpha/engine_service_proto_list.json +1 -0
- package/build/src/v1alpha/estimate_billing_service_client.d.ts +144 -144
- package/build/src/v1alpha/estimate_billing_service_client.js +196 -196
- package/build/src/v1alpha/estimate_billing_service_proto_list.json +1 -0
- package/build/src/v1alpha/evaluation_service_client.d.ts +144 -144
- package/build/src/v1alpha/evaluation_service_client.js +196 -196
- package/build/src/v1alpha/evaluation_service_proto_list.json +1 -0
- package/build/src/v1alpha/gapic_metadata.json +82 -0
- package/build/src/v1alpha/grounded_generation_service_client.d.ts +144 -144
- package/build/src/v1alpha/grounded_generation_service_client.js +196 -196
- package/build/src/v1alpha/grounded_generation_service_proto_list.json +1 -0
- package/build/src/v1alpha/index.d.ts +1 -0
- package/build/src/v1alpha/index.js +3 -1
- package/build/src/v1alpha/project_service_client.d.ts +144 -144
- package/build/src/v1alpha/project_service_client.js +196 -196
- package/build/src/v1alpha/project_service_proto_list.json +1 -0
- package/build/src/v1alpha/rank_service_client.d.ts +144 -144
- package/build/src/v1alpha/rank_service_client.js +196 -196
- package/build/src/v1alpha/rank_service_proto_list.json +1 -0
- package/build/src/v1alpha/recommendation_service_client.d.ts +144 -144
- package/build/src/v1alpha/recommendation_service_client.js +196 -196
- package/build/src/v1alpha/recommendation_service_proto_list.json +1 -0
- package/build/src/v1alpha/sample_query_service_client.d.ts +144 -144
- package/build/src/v1alpha/sample_query_service_client.js +196 -196
- package/build/src/v1alpha/sample_query_service_proto_list.json +1 -0
- package/build/src/v1alpha/sample_query_set_service_client.d.ts +144 -144
- package/build/src/v1alpha/sample_query_set_service_client.js +196 -196
- package/build/src/v1alpha/sample_query_set_service_proto_list.json +1 -0
- package/build/src/v1alpha/schema_service_client.d.ts +144 -144
- package/build/src/v1alpha/schema_service_client.js +196 -196
- package/build/src/v1alpha/schema_service_proto_list.json +1 -0
- package/build/src/v1alpha/search_service_client.d.ts +168 -186
- package/build/src/v1alpha/search_service_client.js +212 -224
- package/build/src/v1alpha/search_service_proto_list.json +1 -0
- package/build/src/v1alpha/search_tuning_service_client.d.ts +144 -144
- package/build/src/v1alpha/search_tuning_service_client.js +196 -196
- package/build/src/v1alpha/search_tuning_service_proto_list.json +1 -0
- package/build/src/v1alpha/serving_config_service_client.d.ts +144 -144
- package/build/src/v1alpha/serving_config_service_client.js +196 -196
- package/build/src/v1alpha/serving_config_service_proto_list.json +1 -0
- package/build/src/v1alpha/session_service_client.d.ts +2331 -0
- package/build/src/v1alpha/session_service_client.js +3161 -0
- package/build/src/v1alpha/session_service_client_config.json +68 -0
- package/build/src/v1alpha/session_service_proto_list.json +49 -0
- package/build/src/v1alpha/site_search_engine_service_client.d.ts +144 -144
- package/build/src/v1alpha/site_search_engine_service_client.js +196 -196
- package/build/src/v1alpha/site_search_engine_service_proto_list.json +1 -0
- package/build/src/v1alpha/user_event_service_client.d.ts +144 -144
- package/build/src/v1alpha/user_event_service_client.js +196 -196
- package/build/src/v1alpha/user_event_service_proto_list.json +1 -0
- package/build/src/v1beta/completion_service_client.d.ts +144 -144
- package/build/src/v1beta/completion_service_client.js +196 -196
- package/build/src/v1beta/completion_service_proto_list.json +1 -0
- package/build/src/v1beta/control_service_client.d.ts +144 -144
- package/build/src/v1beta/control_service_client.js +196 -196
- package/build/src/v1beta/control_service_proto_list.json +1 -0
- package/build/src/v1beta/conversational_search_service_client.d.ts +215 -161
- package/build/src/v1beta/conversational_search_service_client.js +242 -208
- package/build/src/v1beta/conversational_search_service_proto_list.json +1 -0
- package/build/src/v1beta/data_store_service_client.d.ts +144 -144
- package/build/src/v1beta/data_store_service_client.js +196 -196
- package/build/src/v1beta/data_store_service_proto_list.json +1 -0
- package/build/src/v1beta/document_service_client.d.ts +144 -144
- package/build/src/v1beta/document_service_client.js +196 -196
- package/build/src/v1beta/document_service_proto_list.json +1 -0
- package/build/src/v1beta/engine_service_client.d.ts +144 -144
- package/build/src/v1beta/engine_service_client.js +196 -196
- package/build/src/v1beta/engine_service_proto_list.json +1 -0
- package/build/src/v1beta/evaluation_service_client.d.ts +144 -144
- package/build/src/v1beta/evaluation_service_client.js +196 -196
- package/build/src/v1beta/evaluation_service_proto_list.json +1 -0
- package/build/src/v1beta/gapic_metadata.json +68 -0
- package/build/src/v1beta/grounded_generation_service_client.d.ts +144 -144
- package/build/src/v1beta/grounded_generation_service_client.js +196 -196
- package/build/src/v1beta/grounded_generation_service_proto_list.json +1 -0
- package/build/src/v1beta/index.d.ts +1 -0
- package/build/src/v1beta/index.js +3 -1
- package/build/src/v1beta/project_service_client.d.ts +144 -144
- package/build/src/v1beta/project_service_client.js +196 -196
- package/build/src/v1beta/project_service_proto_list.json +1 -0
- package/build/src/v1beta/rank_service_client.d.ts +144 -144
- package/build/src/v1beta/rank_service_client.js +196 -196
- package/build/src/v1beta/rank_service_proto_list.json +1 -0
- package/build/src/v1beta/recommendation_service_client.d.ts +144 -144
- package/build/src/v1beta/recommendation_service_client.js +196 -196
- package/build/src/v1beta/recommendation_service_proto_list.json +1 -0
- package/build/src/v1beta/sample_query_service_client.d.ts +144 -144
- package/build/src/v1beta/sample_query_service_client.js +196 -196
- package/build/src/v1beta/sample_query_service_proto_list.json +1 -0
- package/build/src/v1beta/sample_query_set_service_client.d.ts +144 -144
- package/build/src/v1beta/sample_query_set_service_client.js +196 -196
- package/build/src/v1beta/sample_query_set_service_proto_list.json +1 -0
- package/build/src/v1beta/schema_service_client.d.ts +144 -144
- package/build/src/v1beta/schema_service_client.js +196 -196
- package/build/src/v1beta/schema_service_proto_list.json +1 -0
- package/build/src/v1beta/search_service_client.d.ts +192 -228
- package/build/src/v1beta/search_service_client.js +228 -252
- package/build/src/v1beta/search_service_proto_list.json +1 -0
- package/build/src/v1beta/search_tuning_service_client.d.ts +144 -144
- package/build/src/v1beta/search_tuning_service_client.js +196 -196
- package/build/src/v1beta/search_tuning_service_proto_list.json +1 -0
- package/build/src/v1beta/serving_config_service_client.d.ts +144 -144
- package/build/src/v1beta/serving_config_service_client.js +196 -196
- package/build/src/v1beta/serving_config_service_proto_list.json +1 -0
- package/build/src/v1beta/session_service_client.d.ts +2266 -0
- package/build/src/v1beta/session_service_client.js +3136 -0
- package/build/src/v1beta/session_service_client_config.json +63 -0
- package/build/src/v1beta/session_service_proto_list.json +45 -0
- package/build/src/v1beta/site_search_engine_service_client.d.ts +144 -144
- package/build/src/v1beta/site_search_engine_service_client.js +196 -196
- package/build/src/v1beta/site_search_engine_service_proto_list.json +1 -0
- package/build/src/v1beta/user_event_service_client.d.ts +144 -144
- package/build/src/v1beta/user_event_service_client.js +196 -196
- package/build/src/v1beta/user_event_service_proto_list.json +1 -0
- package/package.json +1 -1
@@ -0,0 +1,63 @@
|
|
1
|
+
{
|
2
|
+
"interfaces": {
|
3
|
+
"google.cloud.discoveryengine.v1.SessionService": {
|
4
|
+
"retry_codes": {
|
5
|
+
"non_idempotent": [],
|
6
|
+
"idempotent": [
|
7
|
+
"DEADLINE_EXCEEDED",
|
8
|
+
"UNAVAILABLE"
|
9
|
+
],
|
10
|
+
"unavailable": [
|
11
|
+
"UNAVAILABLE"
|
12
|
+
]
|
13
|
+
},
|
14
|
+
"retry_params": {
|
15
|
+
"default": {
|
16
|
+
"initial_retry_delay_millis": 100,
|
17
|
+
"retry_delay_multiplier": 1.3,
|
18
|
+
"max_retry_delay_millis": 60000,
|
19
|
+
"initial_rpc_timeout_millis": 60000,
|
20
|
+
"rpc_timeout_multiplier": 1,
|
21
|
+
"max_rpc_timeout_millis": 60000,
|
22
|
+
"total_timeout_millis": 600000
|
23
|
+
},
|
24
|
+
"ce5b960a6ed052e690863808e4f0deff3dc7d49f": {
|
25
|
+
"initial_retry_delay_millis": 1000,
|
26
|
+
"retry_delay_multiplier": 1.3,
|
27
|
+
"max_retry_delay_millis": 10000,
|
28
|
+
"initial_rpc_timeout_millis": 60000,
|
29
|
+
"rpc_timeout_multiplier": 1,
|
30
|
+
"max_rpc_timeout_millis": 60000,
|
31
|
+
"total_timeout_millis": 600000
|
32
|
+
}
|
33
|
+
},
|
34
|
+
"methods": {
|
35
|
+
"CreateSession": {
|
36
|
+
"timeout_millis": 30000,
|
37
|
+
"retry_codes_name": "unavailable",
|
38
|
+
"retry_params_name": "ce5b960a6ed052e690863808e4f0deff3dc7d49f"
|
39
|
+
},
|
40
|
+
"DeleteSession": {
|
41
|
+
"timeout_millis": 30000,
|
42
|
+
"retry_codes_name": "unavailable",
|
43
|
+
"retry_params_name": "ce5b960a6ed052e690863808e4f0deff3dc7d49f"
|
44
|
+
},
|
45
|
+
"UpdateSession": {
|
46
|
+
"timeout_millis": 30000,
|
47
|
+
"retry_codes_name": "unavailable",
|
48
|
+
"retry_params_name": "ce5b960a6ed052e690863808e4f0deff3dc7d49f"
|
49
|
+
},
|
50
|
+
"GetSession": {
|
51
|
+
"timeout_millis": 30000,
|
52
|
+
"retry_codes_name": "unavailable",
|
53
|
+
"retry_params_name": "ce5b960a6ed052e690863808e4f0deff3dc7d49f"
|
54
|
+
},
|
55
|
+
"ListSessions": {
|
56
|
+
"timeout_millis": 30000,
|
57
|
+
"retry_codes_name": "unavailable",
|
58
|
+
"retry_params_name": "ce5b960a6ed052e690863808e4f0deff3dc7d49f"
|
59
|
+
}
|
60
|
+
}
|
61
|
+
}
|
62
|
+
}
|
63
|
+
}
|
@@ -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
|
+
]
|
@@ -1041,6 +1041,117 @@ export declare class SiteSearchEngineServiceClient {
|
|
1041
1041
|
* ```
|
1042
1042
|
*/
|
1043
1043
|
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>;
|
1044
|
+
/**
|
1045
|
+
* Return a fully-qualified assistAnswer resource name string.
|
1046
|
+
*
|
1047
|
+
* @param {string} project
|
1048
|
+
* @param {string} location
|
1049
|
+
* @param {string} collection
|
1050
|
+
* @param {string} engine
|
1051
|
+
* @param {string} session
|
1052
|
+
* @param {string} assist_answer
|
1053
|
+
* @returns {string} Resource name string.
|
1054
|
+
*/
|
1055
|
+
assistAnswerPath(project: string, location: string, collection: string, engine: string, session: string, assistAnswer: string): string;
|
1056
|
+
/**
|
1057
|
+
* Parse the project from AssistAnswer resource.
|
1058
|
+
*
|
1059
|
+
* @param {string} assistAnswerName
|
1060
|
+
* A fully-qualified path representing AssistAnswer resource.
|
1061
|
+
* @returns {string} A string representing the project.
|
1062
|
+
*/
|
1063
|
+
matchProjectFromAssistAnswerName(assistAnswerName: string): string | number;
|
1064
|
+
/**
|
1065
|
+
* Parse the location from AssistAnswer resource.
|
1066
|
+
*
|
1067
|
+
* @param {string} assistAnswerName
|
1068
|
+
* A fully-qualified path representing AssistAnswer resource.
|
1069
|
+
* @returns {string} A string representing the location.
|
1070
|
+
*/
|
1071
|
+
matchLocationFromAssistAnswerName(assistAnswerName: string): string | number;
|
1072
|
+
/**
|
1073
|
+
* Parse the collection from AssistAnswer resource.
|
1074
|
+
*
|
1075
|
+
* @param {string} assistAnswerName
|
1076
|
+
* A fully-qualified path representing AssistAnswer resource.
|
1077
|
+
* @returns {string} A string representing the collection.
|
1078
|
+
*/
|
1079
|
+
matchCollectionFromAssistAnswerName(assistAnswerName: string): string | number;
|
1080
|
+
/**
|
1081
|
+
* Parse the engine from AssistAnswer resource.
|
1082
|
+
*
|
1083
|
+
* @param {string} assistAnswerName
|
1084
|
+
* A fully-qualified path representing AssistAnswer resource.
|
1085
|
+
* @returns {string} A string representing the engine.
|
1086
|
+
*/
|
1087
|
+
matchEngineFromAssistAnswerName(assistAnswerName: string): string | number;
|
1088
|
+
/**
|
1089
|
+
* Parse the session from AssistAnswer resource.
|
1090
|
+
*
|
1091
|
+
* @param {string} assistAnswerName
|
1092
|
+
* A fully-qualified path representing AssistAnswer resource.
|
1093
|
+
* @returns {string} A string representing the session.
|
1094
|
+
*/
|
1095
|
+
matchSessionFromAssistAnswerName(assistAnswerName: string): string | number;
|
1096
|
+
/**
|
1097
|
+
* Parse the assist_answer from AssistAnswer resource.
|
1098
|
+
*
|
1099
|
+
* @param {string} assistAnswerName
|
1100
|
+
* A fully-qualified path representing AssistAnswer resource.
|
1101
|
+
* @returns {string} A string representing the assist_answer.
|
1102
|
+
*/
|
1103
|
+
matchAssistAnswerFromAssistAnswerName(assistAnswerName: string): string | number;
|
1104
|
+
/**
|
1105
|
+
* Return a fully-qualified assistant resource name string.
|
1106
|
+
*
|
1107
|
+
* @param {string} project
|
1108
|
+
* @param {string} location
|
1109
|
+
* @param {string} collection
|
1110
|
+
* @param {string} engine
|
1111
|
+
* @param {string} assistant
|
1112
|
+
* @returns {string} Resource name string.
|
1113
|
+
*/
|
1114
|
+
assistantPath(project: string, location: string, collection: string, engine: string, assistant: string): string;
|
1115
|
+
/**
|
1116
|
+
* Parse the project from Assistant resource.
|
1117
|
+
*
|
1118
|
+
* @param {string} assistantName
|
1119
|
+
* A fully-qualified path representing Assistant resource.
|
1120
|
+
* @returns {string} A string representing the project.
|
1121
|
+
*/
|
1122
|
+
matchProjectFromAssistantName(assistantName: string): string | number;
|
1123
|
+
/**
|
1124
|
+
* Parse the location from Assistant resource.
|
1125
|
+
*
|
1126
|
+
* @param {string} assistantName
|
1127
|
+
* A fully-qualified path representing Assistant resource.
|
1128
|
+
* @returns {string} A string representing the location.
|
1129
|
+
*/
|
1130
|
+
matchLocationFromAssistantName(assistantName: string): string | number;
|
1131
|
+
/**
|
1132
|
+
* Parse the collection from Assistant resource.
|
1133
|
+
*
|
1134
|
+
* @param {string} assistantName
|
1135
|
+
* A fully-qualified path representing Assistant resource.
|
1136
|
+
* @returns {string} A string representing the collection.
|
1137
|
+
*/
|
1138
|
+
matchCollectionFromAssistantName(assistantName: string): string | number;
|
1139
|
+
/**
|
1140
|
+
* Parse the engine from Assistant resource.
|
1141
|
+
*
|
1142
|
+
* @param {string} assistantName
|
1143
|
+
* A fully-qualified path representing Assistant resource.
|
1144
|
+
* @returns {string} A string representing the engine.
|
1145
|
+
*/
|
1146
|
+
matchEngineFromAssistantName(assistantName: string): string | number;
|
1147
|
+
/**
|
1148
|
+
* Parse the assistant from Assistant resource.
|
1149
|
+
*
|
1150
|
+
* @param {string} assistantName
|
1151
|
+
* A fully-qualified path representing Assistant resource.
|
1152
|
+
* @returns {string} A string representing the assistant.
|
1153
|
+
*/
|
1154
|
+
matchAssistantFromAssistantName(assistantName: string): string | number;
|
1044
1155
|
/**
|
1045
1156
|
* Return a fully-qualified engine resource name string.
|
1046
1157
|
*
|
@@ -1656,57 +1767,6 @@ export declare class SiteSearchEngineServiceClient {
|
|
1656
1767
|
* @returns {string} A string representing the serving_config.
|
1657
1768
|
*/
|
1658
1769
|
matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
1659
|
-
/**
|
1660
|
-
* Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
|
1661
|
-
*
|
1662
|
-
* @param {string} project
|
1663
|
-
* @param {string} location
|
1664
|
-
* @param {string} collection
|
1665
|
-
* @param {string} data_store
|
1666
|
-
* @param {string} session
|
1667
|
-
* @returns {string} Resource name string.
|
1668
|
-
*/
|
1669
|
-
projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
1670
|
-
/**
|
1671
|
-
* Parse the project from ProjectLocationCollectionDataStoreSession resource.
|
1672
|
-
*
|
1673
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1674
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1675
|
-
* @returns {string} A string representing the project.
|
1676
|
-
*/
|
1677
|
-
matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1678
|
-
/**
|
1679
|
-
* Parse the location from ProjectLocationCollectionDataStoreSession resource.
|
1680
|
-
*
|
1681
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1682
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1683
|
-
* @returns {string} A string representing the location.
|
1684
|
-
*/
|
1685
|
-
matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1686
|
-
/**
|
1687
|
-
* Parse the collection from ProjectLocationCollectionDataStoreSession resource.
|
1688
|
-
*
|
1689
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1690
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1691
|
-
* @returns {string} A string representing the collection.
|
1692
|
-
*/
|
1693
|
-
matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1694
|
-
/**
|
1695
|
-
* Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
|
1696
|
-
*
|
1697
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1698
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1699
|
-
* @returns {string} A string representing the data_store.
|
1700
|
-
*/
|
1701
|
-
matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1702
|
-
/**
|
1703
|
-
* Parse the session from ProjectLocationCollectionDataStoreSession resource.
|
1704
|
-
*
|
1705
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1706
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1707
|
-
* @returns {string} A string representing the session.
|
1708
|
-
*/
|
1709
|
-
matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1710
1770
|
/**
|
1711
1771
|
* Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
|
1712
1772
|
*
|
@@ -1767,6 +1827,57 @@ export declare class SiteSearchEngineServiceClient {
|
|
1767
1827
|
* @returns {string} A string representing the answer.
|
1768
1828
|
*/
|
1769
1829
|
matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1830
|
+
/**
|
1831
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessions resource name string.
|
1832
|
+
*
|
1833
|
+
* @param {string} project
|
1834
|
+
* @param {string} location
|
1835
|
+
* @param {string} collection
|
1836
|
+
* @param {string} data_store
|
1837
|
+
* @param {string} session
|
1838
|
+
* @returns {string} Resource name string.
|
1839
|
+
*/
|
1840
|
+
projectLocationCollectionDataStoreSessionsPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
1841
|
+
/**
|
1842
|
+
* Parse the project 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 project.
|
1847
|
+
*/
|
1848
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1849
|
+
/**
|
1850
|
+
* Parse the location 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 location.
|
1855
|
+
*/
|
1856
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1857
|
+
/**
|
1858
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessions resource.
|
1859
|
+
*
|
1860
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1861
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1862
|
+
* @returns {string} A string representing the collection.
|
1863
|
+
*/
|
1864
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1865
|
+
/**
|
1866
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessions resource.
|
1867
|
+
*
|
1868
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1869
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1870
|
+
* @returns {string} A string representing the data_store.
|
1871
|
+
*/
|
1872
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1873
|
+
/**
|
1874
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessions resource.
|
1875
|
+
*
|
1876
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1877
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1878
|
+
* @returns {string} A string representing the session.
|
1879
|
+
*/
|
1880
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1770
1881
|
/**
|
1771
1882
|
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
1772
1883
|
*
|
@@ -2064,57 +2175,6 @@ export declare class SiteSearchEngineServiceClient {
|
|
2064
2175
|
* @returns {string} A string representing the serving_config.
|
2065
2176
|
*/
|
2066
2177
|
matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
2067
|
-
/**
|
2068
|
-
* Return a fully-qualified projectLocationCollectionEngineSession resource name string.
|
2069
|
-
*
|
2070
|
-
* @param {string} project
|
2071
|
-
* @param {string} location
|
2072
|
-
* @param {string} collection
|
2073
|
-
* @param {string} engine
|
2074
|
-
* @param {string} session
|
2075
|
-
* @returns {string} Resource name string.
|
2076
|
-
*/
|
2077
|
-
projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
2078
|
-
/**
|
2079
|
-
* Parse the project from ProjectLocationCollectionEngineSession resource.
|
2080
|
-
*
|
2081
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
2082
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
2083
|
-
* @returns {string} A string representing the project.
|
2084
|
-
*/
|
2085
|
-
matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
2086
|
-
/**
|
2087
|
-
* Parse the location from ProjectLocationCollectionEngineSession resource.
|
2088
|
-
*
|
2089
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
2090
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
2091
|
-
* @returns {string} A string representing the location.
|
2092
|
-
*/
|
2093
|
-
matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
2094
|
-
/**
|
2095
|
-
* Parse the collection from ProjectLocationCollectionEngineSession resource.
|
2096
|
-
*
|
2097
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
2098
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
2099
|
-
* @returns {string} A string representing the collection.
|
2100
|
-
*/
|
2101
|
-
matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
2102
|
-
/**
|
2103
|
-
* Parse the engine from ProjectLocationCollectionEngineSession resource.
|
2104
|
-
*
|
2105
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
2106
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
2107
|
-
* @returns {string} A string representing the engine.
|
2108
|
-
*/
|
2109
|
-
matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
2110
|
-
/**
|
2111
|
-
* Parse the session from ProjectLocationCollectionEngineSession resource.
|
2112
|
-
*
|
2113
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
2114
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
2115
|
-
* @returns {string} A string representing the session.
|
2116
|
-
*/
|
2117
|
-
matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
2118
2178
|
/**
|
2119
2179
|
* Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
|
2120
2180
|
*
|
@@ -2175,6 +2235,57 @@ export declare class SiteSearchEngineServiceClient {
|
|
2175
2235
|
* @returns {string} A string representing the answer.
|
2176
2236
|
*/
|
2177
2237
|
matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
2238
|
+
/**
|
2239
|
+
* Return a fully-qualified projectLocationCollectionEngineSessions resource name string.
|
2240
|
+
*
|
2241
|
+
* @param {string} project
|
2242
|
+
* @param {string} location
|
2243
|
+
* @param {string} collection
|
2244
|
+
* @param {string} engine
|
2245
|
+
* @param {string} session
|
2246
|
+
* @returns {string} Resource name string.
|
2247
|
+
*/
|
2248
|
+
projectLocationCollectionEngineSessionsPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
2249
|
+
/**
|
2250
|
+
* Parse the project 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 project.
|
2255
|
+
*/
|
2256
|
+
matchProjectFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
2257
|
+
/**
|
2258
|
+
* Parse the location 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 location.
|
2263
|
+
*/
|
2264
|
+
matchLocationFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
2265
|
+
/**
|
2266
|
+
* Parse the collection from ProjectLocationCollectionEngineSessions resource.
|
2267
|
+
*
|
2268
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
2269
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
2270
|
+
* @returns {string} A string representing the collection.
|
2271
|
+
*/
|
2272
|
+
matchCollectionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
2273
|
+
/**
|
2274
|
+
* Parse the engine from ProjectLocationCollectionEngineSessions resource.
|
2275
|
+
*
|
2276
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
2277
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
2278
|
+
* @returns {string} A string representing the engine.
|
2279
|
+
*/
|
2280
|
+
matchEngineFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
2281
|
+
/**
|
2282
|
+
* Parse the session from ProjectLocationCollectionEngineSessions resource.
|
2283
|
+
*
|
2284
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
2285
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
2286
|
+
* @returns {string} A string representing the session.
|
2287
|
+
*/
|
2288
|
+
matchSessionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
2178
2289
|
/**
|
2179
2290
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
2180
2291
|
*
|
@@ -2562,48 +2673,6 @@ export declare class SiteSearchEngineServiceClient {
|
|
2562
2673
|
* @returns {string} A string representing the serving_config.
|
2563
2674
|
*/
|
2564
2675
|
matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
2565
|
-
/**
|
2566
|
-
* Return a fully-qualified projectLocationDataStoreSession resource name string.
|
2567
|
-
*
|
2568
|
-
* @param {string} project
|
2569
|
-
* @param {string} location
|
2570
|
-
* @param {string} data_store
|
2571
|
-
* @param {string} session
|
2572
|
-
* @returns {string} Resource name string.
|
2573
|
-
*/
|
2574
|
-
projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
|
2575
|
-
/**
|
2576
|
-
* Parse the project from ProjectLocationDataStoreSession resource.
|
2577
|
-
*
|
2578
|
-
* @param {string} projectLocationDataStoreSessionName
|
2579
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
2580
|
-
* @returns {string} A string representing the project.
|
2581
|
-
*/
|
2582
|
-
matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
2583
|
-
/**
|
2584
|
-
* Parse the location from ProjectLocationDataStoreSession resource.
|
2585
|
-
*
|
2586
|
-
* @param {string} projectLocationDataStoreSessionName
|
2587
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
2588
|
-
* @returns {string} A string representing the location.
|
2589
|
-
*/
|
2590
|
-
matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
2591
|
-
/**
|
2592
|
-
* Parse the data_store from ProjectLocationDataStoreSession resource.
|
2593
|
-
*
|
2594
|
-
* @param {string} projectLocationDataStoreSessionName
|
2595
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
2596
|
-
* @returns {string} A string representing the data_store.
|
2597
|
-
*/
|
2598
|
-
matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
2599
|
-
/**
|
2600
|
-
* Parse the session from ProjectLocationDataStoreSession resource.
|
2601
|
-
*
|
2602
|
-
* @param {string} projectLocationDataStoreSessionName
|
2603
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
2604
|
-
* @returns {string} A string representing the session.
|
2605
|
-
*/
|
2606
|
-
matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
2607
2676
|
/**
|
2608
2677
|
* Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
|
2609
2678
|
*
|
@@ -2655,6 +2724,48 @@ export declare class SiteSearchEngineServiceClient {
|
|
2655
2724
|
* @returns {string} A string representing the answer.
|
2656
2725
|
*/
|
2657
2726
|
matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
2727
|
+
/**
|
2728
|
+
* Return a fully-qualified projectLocationDataStoreSessions resource name string.
|
2729
|
+
*
|
2730
|
+
* @param {string} project
|
2731
|
+
* @param {string} location
|
2732
|
+
* @param {string} data_store
|
2733
|
+
* @param {string} session
|
2734
|
+
* @returns {string} Resource name string.
|
2735
|
+
*/
|
2736
|
+
projectLocationDataStoreSessionsPath(project: string, location: string, dataStore: string, session: string): string;
|
2737
|
+
/**
|
2738
|
+
* Parse the project 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 project.
|
2743
|
+
*/
|
2744
|
+
matchProjectFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2745
|
+
/**
|
2746
|
+
* Parse the location from ProjectLocationDataStoreSessions resource.
|
2747
|
+
*
|
2748
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2749
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2750
|
+
* @returns {string} A string representing the location.
|
2751
|
+
*/
|
2752
|
+
matchLocationFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2753
|
+
/**
|
2754
|
+
* Parse the data_store from ProjectLocationDataStoreSessions resource.
|
2755
|
+
*
|
2756
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2757
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2758
|
+
* @returns {string} A string representing the data_store.
|
2759
|
+
*/
|
2760
|
+
matchDataStoreFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2761
|
+
/**
|
2762
|
+
* Parse the session from ProjectLocationDataStoreSessions resource.
|
2763
|
+
*
|
2764
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2765
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2766
|
+
* @returns {string} A string representing the session.
|
2767
|
+
*/
|
2768
|
+
matchSessionFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2658
2769
|
/**
|
2659
2770
|
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
2660
2771
|
*
|