@google-cloud/discoveryengine 2.0.1 → 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 (85) hide show
  1. package/CHANGELOG.md +7 -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 +237 -0
  32. package/build/src/v1/completion_service_client.js +326 -0
  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 +326 -0
  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 +265 -5
  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 +237 -0
  42. package/build/src/v1/data_store_service_client.js +326 -0
  43. package/build/src/v1/data_store_service_proto_list.json +3 -0
  44. package/build/src/v1/document_service_client.d.ts +244 -1
  45. package/build/src/v1/document_service_client.js +326 -0
  46. package/build/src/v1/document_service_proto_list.json +3 -0
  47. package/build/src/v1/engine_service_client.d.ts +237 -0
  48. package/build/src/v1/engine_service_client.js +326 -0
  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 +326 -0
  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 +237 -0
  57. package/build/src/v1/project_service_client.js +326 -0
  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 +326 -0
  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 +128 -0
  64. package/build/src/v1/recommendation_service_proto_list.json +3 -0
  65. package/build/src/v1/schema_service_client.d.ts +237 -0
  66. package/build/src/v1/schema_service_client.js +326 -0
  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 +212 -20
  70. package/build/src/v1/search_service_proto_list.json +3 -0
  71. package/build/src/v1/search_tuning_service_client.d.ts +237 -0
  72. package/build/src/v1/search_tuning_service_client.js +326 -0
  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 +356 -3
  79. package/build/src/v1/site_search_engine_service_client.js +473 -0
  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 +258 -9
  83. package/build/src/v1/user_event_service_client.js +326 -0
  84. package/build/src/v1/user_event_service_proto_list.json +3 -0
  85. package/package.json +4 -4
@@ -816,6 +816,57 @@ export declare class ProjectServiceClient {
816
816
  * @returns {string} A string representing the schema.
817
817
  */
818
818
  matchSchemaFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
819
+ /**
820
+ * Return a fully-qualified projectLocationCollectionDataStoreServingConfig resource name string.
821
+ *
822
+ * @param {string} project
823
+ * @param {string} location
824
+ * @param {string} collection
825
+ * @param {string} data_store
826
+ * @param {string} serving_config
827
+ * @returns {string} Resource name string.
828
+ */
829
+ projectLocationCollectionDataStoreServingConfigPath(project: string, location: string, collection: string, dataStore: string, servingConfig: string): string;
830
+ /**
831
+ * Parse the project from ProjectLocationCollectionDataStoreServingConfig resource.
832
+ *
833
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
834
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
835
+ * @returns {string} A string representing the project.
836
+ */
837
+ matchProjectFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
838
+ /**
839
+ * Parse the location from ProjectLocationCollectionDataStoreServingConfig resource.
840
+ *
841
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
842
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
843
+ * @returns {string} A string representing the location.
844
+ */
845
+ matchLocationFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
846
+ /**
847
+ * Parse the collection from ProjectLocationCollectionDataStoreServingConfig resource.
848
+ *
849
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
850
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
851
+ * @returns {string} A string representing the collection.
852
+ */
853
+ matchCollectionFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
854
+ /**
855
+ * Parse the data_store from ProjectLocationCollectionDataStoreServingConfig resource.
856
+ *
857
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
858
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
859
+ * @returns {string} A string representing the data_store.
860
+ */
861
+ matchDataStoreFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
862
+ /**
863
+ * Parse the serving_config from ProjectLocationCollectionDataStoreServingConfig resource.
864
+ *
865
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
866
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
867
+ * @returns {string} A string representing the serving_config.
868
+ */
869
+ matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
819
870
  /**
820
871
  * Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
821
872
  *
@@ -969,6 +1020,57 @@ export declare class ProjectServiceClient {
969
1020
  * @returns {string} A string representing the data_store.
970
1021
  */
971
1022
  matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
1023
+ /**
1024
+ * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineSitemap resource name string.
1025
+ *
1026
+ * @param {string} project
1027
+ * @param {string} location
1028
+ * @param {string} collection
1029
+ * @param {string} data_store
1030
+ * @param {string} sitemap
1031
+ * @returns {string} Resource name string.
1032
+ */
1033
+ projectLocationCollectionDataStoreSiteSearchEngineSitemapPath(project: string, location: string, collection: string, dataStore: string, sitemap: string): string;
1034
+ /**
1035
+ * Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
1036
+ *
1037
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
1038
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
1039
+ * @returns {string} A string representing the project.
1040
+ */
1041
+ matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName: string): string | number;
1042
+ /**
1043
+ * Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
1044
+ *
1045
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
1046
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
1047
+ * @returns {string} A string representing the location.
1048
+ */
1049
+ matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName: string): string | number;
1050
+ /**
1051
+ * Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
1052
+ *
1053
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
1054
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
1055
+ * @returns {string} A string representing the collection.
1056
+ */
1057
+ matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName: string): string | number;
1058
+ /**
1059
+ * Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
1060
+ *
1061
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
1062
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
1063
+ * @returns {string} A string representing the data_store.
1064
+ */
1065
+ matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName: string): string | number;
1066
+ /**
1067
+ * Parse the sitemap from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
1068
+ *
1069
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
1070
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
1071
+ * @returns {string} A string representing the sitemap.
1072
+ */
1073
+ matchSitemapFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName: string): string | number;
972
1074
  /**
973
1075
  * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineTargetSite resource name string.
974
1076
  *
@@ -1122,6 +1224,57 @@ export declare class ProjectServiceClient {
1122
1224
  * @returns {string} A string representing the conversation.
1123
1225
  */
