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 documentation details the `RecrawlUrisResponse` class, which is part of the Google Cloud Discovery Engine v1 API and is specifically within version 1.2.0."],["The `RecrawlUrisResponse` class is the response message for the `SiteSearchEngineService.RecrawlUris` method and inherits from the object class while implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two properties: `FailedUris`, which contains URIs that failed to be crawled, and `FailureSamples`, providing details on a sample of up to 10 failed URIs."],["It provides two constructors: a default constructor and another that accepts another `RecrawlUrisResponse` instance, allowing for the creation of new instances and the potential cloning of existing ones."],["The documentation references other versions, from 1.0.0-beta06 to the latest 1.6.0, implying a continuous improvement and update history for the `RecrawlUrisResponse`."]]],[]]