public sealed class FetchSitemapsResponse : IMessage<FetchSitemapsResponse>, IEquatable<FetchSitemapsResponse>, IDeepCloneable<FetchSitemapsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class FetchSitemapsResponse.
Response message for
[SiteSearchEngineService.FetchSitemaps][google.cloud.discoveryengine.v1beta.SiteSearchEngineService.FetchSitemaps]
method.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `FetchSitemapsResponse` class is `1.0.0-beta18`, which is a response message for the `SiteSearchEngineService.FetchSitemaps` method."],["The `FetchSitemapsResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `object` and resides within the `Google.Cloud.DiscoveryEngine.V1Beta` namespace in the `Google.Cloud.DiscoveryEngine.V1Beta.dll` assembly."],["It offers two constructors: a default one and another that accepts an existing `FetchSitemapsResponse` object to create a copy."],["The primary property, `SitemapsMetadata`, is a `RepeatedField` that contains a list of fetched `Sitemap` objects, represented by the type `FetchSitemapsResponse.Types.SitemapMetadata`."]]],[]]