1124
1226
  matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
1227
+ /**
1228
+ * Return a fully-qualified projectLocationCollectionEngineServingConfig resource name string.
1229
+ *
1230
+ * @param {string} project
1231
+ * @param {string} location
1232
+ * @param {string} collection
1233
+ * @param {string} engine
1234
+ * @param {string} serving_config
1235
+ * @returns {string} Resource name string.
1236
+ */
1237
+ projectLocationCollectionEngineServingConfigPath(project: string, location: string, collection: string, engine: string, servingConfig: string): string;
1238
+ /**
1239
+ * Parse the project from ProjectLocationCollectionEngineServingConfig resource.
1240
+ *
1241
+ * @param {string} projectLocationCollectionEngineServingConfigName
1242
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1243
+ * @returns {string} A string representing the project.
1244
+ */
1245
+ matchProjectFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1246
+ /**
1247
+ * Parse the location from ProjectLocationCollectionEngineServingConfig resource.
1248
+ *
1249
+ * @param {string} projectLocationCollectionEngineServingConfigName
1250
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1251
+ * @returns {string} A string representing the location.
1252
+ */
1253
+ matchLocationFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1254
+ /**
1255
+ * Parse the collection from ProjectLocationCollectionEngineServingConfig resource.
1256
+ *
1257
+ * @param {string} projectLocationCollectionEngineServingConfigName
1258
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1259
+ * @returns {string} A string representing the collection.
1260
+ */
1261
+ matchCollectionFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1262
+ /**
1263
+ * Parse the engine from ProjectLocationCollectionEngineServingConfig resource.
1264
+ *
1265
+ * @param {string} projectLocationCollectionEngineServingConfigName
1266
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1267
+ * @returns {string} A string representing the engine.
1268
+ */
1269
+ matchEngineFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1270
+ /**
1271
+ * Parse the serving_config from ProjectLocationCollectionEngineServingConfig resource.
1272
+ *
1273
+ * @param {string} projectLocationCollectionEngineServingConfigName
1274
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1275
+ * @returns {string} A string representing the serving_config.
1276
+ */
1277
+ matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1125
1278
  /**
1126
1279
  * Return a fully-qualified projectLocationCollectionEngineSession resource name string.
1127
1280
  *
@@ -1578,6 +1731,48 @@ export declare class ProjectServiceClient {
1578
1731
  * @returns {string} A string representing the schema.
1579
1732
  */
1580
1733
  matchSchemaFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
