@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
@@ -183,6 +183,7 @@ class SearchServiceClient {
183
183
  projectLocationCollectionDataStoreSessionPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/sessions/{session}'),
184
184
  projectLocationCollectionDataStoreSessionAnswerPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/sessions/{session}/answers/{answer}'),
185
185
  projectLocationCollectionDataStoreSiteSearchEnginePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine'),
186
+ projectLocationCollectionDataStoreSiteSearchEngineSitemapPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine/sitemaps/{sitemap}'),
186
187
  projectLocationCollectionDataStoreSiteSearchEngineTargetSitePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine/targetSites/{target_site}'),
187
188
  projectLocationCollectionEngineControlPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/controls/{control}'),
188
189
  projectLocationCollectionEngineConversationPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/conversations/{conversation}'),
@@ -202,6 +203,7 @@ class SearchServiceClient {
202
203
  projectLocationDataStoreSessionPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/sessions/{session}'),
203
204
  projectLocationDataStoreSessionAnswerPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/sessions/{session}/answers/{answer}'),
204
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}'),
205
207
  projectLocationDataStoreSiteSearchEngineTargetSitePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/siteSearchEngine/targetSites/{target_site}'),
206
208
  };
207
209
  // Some of the methods on this service return "paged" results,
@@ -409,10 +411,13 @@ class SearchServiceClient {
409
411
  * This applies to each OneBox type individually.
410
412
  * Default number is 10.
411
413
  * @param {number[]} request.dataStoreSpecs
412
- * Specs defining dataStores to filter on in a search call and configurations
413
- * for those dataStores. This is only considered for engines with multiple
414
- * dataStores use case. For single dataStore within an engine, they should
415
- * use the specs at the top level.
414
+ * Specifications that define the specific
415
+ * {@link protos.google.cloud.discoveryengine.v1.DataStore|DataStore}s to be searched,
416
+ * along with configurations for those data stores. This is only considered
417
+ * for {@link protos.google.cloud.discoveryengine.v1.Engine|Engine}s with multiple data
418
+ * stores. For engines with a single data store, the specs directly under
419
+ * {@link protos.google.cloud.discoveryengine.v1.SearchRequest|SearchRequest} should be
420
+ * used.
416
421
  * @param {string} request.filter
417
422
  * The filter syntax consists of an expression language for constructing a
418
423
  * predicate from one or more fields of the documents being filtered. Filter
@@ -457,7 +462,7 @@ class SearchServiceClient {
457
462
  * If this field is unrecognizable, an `INVALID_ARGUMENT` is returned.
458
463
  * @param {google.cloud.discoveryengine.v1.UserInfo} request.userInfo
459
464
  * Information about the end user.
460
- * Highly recommended for analytics.
465
+ * Highly recommended for analytics and personalization.
461
466
  * {@link protos.google.cloud.discoveryengine.v1.UserInfo.user_agent|UserInfo.user_agent}
462
467
  * is used to deduce `device_type` for analytics.
463
468
  * @param {string} request.languageCode
@@ -539,6 +544,9 @@ class SearchServiceClient {
539
544
  * Search as you type configuration. Only supported for the
540
545
  * {@link protos.google.cloud.discoveryengine.v1.IndustryVertical.MEDIA|IndustryVertical.MEDIA}
541
546
  * vertical.
547
+ * @param {google.cloud.discoveryengine.v1.SearchRequest.DisplaySpec} [request.displaySpec]
548
+ * Optional. Config for display feature, like match highlighting on search
549
+ * results.
542
550
  * @param {string} request.session
543
551
  * The session resource name. Optional.
544
552
  *
@@ -570,6 +578,16 @@ class SearchServiceClient {
570
578
  * Session specification.
571
579
  *
572
580
  * Can be used only when `session` is set.
581
+ * @param {google.cloud.discoveryengine.v1.SearchRequest.RelevanceThreshold} request.relevanceThreshold
582
+ * The relevance threshold of the search results.
583
+ *
584
+ * Default to Google defined threshold, leveraging a balance of
585
+ * precision and recall to deliver both highly accurate results and
586
+ * comprehensive coverage of relevant information.
587
+ *
588
+ * This feature is not supported for healthcare search.
589
+ * @param {google.cloud.discoveryengine.v1.SearchRequest.RelevanceScoreSpec} [request.relevanceScoreSpec]
590
+ * Optional. The specification for returning the relevance score.
573
591
  * @param {object} [options]
574
592
  * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
575
593
  * @returns {Stream}
@@ -654,10 +672,13 @@ class SearchServiceClient {
654
672
  * This applies to each OneBox type individually.
655
673
  * Default number is 10.
656
674
  * @param {number[]} request.dataStoreSpecs
657
- * Specs defining dataStores to filter on in a search call and configurations
658
- * for those dataStores. This is only considered for engines with multiple
659
- * dataStores use case. For single dataStore within an engine, they should
660
- * use the specs at the top level.
675
+ * Specifications that define the specific
676
+ * {@link protos.google.cloud.discoveryengine.v1.DataStore|DataStore}s to be searched,
677
+ * along with configurations for those data stores. This is only considered
678
+ * for {@link protos.google.cloud.discoveryengine.v1.Engine|Engine}s with multiple data
679
+ * stores. For engines with a single data store, the specs directly under
680
+ * {@link protos.google.cloud.discoveryengine.v1.SearchRequest|SearchRequest} should be
681
+ * used.
661
682
  * @param {string} request.filter
662
683
  * The filter syntax consists of an expression language for constructing a
663
684
  * predicate from one or more fields of the documents being filtered. Filter
@@ -702,7 +723,7 @@ class SearchServiceClient {
702
723
  * If this field is unrecognizable, an `INVALID_ARGUMENT` is returned.
703
724
  * @param {google.cloud.discoveryengine.v1.UserInfo} request.userInfo
704
725
  * Information about the end user.
705
- * Highly recommended for analytics.
726
+ * Highly recommended for analytics and personalization.
706
727
  * {@link protos.google.cloud.discoveryengine.v1.UserInfo.user_agent|UserInfo.user_agent}
707
728
  * is used to deduce `device_type` for analytics.
708
729
  * @param {string} request.languageCode
@@ -784,6 +805,9 @@ class SearchServiceClient {
784
805
  * Search as you type configuration. Only supported for the
785
806
  * {@link protos.google.cloud.discoveryengine.v1.IndustryVertical.MEDIA|IndustryVertical.MEDIA}
786
807
  * vertical.
808
+ * @param {google.cloud.discoveryengine.v1.SearchRequest.DisplaySpec} [request.displaySpec]
809
+ * Optional. Config for display feature, like match highlighting on search
810
+ * results.
787
811
  * @param {string} request.session
788
812
  * The session resource name. Optional.
789
813
  *
@@ -815,6 +839,16 @@ class SearchServiceClient {
815
839
  * Session specification.
816
840
  *
817
841
  * Can be used only when `session` is set.
842
+ * @param {google.cloud.discoveryengine.v1.SearchRequest.RelevanceThreshold} request.relevanceThreshold
843
+ * The relevance threshold of the search results.
844
+ *
845
+ * Default to Google defined threshold, leveraging a balance of
846
+ * precision and recall to deliver both highly accurate results and
847
+ * comprehensive coverage of relevant information.
848
+ *
849
+ * This feature is not supported for healthcare search.
850
+ * @param {google.cloud.discoveryengine.v1.SearchRequest.RelevanceScoreSpec} [request.relevanceScoreSpec]
851
+ * Optional. The specification for returning the relevance score.
818
852
  * @param {object} [options]
819
853
  * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
820
854
  * @returns {Object}
@@ -932,10 +966,13 @@ class SearchServiceClient {
932
966
  * This applies to each OneBox type individually.
933
967
  * Default number is 10.
934
968
  * @param {number[]} request.dataStoreSpecs
935
- * Specs defining dataStores to filter on in a search call and configurations
936
- * for those dataStores. This is only considered for engines with multiple
937
- * dataStores use case. For single dataStore within an engine, they should
938
- * use the specs at the top level.
969
+ * Specifications that define the specific
970
+ * {@link protos.google.cloud.discoveryengine.v1.DataStore|DataStore}s to be searched,
971
+ * along with configurations for those data stores. This is only considered
972
+ * for {@link protos.google.cloud.discoveryengine.v1.Engine|Engine}s with multiple data
973
+ * stores. For engines with a single data store, the specs directly under
974
+ * {@link protos.google.cloud.discoveryengine.v1.SearchRequest|SearchRequest} should be
975
+ * used.
939
976
  * @param {string} request.filter
940
977
  * The filter syntax consists of an expression language for constructing a
941
978
  * predicate from one or more fields of the documents being filtered. Filter
@@ -980,7 +1017,7 @@ class SearchServiceClient {
980
1017
  * If this field is unrecognizable, an `INVALID_ARGUMENT` is returned.
981
1018
  * @param {google.cloud.discoveryengine.v1.UserInfo} request.userInfo
982
1019
  * Information about the end user.
983
- * Highly recommended for analytics.
1020
+ * Highly recommended for analytics and personalization.
984
1021
  * {@link protos.google.cloud.discoveryengine.v1.UserInfo.user_agent|UserInfo.user_agent}
985
1022
  * is used to deduce `device_type` for analytics.
986
1023
  * @param {string} request.languageCode
@@ -1062,6 +1099,9 @@ class SearchServiceClient {
1062
1099
  * Search as you type configuration. Only supported for the
1063
1100
  * {@link protos.google.cloud.discoveryengine.v1.IndustryVertical.MEDIA|IndustryVertical.MEDIA}
1064
1101
  * vertical.
1102
+ * @param {google.cloud.discoveryengine.v1.SearchRequest.DisplaySpec} [request.displaySpec]
1103
+ * Optional. Config for display feature, like match highlighting on search
1104
+ * results.
1065
1105
  * @param {string} request.session
1066
1106
  * The session resource name. Optional.
1067
1107
  *
@@ -1093,6 +1133,16 @@ class SearchServiceClient {
1093
1133
  * Session specification.
1094
1134
  *
1095
1135
  * Can be used only when `session` is set.
1136
+ * @param {google.cloud.discoveryengine.v1.SearchRequest.RelevanceThreshold} request.relevanceThreshold
1137
+ * The relevance threshold of the search results.
1138
+ *
1139
+ * Default to Google defined threshold, leveraging a balance of
1140
+ * precision and recall to deliver both highly accurate results and
1141
+ * comprehensive coverage of relevant information.
1142
+ *
1143
+ * This feature is not supported for healthcare search.
1144
+ * @param {google.cloud.discoveryengine.v1.SearchRequest.RelevanceScoreSpec} [request.relevanceScoreSpec]
1145
+ * Optional. The specification for returning the relevance score.
1096
1146
  * @param {object} [options]
1097
1147
  * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
1098
1148
  * @returns {Stream}
@@ -1177,10 +1227,13 @@ class SearchServiceClient {
1177
1227
  * This applies to each OneBox type individually.
1178
1228
  * Default number is 10.
1179
1229
  * @param {number[]} request.dataStoreSpecs
1180
- * Specs defining dataStores to filter on in a search call and configurations
1181
- * for those dataStores. This is only considered for engines with multiple
1182
- * dataStores use case. For single dataStore within an engine, they should
1183
- * use the specs at the top level.
1230
+ * Specifications that define the specific
1231
+ * {@link protos.google.cloud.discoveryengine.v1.DataStore|DataStore}s to be searched,
1232
+ * along with configurations for those data stores. This is only considered
1233
+ * for {@link protos.google.cloud.discoveryengine.v1.Engine|Engine}s with multiple data
1234
+ * stores. For engines with a single data store, the specs directly under
1235
+ * {@link protos.google.cloud.discoveryengine.v1.SearchRequest|SearchRequest} should be
1236
+ * used.
1184
1237
  * @param {string} request.filter
1185
1238
  * The filter syntax consists of an expression language for constructing a
1186
1239
  * predicate from one or more fields of the documents being filtered. Filter
@@ -1225,7 +1278,7 @@ class SearchServiceClient {
1225
1278
  * If this field is unrecognizable, an `INVALID_ARGUMENT` is returned.
1226
1279
  * @param {google.cloud.discoveryengine.v1.UserInfo} request.userInfo
1227
1280
  * Information about the end user.
1228
- * Highly recommended for analytics.
1281
+ * Highly recommended for analytics and personalization.
1229
1282
  * {@link protos.google.cloud.discoveryengine.v1.UserInfo.user_agent|UserInfo.user_agent}
1230
1283
  * is used to deduce `device_type` for analytics.
1231
1284
  * @param {string} request.languageCode
@@ -1307,6 +1360,9 @@ class SearchServiceClient {
1307
1360
  * Search as you type configuration. Only supported for the
1308
1361
  * {@link protos.google.cloud.discoveryengine.v1.IndustryVertical.MEDIA|IndustryVertical.MEDIA}
1309
1362
  * vertical.
1363
+ * @param {google.cloud.discoveryengine.v1.SearchRequest.DisplaySpec} [request.displaySpec]
1364
+ * Optional. Config for display feature, like match highlighting on search
1365
+ * results.
1310
1366
  * @param {string} request.session
1311
1367
  * The session resource name. Optional.
1312
1368
  *
@@ -1338,6 +1394,16 @@ class SearchServiceClient {
1338
1394
  * Session specification.
1339
1395
  *
1340
1396
  * Can be used only when `session` is set.
1397
+ * @param {google.cloud.discoveryengine.v1.SearchRequest.RelevanceThreshold} request.relevanceThreshold
1398
+ * The relevance threshold of the search results.
1399
+ *
1400
+ * Default to Google defined threshold, leveraging a balance of
1401
+ * precision and recall to deliver both highly accurate results and
1402
+ * comprehensive coverage of relevant information.
1403
+ *
1404
+ * This feature is not supported for healthcare search.
1405
+ * @param {google.cloud.discoveryengine.v1.SearchRequest.RelevanceScoreSpec} [request.relevanceScoreSpec]
1406
+ * Optional. The specification for returning the relevance score.
1341
1407
  * @param {object} [options]
1342
1408
  * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
1343
1409
  * @returns {Object}
@@ -2412,6 +2478,75 @@ class SearchServiceClient {
2412
2478
  matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName) {
2413
2479
  return this.pathTemplates.projectLocationCollectionDataStoreSiteSearchEnginePathTemplate.match(projectLocationCollectionDataStoreSiteSearchEngineName).data_store;
2414
2480
  }
2481
+ /**
2482
+ * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineSitemap resource name string.
2483
+ *
2484
+ * @param {string} project
2485
+ * @param {string} location
2486
+ * @param {string} collection
2487
+ * @param {string} data_store
2488
+ * @param {string} sitemap
2489
+ * @returns {string} Resource name string.
2490
+ */
2491
+ projectLocationCollectionDataStoreSiteSearchEngineSitemapPath(project, location, collection, dataStore, sitemap) {
2492
+ return this.pathTemplates.projectLocationCollectionDataStoreSiteSearchEngineSitemapPathTemplate.render({
2493
+ project: project,
2494
+ location: location,
2495
+ collection: collection,
2496
+ data_store: dataStore,
2497
+ sitemap: sitemap,
2498
+ });
2499
+ }
2500
+ /**
2501
+ * Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
2502
+ *
2503
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
2504
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
2505
+ * @returns {string} A string representing the project.
2506
+ */
2507
+ matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName) {
2508
+ return this.pathTemplates.projectLocationCollectionDataStoreSiteSearchEngineSitemapPathTemplate.match(projectLocationCollectionDataStoreSiteSearchEngineSitemapName).project;
2509
+ }
2510
+ /**
2511
+ * Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
2512
+ *
2513
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
2514
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
2515
+ * @returns {string} A string representing the location.
2516
+ */
2517
+ matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName) {
2518
+ return this.pathTemplates.projectLocationCollectionDataStoreSiteSearchEngineSitemapPathTemplate.match(projectLocationCollectionDataStoreSiteSearchEngineSitemapName).location;
2519
+ }
2520
+ /**
2521
+ * Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
2522
+ *
2523
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
2524
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
2525
+ * @returns {string} A string representing the collection.
2526
+ */
2527
+ matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName) {
2528
+ return this.pathTemplates.projectLocationCollectionDataStoreSiteSearchEngineSitemapPathTemplate.match(projectLocationCollectionDataStoreSiteSearchEngineSitemapName).collection;
2529
+ }
2530
+ /**
2531
+ * Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
2532
+ *
2533
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
2534
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
2535
+ * @returns {string} A string representing the data_store.
2536
+ */
2537
+ matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName) {
2538
+ return this.pathTemplates.projectLocationCollectionDataStoreSiteSearchEngineSitemapPathTemplate.match(projectLocationCollectionDataStoreSiteSearchEngineSitemapName).data_store;
2539
+ }
2540
+ /**
2541
+ * Parse the sitemap from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
2542
+ *
2543
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
2544
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
2545
+ * @returns {string} A string representing the sitemap.
2546
+ */
2547
+ matchSitemapFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName) {
2548
+ return this.pathTemplates.projectLocationCollectionDataStoreSiteSearchEngineSitemapPathTemplate.match(projectLocationCollectionDataStoreSiteSearchEngineSitemapName).sitemap;
2549
+ }
2415
2550
  /**
2416
2551
  * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineTargetSite resource name string.
2417
2552
  *
@@ -3591,6 +3726,63 @@ class SearchServiceClient {
3591
3726
  matchDataStoreFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName) {
3592
3727
  return this.pathTemplates.projectLocationDataStoreSiteSearchEnginePathTemplate.match(projectLocationDataStoreSiteSearchEngineName).data_store;
3593
3728
  }
3729
+ /**
3730
+ * Return a fully-qualified projectLocationDataStoreSiteSearchEngineSitemap resource name string.
3731
+ *
3732
+ * @param {string} project
3733
+ * @param {string} location
3734
+ * @param {string} data_store
3735
+ * @param {string} sitemap
3736
+ * @returns {string} Resource name string.
3737
+ */
3738
+ projectLocationDataStoreSiteSearchEngineSitemapPath(project, location, dataStore, sitemap) {
3739
+ return this.pathTemplates.projectLocationDataStoreSiteSearchEngineSitemapPathTemplate.render({
3740
+ project: project,
3741
+ location: location,
3742
+ data_store: dataStore,
3743
+ sitemap: sitemap,
3744
+ });
3745
+ }
3746
+ /**
3747
+ * Parse the project from ProjectLocationDataStoreSiteSearchEngineSitemap resource.
3748
+ *
3749
+ * @param {string} projectLocationDataStoreSiteSearchEngineSitemapName
3750
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_sitemap resource.
3751
+ * @returns {string} A string representing the project.
3752
+ */
3753
+ matchProjectFromProjectLocationDataStoreSiteSearchEngineSitemapName(projectLocationDataStoreSiteSearchEngineSitemapName) {
3754
+ return this.pathTemplates.projectLocationDataStoreSiteSearchEngineSitemapPathTemplate.match(projectLocationDataStoreSiteSearchEngineSitemapName).project;
3755
+ }
3756
+ /**
3757
+ * Parse the location from ProjectLocationDataStoreSiteSearchEngineSitemap resource.
3758
+ *
3759
+ * @param {string} projectLocationDataStoreSiteSearchEngineSitemapName
3760
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_sitemap resource.
3761
+ * @returns {string} A string representing the location.
3762
+ */
3763
+ matchLocationFromProjectLocationDataStoreSiteSearchEngineSitemapName(projectLocationDataStoreSiteSearchEngineSitemapName) {
3764
+ return this.pathTemplates.projectLocationDataStoreSiteSearchEngineSitemapPathTemplate.match(projectLocationDataStoreSiteSearchEngineSitemapName).location;
3765
+ }
3766
+ /**
3767
+ * Parse the data_store from ProjectLocationDataStoreSiteSearchEngineSitemap resource.
3768
+ *
3769
+ * @param {string} projectLocationDataStoreSiteSearchEngineSitemapName
3770
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_sitemap resource.
3771
+ * @returns {string} A string representing the data_store.
3772
+ */
3773
+ matchDataStoreFromProjectLocationDataStoreSiteSearchEngineSitemapName(projectLocationDataStoreSiteSearchEngineSitemapName) {
3774
+ return this.pathTemplates.projectLocationDataStoreSiteSearchEngineSitemapPathTemplate.match(projectLocationDataStoreSiteSearchEngineSitemapName).data_store;
3775
+ }
3776
+ /**
3777
+ * Parse the sitemap from ProjectLocationDataStoreSiteSearchEngineSitemap resource.
3778
+ *
3779
+ * @param {string} projectLocationDataStoreSiteSearchEngineSitemapName
3780
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_sitemap resource.
3781
+ * @returns {string} A string representing the sitemap.
3782
+ */
3783
+ matchSitemapFromProjectLocationDataStoreSiteSearchEngineSitemapName(projectLocationDataStoreSiteSearchEngineSitemapName) {
3784
+ return this.pathTemplates.projectLocationDataStoreSiteSearchEngineSitemapPathTemplate.match(projectLocationDataStoreSiteSearchEngineSitemapName).sitemap;
3785
+ }
3594
3786
  /**
3595
3787
  * Return a fully-qualified projectLocationDataStoreSiteSearchEngineTargetSite resource name string.
3596
3788
  *
@@ -24,10 +24,13 @@
24
24
  "../../protos/google/cloud/discoveryengine/v1/purge_config.proto",
25
25
  "../../protos/google/cloud/discoveryengine/v1/rank_service.proto",
26
26
  "../../protos/google/cloud/discoveryengine/v1/recommendation_service.proto",
27
+ "../../protos/google/cloud/discoveryengine/v1/safety.proto",
27
28
  "../../protos/google/cloud/discoveryengine/v1/schema.proto",
28
29
  "../../protos/google/cloud/discoveryengine/v1/schema_service.proto",
29
30
  "../../protos/google/cloud/discoveryengine/v1/search_service.proto",
30
31
  "../../protos/google/cloud/discoveryengine/v1/search_tuning_service.proto",
32
+ "../../protos/google/cloud/discoveryengine/v1/serving_config.proto",
33
+ "../../protos/google/cloud/discoveryengine/v1/serving_config_service.proto",
31
34
  "../../protos/google/cloud/discoveryengine/v1/session.proto",
32
35
  "../../protos/google/cloud/discoveryengine/v1/site_search_engine.proto",
33
36
  "../../protos/google/cloud/discoveryengine/v1/site_search_engine_service.proto",
@@ -837,6 +837,57 @@ export declare class SearchTuningServiceClient {
837
837
  * @returns {string} A string representing the schema.
838
838
  */
839
839
  matchSchemaFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
840
+ /**
841
+ * Return a fully-qualified projectLocationCollectionDataStoreServingConfig resource name string.
842
+ *
843
+ * @param {string} project
844
+ * @param {string} location
845
+ * @param {string} collection
846
+ * @param {string} data_store
847
+ * @param {string} serving_config
848
+ * @returns {string} Resource name string.
849
+ */
850
+ projectLocationCollectionDataStoreServingConfigPath(project: string, location: string, collection: string, dataStore: string, servingConfig: string): string;
851
+ /**
852
+ * Parse the project from ProjectLocationCollectionDataStoreServingConfig resource.
853
+ *
854
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
855
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
856
+ * @returns {string} A string representing the project.
857
+ */
858
+ matchProjectFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
859
+ /**
860
+ * Parse the location from ProjectLocationCollectionDataStoreServingConfig resource.
861
+ *
862
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
863
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
864
+ * @returns {string} A string representing the location.
865
+ */
866
+ matchLocationFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
867
+ /**
868
+ * Parse the collection from ProjectLocationCollectionDataStoreServingConfig resource.
869
+ *
870
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
871
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
872
+ * @returns {string} A string representing the collection.
873
+ */
874
+ matchCollectionFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
875
+ /**
876
+ * Parse the data_store from ProjectLocationCollectionDataStoreServingConfig resource.
877
+ *
878
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
879
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
880
+ * @returns {string} A string representing the data_store.
881
+ */
882
+ matchDataStoreFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
883
+ /**
884
+ * Parse the serving_config from ProjectLocationCollectionDataStoreServingConfig resource.
885
+ *
886
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
887
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
888
+ * @returns {string} A string representing the serving_config.
889
+ */
890
+ matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
840
891
  /**
841
892
  * Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
842
893
  *
@@ -990,6 +1041,57 @@ export declare class SearchTuningServiceClient {
990
1041
  * @returns {string} A string representing the data_store.
991
1042
  */
992
1043
  matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
1044
+ /**
1045
+ * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineSitemap resource name string.
1046
+ *
1047
+ * @param {string} project
1048
+ * @param {string} location
1049
+ * @param {string} collection
1050
+ * @param {string} data_store
1051
+ * @param {string} sitemap
1052
+ * @returns {string} Resource name string.
1053
+ */
1054
+ projectLocationCollectionDataStoreSiteSearchEngineSitemapPath(project: string, location: string, collection: string, dataStore: string, sitemap: string): string;
1055
+ /**
1056
+ * Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
1057
+ *
1058
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
1059
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
1060
+ * @returns {string} A string representing the project.
1061
+ */
1062
+ matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName: string): string | number;
1063
+ /**
1064
+ * Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
1065
+ *
1066
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
1067
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
1068
+ * @returns {string} A string representing the location.
1069
+ */
1070
+ matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName: string): string | number;
1071
+ /**
1072
+ * Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
1073
+ *
1074
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
1075
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
1076
+ * @returns {string} A string representing the collection.
1077
+ */
1078
+ matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName: string): string | number;
1079
+ /**
1080
+ * Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
1081
+ *
1082
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
1083
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
1084
+ * @returns {string} A string representing the data_store.
1085
+ */
1086
+ matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName: string): string | number;
1087
+ /**
1088
+ * Parse the sitemap from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
1089
+ *
1090
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
1091
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
1092
+ * @returns {string} A string representing the sitemap.
1093
+ */
1094
+ matchSitemapFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName: string): string | number;
993
1095
  /**
994
1096
  * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineTargetSite resource name string.
995
1097
  *
@@ -1143,6 +1245,57 @@ export declare class SearchTuningServiceClient {
1143
1245
  * @returns {string} A string representing the conversation.
1144
1246
  */
1145
1247
  matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
1248
+ /**
1249
+ * Return a fully-qualified projectLocationCollectionEngineServingConfig resource name string.
1250
+ *
1251
+ * @param {string} project
1252
+ * @param {string} location
1253
+ * @param {string} collection
1254
+ * @param {string} engine
1255
+ * @param {string} serving_config
1256
+ * @returns {string} Resource name string.
1257
+ */
1258
+ projectLocationCollectionEngineServingConfigPath(project: string, location: string, collection: string, engine: string, servingConfig: string): string;
1259
+ /**
1260
+ * Parse the project from ProjectLocationCollectionEngineServingConfig resource.
1261
+ *
1262
+ * @param {string} projectLocationCollectionEngineServingConfigName
1263
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1264
+ * @returns {string} A string representing the project.
1265
+ */
1266
+ matchProjectFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1267
+ /**
1268
+ * Parse the location from ProjectLocationCollectionEngineServingConfig resource.
1269
+ *
1270
+ * @param {string} projectLocationCollectionEngineServingConfigName
1271
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1272
+ * @returns {string} A string representing the location.
1273
+ */
1274
+ matchLocationFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1275
+ /**
1276
+ * Parse the collection from ProjectLocationCollectionEngineServingConfig resource.
1277
+ *
1278
+ * @param {string} projectLocationCollectionEngineServingConfigName
1279
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1280
+ * @returns {string} A string representing the collection.
1281
+ */
1282
+ matchCollectionFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1283
+ /**
1284
+ * Parse the engine from ProjectLocationCollectionEngineServingConfig resource.
1285
+ *
1286
+ * @param {string} projectLocationCollectionEngineServingConfigName
1287
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1288
+ * @returns {string} A string representing the engine.
1289
+ */
1290
+ matchEngineFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1291
+ /**
1292
+ * Parse the serving_config from ProjectLocationCollectionEngineServingConfig resource.
1293
+ *
1294
+ * @param {string} projectLocationCollectionEngineServingConfigName
1295
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1296
+ * @returns {string} A string representing the serving_config.
1297
+ */
1298
+ matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1146
1299
  /**
1147
1300
  * Return a fully-qualified projectLocationCollectionEngineSession resource name string.
1148
1301
  *
@@ -1599,6 +1752,48 @@ export declare class SearchTuningServiceClient {
1599
1752
  * @returns {string} A string representing the schema.
1600
1753
  */
1601
1754
  matchSchemaFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
1755
+ /**
1756
+ * Return a fully-qualified projectLocationDataStoreServingConfig resource name string.
1757
+ *
1758
+ * @param {string} project
1759
+ * @param {string} location
1760
+ * @param {string} data_store
1761
+ * @param {string} serving_config
1762
+ * @returns {string} Resource name string.
1763
+ */
1764
+ projectLocationDataStoreServingConfigPath(project: string, location: string, dataStore: string, servingConfig: string): string;
1765
+ /**
1766
+ * Parse the project from ProjectLocationDataStoreServingConfig resource.
1767
+ *
1768
+ * @param {string} projectLocationDataStoreServingConfigName
1769
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1770
+ * @returns {string} A string representing the project.
1771
+ */
1772
+ matchProjectFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1773
+ /**
1774
+ * Parse the location from ProjectLocationDataStoreServingConfig resource.
1775
+ *
1776
+ * @param {string} projectLocationDataStoreServingConfigName
1777
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1778
+ * @returns {string} A string representing the location.
1779
+ */
1780
+ matchLocationFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1781
+ /**
1782
+ * Parse the data_store from ProjectLocationDataStoreServingConfig resource.
1783
+ *
1784
+ * @param {string} projectLocationDataStoreServingConfigName
1785
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1786
+ * @returns {string} A string representing the data_store.
1787
+ */
1788
+ matchDataStoreFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1789
+ /**
1790
+ * Parse the serving_config from ProjectLocationDataStoreServingConfig resource.
1791
+ *
1792
+ * @param {string} projectLocationDataStoreServingConfigName
1793
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1794
+ * @returns {string} A string representing the serving_config.
1795
+ */
1796
+ matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1602
1797
  /**
1603
1798
  * Return a fully-qualified projectLocationDataStoreSession resource name string.
1604
1799
  *
@@ -1725,6 +1920,48 @@ export declare class SearchTuningServiceClient {
1725
1920
  * @returns {string} A string representing the data_store.
1726
1921
  */
1727
1922
  matchDataStoreFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
1923
+ /**
1924
+ * Return a fully-qualified projectLocationDataStoreSiteSearchEngineSitemap resource name string.
1925
+ *
1926
+ * @param {string} project
1927
+ * @param {string} location
1928
+ * @param {string} data_store
1929
+ * @param {string} sitemap
1930
+ * @returns {string} Resource name string.
1931
+ */
1932
+ projectLocationDataStoreSiteSearchEngineSitemapPath(project: string, location: string, dataStore: string, sitemap: string): string;
1933
+ /**
1934
+ * Parse the project from ProjectLocationDataStoreSiteSearchEngineSitemap resource.
1935
+ *
1936
+ * @param {string} projectLocationDataStoreSiteSearchEngineSitemapName
1937
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_sitemap resource.
1938
+ * @returns {string} A string representing the project.
1939
+ */
1940
+ matchProjectFromProjectLocationDataStoreSiteSearchEngineSitemapName(projectLocationDataStoreSiteSearchEngineSitemapName: string): string | number;
1941
+ /**
1942
+ * Parse the location from ProjectLocationDataStoreSiteSearchEngineSitemap resource.
1943
+ *
1944
+ * @param {string} projectLocationDataStoreSiteSearchEngineSitemapName
1945
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_sitemap resource.
1946
+ * @returns {string} A string representing the location.
1947
+ */
1948
+ matchLocationFromProjectLocationDataStoreSiteSearchEngineSitemapName(projectLocationDataStoreSiteSearchEngineSitemapName: string): string | number;
1949
+ /**
1950
+ * Parse the data_store from ProjectLocationDataStoreSiteSearchEngineSitemap resource.
1951
+ *
1952
+ * @param {string} projectLocationDataStoreSiteSearchEngineSitemapName
1953
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_sitemap resource.
1954
+ * @returns {string} A string representing the data_store.
1955
+ */
1956
+ matchDataStoreFromProjectLocationDataStoreSiteSearchEngineSitemapName(projectLocationDataStoreSiteSearchEngineSitemapName: string): string | number;
1957
+ /**
1958
+ * Parse the sitemap from ProjectLocationDataStoreSiteSearchEngineSitemap resource.
1959
+ *
1960
+ * @param {string} projectLocationDataStoreSiteSearchEngineSitemapName
1961
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_sitemap resource.
1962
+ * @returns {string} A string representing the sitemap.
1963
+ */
1964
+ matchSitemapFromProjectLocationDataStoreSiteSearchEngineSitemapName(projectLocationDataStoreSiteSearchEngineSitemapName: string): string | number;
1728
1965
  /**
1729
1966
  * Return a fully-qualified projectLocationDataStoreSiteSearchEngineTargetSite resource name string.
1730
1967
  *