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.
Implements
IMessageRecrawlUrisResponse, IEquatableRecrawlUrisResponse, IDeepCloneableRecrawlUrisResponse, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
RecrawlUrisResponse()
public RecrawlUrisResponse()
RecrawlUrisResponse(RecrawlUrisResponse)
public RecrawlUrisResponse(RecrawlUrisResponse other)
Parameter | |
---|---|
Name | Description |
other |
RecrawlUrisResponse |
Properties
FailedUris
public RepeatedField<string> FailedUris { get; }
URIs that were not crawled before the LRO terminated.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
FailureSamples
public RepeatedField<RecrawlUrisResponse.Types.FailureInfo> FailureSamples { get; }
Details for a sample of up to 10 failed_uris
.
Property Value | |
---|---|
Type | Description |
RepeatedFieldRecrawlUrisResponseTypesFailureInfo |