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 reference documentation for the `RecrawlUrisResponse` class within the Google Cloud Discovery Engine v1 API, specifically for the .NET environment."],["The `RecrawlUrisResponse` class is part of the `Google.Cloud.DiscoveryEngine.V1` namespace and is used as a response message for the `SiteSearchEngineService.RecrawlUris` method."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of this class include `FailedUris`, which lists URIs that failed to be crawled, and `FailureSamples`, providing details for up to 10 failed URIs."],["There are several versions of this documentation available, ranging from version 1.0.0-beta06 to 1.6.0 (latest)."]]],[]]