@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
|
]
|
@@ -814,6 +814,117 @@ export declare class DocumentServiceClient {
|
|
814
814
|
* ```
|
815
815
|
*/
|
816
816
|
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>;
|
817
|
+
/**
|
818
|
+
* Return a fully-qualified assistAnswer resource name string.
|
819
|
+
*
|
820
|
+
* @param {string} project
|
821
|
+
* @param {string} location
|
822
|
+
* @param {string} collection
|
823
|
+
* @param {string} engine
|
824
|
+
* @param {string} session
|
825
|
+
* @param {string} assist_answer
|
826
|
+
* @returns {string} Resource name string.
|
827
|
+
*/
|
828
|
+
assistAnswerPath(project: string, location: string, collection: string, engine: string, session: string, assistAnswer: string): string;
|
829
|
+
/**
|
830
|
+
* Parse the project from AssistAnswer resource.
|
831
|
+
*
|
832
|
+
* @param {string} assistAnswerName
|
833
|
+
* A fully-qualified path representing AssistAnswer resource.
|
834
|
+
* @returns {string} A string representing the project.
|
835
|
+
*/
|
836
|
+
matchProjectFromAssistAnswerName(assistAnswerName: string): string | number;
|
837
|
+
/**
|
838
|
+
* Parse the location from AssistAnswer resource.
|
839
|
+
*
|
840
|
+
* @param {string} assistAnswerName
|
841
|
+
* A fully-qualified path representing AssistAnswer resource.
|
842
|
+
* @returns {string} A string representing the location.
|
843
|
+
*/
|
844
|
+
matchLocationFromAssistAnswerName(assistAnswerName: string): string | number;
|
845
|
+
/**
|
846
|
+
* Parse the collection from AssistAnswer resource.
|
847
|
+
*
|
848
|
+
* @param {string} assistAnswerName
|
849
|
+
* A fully-qualified path representing AssistAnswer resource.
|
850
|
+
* @returns {string} A string representing the collection.
|
851
|
+
*/
|
852
|
+
matchCollectionFromAssistAnswerName(assistAnswerName: string): string | number;
|
853
|
+
/**
|
854
|
+
* Parse the engine from AssistAnswer resource.
|
855
|
+
*
|
856
|
+
* @param {string} assistAnswerName
|
857
|
+
* A fully-qualified path representing AssistAnswer resource.
|
858
|
+
* @returns {string} A string representing the engine.
|
859
|
+
*/
|
860
|
+
matchEngineFromAssistAnswerName(assistAnswerName: string): string | number;
|
861
|
+
/**
|
862
|
+
* Parse the session from AssistAnswer resource.
|
863
|
+
*
|
864
|
+
* @param {string} assistAnswerName
|
865
|
+
* A fully-qualified path representing AssistAnswer resource.
|
866
|
+
* @returns {string} A string representing the session.
|
867
|
+
*/
|
868
|
+
matchSessionFromAssistAnswerName(assistAnswerName: string): string | number;
|
869
|
+
/**
|
870
|
+
* Parse the assist_answer from AssistAnswer resource.
|
871
|
+
*
|
872
|
+
* @param {string} assistAnswerName
|
873
|
+
* A fully-qualified path representing AssistAnswer resource.
|
874
|
+
* @returns {string} A string representing the assist_answer.
|
875
|
+
*/
|
876
|
+
matchAssistAnswerFromAssistAnswerName(assistAnswerName: string): string | number;
|
877
|
+
/**
|
878
|
+
* Return a fully-qualified assistant resource name string.
|
879
|
+
*
|
880
|
+
* @param {string} project
|
881
|
+
* @param {string} location
|
882
|
+
* @param {string} collection
|
883
|
+
* @param {string} engine
|
884
|
+
* @param {string} assistant
|
885
|
+
* @returns {string} Resource name string.
|
886
|
+
*/
|
887
|
+
assistantPath(project: string, location: string, collection: string, engine: string, assistant: string): string;
|
888
|
+
/**
|
889
|
+
* Parse the project from Assistant resource.
|
890
|
+
*
|
891
|
+
* @param {string} assistantName
|
892
|
+
* A fully-qualified path representing Assistant resource.
|
893
|
+
* @returns {string} A string representing the project.
|
894
|
+
*/
|
895
|
+
matchProjectFromAssistantName(assistantName: string): string | number;
|
896
|
+
/**
|
897
|
+
* Parse the location from Assistant resource.
|
898
|
+
*
|
899
|
+
* @param {string} assistantName
|
900
|
+
* A fully-qualified path representing Assistant resource.
|
901
|
+
* @returns {string} A string representing the location.
|
902
|
+
*/
|
903
|
+
matchLocationFromAssistantName(assistantName: string): string | number;
|
904
|
+
/**
|
905
|
+
* Parse the collection from Assistant resource.
|
906
|
+
*
|
907
|
+
* @param {string} assistantName
|
908
|
+
* A fully-qualified path representing Assistant resource.
|
909
|
+
* @returns {string} A string representing the collection.
|
910
|
+
*/
|
911
|
+
matchCollectionFromAssistantName(assistantName: string): string | number;
|
912
|
+
/**
|
913
|
+
* Parse the engine from Assistant resource.
|
914
|
+
*
|
915
|
+
* @param {string} assistantName
|
916
|
+
* A fully-qualified path representing Assistant resource.
|
917
|
+
* @returns {string} A string representing the engine.
|
918
|
+
*/
|
919
|
+
matchEngineFromAssistantName(assistantName: string): string | number;
|
920
|
+
/**
|
921
|
+
* Parse the assistant from Assistant resource.
|
922
|
+
*
|
923
|
+
* @param {string} assistantName
|
924
|
+
* A fully-qualified path representing Assistant resource.
|
925
|
+
* @returns {string} A string representing the assistant.
|
926
|
+
*/
|
927
|
+
matchAssistantFromAssistantName(assistantName: string): string | number;
|
817
928
|
/**
|
818
929
|
* Return a fully-qualified engine resource name string.
|
819
930
|
*
|
@@ -856,6 +967,39 @@ export declare class DocumentServiceClient {
|
|
856
967
|
* @returns {string} A string representing the engine.
|
857
968
|
*/
|
858
969
|
matchEngineFromEngineName(engineName: string): string | number;
|
970
|
+
/**
|
971
|
+
* Return a fully-qualified identityMappingStore resource name string.
|
972
|
+
*
|
973
|
+
* @param {string} project
|
974
|
+
* @param {string} location
|
975
|
+
* @param {string} identity_mapping_store
|
976
|
+
* @returns {string} Resource name string.
|
977
|
+
*/
|
978
|
+
identityMappingStorePath(project: string, location: string, identityMappingStore: string): string;
|
979
|
+
/**
|
980
|
+
* Parse the project from IdentityMappingStore resource.
|
981
|
+
*
|
982
|
+
* @param {string} identityMappingStoreName
|
983
|
+
* A fully-qualified path representing IdentityMappingStore resource.
|
984
|
+
* @returns {string} A string representing the project.
|
985
|
+
*/
|
986
|
+
matchProjectFromIdentityMappingStoreName(identityMappingStoreName: string): string | number;
|
987
|
+
/**
|
988
|
+
* Parse the location from IdentityMappingStore resource.
|
989
|
+
*
|
990
|
+
* @param {string} identityMappingStoreName
|
991
|
+
* A fully-qualified path representing IdentityMappingStore resource.
|
992
|
+
* @returns {string} A string representing the location.
|
993
|
+
*/
|
994
|
+
matchLocationFromIdentityMappingStoreName(identityMappingStoreName: string): string | number;
|
995
|
+
/**
|
996
|
+
* Parse the identity_mapping_store from IdentityMappingStore resource.
|
997
|
+
*
|
998
|
+
* @param {string} identityMappingStoreName
|
999
|
+
* A fully-qualified path representing IdentityMappingStore resource.
|
1000
|
+
* @returns {string} A string representing the identity_mapping_store.
|
1001
|
+
*/
|
1002
|
+
matchIdentityMappingStoreFromIdentityMappingStoreName(identityMappingStoreName: string): string | number;
|
859
1003
|
/**
|
860
1004
|
* Return a fully-qualified project resource name string.
|
861
1005
|
*
|
@@ -871,6 +1015,63 @@ export declare class DocumentServiceClient {
|
|
871
1015
|
* @returns {string} A string representing the project.
|
872
1016
|
*/
|
873
1017
|
matchProjectFromProjectName(projectName: string): string | number;
|
1018
|
+
/**
|
1019
|
+
* Return a fully-qualified projectLocationCmekConfig resource name string.
|
1020
|
+
*
|
1021
|
+
* @param {string} project
|
1022
|
+
* @param {string} location
|
1023
|
+
* @returns {string} Resource name string.
|
1024
|
+
*/
|
1025
|
+
projectLocationCmekConfigPath(project: string, location: string): string;
|
1026
|
+
/**
|
1027
|
+
* Parse the project from ProjectLocationCmekConfig resource.
|
1028
|
+
*
|
1029
|
+
* @param {string} projectLocationCmekConfigName
|
1030
|
+
* A fully-qualified path representing project_location_cmekConfig resource.
|
1031
|
+
* @returns {string} A string representing the project.
|
1032
|
+
*/
|
1033
|
+
matchProjectFromProjectLocationCmekConfigName(projectLocationCmekConfigName: string): string | number;
|
1034
|
+
/**
|
1035
|
+
* Parse the location from ProjectLocationCmekConfig resource.
|
1036
|
+
*
|
1037
|
+
* @param {string} projectLocationCmekConfigName
|
1038
|
+
* A fully-qualified path representing project_location_cmekConfig resource.
|
1039
|
+
* @returns {string} A string representing the location.
|
1040
|
+
*/
|
1041
|
+
matchLocationFromProjectLocationCmekConfigName(projectLocationCmekConfigName: string): string | number;
|
1042
|
+
/**
|
1043
|
+
* Return a fully-qualified projectLocationCmekConfigs resource name string.
|
1044
|
+
*
|
1045
|
+
* @param {string} project
|
1046
|
+
* @param {string} location
|
1047
|
+
* @param {string} cmek_config
|
1048
|
+
* @returns {string} Resource name string.
|
1049
|
+
*/
|
1050
|
+
projectLocationCmekConfigsPath(project: string, location: string, cmekConfig: string): string;
|
1051
|
+
/**
|
1052
|
+
* Parse the project from ProjectLocationCmekConfigs resource.
|
1053
|
+
*
|
1054
|
+
* @param {string} projectLocationCmekConfigsName
|
1055
|
+
* A fully-qualified path representing project_location_cmekConfigs resource.
|
1056
|
+
* @returns {string} A string representing the project.
|
1057
|
+
*/
|
1058
|
+
matchProjectFromProjectLocationCmekConfigsName(projectLocationCmekConfigsName: string): string | number;
|
1059
|
+
/**
|
1060
|
+
* Parse the location from ProjectLocationCmekConfigs resource.
|
1061
|
+
*
|
1062
|
+
* @param {string} projectLocationCmekConfigsName
|
1063
|
+
* A fully-qualified path representing project_location_cmekConfigs resource.
|
1064
|
+
* @returns {string} A string representing the location.
|
1065
|
+
*/
|
1066
|
+
matchLocationFromProjectLocationCmekConfigsName(projectLocationCmekConfigsName: string): string | number;
|
1067
|
+
/**
|
1068
|
+
* Parse the cmek_config from ProjectLocationCmekConfigs resource.
|
1069
|
+
*
|
1070
|
+
* @param {string} projectLocationCmekConfigsName
|
1071
|
+
* A fully-qualified path representing project_location_cmekConfigs resource.
|
1072
|
+
* @returns {string} A string representing the cmek_config.
|
1073
|
+
*/
|
1074
|
+
matchCmekConfigFromProjectLocationCmekConfigsName(projectLocationCmekConfigsName: string): string | number;
|
874
1075
|
/**
|
875
1076
|
* Return a fully-qualified projectLocationCollectionDataStore resource name string.
|
876
1077
|
*
|
@@ -1390,57 +1591,6 @@ export declare class DocumentServiceClient {
|
|
1390
1591
|
* @returns {string} A string representing the serving_config.
|
1391
1592
|
*/
|
1392
1593
|
matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
1393
|
-
/**
|
1394
|
-
* Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
|
1395
|
-
*
|
1396
|
-
* @param {string} project
|
1397
|
-
* @param {string} location
|
1398
|
-
* @param {string} collection
|
1399
|
-
* @param {string} data_store
|
1400
|
-
* @param {string} session
|
1401
|
-
* @returns {string} Resource name string.
|
1402
|
-
*/
|
1403
|
-
projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
1404
|
-
/**
|
1405
|
-
* Parse the project from ProjectLocationCollectionDataStoreSession resource.
|
1406
|
-
*
|
1407
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1408
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1409
|
-
* @returns {string} A string representing the project.
|
1410
|
-
*/
|
1411
|
-
matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1412
|
-
/**
|
1413
|
-
* Parse the location from ProjectLocationCollectionDataStoreSession resource.
|
1414
|
-
*
|
1415
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1416
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1417
|
-
* @returns {string} A string representing the location.
|
1418
|
-
*/
|
1419
|
-
matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1420
|
-
/**
|
1421
|
-
* Parse the collection from ProjectLocationCollectionDataStoreSession resource.
|
1422
|
-
*
|
1423
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1424
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1425
|
-
* @returns {string} A string representing the collection.
|
1426
|
-
*/
|
1427
|
-
matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1428
|
-
/**
|
1429
|
-
* Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
|
1430
|
-
*
|
1431
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1432
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1433
|
-
* @returns {string} A string representing the data_store.
|
1434
|
-
*/
|
1435
|
-
matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1436
|
-
/**
|
1437
|
-
* Parse the session from ProjectLocationCollectionDataStoreSession resource.
|
1438
|
-
*
|
1439
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1440
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1441
|
-
* @returns {string} A string representing the session.
|
1442
|
-
*/
|
1443
|
-
matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1444
1594
|
/**
|
1445
1595
|
* Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
|
1446
1596
|
*
|
@@ -1501,6 +1651,57 @@ export declare class DocumentServiceClient {
|
|
1501
1651
|
* @returns {string} A string representing the answer.
|
1502
1652
|
*/
|
1503
1653
|
matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1654
|
+
/**
|
1655
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessions resource name string.
|
1656
|
+
*
|
1657
|
+
* @param {string} project
|
1658
|
+
* @param {string} location
|
1659
|
+
* @param {string} collection
|
1660
|
+
* @param {string} data_store
|
1661
|
+
* @param {string} session
|
1662
|
+
* @returns {string} Resource name string.
|
1663
|
+
*/
|
1664
|
+
projectLocationCollectionDataStoreSessionsPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
1665
|
+
/**
|
1666
|
+
* Parse the project from ProjectLocationCollectionDataStoreSessions resource.
|
1667
|
+
*
|
1668
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1669
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1670
|
+
* @returns {string} A string representing the project.
|
1671
|
+
*/
|
1672
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1673
|
+
/**
|
1674
|
+
* Parse the location from ProjectLocationCollectionDataStoreSessions resource.
|
1675
|
+
*
|
1676
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1677
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1678
|
+
* @returns {string} A string representing the location.
|
1679
|
+
*/
|
1680
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1681
|
+
/**
|
1682
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessions resource.
|
1683
|
+
*
|
1684
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1685
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1686
|
+
* @returns {string} A string representing the collection.
|
1687
|
+
*/
|
1688
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1689
|
+
/**
|
1690
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessions resource.
|
1691
|
+
*
|
1692
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1693
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1694
|
+
* @returns {string} A string representing the data_store.
|
1695
|
+
*/
|
1696
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1697
|
+
/**
|
1698
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessions resource.
|
1699
|
+
*
|
1700
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1701
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1702
|
+
* @returns {string} A string representing the session.
|
1703
|
+
*/
|
1704
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1504
1705
|
/**
|
1505
1706
|
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
1506
1707
|
*
|
@@ -1798,57 +1999,6 @@ export declare class DocumentServiceClient {
|
|
1798
1999
|
* @returns {string} A string representing the serving_config.
|
1799
2000
|
*/
|
1800
2001
|
matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
1801
|
-
/**
|
1802
|
-
* Return a fully-qualified projectLocationCollectionEngineSession resource name string.
|
1803
|
-
*
|
1804
|
-
* @param {string} project
|
1805
|
-
* @param {string} location
|
1806
|
-
* @param {string} collection
|
1807
|
-
* @param {string} engine
|
1808
|
-
* @param {string} session
|
1809
|
-
* @returns {string} Resource name string.
|
1810
|
-
*/
|
1811
|
-
projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1812
|
-
/**
|
1813
|
-
* Parse the project from ProjectLocationCollectionEngineSession resource.
|
1814
|
-
*
|
1815
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1816
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1817
|
-
* @returns {string} A string representing the project.
|
1818
|
-
*/
|
1819
|
-
matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1820
|
-
/**
|
1821
|
-
* Parse the location from ProjectLocationCollectionEngineSession resource.
|
1822
|
-
*
|
1823
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1824
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1825
|
-
* @returns {string} A string representing the location.
|
1826
|
-
*/
|
1827
|
-
matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1828
|
-
/**
|
1829
|
-
* Parse the collection from ProjectLocationCollectionEngineSession resource.
|
1830
|
-
*
|
1831
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1832
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1833
|
-
* @returns {string} A string representing the collection.
|
1834
|
-
*/
|
1835
|
-
matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1836
|
-
/**
|
1837
|
-
* Parse the engine from ProjectLocationCollectionEngineSession resource.
|
1838
|
-
*
|
1839
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1840
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1841
|
-
* @returns {string} A string representing the engine.
|
1842
|
-
*/
|
1843
|
-
matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1844
|
-
/**
|
1845
|
-
* Parse the session from ProjectLocationCollectionEngineSession resource.
|
1846
|
-
*
|
1847
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1848
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1849
|
-
* @returns {string} A string representing the session.
|
1850
|
-
*/
|
1851
|
-
matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1852
2002
|
/**
|
1853
2003
|
* Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
|
1854
2004
|
*
|
@@ -1909,6 +2059,57 @@ export declare class DocumentServiceClient {
|
|
1909
2059
|
* @returns {string} A string representing the answer.
|
1910
2060
|
*/
|
1911
2061
|
matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
2062
|
+
/**
|
2063
|
+
* Return a fully-qualified projectLocationCollectionEngineSessions resource name string.
|
2064
|
+
*
|
2065
|
+
* @param {string} project
|
2066
|
+
* @param {string} location
|
2067
|
+
* @param {string} collection
|
2068
|
+
* @param {string} engine
|
2069
|
+
* @param {string} session
|
2070
|
+
* @returns {string} Resource name string.
|
2071
|
+
*/
|
2072
|
+
projectLocationCollectionEngineSessionsPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
2073
|
+
/**
|
2074
|
+
* Parse the project from ProjectLocationCollectionEngineSessions resource.
|
2075
|
+
*
|
2076
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
2077
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
2078
|
+
* @returns {string} A string representing the project.
|
2079
|
+
*/
|
2080
|
+
matchProjectFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
2081
|
+
/**
|
2082
|
+
* Parse the location from ProjectLocationCollectionEngineSessions resource.
|
2083
|
+
*
|
2084
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
2085
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
2086
|
+
* @returns {string} A string representing the location.
|
2087
|
+
*/
|
2088
|
+
matchLocationFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
2089
|
+
/**
|
2090
|
+
* Parse the collection from ProjectLocationCollectionEngineSessions resource.
|
2091
|
+
*
|
2092
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
2093
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
2094
|
+
* @returns {string} A string representing the collection.
|
2095
|
+
*/
|
2096
|
+
matchCollectionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
2097
|
+
/**
|
2098
|
+
* Parse the engine from ProjectLocationCollectionEngineSessions resource.
|
2099
|
+
*
|
2100
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
2101
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
2102
|
+
* @returns {string} A string representing the engine.
|
2103
|
+
*/
|
2104
|
+
matchEngineFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
2105
|
+
/**
|
2106
|
+
* Parse the session from ProjectLocationCollectionEngineSessions resource.
|
2107
|
+
*
|
2108
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
2109
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
2110
|
+
* @returns {string} A string representing the session.
|
2111
|
+
*/
|
2112
|
+
matchSessionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1912
2113
|
/**
|
1913
2114
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
1914
2115
|
*
|
@@ -2338,48 +2539,6 @@ export declare class DocumentServiceClient {
|
|
2338
2539
|
* @returns {string} A string representing the serving_config.
|
2339
2540
|
*/
|
2340
2541
|
matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
2341
|
-
/**
|
2342
|
-
* Return a fully-qualified projectLocationDataStoreSession resource name string.
|
2343
|
-
*
|
2344
|
-
* @param {string} project
|
2345
|
-
* @param {string} location
|
2346
|
-
* @param {string} data_store
|
2347
|
-
* @param {string} session
|
2348
|
-
* @returns {string} Resource name string.
|
2349
|
-
*/
|
2350
|
-
projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
|
2351
|
-
/**
|
2352
|
-
* Parse the project from ProjectLocationDataStoreSession resource.
|
2353
|
-
*
|
2354
|
-
* @param {string} projectLocationDataStoreSessionName
|
2355
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
2356
|
-
* @returns {string} A string representing the project.
|
2357
|
-
*/
|
2358
|
-
matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
2359
|
-
/**
|
2360
|
-
* Parse the location from ProjectLocationDataStoreSession resource.
|
2361
|
-
*
|
2362
|
-
* @param {string} projectLocationDataStoreSessionName
|
2363
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
2364
|
-
* @returns {string} A string representing the location.
|
2365
|
-
*/
|
2366
|
-
matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
2367
|
-
/**
|
2368
|
-
* Parse the data_store from ProjectLocationDataStoreSession resource.
|
2369
|
-
*
|
2370
|
-
* @param {string} projectLocationDataStoreSessionName
|
2371
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
2372
|
-
* @returns {string} A string representing the data_store.
|
2373
|
-
*/
|
2374
|
-
matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
2375
|
-
/**
|
2376
|
-
* Parse the session from ProjectLocationDataStoreSession resource.
|
2377
|
-
*
|
2378
|
-
* @param {string} projectLocationDataStoreSessionName
|
2379
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
2380
|
-
* @returns {string} A string representing the session.
|
2381
|
-
*/
|
2382
|
-
matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
2383
2542
|
/**
|
2384
2543
|
* Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
|
2385
2544
|
*
|
@@ -2431,6 +2590,48 @@ export declare class DocumentServiceClient {
|
|
2431
2590
|
* @returns {string} A string representing the answer.
|
2432
2591
|
*/
|
2433
2592
|
matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
2593
|
+
/**
|
2594
|
+
* Return a fully-qualified projectLocationDataStoreSessions resource name string.
|
2595
|
+
*
|
2596
|
+
* @param {string} project
|
2597
|
+
* @param {string} location
|
2598
|
+
* @param {string} data_store
|
2599
|
+
* @param {string} session
|
2600
|
+
* @returns {string} Resource name string.
|
2601
|
+
*/
|
2602
|
+
projectLocationDataStoreSessionsPath(project: string, location: string, dataStore: string, session: string): string;
|
2603
|
+
/**
|
2604
|
+
* Parse the project from ProjectLocationDataStoreSessions resource.
|
2605
|
+
*
|
2606
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2607
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2608
|
+
* @returns {string} A string representing the project.
|
2609
|
+
*/
|
2610
|
+
matchProjectFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2611
|
+
/**
|
2612
|
+
* Parse the location from ProjectLocationDataStoreSessions resource.
|
2613
|
+
*
|
2614
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2615
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2616
|
+
* @returns {string} A string representing the location.
|
2617
|
+
*/
|
2618
|
+
matchLocationFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2619
|
+
/**
|
2620
|
+
* Parse the data_store from ProjectLocationDataStoreSessions resource.
|
2621
|
+
*
|
2622
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2623
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2624
|
+
* @returns {string} A string representing the data_store.
|
2625
|
+
*/
|
2626
|
+
matchDataStoreFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2627
|
+
/**
|
2628
|
+
* Parse the session from ProjectLocationDataStoreSessions resource.
|
2629
|
+
*
|
2630
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2631
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2632
|
+
* @returns {string} A string representing the session.
|
2633
|
+
*/
|
2634
|
+
matchSessionFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2434
2635
|
/**
|
2435
2636
|
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
2436
2637
|
*
|