1734
+ /**
1735
+ * Return a fully-qualified projectLocationDataStoreServingConfig resource name string.
1736
+ *
1737
+ * @param {string} project
1738
+ * @param {string} location
1739
+ * @param {string} data_store
1740
+ * @param {string} serving_config
1741
+ * @returns {string} Resource name string.
1742
+ */
1743
+ projectLocationDataStoreServingConfigPath(project: string, location: string, dataStore: string, servingConfig: string): string;
1744
+ /**
1745
+ * Parse the project from ProjectLocationDataStoreServingConfig resource.
1746
+ *
1747
+ * @param {string} projectLocationDataStoreServingConfigName
1748
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1749
+ * @returns {string} A string representing the project.
1750
+ */
1751
+ matchProjectFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1752
+ /**
1753
+ * Parse the location from ProjectLocationDataStoreServingConfig resource.
1754
+ *
1755
+ * @param {string} projectLocationDataStoreServingConfigName
1756
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1757
+ * @returns {string} A string representing the location.
1758
+ */
1759
+ matchLocationFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1760
+ /**
1761
+ * Parse the data_store from ProjectLocationDataStoreServingConfig resource.
1762
+ *
1763
+ * @param {string} projectLocationDataStoreServingConfigName
1764
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1765
+ * @returns {string} A string representing the data_store.
1766
+ */
1767
+ matchDataStoreFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1768
+ /**
1769
+ * Parse the serving_config from ProjectLocationDataStoreServingConfig resource.
1770
+ *
1771
+ * @param {string} projectLocationDataStoreServingConfigName
1772
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1773
+ * @returns {string} A string representing the serving_config.
1774
+ */
1775
+ matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1581
1776
  /**
1582
1777
  * Return a fully-qualified projectLocationDataStoreSession resource name string.
1583
1778
  *
@@ -1704,6 +1899,48 @@ export declare class ProjectServiceClient {
1704
1899
  * @returns {string} A string representing the data_store.
1705
1900
  */
1706
1901
  matchDataStoreFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
