@google-cloud/discoveryengine 2.0.0 → 2.1.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 (149) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +7 -2
  3. package/build/protos/google/cloud/discoveryengine/v1/answer.proto +54 -2
  4. package/build/protos/google/cloud/discoveryengine/v1/chunk.proto +2 -1
  5. package/build/protos/google/cloud/discoveryengine/v1/common.proto +35 -6
  6. package/build/protos/google/cloud/discoveryengine/v1/control.proto +113 -2
  7. package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +168 -2
  8. package/build/protos/google/cloud/discoveryengine/v1/data_store.proto +23 -4
  9. package/build/protos/google/cloud/discoveryengine/v1/document.proto +7 -2
  10. package/build/protos/google/cloud/discoveryengine/v1/document_service.proto +1 -1
  11. package/build/protos/google/cloud/discoveryengine/v1/engine.proto +16 -3
  12. package/build/protos/google/cloud/discoveryengine/v1/grounded_generation_service.proto +70 -9
  13. package/build/protos/google/cloud/discoveryengine/v1/import_config.proto +20 -1
  14. package/build/protos/google/cloud/discoveryengine/v1/purge_config.proto +9 -5
  15. package/build/protos/google/cloud/discoveryengine/v1/rank_service.proto +3 -1
  16. package/build/protos/google/cloud/discoveryengine/v1/recommendation_service.proto +2 -2
  17. package/build/protos/google/cloud/discoveryengine/v1/safety.proto +107 -0
  18. package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +96 -8
  19. package/build/protos/google/cloud/discoveryengine/v1/serving_config.proto +271 -0
  20. package/build/protos/google/cloud/discoveryengine/v1/serving_config_service.proto +75 -0
  21. package/build/protos/google/cloud/discoveryengine/v1/session.proto +19 -0
  22. package/build/protos/google/cloud/discoveryengine/v1/site_search_engine.proto +27 -3
  23. package/build/protos/google/cloud/discoveryengine/v1/site_search_engine_service.proto +184 -5
  24. package/build/protos/google/cloud/discoveryengine/v1/user_event.proto +34 -0
  25. package/build/protos/google/cloud/discoveryengine/v1/user_event_service.proto +16 -4
  26. package/build/protos/protos.d.ts +5356 -981
  27. package/build/protos/protos.js +32266 -20956
  28. package/build/protos/protos.json +1391 -74
  29. package/build/src/index.d.ts +4 -1
  30. package/build/src/index.js +4 -1
  31. package/build/src/v1/completion_service_client.d.ts +238 -1
  32. package/build/src/v1/completion_service_client.js +341 -5
  33. package/build/src/v1/completion_service_proto_list.json +3 -0
  34. package/build/src/v1/control_service_client.d.ts +237 -0
  35. package/build/src/v1/control_service_client.js +347 -7
  36. package/build/src/v1/control_service_proto_list.json +3 -0
  37. package/build/src/v1/conversational_search_service_client.d.ts +213 -6
  38. package/build/src/v1/conversational_search_service_client.js +316 -22
  39. package/build/src/v1/conversational_search_service_client_config.json +5 -0
  40. package/build/src/v1/conversational_search_service_proto_list.json +3 -0
  41. package/build/src/v1/data_store_service_client.d.ts +238 -1
  42. package/build/src/v1/data_store_service_client.js +347 -7
  43. package/build/src/v1/data_store_service_proto_list.json +3 -0
  44. package/build/src/v1/document_service_client.d.ts +245 -2
  45. package/build/src/v1/document_service_client.js +356 -10
  46. package/build/src/v1/document_service_proto_list.json +3 -0
  47. package/build/src/v1/engine_service_client.d.ts +238 -1
  48. package/build/src/v1/engine_service_client.js +347 -7
  49. package/build/src/v1/engine_service_proto_list.json +3 -0
  50. package/build/src/v1/gapic_metadata.json +59 -0
  51. package/build/src/v1/grounded_generation_service_client.d.ts +238 -3
  52. package/build/src/v1/grounded_generation_service_client.js +335 -3
  53. package/build/src/v1/grounded_generation_service_proto_list.json +3 -0
  54. package/build/src/v1/index.d.ts +1 -0
  55. package/build/src/v1/index.js +3 -1
  56. package/build/src/v1/project_service_client.d.ts +238 -1
  57. package/build/src/v1/project_service_client.js +329 -1
  58. package/build/src/v1/project_service_proto_list.json +3 -0
  59. package/build/src/v1/rank_service_client.d.ts +238 -1
  60. package/build/src/v1/rank_service_client.js +329 -1
  61. package/build/src/v1/rank_service_proto_list.json +3 -0
  62. package/build/src/v1/recommendation_service_client.d.ts +95 -2
  63. package/build/src/v1/recommendation_service_client.js +131 -1
  64. package/build/src/v1/recommendation_service_proto_list.json +3 -0
  65. package/build/src/v1/schema_service_client.d.ts +238 -1
  66. package/build/src/v1/schema_service_client.js +347 -7
  67. package/build/src/v1/schema_service_proto_list.json +3 -0
  68. package/build/src/v1/search_service_client.d.ts +219 -30
  69. package/build/src/v1/search_service_client.js +230 -26
  70. package/build/src/v1/search_service_proto_list.json +3 -0
  71. package/build/src/v1/search_tuning_service_client.d.ts +238 -1
  72. package/build/src/v1/search_tuning_service_client.js +332 -2
  73. package/build/src/v1/search_tuning_service_proto_list.json +3 -0
  74. package/build/src/v1/serving_config_service_client.d.ts +1851 -0
  75. package/build/src/v1/serving_config_service_client.js +2653 -0
  76. package/build/src/v1/serving_config_service_client_config.json +30 -0
  77. package/build/src/v1/serving_config_service_proto_list.json +39 -0
  78. package/build/src/v1/site_search_engine_service_client.d.ts +357 -4
  79. package/build/src/v1/site_search_engine_service_client.js +521 -16
  80. package/build/src/v1/site_search_engine_service_client_config.json +12 -0
  81. package/build/src/v1/site_search_engine_service_proto_list.json +3 -0
  82. package/build/src/v1/user_event_service_client.d.ts +259 -10
  83. package/build/src/v1/user_event_service_client.js +338 -4
  84. package/build/src/v1/user_event_service_proto_list.json +3 -0
  85. package/build/src/v1alpha/acl_config_service_client.js +6 -2
  86. package/build/src/v1alpha/chunk_service_client.js +12 -4
  87. package/build/src/v1alpha/completion_service_client.d.ts +1 -1
  88. package/build/src/v1alpha/completion_service_client.js +15 -5
  89. package/build/src/v1alpha/control_service_client.js +21 -7
  90. package/build/src/v1alpha/conversational_search_service_client.js +51 -17
  91. package/build/src/v1alpha/data_store_service_client.d.ts +1 -1
  92. package/build/src/v1alpha/data_store_service_client.js +27 -9
  93. package/build/src/v1alpha/document_service_client.d.ts +1 -1
  94. package/build/src/v1alpha/document_service_client.js +33 -11
  95. package/build/src/v1alpha/engine_service_client.d.ts +1 -1
  96. package/build/src/v1alpha/engine_service_client.js +30 -10
  97. package/build/src/v1alpha/estimate_billing_service_client.d.ts +1 -1
  98. package/build/src/v1alpha/estimate_billing_service_client.js +3 -1
  99. package/build/src/v1alpha/evaluation_service_client.d.ts +1 -1
  100. package/build/src/v1alpha/evaluation_service_client.js +24 -8
  101. package/build/src/v1alpha/grounded_generation_service_client.js +3 -1
  102. package/build/src/v1alpha/project_service_client.d.ts +1 -1
  103. package/build/src/v1alpha/project_service_client.js +9 -3
  104. package/build/src/v1alpha/rank_service_client.js +3 -1
  105. package/build/src/v1alpha/recommendation_service_client.js +3 -1
  106. package/build/src/v1alpha/sample_query_service_client.d.ts +1 -1
  107. package/build/src/v1alpha/sample_query_service_client.js +24 -8
  108. package/build/src/v1alpha/sample_query_set_service_client.js +21 -7
  109. package/build/src/v1alpha/schema_service_client.d.ts +1 -1
  110. package/build/src/v1alpha/schema_service_client.js +21 -7
  111. package/build/src/v1alpha/search_service_client.js +9 -3
  112. package/build/src/v1alpha/search_tuning_service_client.d.ts +1 -1
  113. package/build/src/v1alpha/search_tuning_service_client.js +6 -2
  114. package/build/src/v1alpha/serving_config_service_client.js +15 -5
  115. package/build/src/v1alpha/site_search_engine_service_client.d.ts +1 -1
  116. package/build/src/v1alpha/site_search_engine_service_client.js +54 -18
  117. package/build/src/v1alpha/user_event_service_client.d.ts +1 -1
  118. package/build/src/v1alpha/user_event_service_client.js +12 -4
  119. package/build/src/v1beta/completion_service_client.d.ts +1 -1
  120. package/build/src/v1beta/completion_service_client.js +18 -6
  121. package/build/src/v1beta/control_service_client.js +21 -7
  122. package/build/src/v1beta/conversational_search_service_client.js +51 -17
  123. package/build/src/v1beta/data_store_service_client.d.ts +1 -1
  124. package/build/src/v1beta/data_store_service_client.js +21 -7
  125. package/build/src/v1beta/document_service_client.d.ts +1 -1
  126. package/build/src/v1beta/document_service_client.js +30 -10
  127. package/build/src/v1beta/engine_service_client.d.ts +1 -1
  128. package/build/src/v1beta/engine_service_client.js +30 -10
  129. package/build/src/v1beta/evaluation_service_client.d.ts +1 -1
  130. package/build/src/v1beta/evaluation_service_client.js +24 -8
  131. package/build/src/v1beta/grounded_generation_service_client.js +9 -3
  132. package/build/src/v1beta/project_service_client.d.ts +1 -1
  133. package/build/src/v1beta/project_service_client.js +3 -1
  134. package/build/src/v1beta/rank_service_client.js +3 -1
  135. package/build/src/v1beta/recommendation_service_client.js +3 -1
  136. package/build/src/v1beta/sample_query_service_client.d.ts +1 -1
  137. package/build/src/v1beta/sample_query_service_client.js +24 -8
  138. package/build/src/v1beta/sample_query_set_service_client.js +21 -7
  139. package/build/src/v1beta/schema_service_client.d.ts +1 -1
  140. package/build/src/v1beta/schema_service_client.js +21 -7
  141. package/build/src/v1beta/search_service_client.js +18 -6
  142. package/build/src/v1beta/search_tuning_service_client.d.ts +1 -1
  143. package/build/src/v1beta/search_tuning_service_client.js +6 -2
  144. package/build/src/v1beta/serving_config_service_client.js +15 -5
  145. package/build/src/v1beta/site_search_engine_service_client.d.ts +1 -1
  146. package/build/src/v1beta/site_search_engine_service_client.js +57 -19
  147. package/build/src/v1beta/user_event_service_client.d.ts +1 -1
  148. package/build/src/v1beta/user_event_service_client.js +12 -4
  149. package/package.json +5 -5
