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.3.0."],["The `RecrawlUrisResponse` class is a response message for the `SiteSearchEngineService.RecrawlUris` method, which is designed for use with the Site Search Engine Service."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `RecrawlUrisResponse` class includes properties like `FailedUris`, which lists URIs that were not crawled, and `FailureSamples`, which provides details on up to 10 failed URI samples."],["The latest version available is 1.6.0, and this version 1.3.0 is one of several versions of this API's class listed."]]],[]]