1902
+ /**
1903
+ * Return a fully-qualified projectLocationDataStoreSiteSearchEngineSitemap resource name string.
1904
+ *
1905
+ * @param {string} project
1906
+ * @param {string} location
1907
+ * @param {string} data_store
1908
+ * @param {string} sitemap
1909
+ * @returns {string} Resource name string.
1910
+ */
1911
+ projectLocationDataStoreSiteSearchEngineSitemapPath(project: string, location: string, dataStore: string, sitemap: string): string;
1912
+ /**
1913
+ * Parse the project from ProjectLocationDataStoreSiteSearchEngineSitemap resource.
1914
+ *
1915
+ * @param {string} projectLocationDataStoreSiteSearchEngineSitemapName
1916
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_sitemap resource.
1917
+ * @returns {string} A string representing the project.
1918
+ */
1919
+ matchProjectFromProjectLocationDataStoreSiteSearchEngineSitemapName(projectLocationDataStoreSiteSearchEngineSitemapName: string): string | number;
1920
+ /**
1921
+ * Parse the location from ProjectLocationDataStoreSiteSearchEngineSitemap resource.
1922
+ *
1923
+ * @param {string} projectLocationDataStoreSiteSearchEngineSitemapName
1924
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_sitemap resource.
1925
+ * @returns {string} A string representing the location.
1926
+ */
1927
+ matchLocationFromProjectLocationDataStoreSiteSearchEngineSitemapName(projectLocationDataStoreSiteSearchEngineSitemapName: string): string | number;
1928
+ /**
1929
+ * Parse the data_store from ProjectLocationDataStoreSiteSearchEngineSitemap resource.
1930
+ *
1931
+ * @param {string} projectLocationDataStoreSiteSearchEngineSitemapName
1932
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_sitemap resource.
1933
+ * @returns {string} A string representing the data_store.
1934
+ */
1935
+ matchDataStoreFromProjectLocationDataStoreSiteSearchEngineSitemapName(projectLocationDataStoreSiteSearchEngineSitemapName: string): string | number;
1936
+ /**
1937
+ * Parse the sitemap from ProjectLocationDataStoreSiteSearchEngineSitemap resource.
1938
+ *
1939
+ * @param {string} projectLocationDataStoreSiteSearchEngineSitemapName
1940
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_sitemap resource.
1941
+ * @returns {string} A string representing the sitemap.
1942
+ */
1943
+ matchSitemapFromProjectLocationDataStoreSiteSearchEngineSitemapName(projectLocationDataStoreSiteSearchEngineSitemapName: string): string | number;
1707
1944
  /**
1708
1945
  * Return a fully-qualified projectLocationDataStoreSiteSearchEngineTargetSite resource name string.
1709
1946
  *
@@ -180,12 +180,15 @@ class ProjectServiceClient {
180
180
  projectLocationCollectionDataStoreCustomTuningModelPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/customTuningModels/{custom_tuning_model}'),
181
181
  projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/documentProcessingConfig'),
182
182
  projectLocationCollectionDataStoreSchemaPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}'),
183
+ projectLocationCollectionDataStoreServingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/servingConfigs/{serving_config}'),
183
184
  projectLocationCollectionDataStoreSessionPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/sessions/{session}'),
184
185
  projectLocationCollectionDataStoreSessionAnswerPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/sessions/{session}/answers/{answer}'),
185
186
  projectLocationCollectionDataStoreSiteSearchEnginePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine'),
187
+ projectLocationCollectionDataStoreSiteSearchEngineSitemapPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine/sitemaps/{sitemap}'),
186
188
  projectLocationCollectionDataStoreSiteSearchEngineTargetSitePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine/targetSites/{target_site}'),
187
189
  projectLocationCollectionEngineControlPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/controls/{control}'),
188
190
  projectLocationCollectionEngineConversationPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/conversations/{conversation}'),
191
+ projectLocationCollectionEngineServingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config}'),
189
192
  projectLocationCollectionEngineSessionPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}'),
190
193
  projectLocationCollectionEngineSessionAnswerPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}/answers/{answer}'),
191
194
  projectLocationDataStorePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}'),
@@ -196,9 +199,11 @@ class ProjectServiceClient {
196
199
  projectLocationDataStoreCustomTuningModelPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/customTuningModels/{custom_tuning_model}'),
197
200
  projectLocationDataStoreDocumentProcessingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/documentProcessingConfig'),
198
201
  projectLocationDataStoreSchemaPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/schemas/{schema}'),
202
+ projectLocationDataStoreServingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/servingConfigs/{serving_config}'),
199
203
  projectLocationDataStoreSessionPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/sessions/{session}'),
200
204
  projectLocationDataStoreSessionAnswerPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/sessions/{session}/answers/{answer}'),
201
205
  projectLocationDataStoreSiteSearchEnginePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/siteSearchEngine'),
206
+ projectLocationDataStoreSiteSearchEngineSitemapPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/siteSearchEngine/sitemaps/{sitemap}'),
202
207
  projectLocationDataStoreSiteSearchEngineTargetSitePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/siteSearchEngine/targetSites/{target_site}'),
203
208
  };
204
209
  const protoFilesRoot = this._gaxModule.protobuf.Root.fromJSON(jsonProtos);
@@ -1369,6 +1374,75 @@ class ProjectServiceClient {
1369
1374
  matchSchemaFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName) {
1370
1375
  return this.pathTemplates.projectLocationCollectionDataStoreSchemaPathTemplate.match(projectLocationCollectionDataStoreSchemaName).schema;
1371
1376
  }
1377
+ /**
1378
+ * Return a fully-qualified projectLocationCollectionDataStoreServingConfig resource name string.
1379
+ *
1380
+ * @param {string} project
1381
+ * @param {string} location
1382
+ * @param {string} collection
1383
+ * @param {string} data_store
1384
+ * @param {string} serving_config
1385
+ * @returns {string} Resource name string.
1386
+ */
1387
+ projectLocationCollectionDataStoreServingConfigPath(project, location, collection, dataStore, servingConfig) {
1388
+ return this.pathTemplates.projectLocationCollectionDataStoreServingConfigPathTemplate.render({
1389
+ project: project,
1390
+ location: location,
1391
+ collection: collection,
1392
+ data_store: dataStore,
1393
+ serving_config: servingConfig,
1394
+ });
1395
+ }
1396
+ /**
1397
+ * Parse the project from ProjectLocationCollectionDataStoreServingConfig resource.
1398
+ *
1399
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
1400
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
1401
+ * @returns {string} A string representing the project.
1402
+ */
1403
+ matchProjectFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName) {
1404
+ return this.pathTemplates.projectLocationCollectionDataStoreServingConfigPathTemplate.match(projectLocationCollectionDataStoreServingConfigName).project;
1405
+ }
1406
+ /**
1407
+ * Parse the location from ProjectLocationCollectionDataStoreServingConfig resource.
1408
+ *
1409
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
1410
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
1411
+ * @returns {string} A string representing the location.
1412
+ */
1413
+ matchLocationFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName) {
1414
+ return this.pathTemplates.projectLocationCollectionDataStoreServingConfigPathTemplate.match(projectLocationCollectionDataStoreServingConfigName).location;
1415
+ }
1416
+ /**
1417
+ * Parse the collection from ProjectLocationCollectionDataStoreServingConfig resource.
1418
+ *
1419
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
1420
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
1421
+ * @returns {string} A string representing the collection.
1422
+ */
1423
+ matchCollectionFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName) {
1424
+ return this.pathTemplates.projectLocationCollectionDataStoreServingConfigPathTemplate.match(projectLocationCollectionDataStoreServingConfigName).collection;
1425
+ }
1426
+ /**
1427
+ * Parse the data_store from ProjectLocationCollectionDataStoreServingConfig resource.
1428
+ *
1429
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
1430
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
1431
+ * @returns {string} A string representing the data_store.
1432
+ */
1433
+ matchDataStoreFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName) {
1434
+ return this.pathTemplates.projectLocationCollectionDataStoreServingConfigPathTemplate.match(projectLocationCollectionDataStoreServingConfigName).data_store;
1435
+ }
1436
+ /**
1437
+ * Parse the serving_config from ProjectLocationCollectionDataStoreServingConfig resource.
1438
+ *
1439
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
1440
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
1441
+ * @returns {string} A string representing the serving_config.
1442
+ */
1443
+ matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName) {
1444
+ return this.pathTemplates.projectLocationCollectionDataStoreServingConfigPathTemplate.match(projectLocationCollectionDataStoreServingConfigName).serving_config;
1445
+ }
1372
1446
  /**
1373
1447
  * Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
1374
1448
  *
@@ -1576,6 +1650,75 @@ class ProjectServiceClient {
1576
1650
  matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName) {
1577
1651
  return this.pathTemplates.projectLocationCollectionDataStoreSiteSearchEnginePathTemplate.match(projectLocationCollectionDataStoreSiteSearchEngineName).data_store;
1578
1652
  }
1653
+ /**
1654
+ * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineSitemap resource name string.
1655
+ *
1656
+ * @param {string} project
1657
+ * @param {string} location
1658
+ * @param {string} collection
1659
+ * @param {string} data_store
1660
+ * @param {string} sitemap
1661
+ * @returns {string} Resource name string.
1662
+ */
1663
+ projectLocationCollectionDataStoreSiteSearchEngineSitemapPath(project, location, collection, dataStore, sitemap) {
1664
+ return this.pathTemplates.projectLocationCollectionDataStoreSiteSearchEngineSitemapPathTemplate.render({
1665
+ project: project,
1666
+ location: location,
1667
+ collection: collection,
1668
+ data_store: dataStore,
1669
+ sitemap: sitemap,
1670
+ });
1671
+ }
1672
+ /**
1673
+ * Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
1674
+ *
1675
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
1676
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
1677
+ * @returns {string} A string representing the project.
1678
+ */
1679
+ matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName) {
1680
+ return this.pathTemplates.projectLocationCollectionDataStoreSiteSearchEngineSitemapPathTemplate.match(projectLocationCollectionDataStoreSiteSearchEngineSitemapName).project;
1681
+ }
1682
+ /**
1683
+ * Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
1684
+ *
1685
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
1686
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
1687
+ * @returns {string} A string representing the location.
1688
+ */
1689
+ matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName) {
1690
+ return this.pathTemplates.projectLocationCollectionDataStoreSiteSearchEngineSitemapPathTemplate.match(projectLocationCollectionDataStoreSiteSearchEngineSitemapName).location;
1691
+ }
1692
+ /**
1693
+ * Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
1694
+ *
1695
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
1696
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
1697
+ * @returns {string} A string representing the collection.
1698
+ */
1699
+ matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName) {
1700
+ return this.pathTemplates.projectLocationCollectionDataStoreSiteSearchEngineSitemapPathTemplate.match(projectLocationCollectionDataStoreSiteSearchEngineSitemapName).collection;
1701
+ }
1702
+ /**
1703
+ * Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
1704
+ *
1705
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
1706
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
1707
+ * @returns {string} A string representing the data_store.
1708
+ */
1709
+ matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName) {
1710
+ return this.pathTemplates.projectLocationCollectionDataStoreSiteSearchEngineSitemapPathTemplate.match(projectLocationCollectionDataStoreSiteSearchEngineSitemapName).data_store;
1711
+ }
1712
+ /**
1713
+ * Parse the sitemap from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
1714
+ *
1715
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
1716
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
1717
+ * @returns {string} A string representing the sitemap.
1718
+ */
1719
+ matchSitemapFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName) {
1720
+ return this.pathTemplates.projectLocationCollectionDataStoreSiteSearchEngineSitemapPathTemplate.match(projectLocationCollectionDataStoreSiteSearchEngineSitemapName).sitemap;
1721
+ }
1579
1722
  /**
1580
1723
  * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineTargetSite resource name string.
1581
1724
  *
@@ -1783,6 +1926,75 @@ class ProjectServiceClient {
1783
1926
  matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName) {
1784
1927
  return this.pathTemplates.projectLocationCollectionEngineConversationPathTemplate.match(projectLocationCollectionEngineConversationName).conversation;
1785
1928
  }
1929
+ /**
1930
+ * Return a fully-qualified projectLocationCollectionEngineServingConfig resource name string.
1931
+ *
1932
+ * @param {string} project
1933
+ * @param {string} location
1934
+ * @param {string} collection
1935
+ * @param {string} engine
1936
+ * @param {string} serving_config
1937
+ * @returns {string} Resource name string.
1938
+ */
1939
+ projectLocationCollectionEngineServingConfigPath(project, location, collection, engine, servingConfig) {
1940
+ return this.pathTemplates.projectLocationCollectionEngineServingConfigPathTemplate.render({
1941
+ project: project,
1942
+ location: location,
1943
+ collection: collection,
1944
+ engine: engine,
1945
+ serving_config: servingConfig,
1946
+ });
1947
+ }
1948
+ /**
1949
+ * Parse the project from ProjectLocationCollectionEngineServingConfig resource.
1950
+ *
1951
+ * @param {string} projectLocationCollectionEngineServingConfigName
1952
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1953
+ * @returns {string} A string representing the project.
1954
+ */
1955
+ matchProjectFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName) {
1956
+ return this.pathTemplates.projectLocationCollectionEngineServingConfigPathTemplate.match(projectLocationCollectionEngineServingConfigName).project;
1957
+ }
1958
+ /**
1959
+ * Parse the location from ProjectLocationCollectionEngineServingConfig resource.
1960
+ *
1961
+ * @param {string} projectLocationCollectionEngineServingConfigName
1962
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1963
+ * @returns {string} A string representing the location.
1964
+ */
1965
+ matchLocationFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName) {
1966
+ return this.pathTemplates.projectLocationCollectionEngineServingConfigPathTemplate.match(projectLocationCollectionEngineServingConfigName).location;
1967
+ }
1968
+ /**
1969
+ * Parse the collection from ProjectLocationCollectionEngineServingConfig resource.
1970
+ *
1971
+ * @param {string} projectLocationCollectionEngineServingConfigName
1972
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1973
+ * @returns {string} A string representing the collection.
1974
+ */
1975
+ matchCollectionFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName) {
1976
+ return this.pathTemplates.projectLocationCollectionEngineServingConfigPathTemplate.match(projectLocationCollectionEngineServingConfigName).collection;
1977
+ }
1978
+ /**
1979
+ * Parse the engine from ProjectLocationCollectionEngineServingConfig resource.
1980
+ *
1981
+ * @param {string} projectLocationCollectionEngineServingConfigName
1982
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1983
+ * @returns {string} A string representing the engine.
1984
+ */
1985
+ matchEngineFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName) {
1986
+ return this.pathTemplates.projectLocationCollectionEngineServingConfigPathTemplate.match(projectLocationCollectionEngineServingConfigName).engine;
1987
+ }
1988
+ /**
1989
+ * Parse the serving_config from ProjectLocationCollectionEngineServingConfig resource.
1990
+ *
1991
+ * @param {string} projectLocationCollectionEngineServingConfigName
1992
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1993
+ * @returns {string} A string representing the serving_config.
1994
+ */
1995
+ matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName) {
1996
+ return this.pathTemplates.projectLocationCollectionEngineServingConfigPathTemplate.match(projectLocationCollectionEngineServingConfigName).serving_config;
1997
+ }
1786
1998
  /**
1787
1999
  * Return a fully-qualified projectLocationCollectionEngineSession resource name string.
1788
2000
  *
@@ -2401,6 +2613,63 @@ class ProjectServiceClient {
2401
2613
  matchSchemaFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName) {
2402
2614
  return this.pathTemplates.projectLocationDataStoreSchemaPathTemplate.match(projectLocationDataStoreSchemaName).schema;
2403
2615
  }
2616
+ /**
2617
+ * Return a fully-qualified projectLocationDataStoreServingConfig resource name string.
2618
+ *
2619
+ * @param {string} project
2620
+ * @param {string} location
2621
+ * @param {string} data_store
2622
+ * @param {string} serving_config
2623
+ * @returns {string} Resource name string.
2624
+ */
2625
+ projectLocationDataStoreServingConfigPath(project, location, dataStore, servingConfig) {
2626
+ return this.pathTemplates.projectLocationDataStoreServingConfigPathTemplate.render({
2627
+ project: project,
2628
+ location: location,
2629
+ data_store: dataStore,
2630
+ serving_config: servingConfig,
2631
+ });
2632
+ }
2633
+ /**
2634
+ * Parse the project from ProjectLocationDataStoreServingConfig resource.
2635
+ *
2636
+ * @param {string} projectLocationDataStoreServingConfigName
2637
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
2638
+ * @returns {string} A string representing the project.
2639
+ */
2640
+ matchProjectFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName) {
2641
+ return this.pathTemplates.projectLocationDataStoreServingConfigPathTemplate.match(projectLocationDataStoreServingConfigName).project;
2642
+ }
2643
+ /**
2644
+ * Parse the location from ProjectLocationDataStoreServingConfig resource.
2645
+ *
2646
+ * @param {string} projectLocationDataStoreServingConfigName
2647
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
2648
+ * @returns {string} A string representing the location.
2649
+ */
2650
+ matchLocationFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName) {
2651
+ return this.pathTemplates.projectLocationDataStoreServingConfigPathTemplate.match(projectLocationDataStoreServingConfigName).location;
2652
+ }
2653
+ /**
2654
+ * Parse the data_store from ProjectLocationDataStoreServingConfig resource.
2655
+ *
2656
+ * @param {string} projectLocationDataStoreServingConfigName
2657
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
2658
+ * @returns {string} A string representing the data_store.
2659
+ */
2660
+ matchDataStoreFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName) {
2661
+ return this.pathTemplates.projectLocationDataStoreServingConfigPathTemplate.match(projectLocationDataStoreServingConfigName).data_store;
2662
+ }
2663
+ /**
2664
+ * Parse the serving_config from ProjectLocationDataStoreServingConfig resource.
2665
+ *
2666
+ * @param {string} projectLocationDataStoreServingConfigName
2667
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
2668
+ * @returns {string} A string representing the serving_config.
2669
+ */
2670
+ matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName) {
2671
+ return this.pathTemplates.projectLocationDataStoreServingConfigPathTemplate.match(projectLocationDataStoreServingConfigName).serving_config;
2672
+ }
2404
2673
  /**
2405
2674
  * Return a fully-qualified projectLocationDataStoreSession resource name string.
2406
2675
  *
@@ -2572,6 +2841,63 @@ class ProjectServiceClient {
2572
2841
  matchDataStoreFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName) {
2573
2842
  return this.pathTemplates.projectLocationDataStoreSiteSearchEnginePathTemplate.match(projectLocationDataStoreSiteSearchEngineName).data_store;
2574
2843
  }
2844
+ /**
2845
+ * Return a fully-qualified projectLocationDataStoreSiteSearchEngineSitemap resource name string.
2846
+ *
2847
+ * @param {string} project
2848
+ * @param {string} location
2849
+ * @param {string} data_store
2850
+ * @param {string} sitemap
2851
+ * @returns {string} Resource name string.
2852
+ */
2853
+ projectLocationDataStoreSiteSearchEngineSitemapPath(project, location, dataStore, sitemap) {
2854
+ return this.pathTemplates.projectLocationDataStoreSiteSearchEngineSitemapPathTemplate.render({
2855
+ project: project,
2856
+ location: location,
2857
+ data_store: dataStore,
2858
+ sitemap: sitemap,
2859
+ });
2860
+ }
2861
+ /**
2862
+ * Parse the project from ProjectLocationDataStoreSiteSearchEngineSitemap resource.
2863
+ *
2864
+ * @param {string} projectLocationDataStoreSiteSearchEngineSitemapName
2865
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_sitemap resource.
2866
+ * @returns {string} A string representing the project.
2867
+ */
2868
+ matchProjectFromProjectLocationDataStoreSiteSearchEngineSitemapName(projectLocationDataStoreSiteSearchEngineSitemapName) {
2869
+ return this.pathTemplates.projectLocationDataStoreSiteSearchEngineSitemapPathTemplate.match(projectLocationDataStoreSiteSearchEngineSitemapName).project;
2870
+ }
2871
+ /**
2872
+ * Parse the location from ProjectLocationDataStoreSiteSearchEngineSitemap resource.
2873
+ *
2874
+ * @param {string} projectLocationDataStoreSiteSearchEngineSitemapName
2875
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_sitemap resource.
2876
+ * @returns {string} A string representing the location.
2877
+ */
2878
+ matchLocationFromProjectLocationDataStoreSiteSearchEngineSitemapName(projectLocationDataStoreSiteSearchEngineSitemapName) {
2879
+ return this.pathTemplates.projectLocationDataStoreSiteSearchEngineSitemapPathTemplate.match(projectLocationDataStoreSiteSearchEngineSitemapName).location;
2880
+ }
2881
+ /**
2882
+ * Parse the data_store from ProjectLocationDataStoreSiteSearchEngineSitemap resource.
2883
+ *
2884
+ * @param {string} projectLocationDataStoreSiteSearchEngineSitemapName
2885
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_sitemap resource.
2886
+ * @returns {string} A string representing the data_store.
2887
+ */
2888
+ matchDataStoreFromProjectLocationDataStoreSiteSearchEngineSitemapName(projectLocationDataStoreSiteSearchEngineSitemapName) {
2889
+ return this.pathTemplates.projectLocationDataStoreSiteSearchEngineSitemapPathTemplate.match(projectLocationDataStoreSiteSearchEngineSitemapName).data_store;
2890
+ }
2891
+ /**
2892
+ * Parse the sitemap from ProjectLocationDataStoreSiteSearchEngineSitemap resource.
2893
+ *
2894
+ * @param {string} projectLocationDataStoreSiteSearchEngineSitemapName
2895
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_sitemap resource.
2896
+ * @returns {string} A string representing the sitemap.
2897
+ */
2898
+ matchSitemapFromProjectLocationDataStoreSiteSearchEngineSitemapName(projectLocationDataStoreSiteSearchEngineSitemapName) {
2899
+ return this.pathTemplates.projectLocationDataStoreSiteSearchEngineSitemapPathTemplate.match(projectLocationDataStoreSiteSearchEngineSitemapName).sitemap;
2900
+ }
2575
2901
  /**
2576
2902
  * Return a fully-qualified projectLocationDataStoreSiteSearchEngineTargetSite resource name string.
2577
2903
  *