@google-cloud/discoveryengine 1.10.0 → 1.11.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/CHANGELOG.md +12 -0
- package/README.md +30 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/evaluation.proto +232 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/evaluation_service.proto +252 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/import_config.proto +83 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/sample_query.proto +86 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/sample_query_service.proto +264 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/sample_query_set.proto +64 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/sample_query_set_service.proto +258 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/chunk.proto +119 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/common.proto +0 -5
- package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +10 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/document.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/document_processing_config.proto +37 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/evaluation.proto +231 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/evaluation_service.proto +252 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/import_config.proto +83 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/sample_query.proto +86 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/sample_query_service.proto +264 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/sample_query_set.proto +64 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/sample_query_set_service.proto +256 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +67 -8
- package/build/protos/google/cloud/discoveryengine/v1beta/serving_config.proto +11 -5
- package/build/protos/protos.d.ts +28997 -20222
- package/build/protos/protos.js +74749 -54453
- package/build/protos/protos.json +6933 -4764
- package/build/src/v1alpha/acl_config_service_client.d.ts +108 -0
- package/build/src/v1alpha/acl_config_service_client.js +157 -0
- package/build/src/v1alpha/chunk_service_client.d.ts +108 -0
- package/build/src/v1alpha/chunk_service_client.js +157 -0
- package/build/src/v1alpha/completion_service_client.d.ts +108 -0
- package/build/src/v1alpha/completion_service_client.js +157 -0
- package/build/src/v1alpha/control_service_client.d.ts +108 -0
- package/build/src/v1alpha/control_service_client.js +157 -0
- package/build/src/v1alpha/conversational_search_service_client.d.ts +108 -0
- package/build/src/v1alpha/conversational_search_service_client.js +157 -0
- package/build/src/v1alpha/data_store_service_client.d.ts +108 -0
- package/build/src/v1alpha/data_store_service_client.js +157 -0
- package/build/src/v1alpha/document_service_client.d.ts +108 -0
- package/build/src/v1alpha/document_service_client.js +157 -0
- package/build/src/v1alpha/engine_service_client.d.ts +108 -0
- package/build/src/v1alpha/engine_service_client.js +157 -0
- package/build/src/v1alpha/estimate_billing_service_client.d.ts +108 -0
- package/build/src/v1alpha/estimate_billing_service_client.js +157 -0
- package/build/src/v1alpha/evaluation_service_client.d.ts +2349 -0
- package/build/src/v1alpha/evaluation_service_client.js +3288 -0
- package/build/src/v1alpha/evaluation_service_client_config.json +58 -0
- package/build/src/v1alpha/grounded_generation_service_client.d.ts +108 -0
- package/build/src/v1alpha/grounded_generation_service_client.js +157 -0
- package/build/src/v1alpha/index.d.ts +3 -0
- package/build/src/v1alpha/index.js +7 -1
- package/build/src/v1alpha/project_service_client.d.ts +108 -0
- package/build/src/v1alpha/project_service_client.js +157 -0
- package/build/src/v1alpha/rank_service_client.d.ts +108 -0
- package/build/src/v1alpha/rank_service_client.js +157 -0
- package/build/src/v1alpha/recommendation_service_client.d.ts +108 -0
- package/build/src/v1alpha/recommendation_service_client.js +157 -0
- package/build/src/v1alpha/sample_query_service_client.d.ts +2317 -0
- package/build/src/v1alpha/sample_query_service_client.js +3186 -0
- package/build/src/v1alpha/sample_query_service_client_config.json +68 -0
- package/build/src/v1alpha/sample_query_set_service_client.d.ts +2176 -0
- package/build/src/v1alpha/sample_query_set_service_client.js +2931 -0
- package/build/src/v1alpha/sample_query_set_service_client_config.json +63 -0
- package/build/src/v1alpha/schema_service_client.d.ts +108 -0
- package/build/src/v1alpha/schema_service_client.js +157 -0
- package/build/src/v1alpha/search_service_client.d.ts +108 -0
- package/build/src/v1alpha/search_service_client.js +157 -0
- package/build/src/v1alpha/search_tuning_service_client.d.ts +108 -0
- package/build/src/v1alpha/search_tuning_service_client.js +157 -0
- package/build/src/v1alpha/serving_config_service_client.d.ts +108 -0
- package/build/src/v1alpha/serving_config_service_client.js +157 -0
- package/build/src/v1alpha/site_search_engine_service_client.d.ts +108 -0
- package/build/src/v1alpha/site_search_engine_service_client.js +157 -0
- package/build/src/v1alpha/user_event_service_client.d.ts +108 -0
- package/build/src/v1alpha/user_event_service_client.js +157 -0
- package/build/src/v1beta/completion_service_client.d.ts +237 -0
- package/build/src/v1beta/completion_service_client.js +339 -0
- package/build/src/v1beta/control_service_client.d.ts +237 -0
- package/build/src/v1beta/control_service_client.js +333 -0
- package/build/src/v1beta/conversational_search_service_client.d.ts +237 -0
- package/build/src/v1beta/conversational_search_service_client.js +333 -0
- package/build/src/v1beta/data_store_service_client.d.ts +237 -0
- package/build/src/v1beta/data_store_service_client.js +339 -0
- package/build/src/v1beta/document_service_client.d.ts +237 -0
- package/build/src/v1beta/document_service_client.js +339 -0
- package/build/src/v1beta/engine_service_client.d.ts +237 -0
- package/build/src/v1beta/engine_service_client.js +339 -0
- package/build/src/v1beta/evaluation_service_client.d.ts +2325 -0
- package/build/src/v1beta/evaluation_service_client.js +3252 -0
- package/build/src/v1beta/evaluation_service_client_config.json +58 -0
- package/build/src/v1beta/grounded_generation_service_client.d.ts +237 -0
- package/build/src/v1beta/grounded_generation_service_client.js +333 -0
- package/build/src/v1beta/index.d.ts +3 -0
- package/build/src/v1beta/index.js +7 -1
- package/build/src/v1beta/project_service_client.d.ts +237 -0
- package/build/src/v1beta/project_service_client.js +339 -0
- package/build/src/v1beta/rank_service_client.d.ts +237 -0
- package/build/src/v1beta/rank_service_client.js +333 -0
- package/build/src/v1beta/recommendation_service_client.d.ts +237 -0
- package/build/src/v1beta/recommendation_service_client.js +333 -0
- package/build/src/v1beta/sample_query_service_client.d.ts +2293 -0
- package/build/src/v1beta/sample_query_service_client.js +3150 -0
- package/build/src/v1beta/sample_query_service_client_config.json +68 -0
- package/build/src/v1beta/sample_query_set_service_client.d.ts +2150 -0
- package/build/src/v1beta/sample_query_set_service_client.js +2895 -0
- package/build/src/v1beta/sample_query_set_service_client_config.json +63 -0
- package/build/src/v1beta/schema_service_client.d.ts +237 -0
- package/build/src/v1beta/schema_service_client.js +339 -0
- package/build/src/v1beta/search_service_client.d.ts +267 -12
- package/build/src/v1beta/search_service_client.js +353 -8
- package/build/src/v1beta/search_tuning_service_client.d.ts +237 -0
- package/build/src/v1beta/search_tuning_service_client.js +339 -0
- package/build/src/v1beta/serving_config_service_client.d.ts +237 -0
- package/build/src/v1beta/serving_config_service_client.js +333 -0
- package/build/src/v1beta/site_search_engine_service_client.d.ts +237 -0
- package/build/src/v1beta/site_search_engine_service_client.js +339 -0
- package/build/src/v1beta/user_event_service_client.d.ts +237 -0
- package/build/src/v1beta/user_event_service_client.js +339 -0
- package/package.json +1 -1
@@ -0,0 +1,58 @@
|
|
1
|
+
{
|
2
|
+
"interfaces": {
|
3
|
+
"google.cloud.discoveryengine.v1beta.EvaluationService": {
|
4
|
+
"retry_codes": {
|
5
|
+
"non_idempotent": [],
|
6
|
+
"idempotent": [
|
7
|
+
"DEADLINE_EXCEEDED",
|
8
|
+
"UNAVAILABLE"
|
9
|
+
],
|
10
|
+
"unavailable": [
|
11
|
+
"UNAVAILABLE"
|
12
|
+
]
|
13
|
+
},
|
14
|
+
"retry_params": {
|
15
|
+
"default": {
|
16
|
+
"initial_retry_delay_millis": 100,
|
17
|
+
"retry_delay_multiplier": 1.3,
|
18
|
+
"max_retry_delay_millis": 60000,
|
19
|
+
"initial_rpc_timeout_millis": 60000,
|
20
|
+
"rpc_timeout_multiplier": 1,
|
21
|
+
"max_rpc_timeout_millis": 60000,
|
22
|
+
"total_timeout_millis": 600000
|
23
|
+
},
|
24
|
+
"ce5b960a6ed052e690863808e4f0deff3dc7d49f": {
|
25
|
+
"initial_retry_delay_millis": 1000,
|
26
|
+
"retry_delay_multiplier": 1.3,
|
27
|
+
"max_retry_delay_millis": 10000,
|
28
|
+
"initial_rpc_timeout_millis": 60000,
|
29
|
+
"rpc_timeout_multiplier": 1,
|
30
|
+
"max_rpc_timeout_millis": 60000,
|
31
|
+
"total_timeout_millis": 600000
|
32
|
+
}
|
33
|
+
},
|
34
|
+
"methods": {
|
35
|
+
"GetEvaluation": {
|
36
|
+
"timeout_millis": 30000,
|
37
|
+
"retry_codes_name": "unavailable",
|
38
|
+
"retry_params_name": "ce5b960a6ed052e690863808e4f0deff3dc7d49f"
|
39
|
+
},
|
40
|
+
"ListEvaluations": {
|
41
|
+
"timeout_millis": 30000,
|
42
|
+
"retry_codes_name": "unavailable",
|
43
|
+
"retry_params_name": "ce5b960a6ed052e690863808e4f0deff3dc7d49f"
|
44
|
+
},
|
45
|
+
"CreateEvaluation": {
|
46
|
+
"timeout_millis": 300000,
|
47
|
+
"retry_codes_name": "non_idempotent",
|
48
|
+
"retry_params_name": "default"
|
49
|
+
},
|
50
|
+
"ListEvaluationResults": {
|
51
|
+
"timeout_millis": 30000,
|
52
|
+
"retry_codes_name": "unavailable",
|
53
|
+
"retry_params_name": "ce5b960a6ed052e690863808e4f0deff3dc7d49f"
|
54
|
+
}
|
55
|
+
}
|
56
|
+
}
|
57
|
+
}
|
58
|
+
}
|
@@ -256,6 +256,39 @@ export declare class GroundedGenerationServiceClient {
|
|
256
256
|
* @returns {string} A string representing the engine.
|
257
257
|
*/
|
258
258
|
matchEngineFromEngineName(engineName: string): string | number;
|
259
|
+
/**
|
260
|
+
* Return a fully-qualified evaluation resource name string.
|
261
|
+
*
|
262
|
+
* @param {string} project
|
263
|
+
* @param {string} location
|
264
|
+
* @param {string} evaluation
|
265
|
+
* @returns {string} Resource name string.
|
266
|
+
*/
|
267
|
+
evaluationPath(project: string, location: string, evaluation: string): string;
|
268
|
+
/**
|
269
|
+
* Parse the project from Evaluation resource.
|
270
|
+
*
|
271
|
+
* @param {string} evaluationName
|
272
|
+
* A fully-qualified path representing Evaluation resource.
|
273
|
+
* @returns {string} A string representing the project.
|
274
|
+
*/
|
275
|
+
matchProjectFromEvaluationName(evaluationName: string): string | number;
|
276
|
+
/**
|
277
|
+
* Parse the location from Evaluation resource.
|
278
|
+
*
|
279
|
+
* @param {string} evaluationName
|
280
|
+
* A fully-qualified path representing Evaluation resource.
|
281
|
+
* @returns {string} A string representing the location.
|
282
|
+
*/
|
283
|
+
matchLocationFromEvaluationName(evaluationName: string): string | number;
|
284
|
+
/**
|
285
|
+
* Parse the evaluation from Evaluation resource.
|
286
|
+
*
|
287
|
+
* @param {string} evaluationName
|
288
|
+
* A fully-qualified path representing Evaluation resource.
|
289
|
+
* @returns {string} A string representing the evaluation.
|
290
|
+
*/
|
291
|
+
matchEvaluationFromEvaluationName(evaluationName: string): string | number;
|
259
292
|
/**
|
260
293
|
* Return a fully-qualified groundingConfig resource name string.
|
261
294
|
*
|
@@ -406,6 +439,75 @@ export declare class GroundedGenerationServiceClient {
|
|
406
439
|
* @returns {string} A string representing the document.
|
407
440
|
*/
|
408
441
|
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
442
|
+
/**
|
443
|
+
* Return a fully-qualified projectLocationCollectionDataStoreBranchDocumentChunk resource name string.
|
444
|
+
*
|
445
|
+
* @param {string} project
|
446
|
+
* @param {string} location
|
447
|
+
* @param {string} collection
|
448
|
+
* @param {string} data_store
|
449
|
+
* @param {string} branch
|
450
|
+
* @param {string} document
|
451
|
+
* @param {string} chunk
|
452
|
+
* @returns {string} Resource name string.
|
453
|
+
*/
|
454
|
+
projectLocationCollectionDataStoreBranchDocumentChunkPath(project: string, location: string, collection: string, dataStore: string, branch: string, document: string, chunk: string): string;
|
455
|
+
/**
|
456
|
+
* Parse the project from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
457
|
+
*
|
458
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
459
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
460
|
+
* @returns {string} A string representing the project.
|
461
|
+
*/
|
462
|
+
matchProjectFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
463
|
+
/**
|
464
|
+
* Parse the location from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
465
|
+
*
|
466
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
467
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
468
|
+
* @returns {string} A string representing the location.
|
469
|
+
*/
|
470
|
+
matchLocationFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
471
|
+
/**
|
472
|
+
* Parse the collection from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
473
|
+
*
|
474
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
475
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
476
|
+
* @returns {string} A string representing the collection.
|
477
|
+
*/
|
478
|
+
matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
479
|
+
/**
|
480
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
481
|
+
*
|
482
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
483
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
484
|
+
* @returns {string} A string representing the data_store.
|
485
|
+
*/
|
486
|
+
matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
487
|
+
/**
|
488
|
+
* Parse the branch from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
489
|
+
*
|
490
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
491
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
492
|
+
* @returns {string} A string representing the branch.
|
493
|
+
*/
|
494
|
+
matchBranchFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
495
|
+
/**
|
496
|
+
* Parse the document from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
497
|
+
*
|
498
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
499
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
500
|
+
* @returns {string} A string representing the document.
|
501
|
+
*/
|
502
|
+
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
503
|
+
/**
|
504
|
+
* Parse the chunk from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
505
|
+
*
|
506
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
507
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
508
|
+
* @returns {string} A string representing the chunk.
|
509
|
+
*/
|
510
|
+
matchChunkFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
409
511
|
/**
|
410
512
|
* Return a fully-qualified projectLocationCollectionDataStoreControl resource name string.
|
411
513
|
*
|
@@ -1255,6 +1357,66 @@ export declare class GroundedGenerationServiceClient {
|
|
1255
1357
|
* @returns {string} A string representing the document.
|
1256
1358
|
*/
|
1257
1359
|
matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
1360
|
+
/**
|
1361
|
+
* Return a fully-qualified projectLocationDataStoreBranchDocumentChunk resource name string.
|
1362
|
+
*
|
1363
|
+
* @param {string} project
|
1364
|
+
* @param {string} location
|
1365
|
+
* @param {string} data_store
|
1366
|
+
* @param {string} branch
|
1367
|
+
* @param {string} document
|
1368
|
+
* @param {string} chunk
|
1369
|
+
* @returns {string} Resource name string.
|
1370
|
+
*/
|
1371
|
+
projectLocationDataStoreBranchDocumentChunkPath(project: string, location: string, dataStore: string, branch: string, document: string, chunk: string): string;
|
1372
|
+
/**
|
1373
|
+
* Parse the project from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1374
|
+
*
|
1375
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1376
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1377
|
+
* @returns {string} A string representing the project.
|
1378
|
+
*/
|
1379
|
+
matchProjectFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1380
|
+
/**
|
1381
|
+
* Parse the location from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1382
|
+
*
|
1383
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1384
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1385
|
+
* @returns {string} A string representing the location.
|
1386
|
+
*/
|
1387
|
+
matchLocationFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1388
|
+
/**
|
1389
|
+
* Parse the data_store from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1390
|
+
*
|
1391
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1392
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1393
|
+
* @returns {string} A string representing the data_store.
|
1394
|
+
*/
|
1395
|
+
matchDataStoreFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1396
|
+
/**
|
1397
|
+
* Parse the branch from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1398
|
+
*
|
1399
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1400
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1401
|
+
* @returns {string} A string representing the branch.
|
1402
|
+
*/
|
1403
|
+
matchBranchFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1404
|
+
/**
|
1405
|
+
* Parse the document from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1406
|
+
*
|
1407
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1408
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1409
|
+
* @returns {string} A string representing the document.
|
1410
|
+
*/
|
1411
|
+
matchDocumentFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1412
|
+
/**
|
1413
|
+
* Parse the chunk from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1414
|
+
*
|
1415
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1416
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1417
|
+
* @returns {string} A string representing the chunk.
|
1418
|
+
*/
|
1419
|
+
matchChunkFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1258
1420
|
/**
|
1259
1421
|
* Return a fully-qualified projectLocationDataStoreControl resource name string.
|
1260
1422
|
*
|
@@ -1666,6 +1828,81 @@ export declare class GroundedGenerationServiceClient {
|
|
1666
1828
|
* @returns {string} A string representing the target_site.
|
1667
1829
|
*/
|
1668
1830
|
matchTargetSiteFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1831
|
+
/**
|
1832
|
+
* Return a fully-qualified sampleQuery resource name string.
|
1833
|
+
*
|
1834
|
+
* @param {string} project
|
1835
|
+
* @param {string} location
|
1836
|
+
* @param {string} sample_query_set
|
1837
|
+
* @param {string} sample_query
|
1838
|
+
* @returns {string} Resource name string.
|
1839
|
+
*/
|
1840
|
+
sampleQueryPath(project: string, location: string, sampleQuerySet: string, sampleQuery: string): string;
|
1841
|
+
/**
|
1842
|
+
* Parse the project from SampleQuery resource.
|
1843
|
+
*
|
1844
|
+
* @param {string} sampleQueryName
|
1845
|
+
* A fully-qualified path representing SampleQuery resource.
|
1846
|
+
* @returns {string} A string representing the project.
|
1847
|
+
*/
|
1848
|
+
matchProjectFromSampleQueryName(sampleQueryName: string): string | number;
|
1849
|
+
/**
|
1850
|
+
* Parse the location from SampleQuery resource.
|
1851
|
+
*
|
1852
|
+
* @param {string} sampleQueryName
|
1853
|
+
* A fully-qualified path representing SampleQuery resource.
|
1854
|
+
* @returns {string} A string representing the location.
|
1855
|
+
*/
|
1856
|
+
matchLocationFromSampleQueryName(sampleQueryName: string): string | number;
|
1857
|
+
/**
|
1858
|
+
* Parse the sample_query_set from SampleQuery resource.
|
1859
|
+
*
|
1860
|
+
* @param {string} sampleQueryName
|
1861
|
+
* A fully-qualified path representing SampleQuery resource.
|
1862
|
+
* @returns {string} A string representing the sample_query_set.
|
1863
|
+
*/
|
1864
|
+
matchSampleQuerySetFromSampleQueryName(sampleQueryName: string): string | number;
|
1865
|
+
/**
|
1866
|
+
* Parse the sample_query from SampleQuery resource.
|
1867
|
+
*
|
1868
|
+
* @param {string} sampleQueryName
|
1869
|
+
* A fully-qualified path representing SampleQuery resource.
|
1870
|
+
* @returns {string} A string representing the sample_query.
|
1871
|
+
*/
|
1872
|
+
matchSampleQueryFromSampleQueryName(sampleQueryName: string): string | number;
|
1873
|
+
/**
|
1874
|
+
* Return a fully-qualified sampleQuerySet resource name string.
|
1875
|
+
*
|
1876
|
+
* @param {string} project
|
1877
|
+
* @param {string} location
|
1878
|
+
* @param {string} sample_query_set
|
1879
|
+
* @returns {string} Resource name string.
|
1880
|
+
*/
|
1881
|
+
sampleQuerySetPath(project: string, location: string, sampleQuerySet: string): string;
|
1882
|
+
/**
|
1883
|
+
* Parse the project from SampleQuerySet resource.
|
1884
|
+
*
|
1885
|
+
* @param {string} sampleQuerySetName
|
1886
|
+
* A fully-qualified path representing SampleQuerySet resource.
|
1887
|
+
* @returns {string} A string representing the project.
|
1888
|
+
*/
|
1889
|
+
matchProjectFromSampleQuerySetName(sampleQuerySetName: string): string | number;
|
1890
|
+
/**
|
1891
|
+
* Parse the location from SampleQuerySet resource.
|
1892
|
+
*
|
1893
|
+
* @param {string} sampleQuerySetName
|
1894
|
+
* A fully-qualified path representing SampleQuerySet resource.
|
1895
|
+
* @returns {string} A string representing the location.
|
1896
|
+
*/
|
1897
|
+
matchLocationFromSampleQuerySetName(sampleQuerySetName: string): string | number;
|
1898
|
+
/**
|
1899
|
+
* Parse the sample_query_set from SampleQuerySet resource.
|
1900
|
+
*
|
1901
|
+
* @param {string} sampleQuerySetName
|
1902
|
+
* A fully-qualified path representing SampleQuerySet resource.
|
1903
|
+
* @returns {string} A string representing the sample_query_set.
|
1904
|
+
*/
|
1905
|
+
matchSampleQuerySetFromSampleQuerySetName(sampleQuerySetName: string): string | number;
|
1669
1906
|
/**
|
1670
1907
|
* Terminate the gRPC channel and close the client.
|
1671
1908
|
*
|