@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
|
]
|
@@ -198,6 +198,12 @@ export declare class DataStoreServiceClient {
|
|
198
198
|
*
|
199
199
|
* @param {Object} request
|
200
200
|
* The request object that will be sent.
|
201
|
+
* @param {string} request.cmekConfigName
|
202
|
+
* Resource name of the CmekConfig to use for protecting this DataStore.
|
203
|
+
* @param {boolean} request.disableCmek
|
204
|
+
* DataStore without CMEK protections. If a default CmekConfig is set for
|
205
|
+
* the project, setting this field will override the default CmekConfig as
|
206
|
+
* well.
|
201
207
|
* @param {string} request.parent
|
202
208
|
* Required. The parent resource name, such as
|
203
209
|
* `projects/{project}/locations/{location}/collections/{collection}`.
|
@@ -619,6 +625,117 @@ export declare class DataStoreServiceClient {
|
|
619
625
|
* ```
|
620
626
|
*/
|
621
627
|
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>;
|
628
|
+
/**
|
629
|
+
* Return a fully-qualified assistAnswer resource name string.
|
630
|
+
*
|
631
|
+
* @param {string} project
|
632
|
+
* @param {string} location
|
633
|
+
* @param {string} collection
|
634
|
+
* @param {string} engine
|
635
|
+
* @param {string} session
|
636
|
+
* @param {string} assist_answer
|
637
|
+
* @returns {string} Resource name string.
|
638
|
+
*/
|
639
|
+
assistAnswerPath(project: string, location: string, collection: string, engine: string, session: string, assistAnswer: string): string;
|
640
|
+
/**
|
641
|
+
* Parse the project from AssistAnswer resource.
|
642
|
+
*
|
643
|
+
* @param {string} assistAnswerName
|
644
|
+
* A fully-qualified path representing AssistAnswer resource.
|
645
|
+
* @returns {string} A string representing the project.
|
646
|
+
*/
|
647
|
+
matchProjectFromAssistAnswerName(assistAnswerName: string): string | number;
|
648
|
+
/**
|
649
|
+
* Parse the location from AssistAnswer resource.
|
650
|
+
*
|
651
|
+
* @param {string} assistAnswerName
|
652
|
+
* A fully-qualified path representing AssistAnswer resource.
|
653
|
+
* @returns {string} A string representing the location.
|
654
|
+
*/
|
655
|
+
matchLocationFromAssistAnswerName(assistAnswerName: string): string | number;
|
656
|
+
/**
|
657
|
+
* Parse the collection from AssistAnswer resource.
|
658
|
+
*
|
659
|
+
* @param {string} assistAnswerName
|
660
|
+
* A fully-qualified path representing AssistAnswer resource.
|
661
|
+
* @returns {string} A string representing the collection.
|
662
|
+
*/
|
663
|
+
matchCollectionFromAssistAnswerName(assistAnswerName: string): string | number;
|
664
|
+
/**
|
665
|
+
* Parse the engine from AssistAnswer resource.
|
666
|
+
*
|
667
|
+
* @param {string} assistAnswerName
|
668
|
+
* A fully-qualified path representing AssistAnswer resource.
|
669
|
+
* @returns {string} A string representing the engine.
|
670
|
+
*/
|
671
|
+
matchEngineFromAssistAnswerName(assistAnswerName: string): string | number;
|
672
|
+
/**
|
673
|
+
* Parse the session from AssistAnswer resource.
|
674
|
+
*
|
675
|
+
* @param {string} assistAnswerName
|
676
|
+
* A fully-qualified path representing AssistAnswer resource.
|
677
|
+
* @returns {string} A string representing the session.
|
678
|
+
*/
|
679
|
+
matchSessionFromAssistAnswerName(assistAnswerName: string): string | number;
|
680
|
+
/**
|
681
|
+
* Parse the assist_answer from AssistAnswer resource.
|
682
|
+
*
|
683
|
+
* @param {string} assistAnswerName
|
684
|
+
* A fully-qualified path representing AssistAnswer resource.
|
685
|
+
* @returns {string} A string representing the assist_answer.
|
686
|
+
*/
|
687
|
+
matchAssistAnswerFromAssistAnswerName(assistAnswerName: string): string | number;
|
688
|
+
/**
|
689
|
+
* Return a fully-qualified assistant resource name string.
|
690
|
+
*
|
691
|
+
* @param {string} project
|
692
|
+
* @param {string} location
|
693
|
+
* @param {string} collection
|
694
|
+
* @param {string} engine
|
695
|
+
* @param {string} assistant
|
696
|
+
* @returns {string} Resource name string.
|
697
|
+
*/
|
698
|
+
assistantPath(project: string, location: string, collection: string, engine: string, assistant: string): string;
|
699
|
+
/**
|
700
|
+
* Parse the project from Assistant resource.
|
701
|
+
*
|
702
|
+
* @param {string} assistantName
|
703
|
+
* A fully-qualified path representing Assistant resource.
|
704
|
+
* @returns {string} A string representing the project.
|
705
|
+
*/
|
706
|
+
matchProjectFromAssistantName(assistantName: string): string | number;
|
707
|
+
/**
|
708
|
+
* Parse the location from Assistant resource.
|
709
|
+
*
|
710
|
+
* @param {string} assistantName
|
711
|
+
* A fully-qualified path representing Assistant resource.
|
712
|
+
* @returns {string} A string representing the location.
|
713
|
+
*/
|
714
|
+
matchLocationFromAssistantName(assistantName: string): string | number;
|
715
|
+
/**
|
716
|
+
* Parse the collection from Assistant resource.
|
717
|
+
*
|
718
|
+
* @param {string} assistantName
|
719
|
+
* A fully-qualified path representing Assistant resource.
|
720
|
+
* @returns {string} A string representing the collection.
|
721
|
+
*/
|
722
|
+
matchCollectionFromAssistantName(assistantName: string): string | number;
|
723
|
+
/**
|
724
|
+
* Parse the engine from Assistant resource.
|
725
|
+
*
|
726
|
+
* @param {string} assistantName
|
727
|
+
* A fully-qualified path representing Assistant resource.
|
728
|
+
* @returns {string} A string representing the engine.
|
729
|
+
*/
|
730
|
+
matchEngineFromAssistantName(assistantName: string): string | number;
|
731
|
+
/**
|
732
|
+
* Parse the assistant from Assistant resource.
|
733
|
+
*
|
734
|
+
* @param {string} assistantName
|
735
|
+
* A fully-qualified path representing Assistant resource.
|
736
|
+
* @returns {string} A string representing the assistant.
|
737
|
+
*/
|
738
|
+
matchAssistantFromAssistantName(assistantName: string): string | number;
|
622
739
|
/**
|
623
740
|
* Return a fully-qualified collection resource name string.
|
624
741
|
*
|
@@ -694,6 +811,39 @@ export declare class DataStoreServiceClient {
|
|
694
811
|
* @returns {string} A string representing the engine.
|
695
812
|
*/
|
696
813
|
matchEngineFromEngineName(engineName: string): string | number;
|
814
|
+
/**
|
815
|
+
* Return a fully-qualified identityMappingStore resource name string.
|
816
|
+
*
|
817
|
+
* @param {string} project
|
818
|
+
* @param {string} location
|
819
|
+
* @param {string} identity_mapping_store
|
820
|
+
* @returns {string} Resource name string.
|
821
|
+
*/
|
822
|
+
identityMappingStorePath(project: string, location: string, identityMappingStore: string): string;
|
823
|
+
/**
|
824
|
+
* Parse the project from IdentityMappingStore resource.
|
825
|
+
*
|
826
|
+
* @param {string} identityMappingStoreName
|
827
|
+
* A fully-qualified path representing IdentityMappingStore resource.
|
828
|
+
* @returns {string} A string representing the project.
|
829
|
+
*/
|
830
|
+
matchProjectFromIdentityMappingStoreName(identityMappingStoreName: string): string | number;
|
831
|
+
/**
|
832
|
+
* Parse the location from IdentityMappingStore resource.
|
833
|
+
*
|
834
|
+
* @param {string} identityMappingStoreName
|
835
|
+
* A fully-qualified path representing IdentityMappingStore resource.
|
836
|
+
* @returns {string} A string representing the location.
|
837
|
+
*/
|
838
|
+
matchLocationFromIdentityMappingStoreName(identityMappingStoreName: string): string | number;
|
839
|
+
/**
|
840
|
+
* Parse the identity_mapping_store from IdentityMappingStore resource.
|
841
|
+
*
|
842
|
+
* @param {string} identityMappingStoreName
|
843
|
+
* A fully-qualified path representing IdentityMappingStore resource.
|
844
|
+
* @returns {string} A string representing the identity_mapping_store.
|
845
|
+
*/
|
846
|
+
matchIdentityMappingStoreFromIdentityMappingStoreName(identityMappingStoreName: string): string | number;
|
697
847
|
/**
|
698
848
|
* Return a fully-qualified project resource name string.
|
699
849
|
*
|
@@ -709,6 +859,63 @@ export declare class DataStoreServiceClient {
|
|
709
859
|
* @returns {string} A string representing the project.
|
710
860
|
*/
|
711
861
|
matchProjectFromProjectName(projectName: string): string | number;
|
862
|
+
/**
|
863
|
+
* Return a fully-qualified projectLocationCmekConfig resource name string.
|
864
|
+
*
|
865
|
+
* @param {string} project
|
866
|
+
* @param {string} location
|
867
|
+
* @returns {string} Resource name string.
|
868
|
+
*/
|
869
|
+
projectLocationCmekConfigPath(project: string, location: string): string;
|
870
|
+
/**
|
871
|
+
* Parse the project from ProjectLocationCmekConfig resource.
|
872
|
+
*
|
873
|
+
* @param {string} projectLocationCmekConfigName
|
874
|
+
* A fully-qualified path representing project_location_cmekConfig resource.
|
875
|
+
* @returns {string} A string representing the project.
|
876
|
+
*/
|
877
|
+
matchProjectFromProjectLocationCmekConfigName(projectLocationCmekConfigName: string): string | number;
|
878
|
+
/**
|
879
|
+
* Parse the location from ProjectLocationCmekConfig resource.
|
880
|
+
*
|
881
|
+
* @param {string} projectLocationCmekConfigName
|
882
|
+
* A fully-qualified path representing project_location_cmekConfig resource.
|
883
|
+
* @returns {string} A string representing the location.
|
884
|
+
*/
|
885
|
+
matchLocationFromProjectLocationCmekConfigName(projectLocationCmekConfigName: string): string | number;
|
886
|
+
/**
|
887
|
+
* Return a fully-qualified projectLocationCmekConfigs resource name string.
|
888
|
+
*
|
889
|
+
* @param {string} project
|
890
|
+
* @param {string} location
|
891
|
+
* @param {string} cmek_config
|
892
|
+
* @returns {string} Resource name string.
|
893
|
+
*/
|
894
|
+
projectLocationCmekConfigsPath(project: string, location: string, cmekConfig: string): string;
|
895
|
+
/**
|
896
|
+
* Parse the project from ProjectLocationCmekConfigs resource.
|
897
|
+
*
|
898
|
+
* @param {string} projectLocationCmekConfigsName
|
899
|
+
* A fully-qualified path representing project_location_cmekConfigs resource.
|
900
|
+
* @returns {string} A string representing the project.
|
901
|
+
*/
|
902
|
+
matchProjectFromProjectLocationCmekConfigsName(projectLocationCmekConfigsName: string): string | number;
|
903
|
+
/**
|
904
|
+
* Parse the location from ProjectLocationCmekConfigs resource.
|
905
|
+
*
|
906
|
+
* @param {string} projectLocationCmekConfigsName
|
907
|
+
* A fully-qualified path representing project_location_cmekConfigs resource.
|
908
|
+
* @returns {string} A string representing the location.
|
909
|
+
*/
|
910
|
+
matchLocationFromProjectLocationCmekConfigsName(projectLocationCmekConfigsName: string): string | number;
|
911
|
+
/**
|
912
|
+
* Parse the cmek_config from ProjectLocationCmekConfigs resource.
|
913
|
+
*
|
914
|
+
* @param {string} projectLocationCmekConfigsName
|
915
|
+
* A fully-qualified path representing project_location_cmekConfigs resource.
|
916
|
+
* @returns {string} A string representing the cmek_config.
|
917
|
+
*/
|
918
|
+
matchCmekConfigFromProjectLocationCmekConfigsName(projectLocationCmekConfigsName: string): string | number;
|
712
919
|
/**
|
713
920
|
* Return a fully-qualified projectLocationCollectionDataStore resource name string.
|
714
921
|
*
|
@@ -1177,57 +1384,6 @@ export declare class DataStoreServiceClient {
|
|
1177
1384
|
* @returns {string} A string representing the serving_config.
|
1178
1385
|
*/
|
1179
1386
|
matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
1180
|
-
/**
|
1181
|
-
* Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
|
1182
|
-
*
|
1183
|
-
* @param {string} project
|
1184
|
-
* @param {string} location
|
1185
|
-
* @param {string} collection
|
1186
|
-
* @param {string} data_store
|
1187
|
-
* @param {string} session
|
1188
|
-
* @returns {string} Resource name string.
|
1189
|
-
*/
|
1190
|
-
projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
1191
|
-
/**
|
1192
|
-
* Parse the project from ProjectLocationCollectionDataStoreSession resource.
|
1193
|
-
*
|
1194
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1195
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1196
|
-
* @returns {string} A string representing the project.
|
1197
|
-
*/
|
1198
|
-
matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1199
|
-
/**
|
1200
|
-
* Parse the location from ProjectLocationCollectionDataStoreSession resource.
|
1201
|
-
*
|
1202
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1203
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1204
|
-
* @returns {string} A string representing the location.
|
1205
|
-
*/
|
1206
|
-
matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1207
|
-
/**
|
1208
|
-
* Parse the collection from ProjectLocationCollectionDataStoreSession resource.
|
1209
|
-
*
|
1210
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1211
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1212
|
-
* @returns {string} A string representing the collection.
|
1213
|
-
*/
|
1214
|
-
matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1215
|
-
/**
|
1216
|
-
* Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
|
1217
|
-
*
|
1218
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1219
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1220
|
-
* @returns {string} A string representing the data_store.
|
1221
|
-
*/
|
1222
|
-
matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1223
|
-
/**
|
1224
|
-
* Parse the session from ProjectLocationCollectionDataStoreSession resource.
|
1225
|
-
*
|
1226
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1227
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1228
|
-
* @returns {string} A string representing the session.
|
1229
|
-
*/
|
1230
|
-
matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1231
1387
|
/**
|
1232
1388
|
* Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
|
1233
1389
|
*
|
@@ -1288,6 +1444,57 @@ export declare class DataStoreServiceClient {
|
|
1288
1444
|
* @returns {string} A string representing the answer.
|
1289
1445
|
*/
|
1290
1446
|
matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1447
|
+
/**
|
1448
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessions resource name string.
|
1449
|
+
*
|
1450
|
+
* @param {string} project
|
1451
|
+
* @param {string} location
|
1452
|
+
* @param {string} collection
|
1453
|
+
* @param {string} data_store
|
1454
|
+
* @param {string} session
|
1455
|
+
* @returns {string} Resource name string.
|
1456
|
+
*/
|
1457
|
+
projectLocationCollectionDataStoreSessionsPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
1458
|
+
/**
|
1459
|
+
* Parse the project from ProjectLocationCollectionDataStoreSessions resource.
|
1460
|
+
*
|
1461
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1462
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1463
|
+
* @returns {string} A string representing the project.
|
1464
|
+
*/
|
1465
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1466
|
+
/**
|
1467
|
+
* Parse the location from ProjectLocationCollectionDataStoreSessions resource.
|
1468
|
+
*
|
1469
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1470
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1471
|
+
* @returns {string} A string representing the location.
|
1472
|
+
*/
|
1473
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1474
|
+
/**
|
1475
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessions resource.
|
1476
|
+
*
|
1477
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1478
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1479
|
+
* @returns {string} A string representing the collection.
|
1480
|
+
*/
|
1481
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1482
|
+
/**
|
1483
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessions resource.
|
1484
|
+
*
|
1485
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1486
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1487
|
+
* @returns {string} A string representing the data_store.
|
1488
|
+
*/
|
1489
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1490
|
+
/**
|
1491
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessions resource.
|
1492
|
+
*
|
1493
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1494
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1495
|
+
* @returns {string} A string representing the session.
|
1496
|
+
*/
|
1497
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1291
1498
|
/**
|
1292
1499
|
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
1293
1500
|
*
|
@@ -1585,57 +1792,6 @@ export declare class DataStoreServiceClient {
|
|
1585
1792
|
* @returns {string} A string representing the serving_config.
|
1586
1793
|
*/
|
1587
1794
|
matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
1588
|
-
/**
|
1589
|
-
* Return a fully-qualified projectLocationCollectionEngineSession resource name string.
|
1590
|
-
*
|
1591
|
-
* @param {string} project
|
1592
|
-
* @param {string} location
|
1593
|
-
* @param {string} collection
|
1594
|
-
* @param {string} engine
|
1595
|
-
* @param {string} session
|
1596
|
-
* @returns {string} Resource name string.
|
1597
|
-
*/
|
1598
|
-
projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1599
|
-
/**
|
1600
|
-
* Parse the project from ProjectLocationCollectionEngineSession resource.
|
1601
|
-
*
|
1602
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1603
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1604
|
-
* @returns {string} A string representing the project.
|
1605
|
-
*/
|
1606
|
-
matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1607
|
-
/**
|
1608
|
-
* Parse the location from ProjectLocationCollectionEngineSession resource.
|
1609
|
-
*
|
1610
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1611
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1612
|
-
* @returns {string} A string representing the location.
|
1613
|
-
*/
|
1614
|
-
matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1615
|
-
/**
|
1616
|
-
* Parse the collection from ProjectLocationCollectionEngineSession resource.
|
1617
|
-
*
|
1618
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1619
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1620
|
-
* @returns {string} A string representing the collection.
|
1621
|
-
*/
|
1622
|
-
matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1623
|
-
/**
|
1624
|
-
* Parse the engine from ProjectLocationCollectionEngineSession resource.
|
1625
|
-
*
|
1626
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1627
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1628
|
-
* @returns {string} A string representing the engine.
|
1629
|
-
*/
|
1630
|
-
matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1631
|
-
/**
|
1632
|
-
* Parse the session from ProjectLocationCollectionEngineSession resource.
|
1633
|
-
*
|
1634
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1635
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1636
|
-
* @returns {string} A string representing the session.
|
1637
|
-
*/
|
1638
|
-
matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1639
1795
|
/**
|
1640
1796
|
* Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
|
1641
1797
|
*
|
@@ -1696,6 +1852,57 @@ export declare class DataStoreServiceClient {
|
|
1696
1852
|
* @returns {string} A string representing the answer.
|
1697
1853
|
*/
|
1698
1854
|
matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1855
|
+
/**
|
1856
|
+
* Return a fully-qualified projectLocationCollectionEngineSessions resource name string.
|
1857
|
+
*
|
1858
|
+
* @param {string} project
|
1859
|
+
* @param {string} location
|
1860
|
+
* @param {string} collection
|
1861
|
+
* @param {string} engine
|
1862
|
+
* @param {string} session
|
1863
|
+
* @returns {string} Resource name string.
|
1864
|
+
*/
|
1865
|
+
projectLocationCollectionEngineSessionsPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1866
|
+
/**
|
1867
|
+
* Parse the project from ProjectLocationCollectionEngineSessions resource.
|
1868
|
+
*
|
1869
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1870
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1871
|
+
* @returns {string} A string representing the project.
|
1872
|
+
*/
|
1873
|
+
matchProjectFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1874
|
+
/**
|
1875
|
+
* Parse the location from ProjectLocationCollectionEngineSessions resource.
|
1876
|
+
*
|
1877
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1878
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1879
|
+
* @returns {string} A string representing the location.
|
1880
|
+
*/
|
1881
|
+
matchLocationFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1882
|
+
/**
|
1883
|
+
* Parse the collection from ProjectLocationCollectionEngineSessions resource.
|
1884
|
+
*
|
1885
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1886
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1887
|
+
* @returns {string} A string representing the collection.
|
1888
|
+
*/
|
1889
|
+
matchCollectionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1890
|
+
/**
|
1891
|
+
* Parse the engine from ProjectLocationCollectionEngineSessions resource.
|
1892
|
+
*
|
1893
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1894
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1895
|
+
* @returns {string} A string representing the engine.
|
1896
|
+
*/
|
1897
|
+
matchEngineFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1898
|
+
/**
|
1899
|
+
* Parse the session from ProjectLocationCollectionEngineSessions resource.
|
1900
|
+
*
|
1901
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1902
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1903
|
+
* @returns {string} A string representing the session.
|
1904
|
+
*/
|
1905
|
+
matchSessionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1699
1906
|
/**
|
1700
1907
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
1701
1908
|
*
|
@@ -2083,48 +2290,6 @@ export declare class DataStoreServiceClient {
|
|
2083
2290
|
* @returns {string} A string representing the serving_config.
|
2084
2291
|
*/
|
2085
2292
|
matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
2086
|
-
/**
|
2087
|
-
* Return a fully-qualified projectLocationDataStoreSession resource name string.
|
2088
|
-
*
|
2089
|
-
* @param {string} project
|
2090
|
-
* @param {string} location
|
2091
|
-
* @param {string} data_store
|
2092
|
-
* @param {string} session
|
2093
|
-
* @returns {string} Resource name string.
|
2094
|
-
*/
|
2095
|
-
projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
|
2096
|
-
/**
|
2097
|
-
* Parse the project from ProjectLocationDataStoreSession resource.
|
2098
|
-
*
|
2099
|
-
* @param {string} projectLocationDataStoreSessionName
|
2100
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
2101
|
-
* @returns {string} A string representing the project.
|
2102
|
-
*/
|
2103
|
-
matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
2104
|
-
/**
|
2105
|
-
* Parse the location from ProjectLocationDataStoreSession resource.
|
2106
|
-
*
|
2107
|
-
* @param {string} projectLocationDataStoreSessionName
|
2108
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
2109
|
-
* @returns {string} A string representing the location.
|
2110
|
-
*/
|
2111
|
-
matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
2112
|
-
/**
|
2113
|
-
* Parse the data_store from ProjectLocationDataStoreSession resource.
|
2114
|
-
*
|
2115
|
-
* @param {string} projectLocationDataStoreSessionName
|
2116
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
2117
|
-
* @returns {string} A string representing the data_store.
|
2118
|
-
*/
|
2119
|
-
matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
2120
|
-
/**
|
2121
|
-
* Parse the session from ProjectLocationDataStoreSession resource.
|
2122
|
-
*
|
2123
|
-
* @param {string} projectLocationDataStoreSessionName
|
2124
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
2125
|
-
* @returns {string} A string representing the session.
|
2126
|
-
*/
|
2127
|
-
matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
2128
2293
|
/**
|
2129
2294
|
* Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
|
2130
2295
|
*
|
@@ -2176,6 +2341,48 @@ export declare class DataStoreServiceClient {
|
|
2176
2341
|
* @returns {string} A string representing the answer.
|
2177
2342
|
*/
|
2178
2343
|
matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
2344
|
+
/**
|
2345
|
+
* Return a fully-qualified projectLocationDataStoreSessions resource name string.
|
2346
|
+
*
|
2347
|
+
* @param {string} project
|
2348
|
+
* @param {string} location
|
2349
|
+
* @param {string} data_store
|
2350
|
+
* @param {string} session
|
2351
|
+
* @returns {string} Resource name string.
|
2352
|
+
*/
|
2353
|
+
projectLocationDataStoreSessionsPath(project: string, location: string, dataStore: string, session: string): string;
|
2354
|
+
/**
|
2355
|
+
* Parse the project from ProjectLocationDataStoreSessions resource.
|
2356
|
+
*
|
2357
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2358
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2359
|
+
* @returns {string} A string representing the project.
|
2360
|
+
*/
|
2361
|
+
matchProjectFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2362
|
+
/**
|
2363
|
+
* Parse the location from ProjectLocationDataStoreSessions resource.
|
2364
|
+
*
|
2365
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2366
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2367
|
+
* @returns {string} A string representing the location.
|
2368
|
+
*/
|
2369
|
+
matchLocationFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2370
|
+
/**
|
2371
|
+
* Parse the data_store from ProjectLocationDataStoreSessions resource.
|
2372
|
+
*
|
2373
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2374
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2375
|
+
* @returns {string} A string representing the data_store.
|
2376
|
+
*/
|
2377
|
+
matchDataStoreFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2378
|
+
/**
|
2379
|
+
* Parse the session from ProjectLocationDataStoreSessions resource.
|
2380
|
+
*
|
2381
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2382
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2383
|
+
* @returns {string} A string representing the session.
|
2384
|
+
*/
|
2385
|
+
matchSessionFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2179
2386
|
/**
|
2180
2387
|
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
2181
2388
|
*
|