@@ -135,8 +135,6 @@ export declare class GroundedGenerationServiceClient {
135
135
  * For single-turn queries, this is a single instance. For multi-turn queries,
136
136
  * this is a repeated field that contains conversation history + latest
137
137
  * request.
138
- *
139
- * Only a single-turn query is supported currently.
140
138
  * @param {google.cloud.discoveryengine.v1.GenerateGroundedContentRequest.GenerationSpec} request.generationSpec
141
139
  * Content generation specification.
142
140
  * @param {google.cloud.discoveryengine.v1.GenerateGroundedContentRequest.GroundingSpec} request.groundingSpec
@@ -184,7 +182,7 @@ export declare class GroundedGenerationServiceClient {
184
182
  * Required. The resource name of the grounding config, such as
185
183
  * `projects/* /locations/global/groundingConfigs/default_grounding_config`.
186
184
  * @param {string} request.answerCandidate
187
- * Answer candidate to check. Can have a maximum length of 1024 characters.
185
+ * Answer candidate to check. It can have a maximum length of 4096 tokens.
188
186
  * @param {number[]} request.facts
189
187
  * List of facts for the grounding check.
190
188
  * We support up to 200 facts.
@@ -821,6 +819,57 @@ export declare class GroundedGenerationServiceClient {
821
819
  * @returns {string} A string representing the schema.
822
820
  */
823
821
  matchSchemaFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
822
+ /**
823
+ * Return a fully-qualified projectLocationCollectionDataStoreServingConfig resource name string.
824
+ *
825
+ * @param {string} project
826
+ * @param {string} location
827
+ * @param {string} collection
828
+ * @param {string} data_store
829
+ * @param {string} serving_config
830
+ * @returns {string} Resource name string.
831
+ */
832
+ projectLocationCollectionDataStoreServingConfigPath(project: string, location: string, collection: string, dataStore: string, servingConfig: string): string;
833
+ /**
834
+ * Parse the project from ProjectLocationCollectionDataStoreServingConfig resource.
835
+ *
836
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
837
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
838
+ * @returns {string} A string representing the project.
839
+ */
840
+ matchProjectFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
841
+ /**
842
+ * Parse the location from ProjectLocationCollectionDataStoreServingConfig resource.
843
+ *
844
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
845
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
846
+ * @returns {string} A string representing the location.
847
+ */
848
+ matchLocationFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
849
+ /**
850
+ * Parse the collection from ProjectLocationCollectionDataStoreServingConfig resource.
851
+ *
852
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
853
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
854
+ * @returns {string} A string representing the collection.
855
+ */
856
+ matchCollectionFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
857
+ /**
858
+ * Parse the data_store from ProjectLocationCollectionDataStoreServingConfig resource.
859
+ *
860
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
861
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
862
+ * @returns {string} A string representing the data_store.
863
+ */
864
+ matchDataStoreFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
865
+ /**
866
+ * Parse the serving_config from ProjectLocationCollectionDataStoreServingConfig resource.
867
+ *
868
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
869
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
870
+ * @returns {string} A string representing the serving_config.
871
+ */
872
+ matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
824
873
  /**
825
874
  * Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
826
875
  *
@@ -974,6 +1023,57 @@ export declare class GroundedGenerationServiceClient {
974
1023
  * @returns {string} A string representing the data_store.
975
1024
  */
976
1025
  matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
1026
+ /**
1027
+ * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineSitemap resource name string.
1028
+ *
1029
+ * @param {string} project
1030
+ * @param {string} location
1031
+ * @param {string} collection
1032
+ * @param {string} data_store
1033
+ * @param {string} sitemap
1034
+ * @returns {string} Resource name string.
1035
+ */
1036
+ projectLocationCollectionDataStoreSiteSearchEngineSitemapPath(project: string, location: string, collection: string, dataStore: string, sitemap: string): string;
1037
+ /**
1038
+ * Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
1039
+ *
1040
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
1041
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
1042
+ * @returns {string} A string representing the project.
1043
+ */
1044
+ matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName: string): string | number;
1045
+ /**
1046
+ * Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
1047
+ *
1048
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
1049
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
1050
+ * @returns {string} A string representing the location.
1051
+ */
1052
+ matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName: string): string | number;
1053
+ /**
1054
+ * Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
1055
+ *
1056
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
1057
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
1058
+ * @returns {string} A string representing the collection.
1059
+ */
1060
+ matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName: string): string | number;
1061
+ /**
1062
+ * Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
1063
+ *
1064
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
1065
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
1066
+ * @returns {string} A string representing the data_store.
1067
+ */
1068
+ matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName: string): string | number;
1069
+ /**
1070
+ * Parse the sitemap from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
1071
+ *
1072
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
1073
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
1074
+ * @returns {string} A string representing the sitemap.
1075
+ */
1076
+ matchSitemapFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName: string): string | number;
977
1077
  /**
978
1078
  * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineTargetSite resource name string.
979
1079
  *
@@ -1127,6 +1227,57 @@ export declare class GroundedGenerationServiceClient {
1127
1227
  * @returns {string} A string representing the conversation.
1128
1228
  */
