public sealed class RecrawlUrisResponse : IMessage<RecrawlUrisResponse>, IEquatable<RecrawlUrisResponse>, IDeepCloneable<RecrawlUrisResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class RecrawlUrisResponse.
Response message for
[SiteSearchEngineService.RecrawlUris][google.cloud.discoveryengine.v1beta.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."],[[["The `RecrawlUrisResponse` class is part of the Google Cloud Discovery Engine v1beta API and is used as a response message for the `SiteSearchEngineService.RecrawlUris` method."],["This class provides details about the results of a recrawl operation, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties such as `FailedUris`, a collection of URIs that failed to be crawled, and `FailureSamples`, which contains detailed information about up to 10 failed URIs."],["There are two constructors available to create a `RecrawlUrisResponse` object: one that creates a default object, and another that accepts another `RecrawlUrisResponse` object as an argument."]]],[]]