public sealed class DeleteSitemapRequest : IMessage<DeleteSitemapRequest>, IEquatable<DeleteSitemapRequest>, IDeepCloneable<DeleteSitemapRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class DeleteSitemapRequest.
Request message for
[SiteSearchEngineService.DeleteSitemap][google.cloud.discoveryengine.v1beta.SiteSearchEngineService.DeleteSitemap]
method.
Required. Full resource name of
[Sitemap][google.cloud.discoveryengine.v1beta.Sitemap], such as
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine/sitemaps/{sitemap}.
If the caller does not have permission to access the
[Sitemap][google.cloud.discoveryengine.v1beta.Sitemap], regardless of
whether or not it exists, a PERMISSION_DENIED error is returned.
If the requested [Sitemap][google.cloud.discoveryengine.v1beta.Sitemap]
does not exist, a NOT_FOUND error is returned.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eDeleteSitemapRequest\u003c/code\u003e class is used to request the deletion of a sitemap within the Discovery Engine v1beta API.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its role in message handling and data management.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeleteSitemapRequest\u003c/code\u003e contains properties \u003ccode\u003eName\u003c/code\u003e and \u003ccode\u003eSitemapName\u003c/code\u003e, where \u003ccode\u003eName\u003c/code\u003e is the full resource path of the sitemap to be deleted, and \u003ccode\u003eSitemapName\u003c/code\u003e is a typed view over the resource path.\u003c/p\u003e\n"],["\u003cp\u003eAttempting to delete a non-existent sitemap results in a NOT_FOUND error, and insufficient permissions to access a sitemap triggers a PERMISSION_DENIED error.\u003c/p\u003e\n"]]],[],null,[]]