1129
1229
  matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
1230
+ /**
1231
+ * Return a fully-qualified projectLocationCollectionEngineServingConfig resource name string.
1232
+ *
1233
+ * @param {string} project
1234
+ * @param {string} location
1235
+ * @param {string} collection
1236
+ * @param {string} engine
1237
+ * @param {string} serving_config
1238
+ * @returns {string} Resource name string.
1239
+ */
1240
+ projectLocationCollectionEngineServingConfigPath(project: string, location: string, collection: string, engine: string, servingConfig: string): string;
1241
+ /**
1242
+ * Parse the project from ProjectLocationCollectionEngineServingConfig resource.
1243
+ *
1244
+ * @param {string} projectLocationCollectionEngineServingConfigName
1245
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1246
+ * @returns {string} A string representing the project.
1247
+ */
1248
+ matchProjectFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1249
+ /**
1250
+ * Parse the location from ProjectLocationCollectionEngineServingConfig resource.
1251
+ *
1252
+ * @param {string} projectLocationCollectionEngineServingConfigName
1253
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1254
+ * @returns {string} A string representing the location.
1255
+ */
1256
+ matchLocationFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1257
+ /**
1258
+ * Parse the collection from ProjectLocationCollectionEngineServingConfig resource.
1259
+ *
1260
+ * @param {string} projectLocationCollectionEngineServingConfigName
1261
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1262
+ * @returns {string} A string representing the collection.
1263
+ */
1264
+ matchCollectionFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1265
+ /**
1266
+ * Parse the engine from ProjectLocationCollectionEngineServingConfig resource.
1267
+ *
1268
+ * @param {string} projectLocationCollectionEngineServingConfigName
1269
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1270
+ * @returns {string} A string representing the engine.
1271
+ */
1272
+ matchEngineFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1273
+ /**
1274
+ * Parse the serving_config from ProjectLocationCollectionEngineServingConfig resource.
1275
+ *
1276
+ * @param {string} projectLocationCollectionEngineServingConfigName
1277
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1278
+ * @returns {string} A string representing the serving_config.
1279
+ */
1280
+ matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1130
1281
  /**
1131
1282
  * Return a fully-qualified projectLocationCollectionEngineSession resource name string.
1132
1283
  *
@@ -1583,6 +1734,48 @@ export declare class GroundedGenerationServiceClient {
1583
1734
  * @returns {string} A string representing the schema.
1584
1735
  */
