@google-cloud/discoveryengine 2.2.0 → 2.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +30 -0
- package/build/protos/google/cloud/discoveryengine/v1/answer.proto +17 -0
- package/build/protos/google/cloud/discoveryengine/v1/assist_answer.proto +251 -0
- package/build/protos/google/cloud/discoveryengine/v1/assistant.proto +44 -0
- package/build/protos/google/cloud/discoveryengine/v1/assistant_service.proto +217 -0
- package/build/protos/google/cloud/discoveryengine/v1/chunk.proto +52 -0
- package/build/protos/google/cloud/discoveryengine/v1/cmek_config_service.proto +300 -0
- package/build/protos/google/cloud/discoveryengine/v1/common.proto +67 -0
- package/build/protos/google/cloud/discoveryengine/v1/control.proto +1 -3
- package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +18 -3
- package/build/protos/google/cloud/discoveryengine/v1/data_store.proto +54 -2
- package/build/protos/google/cloud/discoveryengine/v1/data_store_service.proto +14 -0
- package/build/protos/google/cloud/discoveryengine/v1/document.proto +95 -4
- package/build/protos/google/cloud/discoveryengine/v1/document_processing_config.proto +28 -1
- package/build/protos/google/cloud/discoveryengine/v1/engine.proto +131 -6
- package/build/protos/google/cloud/discoveryengine/v1/grounded_generation_service.proto +8 -0
- package/build/protos/google/cloud/discoveryengine/v1/grounding.proto +9 -0
- package/build/protos/google/cloud/discoveryengine/v1/identity_mapping_store.proto +84 -0
- package/build/protos/google/cloud/discoveryengine/v1/identity_mapping_store_service.proto +375 -0
- package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +14 -14
- package/build/protos/google/cloud/discoveryengine/v1/session.proto +21 -8
- package/build/protos/google/cloud/discoveryengine/v1/session_service.proto +128 -0
- package/build/protos/google/cloud/discoveryengine/v1/site_search_engine.proto +6 -0
- package/build/protos/google/cloud/discoveryengine/v1/user_license.proto +98 -0
- package/build/protos/google/cloud/discoveryengine/v1/user_license_service.proto +191 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +15 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +30 -9
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +8 -14
- package/build/protos/google/cloud/discoveryengine/v1alpha/session.proto +238 -8
- package/build/protos/google/cloud/discoveryengine/v1alpha/session_service.proto +201 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +26 -5
- package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +8 -14
- package/build/protos/google/cloud/discoveryengine/v1beta/session.proto +40 -8
- package/build/protos/google/cloud/discoveryengine/v1beta/session_service.proto +128 -0
- package/build/protos/protos.d.ts +21218 -11675
- package/build/protos/protos.js +92642 -66407
- package/build/protos/protos.json +5854 -2801
- package/build/src/index.d.ts +16 -1
- package/build/src/index.js +12 -2
- package/build/src/v1/assistant_service_client.d.ts +2058 -0
- package/build/src/v1/assistant_service_client.js +2957 -0
- package/build/src/v1/assistant_service_client_config.json +43 -0
- package/build/src/v1/assistant_service_proto_list.json +48 -0
- package/build/src/v1/cmek_config_service_client.d.ts +2398 -0
- package/build/src/v1/cmek_config_service_client.js +3426 -0
- package/build/src/v1/cmek_config_service_client_config.json +42 -0
- package/build/src/v1/cmek_config_service_proto_list.json +48 -0
- package/build/src/v1/completion_service_client.d.ts +345 -144
- package/build/src/v1/completion_service_client.js +482 -198
- package/build/src/v1/completion_service_proto_list.json +10 -1
- package/build/src/v1/control_service_client.d.ts +345 -144
- package/build/src/v1/control_service_client.js +498 -196
- package/build/src/v1/control_service_proto_list.json +10 -1
- package/build/src/v1/conversational_search_service_client.d.ts +392 -155
- package/build/src/v1/conversational_search_service_client.js +572 -204
- package/build/src/v1/conversational_search_service_proto_list.json +10 -1
- package/build/src/v1/data_store_service_client.d.ts +351 -144
- package/build/src/v1/data_store_service_client.js +488 -198
- package/build/src/v1/data_store_service_proto_list.json +10 -1
- package/build/src/v1/document_service_client.d.ts +345 -144
- package/build/src/v1/document_service_client.js +506 -198
- package/build/src/v1/document_service_proto_list.json +10 -1
- package/build/src/v1/engine_service_client.d.ts +345 -144
- package/build/src/v1/engine_service_client.js +488 -198
- package/build/src/v1/engine_service_proto_list.json +10 -1
- package/build/src/v1/gapic_metadata.json +270 -0
- package/build/src/v1/grounded_generation_service_client.d.ts +345 -144
- package/build/src/v1/grounded_generation_service_client.js +486 -196
- package/build/src/v1/grounded_generation_service_proto_list.json +10 -1
- package/build/src/v1/identity_mapping_store_service_client.d.ts +2581 -0
- package/build/src/v1/identity_mapping_store_service_client.js +3601 -0
- package/build/src/v1/identity_mapping_store_service_client_config.json +54 -0
- package/build/src/v1/identity_mapping_store_service_proto_list.json +48 -0
- package/build/src/v1/index.d.ts +5 -0
- package/build/src/v1/index.js +11 -1
- package/build/src/v1/project_service_client.d.ts +345 -144
- package/build/src/v1/project_service_client.js +476 -198
- package/build/src/v1/project_service_proto_list.json +10 -1
- package/build/src/v1/rank_service_client.d.ts +345 -144
- package/build/src/v1/rank_service_client.js +480 -196
- package/build/src/v1/rank_service_proto_list.json +10 -1
- package/build/src/v1/recommendation_service_client.d.ts +345 -144
- package/build/src/v1/recommendation_service_client.js +480 -196
- package/build/src/v1/recommendation_service_proto_list.json +10 -1
- package/build/src/v1/schema_service_client.d.ts +345 -144
- package/build/src/v1/schema_service_client.js +482 -198
- package/build/src/v1/schema_service_proto_list.json +10 -1
- package/build/src/v1/search_service_client.d.ts +393 -228
- package/build/src/v1/search_service_client.js +506 -252
- package/build/src/v1/search_service_proto_list.json +10 -1
- package/build/src/v1/search_tuning_service_client.d.ts +345 -144
- package/build/src/v1/search_tuning_service_client.js +482 -198
- package/build/src/v1/search_tuning_service_proto_list.json +10 -1
- package/build/src/v1/serving_config_service_client.d.ts +345 -144
- package/build/src/v1/serving_config_service_client.js +480 -196
- package/build/src/v1/serving_config_service_proto_list.json +10 -1
- package/build/src/v1/session_service_client.d.ts +2326 -0
- package/build/src/v1/session_service_client.js +3218 -0
- package/build/src/v1/session_service_client_config.json +63 -0
- package/build/src/v1/session_service_proto_list.json +48 -0
- package/build/src/v1/site_search_engine_service_client.d.ts +345 -144
- package/build/src/v1/site_search_engine_service_client.js +494 -198
- package/build/src/v1/site_search_engine_service_proto_list.json +10 -1
- package/build/src/v1/user_event_service_client.d.ts +345 -144
- package/build/src/v1/user_event_service_client.js +488 -198
- package/build/src/v1/user_event_service_proto_list.json +10 -1
- package/build/src/v1/user_license_service_client.d.ts +2367 -0
- package/build/src/v1/user_license_service_client.js +3346 -0
- package/build/src/v1/user_license_service_client_config.json +34 -0
- package/build/src/v1/user_license_service_proto_list.json +48 -0
- package/build/src/v1alpha/acl_config_service_client.d.ts +144 -144
- package/build/src/v1alpha/acl_config_service_client.js +208 -196
- package/build/src/v1alpha/acl_config_service_proto_list.json +1 -0
- package/build/src/v1alpha/chunk_service_client.d.ts +144 -144
- package/build/src/v1alpha/chunk_service_client.js +202 -196
- package/build/src/v1alpha/chunk_service_proto_list.json +1 -0
- package/build/src/v1alpha/completion_service_client.d.ts +144 -144
- package/build/src/v1alpha/completion_service_client.js +203 -197
- package/build/src/v1alpha/completion_service_proto_list.json +1 -0
- package/build/src/v1alpha/control_service_client.d.ts +144 -144
- package/build/src/v1alpha/control_service_client.js +220 -196
- package/build/src/v1alpha/control_service_proto_list.json +1 -0
- package/build/src/v1alpha/conversational_search_service_client.d.ts +221 -167
- package/build/src/v1alpha/conversational_search_service_client.js +310 -210
- package/build/src/v1alpha/conversational_search_service_proto_list.json +1 -0
- package/build/src/v1alpha/data_store_service_client.d.ts +144 -144
- package/build/src/v1alpha/data_store_service_client.js +221 -197
- package/build/src/v1alpha/data_store_service_proto_list.json +1 -0
- package/build/src/v1alpha/document_service_client.d.ts +144 -144
- package/build/src/v1alpha/document_service_client.js +233 -197
- package/build/src/v1alpha/document_service_proto_list.json +1 -0
- package/build/src/v1alpha/engine_service_client.d.ts +144 -144
- package/build/src/v1alpha/engine_service_client.js +221 -197
- package/build/src/v1alpha/engine_service_proto_list.json +1 -0
- package/build/src/v1alpha/estimate_billing_service_client.d.ts +144 -144
- package/build/src/v1alpha/estimate_billing_service_client.js +197 -197
- package/build/src/v1alpha/estimate_billing_service_proto_list.json +1 -0
- package/build/src/v1alpha/evaluation_service_client.d.ts +144 -144
- package/build/src/v1alpha/evaluation_service_client.js +203 -197
- package/build/src/v1alpha/evaluation_service_proto_list.json +1 -0
- package/build/src/v1alpha/gapic_metadata.json +82 -0
- package/build/src/v1alpha/grounded_generation_service_client.d.ts +144 -144
- package/build/src/v1alpha/grounded_generation_service_client.js +202 -196
- package/build/src/v1alpha/grounded_generation_service_proto_list.json +1 -0
- package/build/src/v1alpha/index.d.ts +1 -0
- package/build/src/v1alpha/index.js +3 -1
- package/build/src/v1alpha/project_service_client.d.ts +144 -144
- package/build/src/v1alpha/project_service_client.js +209 -197
- package/build/src/v1alpha/project_service_proto_list.json +1 -0
- package/build/src/v1alpha/rank_service_client.d.ts +144 -144
- package/build/src/v1alpha/rank_service_client.js +202 -196
- package/build/src/v1alpha/rank_service_proto_list.json +1 -0
- package/build/src/v1alpha/recommendation_service_client.d.ts +144 -144
- package/build/src/v1alpha/recommendation_service_client.js +202 -196
- package/build/src/v1alpha/recommendation_service_proto_list.json +1 -0
- package/build/src/v1alpha/sample_query_service_client.d.ts +144 -144
- package/build/src/v1alpha/sample_query_service_client.js +221 -197
- package/build/src/v1alpha/sample_query_service_proto_list.json +1 -0
- package/build/src/v1alpha/sample_query_set_service_client.d.ts +144 -144
- package/build/src/v1alpha/sample_query_set_service_client.js +220 -196
- package/build/src/v1alpha/sample_query_set_service_proto_list.json +1 -0
- package/build/src/v1alpha/schema_service_client.d.ts +144 -144
- package/build/src/v1alpha/schema_service_client.js +203 -197
- package/build/src/v1alpha/schema_service_proto_list.json +1 -0
- package/build/src/v1alpha/search_service_client.d.ts +168 -186
- package/build/src/v1alpha/search_service_client.js +212 -224
- package/build/src/v1alpha/search_service_proto_list.json +1 -0
- package/build/src/v1alpha/search_tuning_service_client.d.ts +144 -144
- package/build/src/v1alpha/search_tuning_service_client.js +203 -197
- package/build/src/v1alpha/search_tuning_service_proto_list.json +1 -0
- package/build/src/v1alpha/serving_config_service_client.d.ts +144 -144
- package/build/src/v1alpha/serving_config_service_client.js +208 -196
- package/build/src/v1alpha/serving_config_service_proto_list.json +1 -0
- package/build/src/v1alpha/session_service_client.d.ts +2331 -0
- package/build/src/v1alpha/session_service_client.js +3161 -0
- package/build/src/v1alpha/session_service_client_config.json +68 -0
- package/build/src/v1alpha/session_service_proto_list.json +49 -0
- package/build/src/v1alpha/site_search_engine_service_client.d.ts +144 -144
- package/build/src/v1alpha/site_search_engine_service_client.js +215 -197
- package/build/src/v1alpha/site_search_engine_service_proto_list.json +1 -0
- package/build/src/v1alpha/user_event_service_client.d.ts +144 -144
- package/build/src/v1alpha/user_event_service_client.js +209 -197
- package/build/src/v1alpha/user_event_service_proto_list.json +1 -0
- package/build/src/v1beta/completion_service_client.d.ts +144 -144
- package/build/src/v1beta/completion_service_client.js +209 -197
- package/build/src/v1beta/completion_service_proto_list.json +1 -0
- package/build/src/v1beta/control_service_client.d.ts +144 -144
- package/build/src/v1beta/control_service_client.js +220 -196
- package/build/src/v1beta/control_service_proto_list.json +1 -0
- package/build/src/v1beta/conversational_search_service_client.d.ts +215 -161
- package/build/src/v1beta/conversational_search_service_client.js +308 -208
- package/build/src/v1beta/conversational_search_service_proto_list.json +1 -0
- package/build/src/v1beta/data_store_service_client.d.ts +144 -144
- package/build/src/v1beta/data_store_service_client.js +209 -197
- package/build/src/v1beta/data_store_service_proto_list.json +1 -0
- package/build/src/v1beta/document_service_client.d.ts +144 -144
- package/build/src/v1beta/document_service_client.js +227 -197
- package/build/src/v1beta/document_service_proto_list.json +1 -0
- package/build/src/v1beta/engine_service_client.d.ts +144 -144
- package/build/src/v1beta/engine_service_client.js +221 -197
- package/build/src/v1beta/engine_service_proto_list.json +1 -0
- package/build/src/v1beta/evaluation_service_client.d.ts +144 -144
- package/build/src/v1beta/evaluation_service_client.js +203 -197
- package/build/src/v1beta/evaluation_service_proto_list.json +1 -0
- package/build/src/v1beta/gapic_metadata.json +68 -0
- package/build/src/v1beta/grounded_generation_service_client.d.ts +144 -144
- package/build/src/v1beta/grounded_generation_service_client.js +208 -196
- package/build/src/v1beta/grounded_generation_service_proto_list.json +1 -0
- package/build/src/v1beta/index.d.ts +1 -0
- package/build/src/v1beta/index.js +3 -1
- package/build/src/v1beta/project_service_client.d.ts +144 -144
- package/build/src/v1beta/project_service_client.js +197 -197
- package/build/src/v1beta/project_service_proto_list.json +1 -0
- package/build/src/v1beta/rank_service_client.d.ts +144 -144
- package/build/src/v1beta/rank_service_client.js +202 -196
- package/build/src/v1beta/rank_service_proto_list.json +1 -0
- package/build/src/v1beta/recommendation_service_client.d.ts +144 -144
- package/build/src/v1beta/recommendation_service_client.js +202 -196
- package/build/src/v1beta/recommendation_service_proto_list.json +1 -0
- package/build/src/v1beta/sample_query_service_client.d.ts +144 -144
- package/build/src/v1beta/sample_query_service_client.js +221 -197
- package/build/src/v1beta/sample_query_service_proto_list.json +1 -0
- package/build/src/v1beta/sample_query_set_service_client.d.ts +144 -144
- package/build/src/v1beta/sample_query_set_service_client.js +220 -196
- package/build/src/v1beta/sample_query_set_service_proto_list.json +1 -0
- package/build/src/v1beta/schema_service_client.d.ts +144 -144
- package/build/src/v1beta/schema_service_client.js +203 -197
- package/build/src/v1beta/schema_service_proto_list.json +1 -0
- package/build/src/v1beta/search_service_client.d.ts +192 -228
- package/build/src/v1beta/search_service_client.js +228 -252
- package/build/src/v1beta/search_service_proto_list.json +1 -0
- package/build/src/v1beta/search_tuning_service_client.d.ts +144 -144
- package/build/src/v1beta/search_tuning_service_client.js +203 -197
- package/build/src/v1beta/search_tuning_service_proto_list.json +1 -0
- package/build/src/v1beta/serving_config_service_client.d.ts +144 -144
- package/build/src/v1beta/serving_config_service_client.js +208 -196
- package/build/src/v1beta/serving_config_service_proto_list.json +1 -0
- package/build/src/v1beta/session_service_client.d.ts +2266 -0
- package/build/src/v1beta/session_service_client.js +3136 -0
- package/build/src/v1beta/session_service_client_config.json +63 -0
- package/build/src/v1beta/session_service_proto_list.json +45 -0
- package/build/src/v1beta/site_search_engine_service_client.d.ts +144 -144
- package/build/src/v1beta/site_search_engine_service_client.js +215 -197
- package/build/src/v1beta/site_search_engine_service_proto_list.json +1 -0
- package/build/src/v1beta/user_event_service_client.d.ts +144 -144
- package/build/src/v1beta/user_event_service_client.js +209 -197
- package/build/src/v1beta/user_event_service_proto_list.json +1 -0
- package/package.json +7 -7
- package/CHANGELOG.md +0 -274
@@ -1,6 +1,10 @@
|
|
1
1
|
[
|
2
2
|
"../../protos/google/cloud/discoveryengine/v1/answer.proto",
|
3
|
+
"../../protos/google/cloud/discoveryengine/v1/assist_answer.proto",
|
4
|
+
"../../protos/google/cloud/discoveryengine/v1/assistant.proto",
|
5
|
+
"../../protos/google/cloud/discoveryengine/v1/assistant_service.proto",
|
3
6
|
"../../protos/google/cloud/discoveryengine/v1/chunk.proto",
|
7
|
+
"../../protos/google/cloud/discoveryengine/v1/cmek_config_service.proto",
|
4
8
|
"../../protos/google/cloud/discoveryengine/v1/common.proto",
|
5
9
|
"../../protos/google/cloud/discoveryengine/v1/completion.proto",
|
6
10
|
"../../protos/google/cloud/discoveryengine/v1/completion_service.proto",
|
@@ -18,6 +22,8 @@
|
|
18
22
|
"../../protos/google/cloud/discoveryengine/v1/engine_service.proto",
|
19
23
|
"../../protos/google/cloud/discoveryengine/v1/grounded_generation_service.proto",
|
20
24
|
"../../protos/google/cloud/discoveryengine/v1/grounding.proto",
|
25
|
+
"../../protos/google/cloud/discoveryengine/v1/identity_mapping_store.proto",
|
26
|
+
"../../protos/google/cloud/discoveryengine/v1/identity_mapping_store_service.proto",
|
21
27
|
"../../protos/google/cloud/discoveryengine/v1/import_config.proto",
|
22
28
|
"../../protos/google/cloud/discoveryengine/v1/project.proto",
|
23
29
|
"../../protos/google/cloud/discoveryengine/v1/project_service.proto",
|
@@ -32,8 +38,11 @@
|
|
32
38
|
"../../protos/google/cloud/discoveryengine/v1/serving_config.proto",
|
33
39
|
"../../protos/google/cloud/discoveryengine/v1/serving_config_service.proto",
|
34
40
|
"../../protos/google/cloud/discoveryengine/v1/session.proto",
|
41
|
+
"../../protos/google/cloud/discoveryengine/v1/session_service.proto",
|
35
42
|
"../../protos/google/cloud/discoveryengine/v1/site_search_engine.proto",
|
36
43
|
"../../protos/google/cloud/discoveryengine/v1/site_search_engine_service.proto",
|
37
44
|
"../../protos/google/cloud/discoveryengine/v1/user_event.proto",
|
38
|
-
"../../protos/google/cloud/discoveryengine/v1/user_event_service.proto"
|
45
|
+
"../../protos/google/cloud/discoveryengine/v1/user_event_service.proto",
|
46
|
+
"../../protos/google/cloud/discoveryengine/v1/user_license.proto",
|
47
|
+
"../../protos/google/cloud/discoveryengine/v1/user_license_service.proto"
|
39
48
|
]
|
@@ -303,6 +303,117 @@ export declare class RecommendationServiceClient {
|
|
303
303
|
* ```
|
304
304
|
*/
|
305
305
|
listLocationsAsync(request: LocationProtos.google.cloud.location.IListLocationsRequest, options?: CallOptions): AsyncIterable<LocationProtos.google.cloud.location.ILocation>;
|
306
|
+
/**
|
307
|
+
* Return a fully-qualified assistAnswer resource name string.
|
308
|
+
*
|
309
|
+
* @param {string} project
|
310
|
+
* @param {string} location
|
311
|
+
* @param {string} collection
|
312
|
+
* @param {string} engine
|
313
|
+
* @param {string} session
|
314
|
+
* @param {string} assist_answer
|
315
|
+
* @returns {string} Resource name string.
|
316
|
+
*/
|
317
|
+
assistAnswerPath(project: string, location: string, collection: string, engine: string, session: string, assistAnswer: string): string;
|
318
|
+
/**
|
319
|
+
* Parse the project from AssistAnswer resource.
|
320
|
+
*
|
321
|
+
* @param {string} assistAnswerName
|
322
|
+
* A fully-qualified path representing AssistAnswer resource.
|
323
|
+
* @returns {string} A string representing the project.
|
324
|
+
*/
|
325
|
+
matchProjectFromAssistAnswerName(assistAnswerName: string): string | number;
|
326
|
+
/**
|
327
|
+
* Parse the location from AssistAnswer resource.
|
328
|
+
*
|
329
|
+
* @param {string} assistAnswerName
|
330
|
+
* A fully-qualified path representing AssistAnswer resource.
|
331
|
+
* @returns {string} A string representing the location.
|
332
|
+
*/
|
333
|
+
matchLocationFromAssistAnswerName(assistAnswerName: string): string | number;
|
334
|
+
/**
|
335
|
+
* Parse the collection from AssistAnswer resource.
|
336
|
+
*
|
337
|
+
* @param {string} assistAnswerName
|
338
|
+
* A fully-qualified path representing AssistAnswer resource.
|
339
|
+
* @returns {string} A string representing the collection.
|
340
|
+
*/
|
341
|
+
matchCollectionFromAssistAnswerName(assistAnswerName: string): string | number;
|
342
|
+
/**
|
343
|
+
* Parse the engine from AssistAnswer resource.
|
344
|
+
*
|
345
|
+
* @param {string} assistAnswerName
|
346
|
+
* A fully-qualified path representing AssistAnswer resource.
|
347
|
+
* @returns {string} A string representing the engine.
|
348
|
+
*/
|
349
|
+
matchEngineFromAssistAnswerName(assistAnswerName: string): string | number;
|
350
|
+
/**
|
351
|
+
* Parse the session from AssistAnswer resource.
|
352
|
+
*
|
353
|
+
* @param {string} assistAnswerName
|
354
|
+
* A fully-qualified path representing AssistAnswer resource.
|
355
|
+
* @returns {string} A string representing the session.
|
356
|
+
*/
|
357
|
+
matchSessionFromAssistAnswerName(assistAnswerName: string): string | number;
|
358
|
+
/**
|
359
|
+
* Parse the assist_answer from AssistAnswer resource.
|
360
|
+
*
|
361
|
+
* @param {string} assistAnswerName
|
362
|
+
* A fully-qualified path representing AssistAnswer resource.
|
363
|
+
* @returns {string} A string representing the assist_answer.
|
364
|
+
*/
|
365
|
+
matchAssistAnswerFromAssistAnswerName(assistAnswerName: string): string | number;
|
366
|
+
/**
|
367
|
+
* Return a fully-qualified assistant resource name string.
|
368
|
+
*
|
369
|
+
* @param {string} project
|
370
|
+
* @param {string} location
|
371
|
+
* @param {string} collection
|
372
|
+
* @param {string} engine
|
373
|
+
* @param {string} assistant
|
374
|
+
* @returns {string} Resource name string.
|
375
|
+
*/
|
376
|
+
assistantPath(project: string, location: string, collection: string, engine: string, assistant: string): string;
|
377
|
+
/**
|
378
|
+
* Parse the project from Assistant resource.
|
379
|
+
*
|
380
|
+
* @param {string} assistantName
|
381
|
+
* A fully-qualified path representing Assistant resource.
|
382
|
+
* @returns {string} A string representing the project.
|
383
|
+
*/
|
384
|
+
matchProjectFromAssistantName(assistantName: string): string | number;
|
385
|
+
/**
|
386
|
+
* Parse the location from Assistant resource.
|
387
|
+
*
|
388
|
+
* @param {string} assistantName
|
389
|
+
* A fully-qualified path representing Assistant resource.
|
390
|
+
* @returns {string} A string representing the location.
|
391
|
+
*/
|
392
|
+
matchLocationFromAssistantName(assistantName: string): string | number;
|
393
|
+
/**
|
394
|
+
* Parse the collection from Assistant resource.
|
395
|
+
*
|
396
|
+
* @param {string} assistantName
|
397
|
+
* A fully-qualified path representing Assistant resource.
|
398
|
+
* @returns {string} A string representing the collection.
|
399
|
+
*/
|
400
|
+
matchCollectionFromAssistantName(assistantName: string): string | number;
|
401
|
+
/**
|
402
|
+
* Parse the engine from Assistant resource.
|
403
|
+
*
|
404
|
+
* @param {string} assistantName
|
405
|
+
* A fully-qualified path representing Assistant resource.
|
406
|
+
* @returns {string} A string representing the engine.
|
407
|
+
*/
|
408
|
+
matchEngineFromAssistantName(assistantName: string): string | number;
|
409
|
+
/**
|
410
|
+
* Parse the assistant from Assistant resource.
|
411
|
+
*
|
412
|
+
* @param {string} assistantName
|
413
|
+
* A fully-qualified path representing Assistant resource.
|
414
|
+
* @returns {string} A string representing the assistant.
|
415
|
+
*/
|
416
|
+
matchAssistantFromAssistantName(assistantName: string): string | number;
|
306
417
|
/**
|
307
418
|
* Return a fully-qualified engine resource name string.
|
308
419
|
*
|
@@ -345,6 +456,39 @@ export declare class RecommendationServiceClient {
|
|
345
456
|
* @returns {string} A string representing the engine.
|
346
457
|
*/
|
347
458
|
matchEngineFromEngineName(engineName: string): string | number;
|
459
|
+
/**
|
460
|
+
* Return a fully-qualified identityMappingStore resource name string.
|
461
|
+
*
|
462
|
+
* @param {string} project
|
463
|
+
* @param {string} location
|
464
|
+
* @param {string} identity_mapping_store
|
465
|
+
* @returns {string} Resource name string.
|
466
|
+
*/
|
467
|
+
identityMappingStorePath(project: string, location: string, identityMappingStore: string): string;
|
468
|
+
/**
|
469
|
+
* Parse the project from IdentityMappingStore resource.
|
470
|
+
*
|
471
|
+
* @param {string} identityMappingStoreName
|
472
|
+
* A fully-qualified path representing IdentityMappingStore resource.
|
473
|
+
* @returns {string} A string representing the project.
|
474
|
+
*/
|
475
|
+
matchProjectFromIdentityMappingStoreName(identityMappingStoreName: string): string | number;
|
476
|
+
/**
|
477
|
+
* Parse the location from IdentityMappingStore resource.
|
478
|
+
*
|
479
|
+
* @param {string} identityMappingStoreName
|
480
|
+
* A fully-qualified path representing IdentityMappingStore resource.
|
481
|
+
* @returns {string} A string representing the location.
|
482
|
+
*/
|
483
|
+
matchLocationFromIdentityMappingStoreName(identityMappingStoreName: string): string | number;
|
484
|
+
/**
|
485
|
+
* Parse the identity_mapping_store from IdentityMappingStore resource.
|
486
|
+
*
|
487
|
+
* @param {string} identityMappingStoreName
|
488
|
+
* A fully-qualified path representing IdentityMappingStore resource.
|
489
|
+
* @returns {string} A string representing the identity_mapping_store.
|
490
|
+
*/
|
491
|
+
matchIdentityMappingStoreFromIdentityMappingStoreName(identityMappingStoreName: string): string | number;
|
348
492
|
/**
|
349
493
|
* Return a fully-qualified project resource name string.
|
350
494
|
*
|
@@ -360,6 +504,63 @@ export declare class RecommendationServiceClient {
|
|
360
504
|
* @returns {string} A string representing the project.
|
361
505
|
*/
|
362
506
|
matchProjectFromProjectName(projectName: string): string | number;
|
507
|
+
/**
|
508
|
+
* Return a fully-qualified projectLocationCmekConfig resource name string.
|
509
|
+
*
|
510
|
+
* @param {string} project
|
511
|
+
* @param {string} location
|
512
|
+
* @returns {string} Resource name string.
|
513
|
+
*/
|
514
|
+
projectLocationCmekConfigPath(project: string, location: string): string;
|
515
|
+
/**
|
516
|
+
* Parse the project from ProjectLocationCmekConfig resource.
|
517
|
+
*
|
518
|
+
* @param {string} projectLocationCmekConfigName
|
519
|
+
* A fully-qualified path representing project_location_cmekConfig resource.
|
520
|
+
* @returns {string} A string representing the project.
|
521
|
+
*/
|
522
|
+
matchProjectFromProjectLocationCmekConfigName(projectLocationCmekConfigName: string): string | number;
|
523
|
+
/**
|
524
|
+
* Parse the location from ProjectLocationCmekConfig resource.
|
525
|
+
*
|
526
|
+
* @param {string} projectLocationCmekConfigName
|
527
|
+
* A fully-qualified path representing project_location_cmekConfig resource.
|
528
|
+
* @returns {string} A string representing the location.
|
529
|
+
*/
|
530
|
+
matchLocationFromProjectLocationCmekConfigName(projectLocationCmekConfigName: string): string | number;
|
531
|
+
/**
|
532
|
+
* Return a fully-qualified projectLocationCmekConfigs resource name string.
|
533
|
+
*
|
534
|
+
* @param {string} project
|
535
|
+
* @param {string} location
|
536
|
+
* @param {string} cmek_config
|
537
|
+
* @returns {string} Resource name string.
|
538
|
+
*/
|
539
|
+
projectLocationCmekConfigsPath(project: string, location: string, cmekConfig: string): string;
|
540
|
+
/**
|
541
|
+
* Parse the project from ProjectLocationCmekConfigs resource.
|
542
|
+
*
|
543
|
+
* @param {string} projectLocationCmekConfigsName
|
544
|
+
* A fully-qualified path representing project_location_cmekConfigs resource.
|
545
|
+
* @returns {string} A string representing the project.
|
546
|
+
*/
|
547
|
+
matchProjectFromProjectLocationCmekConfigsName(projectLocationCmekConfigsName: string): string | number;
|
548
|
+
/**
|
549
|
+
* Parse the location from ProjectLocationCmekConfigs resource.
|
550
|
+
*
|
551
|
+
* @param {string} projectLocationCmekConfigsName
|
552
|
+
* A fully-qualified path representing project_location_cmekConfigs resource.
|
553
|
+
* @returns {string} A string representing the location.
|
554
|
+
*/
|
555
|
+
matchLocationFromProjectLocationCmekConfigsName(projectLocationCmekConfigsName: string): string | number;
|
556
|
+
/**
|
557
|
+
* Parse the cmek_config from ProjectLocationCmekConfigs resource.
|
558
|
+
*
|
559
|
+
* @param {string} projectLocationCmekConfigsName
|
560
|
+
* A fully-qualified path representing project_location_cmekConfigs resource.
|
561
|
+
* @returns {string} A string representing the cmek_config.
|
562
|
+
*/
|
563
|
+
matchCmekConfigFromProjectLocationCmekConfigsName(projectLocationCmekConfigsName: string): string | number;
|
363
564
|
/**
|
364
565
|
* Return a fully-qualified projectLocationCollectionDataStore resource name string.
|
365
566
|
*
|
@@ -828,57 +1029,6 @@ export declare class RecommendationServiceClient {
|
|
828
1029
|
* @returns {string} A string representing the serving_config.
|
829
1030
|
*/
|
830
1031
|
matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
831
|
-
/**
|
832
|
-
* Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
|
833
|
-
*
|
834
|
-
* @param {string} project
|
835
|
-
* @param {string} location
|
836
|
-
* @param {string} collection
|
837
|
-
* @param {string} data_store
|
838
|
-
* @param {string} session
|
839
|
-
* @returns {string} Resource name string.
|
840
|
-
*/
|
841
|
-
projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
842
|
-
/**
|
843
|
-
* Parse the project from ProjectLocationCollectionDataStoreSession resource.
|
844
|
-
*
|
845
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
846
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
847
|
-
* @returns {string} A string representing the project.
|
848
|
-
*/
|
849
|
-
matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
850
|
-
/**
|
851
|
-
* Parse the location from ProjectLocationCollectionDataStoreSession resource.
|
852
|
-
*
|
853
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
854
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
855
|
-
* @returns {string} A string representing the location.
|
856
|
-
*/
|
857
|
-
matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
858
|
-
/**
|
859
|
-
* Parse the collection from ProjectLocationCollectionDataStoreSession resource.
|
860
|
-
*
|
861
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
862
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
863
|
-
* @returns {string} A string representing the collection.
|
864
|
-
*/
|
865
|
-
matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
866
|
-
/**
|
867
|
-
* Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
|
868
|
-
*
|
869
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
870
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
871
|
-
* @returns {string} A string representing the data_store.
|
872
|
-
*/
|
873
|
-
matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
874
|
-
/**
|
875
|
-
* Parse the session from ProjectLocationCollectionDataStoreSession resource.
|
876
|
-
*
|
877
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
878
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
879
|
-
* @returns {string} A string representing the session.
|
880
|
-
*/
|
881
|
-
matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
882
1032
|
/**
|
883
1033
|
* Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
|
884
1034
|
*
|
@@ -939,6 +1089,57 @@ export declare class RecommendationServiceClient {
|
|
939
1089
|
* @returns {string} A string representing the answer.
|
940
1090
|
*/
|
941
1091
|
matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1092
|
+
/**
|
1093
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessions resource name string.
|
1094
|
+
*
|
1095
|
+
* @param {string} project
|
1096
|
+
* @param {string} location
|
1097
|
+
* @param {string} collection
|
1098
|
+
* @param {string} data_store
|
1099
|
+
* @param {string} session
|
1100
|
+
* @returns {string} Resource name string.
|
1101
|
+
*/
|
1102
|
+
projectLocationCollectionDataStoreSessionsPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
1103
|
+
/**
|
1104
|
+
* Parse the project from ProjectLocationCollectionDataStoreSessions resource.
|
1105
|
+
*
|
1106
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1107
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1108
|
+
* @returns {string} A string representing the project.
|
1109
|
+
*/
|
1110
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1111
|
+
/**
|
1112
|
+
* Parse the location from ProjectLocationCollectionDataStoreSessions resource.
|
1113
|
+
*
|
1114
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1115
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1116
|
+
* @returns {string} A string representing the location.
|
1117
|
+
*/
|
1118
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1119
|
+
/**
|
1120
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessions resource.
|
1121
|
+
*
|
1122
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1123
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1124
|
+
* @returns {string} A string representing the collection.
|
1125
|
+
*/
|
1126
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1127
|
+
/**
|
1128
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessions resource.
|
1129
|
+
*
|
1130
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1131
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1132
|
+
* @returns {string} A string representing the data_store.
|
1133
|
+
*/
|
1134
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1135
|
+
/**
|
1136
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessions resource.
|
1137
|
+
*
|
1138
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1139
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1140
|
+
* @returns {string} A string representing the session.
|
1141
|
+
*/
|
1142
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
942
1143
|
/**
|
943
1144
|
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
944
1145
|
*
|
@@ -1236,57 +1437,6 @@ export declare class RecommendationServiceClient {
|
|
1236
1437
|
* @returns {string} A string representing the serving_config.
|
1237
1438
|
*/
|
1238
1439
|
matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
1239
|
-
/**
|
1240
|
-
* Return a fully-qualified projectLocationCollectionEngineSession resource name string.
|
1241
|
-
*
|
1242
|
-
* @param {string} project
|
1243
|
-
* @param {string} location
|
1244
|
-
* @param {string} collection
|
1245
|
-
* @param {string} engine
|
1246
|
-
* @param {string} session
|
1247
|
-
* @returns {string} Resource name string.
|
1248
|
-
*/
|
1249
|
-
projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1250
|
-
/**
|
1251
|
-
* Parse the project from ProjectLocationCollectionEngineSession resource.
|
1252
|
-
*
|
1253
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1254
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1255
|
-
* @returns {string} A string representing the project.
|
1256
|
-
*/
|
1257
|
-
matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1258
|
-
/**
|
1259
|
-
* Parse the location from ProjectLocationCollectionEngineSession resource.
|
1260
|
-
*
|
1261
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1262
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1263
|
-
* @returns {string} A string representing the location.
|
1264
|
-
*/
|
1265
|
-
matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1266
|
-
/**
|
1267
|
-
* Parse the collection from ProjectLocationCollectionEngineSession resource.
|
1268
|
-
*
|
1269
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1270
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1271
|
-
* @returns {string} A string representing the collection.
|
1272
|
-
*/
|
1273
|
-
matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1274
|
-
/**
|
1275
|
-
* Parse the engine from ProjectLocationCollectionEngineSession resource.
|
1276
|
-
*
|
1277
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1278
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1279
|
-
* @returns {string} A string representing the engine.
|
1280
|
-
*/
|
1281
|
-
matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1282
|
-
/**
|
1283
|
-
* Parse the session from ProjectLocationCollectionEngineSession resource.
|
1284
|
-
*
|
1285
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1286
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1287
|
-
* @returns {string} A string representing the session.
|
1288
|
-
*/
|
1289
|
-
matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1290
1440
|
/**
|
1291
1441
|
* Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
|
1292
1442
|
*
|
@@ -1347,6 +1497,57 @@ export declare class RecommendationServiceClient {
|
|
1347
1497
|
* @returns {string} A string representing the answer.
|
1348
1498
|
*/
|
1349
1499
|
matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1500
|
+
/**
|
1501
|
+
* Return a fully-qualified projectLocationCollectionEngineSessions resource name string.
|
1502
|
+
*
|
1503
|
+
* @param {string} project
|
1504
|
+
* @param {string} location
|
1505
|
+
* @param {string} collection
|
1506
|
+
* @param {string} engine
|
1507
|
+
* @param {string} session
|
1508
|
+
* @returns {string} Resource name string.
|
1509
|
+
*/
|
1510
|
+
projectLocationCollectionEngineSessionsPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1511
|
+
/**
|
1512
|
+
* Parse the project from ProjectLocationCollectionEngineSessions resource.
|
1513
|
+
*
|
1514
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1515
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1516
|
+
* @returns {string} A string representing the project.
|
1517
|
+
*/
|
1518
|
+
matchProjectFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1519
|
+
/**
|
1520
|
+
* Parse the location from ProjectLocationCollectionEngineSessions resource.
|
1521
|
+
*
|
1522
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1523
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1524
|
+
* @returns {string} A string representing the location.
|
1525
|
+
*/
|
1526
|
+
matchLocationFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1527
|
+
/**
|
1528
|
+
* Parse the collection from ProjectLocationCollectionEngineSessions resource.
|
1529
|
+
*
|
1530
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1531
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1532
|
+
* @returns {string} A string representing the collection.
|
1533
|
+
*/
|
1534
|
+
matchCollectionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1535
|
+
/**
|
1536
|
+
* Parse the engine from ProjectLocationCollectionEngineSessions resource.
|
1537
|
+
*
|
1538
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1539
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1540
|
+
* @returns {string} A string representing the engine.
|
1541
|
+
*/
|
1542
|
+
matchEngineFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1543
|
+
/**
|
1544
|
+
* Parse the session from ProjectLocationCollectionEngineSessions resource.
|
1545
|
+
*
|
1546
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1547
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1548
|
+
* @returns {string} A string representing the session.
|
1549
|
+
*/
|
1550
|
+
matchSessionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1350
1551
|
/**
|
1351
1552
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
1352
1553
|
*
|
@@ -1734,48 +1935,6 @@ export declare class RecommendationServiceClient {
|
|
1734
1935
|
* @returns {string} A string representing the serving_config.
|
1735
1936
|
*/
|
1736
1937
|
matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
1737
|
-
/**
|
1738
|
-
* Return a fully-qualified projectLocationDataStoreSession resource name string.
|
1739
|
-
*
|
1740
|
-
* @param {string} project
|
1741
|
-
* @param {string} location
|
1742
|
-
* @param {string} data_store
|
1743
|
-
* @param {string} session
|
1744
|
-
* @returns {string} Resource name string.
|
1745
|
-
*/
|
1746
|
-
projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
|
1747
|
-
/**
|
1748
|
-
* Parse the project from ProjectLocationDataStoreSession resource.
|
1749
|
-
*
|
1750
|
-
* @param {string} projectLocationDataStoreSessionName
|
1751
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
1752
|
-
* @returns {string} A string representing the project.
|
1753
|
-
*/
|
1754
|
-
matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1755
|
-
/**
|
1756
|
-
* Parse the location from ProjectLocationDataStoreSession resource.
|
1757
|
-
*
|
1758
|
-
* @param {string} projectLocationDataStoreSessionName
|
1759
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
1760
|
-
* @returns {string} A string representing the location.
|
1761
|
-
*/
|
1762
|
-
matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1763
|
-
/**
|
1764
|
-
* Parse the data_store from ProjectLocationDataStoreSession resource.
|
1765
|
-
*
|
1766
|
-
* @param {string} projectLocationDataStoreSessionName
|
1767
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
1768
|
-
* @returns {string} A string representing the data_store.
|
1769
|
-
*/
|
1770
|
-
matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1771
|
-
/**
|
1772
|
-
* Parse the session from ProjectLocationDataStoreSession resource.
|
1773
|
-
*
|
1774
|
-
* @param {string} projectLocationDataStoreSessionName
|
1775
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
1776
|
-
* @returns {string} A string representing the session.
|
1777
|
-
*/
|
1778
|
-
matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1779
1938
|
/**
|
1780
1939
|
* Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
|
1781
1940
|
*
|
@@ -1827,6 +1986,48 @@ export declare class RecommendationServiceClient {
|
|
1827
1986
|
* @returns {string} A string representing the answer.
|
1828
1987
|
*/
|
1829
1988
|
matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1989
|
+
/**
|
1990
|
+
* Return a fully-qualified projectLocationDataStoreSessions resource name string.
|
1991
|
+
*
|
1992
|
+
* @param {string} project
|
1993
|
+
* @param {string} location
|
1994
|
+
* @param {string} data_store
|
1995
|
+
* @param {string} session
|
1996
|
+
* @returns {string} Resource name string.
|
1997
|
+
*/
|
1998
|
+
projectLocationDataStoreSessionsPath(project: string, location: string, dataStore: string, session: string): string;
|
1999
|
+
/**
|
2000
|
+
* Parse the project from ProjectLocationDataStoreSessions resource.
|
2001
|
+
*
|
2002
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2003
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2004
|
+
* @returns {string} A string representing the project.
|
2005
|
+
*/
|
2006
|
+
matchProjectFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2007
|
+
/**
|
2008
|
+
* Parse the location from ProjectLocationDataStoreSessions resource.
|
2009
|
+
*
|
2010
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2011
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2012
|
+
* @returns {string} A string representing the location.
|
2013
|
+
*/
|
2014
|
+
matchLocationFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2015
|
+
/**
|
2016
|
+
* Parse the data_store from ProjectLocationDataStoreSessions resource.
|
2017
|
+
*
|
2018
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2019
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2020
|
+
* @returns {string} A string representing the data_store.
|
2021
|
+
*/
|
2022
|
+
matchDataStoreFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2023
|
+
/**
|
2024
|
+
* Parse the session from ProjectLocationDataStoreSessions resource.
|
2025
|
+
*
|
2026
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2027
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2028
|
+
* @returns {string} A string representing the session.
|
2029
|
+
*/
|
2030
|
+
matchSessionFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
1830
2031
|
/**
|
1831
2032
|
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
1832
2033
|
*
|