@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
|
]
|
@@ -556,6 +556,117 @@ export declare class SchemaServiceClient {
|
|
556
556
|
* ```
|
557
557
|
*/
|
558
558
|
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>;
|
559
|
+
/**
|
560
|
+
* Return a fully-qualified assistAnswer resource name string.
|
561
|
+
*
|
562
|
+
* @param {string} project
|
563
|
+
* @param {string} location
|
564
|
+
* @param {string} collection
|
565
|
+
* @param {string} engine
|
566
|
+
* @param {string} session
|
567
|
+
* @param {string} assist_answer
|
568
|
+
* @returns {string} Resource name string.
|
569
|
+
*/
|
570
|
+
assistAnswerPath(project: string, location: string, collection: string, engine: string, session: string, assistAnswer: string): string;
|
571
|
+
/**
|
572
|
+
* Parse the project from AssistAnswer resource.
|
573
|
+
*
|
574
|
+
* @param {string} assistAnswerName
|
575
|
+
* A fully-qualified path representing AssistAnswer resource.
|
576
|
+
* @returns {string} A string representing the project.
|
577
|
+
*/
|
578
|
+
matchProjectFromAssistAnswerName(assistAnswerName: string): string | number;
|
579
|
+
/**
|
580
|
+
* Parse the location from AssistAnswer resource.
|
581
|
+
*
|
582
|
+
* @param {string} assistAnswerName
|
583
|
+
* A fully-qualified path representing AssistAnswer resource.
|
584
|
+
* @returns {string} A string representing the location.
|
585
|
+
*/
|
586
|
+
matchLocationFromAssistAnswerName(assistAnswerName: string): string | number;
|
587
|
+
/**
|
588
|
+
* Parse the collection from AssistAnswer resource.
|
589
|
+
*
|
590
|
+
* @param {string} assistAnswerName
|
591
|
+
* A fully-qualified path representing AssistAnswer resource.
|
592
|
+
* @returns {string} A string representing the collection.
|
593
|
+
*/
|
594
|
+
matchCollectionFromAssistAnswerName(assistAnswerName: string): string | number;
|
595
|
+
/**
|
596
|
+
* Parse the engine from AssistAnswer resource.
|
597
|
+
*
|
598
|
+
* @param {string} assistAnswerName
|
599
|
+
* A fully-qualified path representing AssistAnswer resource.
|
600
|
+
* @returns {string} A string representing the engine.
|
601
|
+
*/
|
602
|
+
matchEngineFromAssistAnswerName(assistAnswerName: string): string | number;
|
603
|
+
/**
|
604
|
+
* Parse the session from AssistAnswer resource.
|
605
|
+
*
|
606
|
+
* @param {string} assistAnswerName
|
607
|
+
* A fully-qualified path representing AssistAnswer resource.
|
608
|
+
* @returns {string} A string representing the session.
|
609
|
+
*/
|
610
|
+
matchSessionFromAssistAnswerName(assistAnswerName: string): string | number;
|
611
|
+
/**
|
612
|
+
* Parse the assist_answer from AssistAnswer resource.
|
613
|
+
*
|
614
|
+
* @param {string} assistAnswerName
|
615
|
+
* A fully-qualified path representing AssistAnswer resource.
|
616
|
+
* @returns {string} A string representing the assist_answer.
|
617
|
+
*/
|
618
|
+
matchAssistAnswerFromAssistAnswerName(assistAnswerName: string): string | number;
|
619
|
+
/**
|
620
|
+
* Return a fully-qualified assistant resource name string.
|
621
|
+
*
|
622
|
+
* @param {string} project
|
623
|
+
* @param {string} location
|
624
|
+
* @param {string} collection
|
625
|
+
* @param {string} engine
|
626
|
+
* @param {string} assistant
|
627
|
+
* @returns {string} Resource name string.
|
628
|
+
*/
|
629
|
+
assistantPath(project: string, location: string, collection: string, engine: string, assistant: string): string;
|
630
|
+
/**
|
631
|
+
* Parse the project from Assistant resource.
|
632
|
+
*
|
633
|
+
* @param {string} assistantName
|
634
|
+
* A fully-qualified path representing Assistant resource.
|
635
|
+
* @returns {string} A string representing the project.
|
636
|
+
*/
|
637
|
+
matchProjectFromAssistantName(assistantName: string): string | number;
|
638
|
+
/**
|
639
|
+
* Parse the location from Assistant resource.
|
640
|
+
*
|
641
|
+
* @param {string} assistantName
|
642
|
+
* A fully-qualified path representing Assistant resource.
|
643
|
+
* @returns {string} A string representing the location.
|
644
|
+
*/
|
645
|
+
matchLocationFromAssistantName(assistantName: string): string | number;
|
646
|
+
/**
|
647
|
+
* Parse the collection from Assistant resource.
|
648
|
+
*
|
649
|
+
* @param {string} assistantName
|
650
|
+
* A fully-qualified path representing Assistant resource.
|
651
|
+
* @returns {string} A string representing the collection.
|
652
|
+
*/
|
653
|
+
matchCollectionFromAssistantName(assistantName: string): string | number;
|
654
|
+
/**
|
655
|
+
* Parse the engine from Assistant resource.
|
656
|
+
*
|
657
|
+
* @param {string} assistantName
|
658
|
+
* A fully-qualified path representing Assistant resource.
|
659
|
+
* @returns {string} A string representing the engine.
|
660
|
+
*/
|
661
|
+
matchEngineFromAssistantName(assistantName: string): string | number;
|
662
|
+
/**
|
663
|
+
* Parse the assistant from Assistant resource.
|
664
|
+
*
|
665
|
+
* @param {string} assistantName
|
666
|
+
* A fully-qualified path representing Assistant resource.
|
667
|
+
* @returns {string} A string representing the assistant.
|
668
|
+
*/
|
669
|
+
matchAssistantFromAssistantName(assistantName: string): string | number;
|
559
670
|
/**
|
560
671
|
* Return a fully-qualified engine resource name string.
|
561
672
|
*
|
@@ -598,6 +709,39 @@ export declare class SchemaServiceClient {
|
|
598
709
|
* @returns {string} A string representing the engine.
|
599
710
|
*/
|
600
711
|
matchEngineFromEngineName(engineName: string): string | number;
|
712
|
+
/**
|
713
|
+
* Return a fully-qualified identityMappingStore resource name string.
|
714
|
+
*
|
715
|
+
* @param {string} project
|
716
|
+
* @param {string} location
|
717
|
+
* @param {string} identity_mapping_store
|
718
|
+
* @returns {string} Resource name string.
|
719
|
+
*/
|
720
|
+
identityMappingStorePath(project: string, location: string, identityMappingStore: string): string;
|
721
|
+
/**
|
722
|
+
* Parse the project from IdentityMappingStore resource.
|
723
|
+
*
|
724
|
+
* @param {string} identityMappingStoreName
|
725
|
+
* A fully-qualified path representing IdentityMappingStore resource.
|
726
|
+
* @returns {string} A string representing the project.
|
727
|
+
*/
|
728
|
+
matchProjectFromIdentityMappingStoreName(identityMappingStoreName: string): string | number;
|
729
|
+
/**
|
730
|
+
* Parse the location from IdentityMappingStore resource.
|
731
|
+
*
|
732
|
+
* @param {string} identityMappingStoreName
|
733
|
+
* A fully-qualified path representing IdentityMappingStore resource.
|
734
|
+
* @returns {string} A string representing the location.
|
735
|
+
*/
|
736
|
+
matchLocationFromIdentityMappingStoreName(identityMappingStoreName: string): string | number;
|
737
|
+
/**
|
738
|
+
* Parse the identity_mapping_store from IdentityMappingStore resource.
|
739
|
+
*
|
740
|
+
* @param {string} identityMappingStoreName
|
741
|
+
* A fully-qualified path representing IdentityMappingStore resource.
|
742
|
+
* @returns {string} A string representing the identity_mapping_store.
|
743
|
+
*/
|
744
|
+
matchIdentityMappingStoreFromIdentityMappingStoreName(identityMappingStoreName: string): string | number;
|
601
745
|
/**
|
602
746
|
* Return a fully-qualified project resource name string.
|
603
747
|
*
|
@@ -613,6 +757,63 @@ export declare class SchemaServiceClient {
|
|
613
757
|
* @returns {string} A string representing the project.
|
614
758
|
*/
|
615
759
|
matchProjectFromProjectName(projectName: string): string | number;
|
760
|
+
/**
|
761
|
+
* Return a fully-qualified projectLocationCmekConfig resource name string.
|
762
|
+
*
|
763
|
+
* @param {string} project
|
764
|
+
* @param {string} location
|
765
|
+
* @returns {string} Resource name string.
|
766
|
+
*/
|
767
|
+
projectLocationCmekConfigPath(project: string, location: string): string;
|
768
|
+
/**
|
769
|
+
* Parse the project from ProjectLocationCmekConfig resource.
|
770
|
+
*
|
771
|
+
* @param {string} projectLocationCmekConfigName
|
772
|
+
* A fully-qualified path representing project_location_cmekConfig resource.
|
773
|
+
* @returns {string} A string representing the project.
|
774
|
+
*/
|
775
|
+
matchProjectFromProjectLocationCmekConfigName(projectLocationCmekConfigName: string): string | number;
|
776
|
+
/**
|
777
|
+
* Parse the location from ProjectLocationCmekConfig resource.
|
778
|
+
*
|
779
|
+
* @param {string} projectLocationCmekConfigName
|
780
|
+
* A fully-qualified path representing project_location_cmekConfig resource.
|
781
|
+
* @returns {string} A string representing the location.
|
782
|
+
*/
|
783
|
+
matchLocationFromProjectLocationCmekConfigName(projectLocationCmekConfigName: string): string | number;
|
784
|
+
/**
|
785
|
+
* Return a fully-qualified projectLocationCmekConfigs resource name string.
|
786
|
+
*
|
787
|
+
* @param {string} project
|
788
|
+
* @param {string} location
|
789
|
+
* @param {string} cmek_config
|
790
|
+
* @returns {string} Resource name string.
|
791
|
+
*/
|
792
|
+
projectLocationCmekConfigsPath(project: string, location: string, cmekConfig: string): string;
|
793
|
+
/**
|
794
|
+
* Parse the project from ProjectLocationCmekConfigs resource.
|
795
|
+
*
|
796
|
+
* @param {string} projectLocationCmekConfigsName
|
797
|
+
* A fully-qualified path representing project_location_cmekConfigs resource.
|
798
|
+
* @returns {string} A string representing the project.
|
799
|
+
*/
|
800
|
+
matchProjectFromProjectLocationCmekConfigsName(projectLocationCmekConfigsName: string): string | number;
|
801
|
+
/**
|
802
|
+
* Parse the location from ProjectLocationCmekConfigs resource.
|
803
|
+
*
|
804
|
+
* @param {string} projectLocationCmekConfigsName
|
805
|
+
* A fully-qualified path representing project_location_cmekConfigs resource.
|
806
|
+
* @returns {string} A string representing the location.
|
807
|
+
*/
|
808
|
+
matchLocationFromProjectLocationCmekConfigsName(projectLocationCmekConfigsName: string): string | number;
|
809
|
+
/**
|
810
|
+
* Parse the cmek_config from ProjectLocationCmekConfigs resource.
|
811
|
+
*
|
812
|
+
* @param {string} projectLocationCmekConfigsName
|
813
|
+
* A fully-qualified path representing project_location_cmekConfigs resource.
|
814
|
+
* @returns {string} A string representing the cmek_config.
|
815
|
+
*/
|
816
|
+
matchCmekConfigFromProjectLocationCmekConfigsName(projectLocationCmekConfigsName: string): string | number;
|
616
817
|
/**
|
617
818
|
* Return a fully-qualified projectLocationCollectionDataStore resource name string.
|
618
819
|
*
|
@@ -1081,57 +1282,6 @@ export declare class SchemaServiceClient {
|
|
1081
1282
|
* @returns {string} A string representing the serving_config.
|
1082
1283
|
*/
|
1083
1284
|
matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
1084
|
-
/**
|
1085
|
-
* Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
|
1086
|
-
*
|
1087
|
-
* @param {string} project
|
1088
|
-
* @param {string} location
|
1089
|
-
* @param {string} collection
|
1090
|
-
* @param {string} data_store
|
1091
|
-
* @param {string} session
|
1092
|
-
* @returns {string} Resource name string.
|
1093
|
-
*/
|
1094
|
-
projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
1095
|
-
/**
|
1096
|
-
* Parse the project from ProjectLocationCollectionDataStoreSession resource.
|
1097
|
-
*
|
1098
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1099
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1100
|
-
* @returns {string} A string representing the project.
|
1101
|
-
*/
|
1102
|
-
matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1103
|
-
/**
|
1104
|
-
* Parse the location from ProjectLocationCollectionDataStoreSession resource.
|
1105
|
-
*
|
1106
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1107
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1108
|
-
* @returns {string} A string representing the location.
|
1109
|
-
*/
|
1110
|
-
matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1111
|
-
/**
|
1112
|
-
* Parse the collection from ProjectLocationCollectionDataStoreSession resource.
|
1113
|
-
*
|
1114
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1115
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1116
|
-
* @returns {string} A string representing the collection.
|
1117
|
-
*/
|
1118
|
-
matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1119
|
-
/**
|
1120
|
-
* Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
|
1121
|
-
*
|
1122
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1123
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1124
|
-
* @returns {string} A string representing the data_store.
|
1125
|
-
*/
|
1126
|
-
matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1127
|
-
/**
|
1128
|
-
* Parse the session from ProjectLocationCollectionDataStoreSession resource.
|
1129
|
-
*
|
1130
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1131
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1132
|
-
* @returns {string} A string representing the session.
|
1133
|
-
*/
|
1134
|
-
matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1135
1285
|
/**
|
1136
1286
|
* Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
|
1137
1287
|
*
|
@@ -1192,6 +1342,57 @@ export declare class SchemaServiceClient {
|
|
1192
1342
|
* @returns {string} A string representing the answer.
|
1193
1343
|
*/
|
1194
1344
|
matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1345
|
+
/**
|
1346
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessions resource name string.
|
1347
|
+
*
|
1348
|
+
* @param {string} project
|
1349
|
+
* @param {string} location
|
1350
|
+
* @param {string} collection
|
1351
|
+
* @param {string} data_store
|
1352
|
+
* @param {string} session
|
1353
|
+
* @returns {string} Resource name string.
|
1354
|
+
*/
|
1355
|
+
projectLocationCollectionDataStoreSessionsPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
1356
|
+
/**
|
1357
|
+
* Parse the project from ProjectLocationCollectionDataStoreSessions resource.
|
1358
|
+
*
|
1359
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1360
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1361
|
+
* @returns {string} A string representing the project.
|
1362
|
+
*/
|
1363
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1364
|
+
/**
|
1365
|
+
* Parse the location from ProjectLocationCollectionDataStoreSessions resource.
|
1366
|
+
*
|
1367
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1368
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1369
|
+
* @returns {string} A string representing the location.
|
1370
|
+
*/
|
1371
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1372
|
+
/**
|
1373
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessions resource.
|
1374
|
+
*
|
1375
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1376
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1377
|
+
* @returns {string} A string representing the collection.
|
1378
|
+
*/
|
1379
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1380
|
+
/**
|
1381
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessions resource.
|
1382
|
+
*
|
1383
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1384
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1385
|
+
* @returns {string} A string representing the data_store.
|
1386
|
+
*/
|
1387
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1388
|
+
/**
|
1389
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessions resource.
|
1390
|
+
*
|
1391
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1392
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1393
|
+
* @returns {string} A string representing the session.
|
1394
|
+
*/
|
1395
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1195
1396
|
/**
|
1196
1397
|
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
1197
1398
|
*
|
@@ -1489,57 +1690,6 @@ export declare class SchemaServiceClient {
|
|
1489
1690
|
* @returns {string} A string representing the serving_config.
|
1490
1691
|
*/
|
1491
1692
|
matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
1492
|
-
/**
|
1493
|
-
* Return a fully-qualified projectLocationCollectionEngineSession resource name string.
|
1494
|
-
*
|
1495
|
-
* @param {string} project
|
1496
|
-
* @param {string} location
|
1497
|
-
* @param {string} collection
|
1498
|
-
* @param {string} engine
|
1499
|
-
* @param {string} session
|
1500
|
-
* @returns {string} Resource name string.
|
1501
|
-
*/
|
1502
|
-
projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1503
|
-
/**
|
1504
|
-
* Parse the project from ProjectLocationCollectionEngineSession resource.
|
1505
|
-
*
|
1506
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1507
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1508
|
-
* @returns {string} A string representing the project.
|
1509
|
-
*/
|
1510
|
-
matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1511
|
-
/**
|
1512
|
-
* Parse the location from ProjectLocationCollectionEngineSession resource.
|
1513
|
-
*
|
1514
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1515
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1516
|
-
* @returns {string} A string representing the location.
|
1517
|
-
*/
|
1518
|
-
matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1519
|
-
/**
|
1520
|
-
* Parse the collection from ProjectLocationCollectionEngineSession resource.
|
1521
|
-
*
|
1522
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1523
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1524
|
-
* @returns {string} A string representing the collection.
|
1525
|
-
*/
|
1526
|
-
matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1527
|
-
/**
|
1528
|
-
* Parse the engine from ProjectLocationCollectionEngineSession resource.
|
1529
|
-
*
|
1530
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1531
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1532
|
-
* @returns {string} A string representing the engine.
|
1533
|
-
*/
|
1534
|
-
matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1535
|
-
/**
|
1536
|
-
* Parse the session from ProjectLocationCollectionEngineSession resource.
|
1537
|
-
*
|
1538
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1539
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1540
|
-
* @returns {string} A string representing the session.
|
1541
|
-
*/
|
1542
|
-
matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1543
1693
|
/**
|
1544
1694
|
* Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
|
1545
1695
|
*
|
@@ -1600,6 +1750,57 @@ export declare class SchemaServiceClient {
|
|
1600
1750
|
* @returns {string} A string representing the answer.
|
1601
1751
|
*/
|
1602
1752
|
matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1753
|
+
/**
|
1754
|
+
* Return a fully-qualified projectLocationCollectionEngineSessions resource name string.
|
1755
|
+
*
|
1756
|
+
* @param {string} project
|
1757
|
+
* @param {string} location
|
1758
|
+
* @param {string} collection
|
1759
|
+
* @param {string} engine
|
1760
|
+
* @param {string} session
|
1761
|
+
* @returns {string} Resource name string.
|
1762
|
+
*/
|
1763
|
+
projectLocationCollectionEngineSessionsPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1764
|
+
/**
|
1765
|
+
* Parse the project from ProjectLocationCollectionEngineSessions resource.
|
1766
|
+
*
|
1767
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1768
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1769
|
+
* @returns {string} A string representing the project.
|
1770
|
+
*/
|
1771
|
+
matchProjectFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1772
|
+
/**
|
1773
|
+
* Parse the location from ProjectLocationCollectionEngineSessions resource.
|
1774
|
+
*
|
1775
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1776
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1777
|
+
* @returns {string} A string representing the location.
|
1778
|
+
*/
|
1779
|
+
matchLocationFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1780
|
+
/**
|
1781
|
+
* Parse the collection from ProjectLocationCollectionEngineSessions resource.
|
1782
|
+
*
|
1783
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1784
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1785
|
+
* @returns {string} A string representing the collection.
|
1786
|
+
*/
|
1787
|
+
matchCollectionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1788
|
+
/**
|
1789
|
+
* Parse the engine from ProjectLocationCollectionEngineSessions resource.
|
1790
|
+
*
|
1791
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1792
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1793
|
+
* @returns {string} A string representing the engine.
|
1794
|
+
*/
|
1795
|
+
matchEngineFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1796
|
+
/**
|
1797
|
+
* Parse the session from ProjectLocationCollectionEngineSessions resource.
|
1798
|
+
*
|
1799
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1800
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1801
|
+
* @returns {string} A string representing the session.
|
1802
|
+
*/
|
1803
|
+
matchSessionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1603
1804
|
/**
|
1604
1805
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
1605
1806
|
*
|
@@ -1987,48 +2188,6 @@ export declare class SchemaServiceClient {
|
|
1987
2188
|
* @returns {string} A string representing the serving_config.
|
1988
2189
|
*/
|
1989
2190
|
matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
1990
|
-
/**
|
1991
|
-
* Return a fully-qualified projectLocationDataStoreSession resource name string.
|
1992
|
-
*
|
1993
|
-
* @param {string} project
|
1994
|
-
* @param {string} location
|
1995
|
-
* @param {string} data_store
|
1996
|
-
* @param {string} session
|
1997
|
-
* @returns {string} Resource name string.
|
1998
|
-
*/
|
1999
|
-
projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
|
2000
|
-
/**
|
2001
|
-
* Parse the project from ProjectLocationDataStoreSession resource.
|
2002
|
-
*
|
2003
|
-
* @param {string} projectLocationDataStoreSessionName
|
2004
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
2005
|
-
* @returns {string} A string representing the project.
|
2006
|
-
*/
|
2007
|
-
matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
2008
|
-
/**
|
2009
|
-
* Parse the location from ProjectLocationDataStoreSession resource.
|
2010
|
-
*
|
2011
|
-
* @param {string} projectLocationDataStoreSessionName
|
2012
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
2013
|
-
* @returns {string} A string representing the location.
|
2014
|
-
*/
|
2015
|
-
matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
2016
|
-
/**
|
2017
|
-
* Parse the data_store from ProjectLocationDataStoreSession resource.
|
2018
|
-
*
|
2019
|
-
* @param {string} projectLocationDataStoreSessionName
|
2020
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
2021
|
-
* @returns {string} A string representing the data_store.
|
2022
|
-
*/
|
2023
|
-
matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
2024
|
-
/**
|
2025
|
-
* Parse the session from ProjectLocationDataStoreSession resource.
|
2026
|
-
*
|
2027
|
-
* @param {string} projectLocationDataStoreSessionName
|
2028
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
2029
|
-
* @returns {string} A string representing the session.
|
2030
|
-
*/
|
2031
|
-
matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
2032
2191
|
/**
|
2033
2192
|
* Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
|
2034
2193
|
*
|
@@ -2080,6 +2239,48 @@ export declare class SchemaServiceClient {
|
|
2080
2239
|
* @returns {string} A string representing the answer.
|
2081
2240
|
*/
|
2082
2241
|
matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
2242
|
+
/**
|
2243
|
+
* Return a fully-qualified projectLocationDataStoreSessions resource name string.
|
2244
|
+
*
|
2245
|
+
* @param {string} project
|
2246
|
+
* @param {string} location
|
2247
|
+
* @param {string} data_store
|
2248
|
+
* @param {string} session
|
2249
|
+
* @returns {string} Resource name string.
|
2250
|
+
*/
|
2251
|
+
projectLocationDataStoreSessionsPath(project: string, location: string, dataStore: string, session: string): string;
|
2252
|
+
/**
|
2253
|
+
* Parse the project from ProjectLocationDataStoreSessions resource.
|
2254
|
+
*
|
2255
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2256
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2257
|
+
* @returns {string} A string representing the project.
|
2258
|
+
*/
|
2259
|
+
matchProjectFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2260
|
+
/**
|
2261
|
+
* Parse the location from ProjectLocationDataStoreSessions resource.
|
2262
|
+
*
|
2263
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2264
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2265
|
+
* @returns {string} A string representing the location.
|
2266
|
+
*/
|
2267
|
+
matchLocationFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2268
|
+
/**
|
2269
|
+
* Parse the data_store from ProjectLocationDataStoreSessions resource.
|
2270
|
+
*
|
2271
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2272
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2273
|
+
* @returns {string} A string representing the data_store.
|
2274
|
+
*/
|
2275
|
+
matchDataStoreFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2276
|
+
/**
|
2277
|
+
* Parse the session from ProjectLocationDataStoreSessions resource.
|
2278
|
+
*
|
2279
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2280
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2281
|
+
* @returns {string} A string representing the session.
|
2282
|
+
*/
|
2283
|
+
matchSessionFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2083
2284
|
/**
|
2084
2285
|
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
2085
2286
|
*
|