1585
1736
  matchSchemaFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
1737
+ /**
1738
+ * Return a fully-qualified projectLocationDataStoreServingConfig resource name string.
1739
+ *
1740
+ * @param {string} project
1741
+ * @param {string} location
1742
+ * @param {string} data_store
1743
+ * @param {string} serving_config
1744
+ * @returns {string} Resource name string.
1745
+ */
1746
+ projectLocationDataStoreServingConfigPath(project: string, location: string, dataStore: string, servingConfig: string): string;
1747
+ /**
1748
+ * Parse the project from ProjectLocationDataStoreServingConfig resource.
1749
+ *
1750
+ * @param {string} projectLocationDataStoreServingConfigName
1751
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1752
+ * @returns {string} A string representing the project.
1753
+ */
1754
+ matchProjectFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1755
+ /**
1756
+ * Parse the location from ProjectLocationDataStoreServingConfig resource.
1757
+ *
1758
+ * @param {string} projectLocationDataStoreServingConfigName
1759
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1760
+ * @returns {string} A string representing the location.
1761
+ */
1762
+ matchLocationFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1763
+ /**
1764
+ * Parse the data_store from ProjectLocationDataStoreServingConfig resource.
1765
+ *
1766
+ * @param {string} projectLocationDataStoreServingConfigName
1767
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1768
+ * @returns {string} A string representing the data_store.
1769
+ */
1770
+ matchDataStoreFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1771
+ /**
1772
+ * Parse the serving_config from ProjectLocationDataStoreServingConfig resource.
1773
+ *
1774
+ * @param {string} projectLocationDataStoreServingConfigName
1775
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1776
+ * @returns {string} A string representing the serving_config.
1777
+ */
1778
+ matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1586
1779
  /**
1587
1780
  * Return a fully-qualified projectLocationDataStoreSession resource name string.
1588
1781
  *
@@ -1709,6 +1902,48 @@ export declare class GroundedGenerationServiceClient {
1709
1902
  * @returns {string} A string representing the data_store.
1710
1903
  */
