@google-cloud/discoveryengine 1.10.0 → 1.12.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.
Files changed (129) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/README.md +33 -0
  3. package/build/protos/google/cloud/discoveryengine/v1alpha/evaluation.proto +232 -0
  4. package/build/protos/google/cloud/discoveryengine/v1alpha/evaluation_service.proto +252 -0
  5. package/build/protos/google/cloud/discoveryengine/v1alpha/import_config.proto +83 -0
  6. package/build/protos/google/cloud/discoveryengine/v1alpha/sample_query.proto +86 -0
  7. package/build/protos/google/cloud/discoveryengine/v1alpha/sample_query_service.proto +264 -0
  8. package/build/protos/google/cloud/discoveryengine/v1alpha/sample_query_set.proto +64 -0
  9. package/build/protos/google/cloud/discoveryengine/v1alpha/sample_query_set_service.proto +258 -0
  10. package/build/protos/google/cloud/discoveryengine/v1beta/answer.proto +14 -0
  11. package/build/protos/google/cloud/discoveryengine/v1beta/chunk.proto +119 -0
  12. package/build/protos/google/cloud/discoveryengine/v1beta/common.proto +0 -5
  13. package/build/protos/google/cloud/discoveryengine/v1beta/completion.proto +31 -0
  14. package/build/protos/google/cloud/discoveryengine/v1beta/completion_service.proto +38 -0
  15. package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +29 -2
  16. package/build/protos/google/cloud/discoveryengine/v1beta/custom_tuning_model.proto +7 -1
  17. package/build/protos/google/cloud/discoveryengine/v1beta/data_store.proto +23 -0
  18. package/build/protos/google/cloud/discoveryengine/v1beta/data_store_service.proto +10 -0
  19. package/build/protos/google/cloud/discoveryengine/v1beta/document.proto +1 -1
  20. package/build/protos/google/cloud/discoveryengine/v1beta/document_processing_config.proto +37 -2
  21. package/build/protos/google/cloud/discoveryengine/v1beta/evaluation.proto +231 -0
  22. package/build/protos/google/cloud/discoveryengine/v1beta/evaluation_service.proto +252 -0
  23. package/build/protos/google/cloud/discoveryengine/v1beta/import_config.proto +191 -0
  24. package/build/protos/google/cloud/discoveryengine/v1beta/purge_config.proto +111 -0
  25. package/build/protos/google/cloud/discoveryengine/v1beta/sample_query.proto +86 -0
  26. package/build/protos/google/cloud/discoveryengine/v1beta/sample_query_service.proto +264 -0
  27. package/build/protos/google/cloud/discoveryengine/v1beta/sample_query_set.proto +64 -0
  28. package/build/protos/google/cloud/discoveryengine/v1beta/sample_query_set_service.proto +256 -0
  29. package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +370 -8
  30. package/build/protos/google/cloud/discoveryengine/v1beta/serving_config.proto +11 -5
  31. package/build/protos/google/cloud/discoveryengine/v1beta/user_event_service.proto +24 -0
  32. package/build/protos/protos.d.ts +32735 -21073
  33. package/build/protos/protos.js +80768 -53241
  34. package/build/protos/protos.json +5309 -2481
  35. package/build/src/v1alpha/acl_config_service_client.d.ts +108 -0
  36. package/build/src/v1alpha/acl_config_service_client.js +157 -0
  37. package/build/src/v1alpha/chunk_service_client.d.ts +108 -0
  38. package/build/src/v1alpha/chunk_service_client.js +157 -0
  39. package/build/src/v1alpha/completion_service_client.d.ts +108 -0
  40. package/build/src/v1alpha/completion_service_client.js +157 -0
  41. package/build/src/v1alpha/control_service_client.d.ts +108 -0
  42. package/build/src/v1alpha/control_service_client.js +157 -0
  43. package/build/src/v1alpha/conversational_search_service_client.d.ts +108 -0
  44. package/build/src/v1alpha/conversational_search_service_client.js +157 -0
  45. package/build/src/v1alpha/data_store_service_client.d.ts +108 -0
  46. package/build/src/v1alpha/data_store_service_client.js +157 -0
  47. package/build/src/v1alpha/document_service_client.d.ts +108 -0
  48. package/build/src/v1alpha/document_service_client.js +157 -0
  49. package/build/src/v1alpha/engine_service_client.d.ts +108 -0
  50. package/build/src/v1alpha/engine_service_client.js +157 -0
  51. package/build/src/v1alpha/estimate_billing_service_client.d.ts +108 -0
  52. package/build/src/v1alpha/estimate_billing_service_client.js +157 -0
  53. package/build/src/v1alpha/evaluation_service_client.d.ts +2349 -0
  54. package/build/src/v1alpha/evaluation_service_client.js +3288 -0
  55. package/build/src/v1alpha/evaluation_service_client_config.json +58 -0
  56. package/build/src/v1alpha/grounded_generation_service_client.d.ts +108 -0
  57. package/build/src/v1alpha/grounded_generation_service_client.js +157 -0
  58. package/build/src/v1alpha/index.d.ts +3 -0
  59. package/build/src/v1alpha/index.js +7 -1
  60. package/build/src/v1alpha/project_service_client.d.ts +108 -0
  61. package/build/src/v1alpha/project_service_client.js +157 -0
  62. package/build/src/v1alpha/rank_service_client.d.ts +108 -0
  63. package/build/src/v1alpha/rank_service_client.js +157 -0
  64. package/build/src/v1alpha/recommendation_service_client.d.ts +108 -0
  65. package/build/src/v1alpha/recommendation_service_client.js +157 -0
  66. package/build/src/v1alpha/sample_query_service_client.d.ts +2317 -0
  67. package/build/src/v1alpha/sample_query_service_client.js +3186 -0
  68. package/build/src/v1alpha/sample_query_service_client_config.json +68 -0
  69. package/build/src/v1alpha/sample_query_set_service_client.d.ts +2176 -0
  70. package/build/src/v1alpha/sample_query_set_service_client.js +2931 -0
  71. package/build/src/v1alpha/sample_query_set_service_client_config.json +63 -0
  72. package/build/src/v1alpha/schema_service_client.d.ts +108 -0
  73. package/build/src/v1alpha/schema_service_client.js +157 -0
  74. package/build/src/v1alpha/search_service_client.d.ts +108 -0
  75. package/build/src/v1alpha/search_service_client.js +157 -0
  76. package/build/src/v1alpha/search_tuning_service_client.d.ts +108 -0
  77. package/build/src/v1alpha/search_tuning_service_client.js +157 -0
  78. package/build/src/v1alpha/serving_config_service_client.d.ts +108 -0
  79. package/build/src/v1alpha/serving_config_service_client.js +157 -0
  80. package/build/src/v1alpha/site_search_engine_service_client.d.ts +108 -0
  81. package/build/src/v1alpha/site_search_engine_service_client.js +157 -0
  82. package/build/src/v1alpha/user_event_service_client.d.ts +108 -0
  83. package/build/src/v1alpha/user_event_service_client.js +157 -0
  84. package/build/src/v1beta/completion_service_client.d.ts +328 -0
  85. package/build/src/v1beta/completion_service_client.js +423 -0
  86. package/build/src/v1beta/completion_service_client_config.json +10 -0
  87. package/build/src/v1beta/control_service_client.d.ts +237 -0
  88. package/build/src/v1beta/control_service_client.js +333 -0
  89. package/build/src/v1beta/conversational_search_service_client.d.ts +255 -0
  90. package/build/src/v1beta/conversational_search_service_client.js +333 -0
  91. package/build/src/v1beta/data_store_service_client.d.ts +246 -0
  92. package/build/src/v1beta/data_store_service_client.js +339 -0
  93. package/build/src/v1beta/document_service_client.d.ts +239 -0
  94. package/build/src/v1beta/document_service_client.js +339 -0
  95. package/build/src/v1beta/engine_service_client.d.ts +237 -0
  96. package/build/src/v1beta/engine_service_client.js +339 -0
  97. package/build/src/v1beta/evaluation_service_client.d.ts +2325 -0
  98. package/build/src/v1beta/evaluation_service_client.js +3252 -0
  99. package/build/src/v1beta/evaluation_service_client_config.json +58 -0
  100. package/build/src/v1beta/grounded_generation_service_client.d.ts +237 -0
  101. package/build/src/v1beta/grounded_generation_service_client.js +333 -0
  102. package/build/src/v1beta/index.d.ts +3 -0
  103. package/build/src/v1beta/index.js +7 -1
  104. package/build/src/v1beta/project_service_client.d.ts +237 -0
  105. package/build/src/v1beta/project_service_client.js +339 -0
  106. package/build/src/v1beta/rank_service_client.d.ts +237 -0
  107. package/build/src/v1beta/rank_service_client.js +333 -0
  108. package/build/src/v1beta/recommendation_service_client.d.ts +237 -0
  109. package/build/src/v1beta/recommendation_service_client.js +333 -0
  110. package/build/src/v1beta/sample_query_service_client.d.ts +2293 -0
  111. package/build/src/v1beta/sample_query_service_client.js +3150 -0
  112. package/build/src/v1beta/sample_query_service_client_config.json +68 -0
  113. package/build/src/v1beta/sample_query_set_service_client.d.ts +2150 -0
  114. package/build/src/v1beta/sample_query_set_service_client.js +2895 -0
  115. package/build/src/v1beta/sample_query_set_service_client_config.json +63 -0
  116. package/build/src/v1beta/schema_service_client.d.ts +237 -0
  117. package/build/src/v1beta/schema_service_client.js +339 -0
  118. package/build/src/v1beta/search_service_client.d.ts +414 -12
  119. package/build/src/v1beta/search_service_client.js +451 -8
  120. package/build/src/v1beta/search_tuning_service_client.d.ts +237 -0
  121. package/build/src/v1beta/search_tuning_service_client.js +339 -0
  122. package/build/src/v1beta/serving_config_service_client.d.ts +237 -0
  123. package/build/src/v1beta/serving_config_service_client.js +333 -0
  124. package/build/src/v1beta/site_search_engine_service_client.d.ts +237 -0
  125. package/build/src/v1beta/site_search_engine_service_client.js +339 -0
  126. package/build/src/v1beta/user_event_service_client.d.ts +312 -0
  127. package/build/src/v1beta/user_event_service_client.js +381 -0
  128. package/build/src/v1beta/user_event_service_client_config.json +5 -0
  129. 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
  *