Discovery Engine v1beta API - Class RecrawlUrisMetadata (1.0.0-beta11)

public sealed class RecrawlUrisMetadata : IMessage<RecrawlUrisMetadata>, IEquatable<RecrawlUrisMetadata>, IDeepCloneable<RecrawlUrisMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1beta API class RecrawlUrisMetadata.

Metadata related to the progress of the [SiteSearchEngineService.RecrawlUris][google.cloud.discoveryengine.v1beta.SiteSearchEngineService.RecrawlUris] operation. This will be returned by the google.longrunning.Operation.metadata field.

Inheritance

object > RecrawlUrisMetadata

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

RecrawlUrisMetadata()

public RecrawlUrisMetadata()

RecrawlUrisMetadata(RecrawlUrisMetadata)

public RecrawlUrisMetadata(RecrawlUrisMetadata other)
Parameter
NameDescription
otherRecrawlUrisMetadata

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Operation create time.

Property Value
TypeDescription
Timestamp

InvalidUris

public RepeatedField<string> InvalidUris { get; }

Unique URIs in the request that don't match any TargetSite in the DataStore, only match TargetSites that haven't been fully indexed, or match a TargetSite with type EXCLUDE.

Property Value
TypeDescription
RepeatedFieldstring

PendingCount

public int PendingCount { get; set; }

Total number of URIs that have yet to be crawled.

Property Value
TypeDescription
int

QuotaExceededCount

public int QuotaExceededCount { get; set; }

Total number of URIs that were rejected due to insufficient indexing resources.

Property Value
TypeDescription
int

SuccessCount

public int SuccessCount { get; set; }

Total number of URIs that have been crawled so far.

Property Value
TypeDescription
int

UpdateTime

public Timestamp UpdateTime { get; set; }

Operation last update time. If the operation is done, this is also the finish time.

Property Value
TypeDescription
Timestamp

ValidUrisCount

public int ValidUrisCount { get; set; }

Total number of unique URIs in the request that are not in invalid_uris.

Property Value
TypeDescription
int