1711
1904
  matchDataStoreFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
1905
+ /**
1906
+ * Return a fully-qualified projectLocationDataStoreSiteSearchEngineSitemap resource name string.
1907
+ *
1908
+ * @param {string} project
1909
+ * @param {string} location
1910
+ * @param {string} data_store
1911
+ * @param {string} sitemap
1912
+ * @returns {string} Resource name string.
1913
+ */
1914
+ projectLocationDataStoreSiteSearchEngineSitemapPath(project: string, location: string, dataStore: string, sitemap: string): string;
1915
+ /**
1916
+ * Parse the project from ProjectLocationDataStoreSiteSearchEngineSitemap resource.
1917
+ *
1918
+ * @param {string} projectLocationDataStoreSiteSearchEngineSitemapName
1919
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_sitemap resource.
1920
+ * @returns {string} A string representing the project.
1921
+ */
1922
+ matchProjectFromProjectLocationDataStoreSiteSearchEngineSitemapName(projectLocationDataStoreSiteSearchEngineSitemapName: string): string | number;
1923
+ /**
1924
+ * Parse the location from ProjectLocationDataStoreSiteSearchEngineSitemap resource.
1925
+ *
1926
+ * @param {string} projectLocationDataStoreSiteSearchEngineSitemapName
1927
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_sitemap resource.
1928
+ * @returns {string} A string representing the location.
1929
+ */
1930
+ matchLocationFromProjectLocationDataStoreSiteSearchEngineSitemapName(projectLocationDataStoreSiteSearchEngineSitemapName: string): string | number;
1931
+ /**
1932
+ * Parse the data_store from ProjectLocationDataStoreSiteSearchEngineSitemap resource.
1933
+ *
1934
+ * @param {string} projectLocationDataStoreSiteSearchEngineSitemapName
1935
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_sitemap resource.
1936
+ * @returns {string} A string representing the data_store.
1937
+ */
1938
+ matchDataStoreFromProjectLocationDataStoreSiteSearchEngineSitemapName(projectLocationDataStoreSiteSearchEngineSitemapName: string): string | number;
1939
+ /**
1940
+ * Parse the sitemap from ProjectLocationDataStoreSiteSearchEngineSitemap resource.
1941
+ *
1942
+ * @param {string} projectLocationDataStoreSiteSearchEngineSitemapName
1943
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_sitemap resource.
1944
+ * @returns {string} A string representing the sitemap.
1945
+ */
1946
+ matchSitemapFromProjectLocationDataStoreSiteSearchEngineSitemapName(projectLocationDataStoreSiteSearchEngineSitemapName: string): string | number;
1712
1947
  /**
1713
1948
  * Return a fully-qualified projectLocationDataStoreSiteSearchEngineTargetSite resource name string.
1714
1949
  *