@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
@@ -218,6 +218,15 @@ export declare class DataStoreServiceClient {
218
218
  * If the data store is not configured as site
219
219
  * search (GENERIC vertical and PUBLIC_WEBSITE content_config), this flag will
220
220
  * be ignored.
221
+ * @param {boolean} request.skipDefaultSchemaCreation
222
+ * A boolean flag indicating whether to skip the default schema creation for
223
+ * the data store. Only enable this flag if you are certain that the default
224
+ * schema is incompatible with your use case.
225
+ *
226
+ * If set to true, you must manually create a schema for the data store before
227
+ * any documents can be ingested.
228
+ *
229
+ * This flag cannot be specified if `data_store.starting_schema` is specified.
221
230
  * @param {object} [options]
222
231
  * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
223
232
  * @returns {Promise} - The promise which resolves to an array.
@@ -687,6 +696,39 @@ export declare class DataStoreServiceClient {
687
696
  * @returns {string} A string representing the engine.
688
697
  */
689
698
  matchEngineFromEngineName(engineName: string): string | number;
699
+ /**
700
+ * Return a fully-qualified evaluation resource name string.
701
+ *
702
+ * @param {string} project
703
+ * @param {string} location
704
+ * @param {string} evaluation
705
+ * @returns {string} Resource name string.
706
+ */
707
+ evaluationPath(project: string, location: string, evaluation: string): string;
708
+ /**
709
+ * Parse the project from Evaluation resource.
710
+ *
711
+ * @param {string} evaluationName
712
+ * A fully-qualified path representing Evaluation resource.
713
+ * @returns {string} A string representing the project.
714
+ */
715
+ matchProjectFromEvaluationName(evaluationName: string): string | number;
716
+ /**
717
+ * Parse the location from Evaluation resource.
718
+ *
719
+ * @param {string} evaluationName
720
+ * A fully-qualified path representing Evaluation resource.
721
+ * @returns {string} A string representing the location.
722
+ */
723
+ matchLocationFromEvaluationName(evaluationName: string): string | number;
724
+ /**
725
+ * Parse the evaluation from Evaluation resource.
726
+ *
727
+ * @param {string} evaluationName
728
+ * A fully-qualified path representing Evaluation resource.
729
+ * @returns {string} A string representing the evaluation.
730
+ */
731
+ matchEvaluationFromEvaluationName(evaluationName: string): string | number;
690
732
  /**
691
733
  * Return a fully-qualified project resource name string.
692
734
  *
@@ -804,6 +846,75 @@ export declare class DataStoreServiceClient {
804
846
  * @returns {string} A string representing the document.
805
847
  */
806
848
  matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
849
+ /**
850
+ * Return a fully-qualified projectLocationCollectionDataStoreBranchDocumentChunk resource name string.
851
+ *
852
+ * @param {string} project
853
+ * @param {string} location
854
+ * @param {string} collection
855
+ * @param {string} data_store
856
+ * @param {string} branch
857
+ * @param {string} document
858
+ * @param {string} chunk
859
+ * @returns {string} Resource name string.
860
+ */
861
+ projectLocationCollectionDataStoreBranchDocumentChunkPath(project: string, location: string, collection: string, dataStore: string, branch: string, document: string, chunk: string): string;
862
+ /**
863
+ * Parse the project from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
864
+ *
865
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
866
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
867
+ * @returns {string} A string representing the project.
868
+ */
869
+ matchProjectFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
870
+ /**
871
+ * Parse the location from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
872
+ *
873
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
874
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
875
+ * @returns {string} A string representing the location.
876
+ */
877
+ matchLocationFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
878
+ /**
879
+ * Parse the collection from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
880
+ *
881
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
882
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
883
+ * @returns {string} A string representing the collection.
884
+ */
885
+ matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
886
+ /**
887
+ * Parse the data_store from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
888
+ *
889
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
890
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
891
+ * @returns {string} A string representing the data_store.
892
+ */
893
+ matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
894
+ /**
895
+ * Parse the branch from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
896
+ *
897
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
898
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
899
+ * @returns {string} A string representing the branch.
900
+ */
901
+ matchBranchFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
902
+ /**
903
+ * Parse the document from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
904
+ *
905
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
906
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
907
+ * @returns {string} A string representing the document.
908
+ */
909
+ matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
910
+ /**
911
+ * Parse the chunk from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
912
+ *
913
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
914
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
915
+ * @returns {string} A string representing the chunk.
916
+ */
917
+ matchChunkFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
807
918
  /**
808
919
  * Return a fully-qualified projectLocationCollectionDataStoreControl resource name string.
809
920
  *
@@ -1653,6 +1764,66 @@ export declare class DataStoreServiceClient {
1653
1764
  * @returns {string} A string representing the document.
1654
1765
  */
1655
1766
  matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1767
+ /**
1768
+ * Return a fully-qualified projectLocationDataStoreBranchDocumentChunk resource name string.
1769
+ *
1770
+ * @param {string} project
1771
+ * @param {string} location
1772
+ * @param {string} data_store
1773
+ * @param {string} branch
1774
+ * @param {string} document
1775
+ * @param {string} chunk
1776
+ * @returns {string} Resource name string.
1777
+ */
1778
+ projectLocationDataStoreBranchDocumentChunkPath(project: string, location: string, dataStore: string, branch: string, document: string, chunk: string): string;
1779
+ /**
1780
+ * Parse the project from ProjectLocationDataStoreBranchDocumentChunk resource.
1781
+ *
1782
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1783
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1784
+ * @returns {string} A string representing the project.
1785
+ */
1786
+ matchProjectFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1787
+ /**
1788
+ * Parse the location from ProjectLocationDataStoreBranchDocumentChunk resource.
1789
+ *
1790
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1791
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1792
+ * @returns {string} A string representing the location.
1793
+ */
1794
+ matchLocationFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1795
+ /**
1796
+ * Parse the data_store from ProjectLocationDataStoreBranchDocumentChunk resource.
1797
+ *
1798
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1799
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1800
+ * @returns {string} A string representing the data_store.
1801
+ */
1802
+ matchDataStoreFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1803
+ /**
1804
+ * Parse the branch from ProjectLocationDataStoreBranchDocumentChunk resource.
1805
+ *
1806
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1807
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1808
+ * @returns {string} A string representing the branch.
1809
+ */
1810
+ matchBranchFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1811
+ /**
1812
+ * Parse the document from ProjectLocationDataStoreBranchDocumentChunk resource.
1813
+ *
1814
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1815
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1816
+ * @returns {string} A string representing the document.
1817
+ */
1818
+ matchDocumentFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1819
+ /**
1820
+ * Parse the chunk from ProjectLocationDataStoreBranchDocumentChunk resource.
1821
+ *
1822
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1823
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1824
+ * @returns {string} A string representing the chunk.
1825
+ */
1826
+ matchChunkFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1656
1827
  /**
1657
1828
  * Return a fully-qualified projectLocationDataStoreControl resource name string.
1658
1829
  *
@@ -2064,6 +2235,81 @@ export declare class DataStoreServiceClient {
2064
2235
  * @returns {string} A string representing the target_site.
2065
2236
  */
2066
2237
  matchTargetSiteFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
2238
+ /**
2239
+ * Return a fully-qualified sampleQuery resource name string.
2240
+ *
2241
+ * @param {string} project
2242
+ * @param {string} location
2243
+ * @param {string} sample_query_set
2244
+ * @param {string} sample_query
2245
+ * @returns {string} Resource name string.
2246
+ */
2247
+ sampleQueryPath(project: string, location: string, sampleQuerySet: string, sampleQuery: string): string;
2248
+ /**
2249
+ * Parse the project from SampleQuery resource.
2250
+ *
2251
+ * @param {string} sampleQueryName
2252
+ * A fully-qualified path representing SampleQuery resource.
2253
+ * @returns {string} A string representing the project.
2254
+ */
2255
+ matchProjectFromSampleQueryName(sampleQueryName: string): string | number;
2256
+ /**
2257
+ * Parse the location from SampleQuery resource.
2258
+ *
2259
+ * @param {string} sampleQueryName
2260
+ * A fully-qualified path representing SampleQuery resource.
2261
+ * @returns {string} A string representing the location.
2262
+ */
2263
+ matchLocationFromSampleQueryName(sampleQueryName: string): string | number;
2264
+ /**
2265
+ * Parse the sample_query_set from SampleQuery resource.
2266
+ *
2267
+ * @param {string} sampleQueryName
2268
+ * A fully-qualified path representing SampleQuery resource.
2269
+ * @returns {string} A string representing the sample_query_set.
2270
+ */
2271
+ matchSampleQuerySetFromSampleQueryName(sampleQueryName: string): string | number;
2272
+ /**
2273
+ * Parse the sample_query from SampleQuery resource.
2274
+ *
2275
+ * @param {string} sampleQueryName
2276
+ * A fully-qualified path representing SampleQuery resource.
2277
+ * @returns {string} A string representing the sample_query.
2278
+ */
2279
+ matchSampleQueryFromSampleQueryName(sampleQueryName: string): string | number;
2280
+ /**
2281
+ * Return a fully-qualified sampleQuerySet resource name string.
2282
+ *
2283
+ * @param {string} project
2284
+ * @param {string} location
2285
+ * @param {string} sample_query_set
2286
+ * @returns {string} Resource name string.
2287
+ */
2288
+ sampleQuerySetPath(project: string, location: string, sampleQuerySet: string): string;
2289
+ /**
2290
+ * Parse the project from SampleQuerySet resource.
2291
+ *
2292
+ * @param {string} sampleQuerySetName
2293
+ * A fully-qualified path representing SampleQuerySet resource.
2294
+ * @returns {string} A string representing the project.
2295
+ */
2296
+ matchProjectFromSampleQuerySetName(sampleQuerySetName: string): string | number;
2297
+ /**
2298
+ * Parse the location from SampleQuerySet resource.
2299
+ *
2300
+ * @param {string} sampleQuerySetName
2301
+ * A fully-qualified path representing SampleQuerySet resource.
2302
+ * @returns {string} A string representing the location.
2303
+ */
2304
+ matchLocationFromSampleQuerySetName(sampleQuerySetName: string): string | number;
2305
+ /**
2306
+ * Parse the sample_query_set from SampleQuerySet resource.
2307
+ *
2308
+ * @param {string} sampleQuerySetName
2309
+ * A fully-qualified path representing SampleQuerySet resource.
2310
+ * @returns {string} A string representing the sample_query_set.
2311
+ */
2312
+ matchSampleQuerySetFromSampleQuerySetName(sampleQuerySetName: string): string | number;
2067
2313
  /**
2068
2314
  * Terminate the gRPC channel and close the client.
2069
2315
  *