@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
@@ -288,6 +288,117 @@ export declare class GroundedGenerationServiceClient {
|
|
288
288
|
* ```
|
289
289
|
*/
|
290
290
|
listLocationsAsync(request: LocationProtos.google.cloud.location.IListLocationsRequest, options?: CallOptions): AsyncIterable<LocationProtos.google.cloud.location.ILocation>;
|
291
|
+
/**
|
292
|
+
* Return a fully-qualified assistAnswer resource name string.
|
293
|
+
*
|
294
|
+
* @param {string} project
|
295
|
+
* @param {string} location
|
296
|
+
* @param {string} collection
|
297
|
+
* @param {string} engine
|
298
|
+
* @param {string} session
|
299
|
+
* @param {string} assist_answer
|
300
|
+
* @returns {string} Resource name string.
|
301
|
+
*/
|
302
|
+
assistAnswerPath(project: string, location: string, collection: string, engine: string, session: string, assistAnswer: string): string;
|
303
|
+
/**
|
304
|
+
* Parse the project from AssistAnswer resource.
|
305
|
+
*
|
306
|
+
* @param {string} assistAnswerName
|
307
|
+
* A fully-qualified path representing AssistAnswer resource.
|
308
|
+
* @returns {string} A string representing the project.
|
309
|
+
*/
|
310
|
+
matchProjectFromAssistAnswerName(assistAnswerName: string): string | number;
|
311
|
+
/**
|
312
|
+
* Parse the location from AssistAnswer resource.
|
313
|
+
*
|
314
|
+
* @param {string} assistAnswerName
|
315
|
+
* A fully-qualified path representing AssistAnswer resource.
|
316
|
+
* @returns {string} A string representing the location.
|
317
|
+
*/
|
318
|
+
matchLocationFromAssistAnswerName(assistAnswerName: string): string | number;
|
319
|
+
/**
|
320
|
+
* Parse the collection from AssistAnswer resource.
|
321
|
+
*
|
322
|
+
* @param {string} assistAnswerName
|
323
|
+
* A fully-qualified path representing AssistAnswer resource.
|
324
|
+
* @returns {string} A string representing the collection.
|
325
|
+
*/
|
326
|
+
matchCollectionFromAssistAnswerName(assistAnswerName: string): string | number;
|
327
|
+
/**
|
328
|
+
* Parse the engine from AssistAnswer resource.
|
329
|
+
*
|
330
|
+
* @param {string} assistAnswerName
|
331
|
+
* A fully-qualified path representing AssistAnswer resource.
|
332
|
+
* @returns {string} A string representing the engine.
|
333
|
+
*/
|
334
|
+
matchEngineFromAssistAnswerName(assistAnswerName: string): string | number;
|
335
|
+
/**
|
336
|
+
* Parse the session from AssistAnswer resource.
|
337
|
+
*
|
338
|
+
* @param {string} assistAnswerName
|
339
|
+
* A fully-qualified path representing AssistAnswer resource.
|
340
|
+
* @returns {string} A string representing the session.
|
341
|
+
*/
|
342
|
+
matchSessionFromAssistAnswerName(assistAnswerName: string): string | number;
|
343
|
+
/**
|
344
|
+
* Parse the assist_answer from AssistAnswer resource.
|
345
|
+
*
|
346
|
+
* @param {string} assistAnswerName
|
347
|
+
* A fully-qualified path representing AssistAnswer resource.
|
348
|
+
* @returns {string} A string representing the assist_answer.
|
349
|
+
*/
|
350
|
+
matchAssistAnswerFromAssistAnswerName(assistAnswerName: string): string | number;
|
351
|
+
/**
|
352
|
+
* Return a fully-qualified assistant resource name string.
|
353
|
+
*
|
354
|
+
* @param {string} project
|
355
|
+
* @param {string} location
|
356
|
+
* @param {string} collection
|
357
|
+
* @param {string} engine
|
358
|
+
* @param {string} assistant
|
359
|
+
* @returns {string} Resource name string.
|
360
|
+
*/
|
361
|
+
assistantPath(project: string, location: string, collection: string, engine: string, assistant: string): string;
|
362
|
+
/**
|
363
|
+
* Parse the project from Assistant resource.
|
364
|
+
*
|
365
|
+
* @param {string} assistantName
|
366
|
+
* A fully-qualified path representing Assistant resource.
|
367
|
+
* @returns {string} A string representing the project.
|
368
|
+
*/
|
369
|
+
matchProjectFromAssistantName(assistantName: string): string | number;
|
370
|
+
/**
|
371
|
+
* Parse the location from Assistant resource.
|
372
|
+
*
|
373
|
+
* @param {string} assistantName
|
374
|
+
* A fully-qualified path representing Assistant resource.
|
375
|
+
* @returns {string} A string representing the location.
|
376
|
+
*/
|
377
|
+
matchLocationFromAssistantName(assistantName: string): string | number;
|
378
|
+
/**
|
379
|
+
* Parse the collection from Assistant resource.
|
380
|
+
*
|
381
|
+
* @param {string} assistantName
|
382
|
+
* A fully-qualified path representing Assistant resource.
|
383
|
+
* @returns {string} A string representing the collection.
|
384
|
+
*/
|
385
|
+
matchCollectionFromAssistantName(assistantName: string): string | number;
|
386
|
+
/**
|
387
|
+
* Parse the engine from Assistant resource.
|
388
|
+
*
|
389
|
+
* @param {string} assistantName
|
390
|
+
* A fully-qualified path representing Assistant resource.
|
391
|
+
* @returns {string} A string representing the engine.
|
392
|
+
*/
|
393
|
+
matchEngineFromAssistantName(assistantName: string): string | number;
|
394
|
+
/**
|
395
|
+
* Parse the assistant from Assistant resource.
|
396
|
+
*
|
397
|
+
* @param {string} assistantName
|
398
|
+
* A fully-qualified path representing Assistant resource.
|
399
|
+
* @returns {string} A string representing the assistant.
|
400
|
+
*/
|
401
|
+
matchAssistantFromAssistantName(assistantName: string): string | number;
|
291
402
|
/**
|
292
403
|
* Return a fully-qualified engine resource name string.
|
293
404
|
*
|
@@ -363,6 +474,39 @@ export declare class GroundedGenerationServiceClient {
|
|
363
474
|
* @returns {string} A string representing the grounding_config.
|
364
475
|
*/
|
365
476
|
matchGroundingConfigFromGroundingConfigName(groundingConfigName: string): string | number;
|
477
|
+
/**
|
478
|
+
* Return a fully-qualified identityMappingStore resource name string.
|
479
|
+
*
|
480
|
+
* @param {string} project
|
481
|
+
* @param {string} location
|
482
|
+
* @param {string} identity_mapping_store
|
483
|
+
* @returns {string} Resource name string.
|
484
|
+
*/
|
485
|
+
identityMappingStorePath(project: string, location: string, identityMappingStore: string): string;
|
486
|
+
/**
|
487
|
+
* Parse the project from IdentityMappingStore resource.
|
488
|
+
*
|
489
|
+
* @param {string} identityMappingStoreName
|
490
|
+
* A fully-qualified path representing IdentityMappingStore resource.
|
491
|
+
* @returns {string} A string representing the project.
|
492
|
+
*/
|
493
|
+
matchProjectFromIdentityMappingStoreName(identityMappingStoreName: string): string | number;
|
494
|
+
/**
|
495
|
+
* Parse the location from IdentityMappingStore resource.
|
496
|
+
*
|
497
|
+
* @param {string} identityMappingStoreName
|
498
|
+
* A fully-qualified path representing IdentityMappingStore resource.
|
499
|
+
* @returns {string} A string representing the location.
|
500
|
+
*/
|
501
|
+
matchLocationFromIdentityMappingStoreName(identityMappingStoreName: string): string | number;
|
502
|
+
/**
|
503
|
+
* Parse the identity_mapping_store from IdentityMappingStore resource.
|
504
|
+
*
|
505
|
+
* @param {string} identityMappingStoreName
|
506
|
+
* A fully-qualified path representing IdentityMappingStore resource.
|
507
|
+
* @returns {string} A string representing the identity_mapping_store.
|
508
|
+
*/
|
509
|
+
matchIdentityMappingStoreFromIdentityMappingStoreName(identityMappingStoreName: string): string | number;
|
366
510
|
/**
|
367
511
|
* Return a fully-qualified location resource name string.
|
368
512
|
*
|
@@ -402,6 +546,63 @@ export declare class GroundedGenerationServiceClient {
|
|
402
546
|
* @returns {string} A string representing the project.
|
403
547
|
*/
|
404
548
|
matchProjectFromProjectName(projectName: string): string | number;
|
549
|
+
/**
|
550
|
+
* Return a fully-qualified projectLocationCmekConfig resource name string.
|
551
|
+
*
|
552
|
+
* @param {string} project
|
553
|
+
* @param {string} location
|
554
|
+
* @returns {string} Resource name string.
|
555
|
+
*/
|
556
|
+
projectLocationCmekConfigPath(project: string, location: string): string;
|
557
|
+
/**
|
558
|
+
* Parse the project from ProjectLocationCmekConfig resource.
|
559
|
+
*
|
560
|
+
* @param {string} projectLocationCmekConfigName
|
561
|
+
* A fully-qualified path representing project_location_cmekConfig resource.
|
562
|
+
* @returns {string} A string representing the project.
|
563
|
+
*/
|
564
|
+
matchProjectFromProjectLocationCmekConfigName(projectLocationCmekConfigName: string): string | number;
|
565
|
+
/**
|
566
|
+
* Parse the location from ProjectLocationCmekConfig resource.
|
567
|
+
*
|
568
|
+
* @param {string} projectLocationCmekConfigName
|
569
|
+
* A fully-qualified path representing project_location_cmekConfig resource.
|
570
|
+
* @returns {string} A string representing the location.
|
571
|
+
*/
|
572
|
+
matchLocationFromProjectLocationCmekConfigName(projectLocationCmekConfigName: string): string | number;
|
573
|
+
/**
|
574
|
+
* Return a fully-qualified projectLocationCmekConfigs resource name string.
|
575
|
+
*
|
576
|
+
* @param {string} project
|
577
|
+
* @param {string} location
|
578
|
+
* @param {string} cmek_config
|
579
|
+
* @returns {string} Resource name string.
|
580
|
+
*/
|
581
|
+
projectLocationCmekConfigsPath(project: string, location: string, cmekConfig: string): string;
|
582
|
+
/**
|
583
|
+
* Parse the project from ProjectLocationCmekConfigs resource.
|
584
|
+
*
|
585
|
+
* @param {string} projectLocationCmekConfigsName
|
586
|
+
* A fully-qualified path representing project_location_cmekConfigs resource.
|
587
|
+
* @returns {string} A string representing the project.
|
588
|
+
*/
|
589
|
+
matchProjectFromProjectLocationCmekConfigsName(projectLocationCmekConfigsName: string): string | number;
|
590
|
+
/**
|
591
|
+
* Parse the location from ProjectLocationCmekConfigs resource.
|
592
|
+
*
|
593
|
+
* @param {string} projectLocationCmekConfigsName
|
594
|
+
* A fully-qualified path representing project_location_cmekConfigs resource.
|
595
|
+
* @returns {string} A string representing the location.
|
596
|
+
*/
|
597
|
+
matchLocationFromProjectLocationCmekConfigsName(projectLocationCmekConfigsName: string): string | number;
|
598
|
+
/**
|
599
|
+
* Parse the cmek_config from ProjectLocationCmekConfigs resource.
|
600
|
+
*
|
601
|
+
* @param {string} projectLocationCmekConfigsName
|
602
|
+
* A fully-qualified path representing project_location_cmekConfigs resource.
|
603
|
+
* @returns {string} A string representing the cmek_config.
|
604
|
+
*/
|
605
|
+
matchCmekConfigFromProjectLocationCmekConfigsName(projectLocationCmekConfigsName: string): string | number;
|
405
606
|
/**
|
406
607
|
* Return a fully-qualified projectLocationCollectionDataStore resource name string.
|
407
608
|
*
|
@@ -870,57 +1071,6 @@ export declare class GroundedGenerationServiceClient {
|
|
870
1071
|
* @returns {string} A string representing the serving_config.
|
871
1072
|
*/
|
872
1073
|
matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
873
|
-
/**
|
874
|
-
* Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
|
875
|
-
*
|
876
|
-
* @param {string} project
|
877
|
-
* @param {string} location
|
878
|
-
* @param {string} collection
|
879
|
-
* @param {string} data_store
|
880
|
-
* @param {string} session
|
881
|
-
* @returns {string} Resource name string.
|
882
|
-
*/
|
883
|
-
projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
884
|
-
/**
|
885
|
-
* Parse the project from ProjectLocationCollectionDataStoreSession resource.
|
886
|
-
*
|
887
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
888
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
889
|
-
* @returns {string} A string representing the project.
|
890
|
-
*/
|
891
|
-
matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
892
|
-
/**
|
893
|
-
* Parse the location from ProjectLocationCollectionDataStoreSession resource.
|
894
|
-
*
|
895
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
896
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
897
|
-
* @returns {string} A string representing the location.
|
898
|
-
*/
|
899
|
-
matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
900
|
-
/**
|
901
|
-
* Parse the collection from ProjectLocationCollectionDataStoreSession resource.
|
902
|
-
*
|
903
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
904
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
905
|
-
* @returns {string} A string representing the collection.
|
906
|
-
*/
|
907
|
-
matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
908
|
-
/**
|
909
|
-
* Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
|
910
|
-
*
|
911
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
912
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
913
|
-
* @returns {string} A string representing the data_store.
|
914
|
-
*/
|
915
|
-
matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
916
|
-
/**
|
917
|
-
* Parse the session from ProjectLocationCollectionDataStoreSession resource.
|
918
|
-
*
|
919
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
920
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
921
|
-
* @returns {string} A string representing the session.
|
922
|
-
*/
|
923
|
-
matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
924
1074
|
/**
|
925
1075
|
* Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
|
926
1076
|
*
|
@@ -981,6 +1131,57 @@ export declare class GroundedGenerationServiceClient {
|
|
981
1131
|
* @returns {string} A string representing the answer.
|
982
1132
|
*/
|
983
1133
|
matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1134
|
+
/**
|
1135
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessions resource name string.
|
1136
|
+
*
|
1137
|
+
* @param {string} project
|
1138
|
+
* @param {string} location
|
1139
|
+
* @param {string} collection
|
1140
|
+
* @param {string} data_store
|
1141
|
+
* @param {string} session
|
1142
|
+
* @returns {string} Resource name string.
|
1143
|
+
*/
|
1144
|
+
projectLocationCollectionDataStoreSessionsPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
1145
|
+
/**
|
1146
|
+
* Parse the project from ProjectLocationCollectionDataStoreSessions resource.
|
1147
|
+
*
|
1148
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1149
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1150
|
+
* @returns {string} A string representing the project.
|
1151
|
+
*/
|
1152
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1153
|
+
/**
|
1154
|
+
* Parse the location from ProjectLocationCollectionDataStoreSessions resource.
|
1155
|
+
*
|
1156
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1157
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1158
|
+
* @returns {string} A string representing the location.
|
1159
|
+
*/
|
1160
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1161
|
+
/**
|
1162
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessions resource.
|
1163
|
+
*
|
1164
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1165
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1166
|
+
* @returns {string} A string representing the collection.
|
1167
|
+
*/
|
1168
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1169
|
+
/**
|
1170
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessions resource.
|
1171
|
+
*
|
1172
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1173
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1174
|
+
* @returns {string} A string representing the data_store.
|
1175
|
+
*/
|
1176
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1177
|
+
/**
|
1178
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessions resource.
|
1179
|
+
*
|
1180
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1181
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1182
|
+
* @returns {string} A string representing the session.
|
1183
|
+
*/
|
1184
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
984
1185
|
/**
|
985
1186
|
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
986
1187
|
*
|
@@ -1278,57 +1479,6 @@ export declare class GroundedGenerationServiceClient {
|
|
1278
1479
|
* @returns {string} A string representing the serving_config.
|
1279
1480
|
*/
|
1280
1481
|
matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
1281
|
-
/**
|
1282
|
-
* Return a fully-qualified projectLocationCollectionEngineSession resource name string.
|
1283
|
-
*
|
1284
|
-
* @param {string} project
|
1285
|
-
* @param {string} location
|
1286
|
-
* @param {string} collection
|
1287
|
-
* @param {string} engine
|
1288
|
-
* @param {string} session
|
1289
|
-
* @returns {string} Resource name string.
|
1290
|
-
*/
|
1291
|
-
projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1292
|
-
/**
|
1293
|
-
* Parse the project from ProjectLocationCollectionEngineSession resource.
|
1294
|
-
*
|
1295
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1296
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1297
|
-
* @returns {string} A string representing the project.
|
1298
|
-
*/
|
1299
|
-
matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1300
|
-
/**
|
1301
|
-
* Parse the location from ProjectLocationCollectionEngineSession resource.
|
1302
|
-
*
|
1303
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1304
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1305
|
-
* @returns {string} A string representing the location.
|
1306
|
-
*/
|
1307
|
-
matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1308
|
-
/**
|
1309
|
-
* Parse the collection from ProjectLocationCollectionEngineSession resource.
|
1310
|
-
*
|
1311
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1312
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1313
|
-
* @returns {string} A string representing the collection.
|
1314
|
-
*/
|
1315
|
-
matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1316
|
-
/**
|
1317
|
-
* Parse the engine from ProjectLocationCollectionEngineSession resource.
|
1318
|
-
*
|
1319
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1320
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1321
|
-
* @returns {string} A string representing the engine.
|
1322
|
-
*/
|
1323
|
-
matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1324
|
-
/**
|
1325
|
-
* Parse the session from ProjectLocationCollectionEngineSession resource.
|
1326
|
-
*
|
1327
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1328
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1329
|
-
* @returns {string} A string representing the session.
|
1330
|
-
*/
|
1331
|
-
matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1332
1482
|
/**
|
1333
1483
|
* Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
|
1334
1484
|
*
|
@@ -1389,6 +1539,57 @@ export declare class GroundedGenerationServiceClient {
|
|
1389
1539
|
* @returns {string} A string representing the answer.
|
1390
1540
|
*/
|
1391
1541
|
matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1542
|
+
/**
|
1543
|
+
* Return a fully-qualified projectLocationCollectionEngineSessions resource name string.
|
1544
|
+
*
|
1545
|
+
* @param {string} project
|
1546
|
+
* @param {string} location
|
1547
|
+
* @param {string} collection
|
1548
|
+
* @param {string} engine
|
1549
|
+
* @param {string} session
|
1550
|
+
* @returns {string} Resource name string.
|
1551
|
+
*/
|
1552
|
+
projectLocationCollectionEngineSessionsPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1553
|
+
/**
|
1554
|
+
* Parse the project from ProjectLocationCollectionEngineSessions resource.
|
1555
|
+
*
|
1556
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1557
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1558
|
+
* @returns {string} A string representing the project.
|
1559
|
+
*/
|
1560
|
+
matchProjectFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1561
|
+
/**
|
1562
|
+
* Parse the location from ProjectLocationCollectionEngineSessions resource.
|
1563
|
+
*
|
1564
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1565
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1566
|
+
* @returns {string} A string representing the location.
|
1567
|
+
*/
|
1568
|
+
matchLocationFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1569
|
+
/**
|
1570
|
+
* Parse the collection from ProjectLocationCollectionEngineSessions resource.
|
1571
|
+
*
|
1572
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1573
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1574
|
+
* @returns {string} A string representing the collection.
|
1575
|
+
*/
|
1576
|
+
matchCollectionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1577
|
+
/**
|
1578
|
+
* Parse the engine from ProjectLocationCollectionEngineSessions resource.
|
1579
|
+
*
|
1580
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1581
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1582
|
+
* @returns {string} A string representing the engine.
|
1583
|
+
*/
|
1584
|
+
matchEngineFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1585
|
+
/**
|
1586
|
+
* Parse the session from ProjectLocationCollectionEngineSessions resource.
|
1587
|
+
*
|
1588
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1589
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1590
|
+
* @returns {string} A string representing the session.
|
1591
|
+
*/
|
1592
|
+
matchSessionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1392
1593
|
/**
|
1393
1594
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
1394
1595
|
*
|
@@ -1776,48 +1977,6 @@ export declare class GroundedGenerationServiceClient {
|
|
1776
1977
|
* @returns {string} A string representing the serving_config.
|
1777
1978
|
*/
|
1778
1979
|
matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
1779
|
-
/**
|
1780
|
-
* Return a fully-qualified projectLocationDataStoreSession resource name string.
|
1781
|
-
*
|
1782
|
-
* @param {string} project
|
1783
|
-
* @param {string} location
|
1784
|
-
* @param {string} data_store
|
1785
|
-
* @param {string} session
|
1786
|
-
* @returns {string} Resource name string.
|
1787
|
-
*/
|
1788
|
-
projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
|
1789
|
-
/**
|
1790
|
-
* Parse the project from ProjectLocationDataStoreSession resource.
|
1791
|
-
*
|
1792
|
-
* @param {string} projectLocationDataStoreSessionName
|
1793
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
1794
|
-
* @returns {string} A string representing the project.
|
1795
|
-
*/
|
1796
|
-
matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1797
|
-
/**
|
1798
|
-
* Parse the location from ProjectLocationDataStoreSession resource.
|
1799
|
-
*
|
1800
|
-
* @param {string} projectLocationDataStoreSessionName
|
1801
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
1802
|
-
* @returns {string} A string representing the location.
|
1803
|
-
*/
|
1804
|
-
matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1805
|
-
/**
|
1806
|
-
* Parse the data_store from ProjectLocationDataStoreSession resource.
|
1807
|
-
*
|
1808
|
-
* @param {string} projectLocationDataStoreSessionName
|
1809
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
1810
|
-
* @returns {string} A string representing the data_store.
|
1811
|
-
*/
|
1812
|
-
matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1813
|
-
/**
|
1814
|
-
* Parse the session from ProjectLocationDataStoreSession resource.
|
1815
|
-
*
|
1816
|
-
* @param {string} projectLocationDataStoreSessionName
|
1817
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
1818
|
-
* @returns {string} A string representing the session.
|
1819
|
-
*/
|
1820
|
-
matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1821
1980
|
/**
|
1822
1981
|
* Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
|
1823
1982
|
*
|
@@ -1869,6 +2028,48 @@ export declare class GroundedGenerationServiceClient {
|
|
1869
2028
|
* @returns {string} A string representing the answer.
|
1870
2029
|
*/
|
1871
2030
|
matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
2031
|
+
/**
|
2032
|
+
* Return a fully-qualified projectLocationDataStoreSessions resource name string.
|
2033
|
+
*
|
2034
|
+
* @param {string} project
|
2035
|
+
* @param {string} location
|
2036
|
+
* @param {string} data_store
|
2037
|
+
* @param {string} session
|
2038
|
+
* @returns {string} Resource name string.
|
2039
|
+
*/
|
2040
|
+
projectLocationDataStoreSessionsPath(project: string, location: string, dataStore: string, session: string): string;
|
2041
|
+
/**
|
2042
|
+
* Parse the project from ProjectLocationDataStoreSessions resource.
|
2043
|
+
*
|
2044
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2045
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2046
|
+
* @returns {string} A string representing the project.
|
2047
|
+
*/
|
2048
|
+
matchProjectFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2049
|
+
/**
|
2050
|
+
* Parse the location from ProjectLocationDataStoreSessions resource.
|
2051
|
+
*
|
2052
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2053
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2054
|
+
* @returns {string} A string representing the location.
|
2055
|
+
*/
|
2056
|
+
matchLocationFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2057
|
+
/**
|
2058
|
+
* Parse the data_store from ProjectLocationDataStoreSessions resource.
|
2059
|
+
*
|
2060
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2061
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2062
|
+
* @returns {string} A string representing the data_store.
|
2063
|
+
*/
|
2064
|
+
matchDataStoreFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2065
|
+
/**
|
2066
|
+
* Parse the session from ProjectLocationDataStoreSessions resource.
|
2067
|
+
*
|
2068
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2069
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2070
|
+
* @returns {string} A string representing the session.
|
2071
|
+
*/
|
2072
|
+
matchSessionFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
1872
2073
|
/**
|
1873
2074
|
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
1874
2075
|
*
|