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."],[[["This documentation pertains to the `RecrawlUrisResponse` class within the Google Cloud Discovery Engine v1beta API, specifically version 1.0.0-beta17."],["`RecrawlUrisResponse` is a response message used by the `SiteSearchEngineService.RecrawlUris` method for managing the recrawling of URIs."],["The `RecrawlUrisResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides properties, `FailedUris` and `FailureSamples`, to store the URIs that were not crawled and details for a sample of those failures respectively."],["It has two constructors, one that is empty and another one that takes in another `RecrawlUrisResponse` object as a parameter."]]],[]]