public sealed class RecrawlUrisResponse : IMessage<RecrawlUrisResponse>, IEquatable<RecrawlUrisResponse>, IDeepCloneable<RecrawlUrisResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class RecrawlUrisResponse.
Response message for
[SiteSearchEngineService.RecrawlUris][google.cloud.discoveryengine.v1.SiteSearchEngineService.RecrawlUris]
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."],[[["This page provides documentation for the `RecrawlUrisResponse` class within the Google Cloud Discovery Engine v1 API, specifically version 1.1.0."],["`RecrawlUrisResponse` is a response message used by the `SiteSearchEngineService.RecrawlUris` method, and it inherits from the base `object` class and implements several interfaces."],["The class offers two constructors: a default constructor and one that takes another `RecrawlUrisResponse` object as a parameter, allowing for the creation of a new response based on an existing one."],["It includes properties like `FailedUris`, which lists URIs that were not crawled, and `FailureSamples`, providing details about a sample of up to 10 failed URIs."],["The documentation covers various versions of the API, with version 1.6.0 being the latest, and going back as far as version 1.0.0-beta06."]]],[]]