public sealed class RecrawlUrisMetadata : IMessage<RecrawlUrisMetadata>, IEquatable<RecrawlUrisMetadata>, IDeepCloneable<RecrawlUrisMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class RecrawlUrisMetadata.
Metadata related to the progress of the [SiteSearchEngineService.RecrawlUris][google.cloud.discoveryengine.v1.SiteSearchEngineService.RecrawlUris] operation. This will be returned by the google.longrunning.Operation.metadata field.
Implements
IMessageRecrawlUrisMetadata, IEquatableRecrawlUrisMetadata, IDeepCloneableRecrawlUrisMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
RecrawlUrisMetadata()
public RecrawlUrisMetadata()
RecrawlUrisMetadata(RecrawlUrisMetadata)
public RecrawlUrisMetadata(RecrawlUrisMetadata other)
Parameter | |
---|---|
Name | Description |
other |
RecrawlUrisMetadata |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Operation create time.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
RepeatedFieldstring |
PendingCount
public int PendingCount { get; set; }
Total number of URIs that have yet to be crawled.
Property Value | |
---|---|
Type | Description |
int |
QuotaExceededCount
public int QuotaExceededCount { get; set; }
Total number of URIs that were rejected due to insufficient indexing resources.
Property Value | |
---|---|
Type | Description |
int |
SuccessCount
public int SuccessCount { get; set; }
Total number of URIs that have been crawled so far.
Property Value | |
---|---|
Type | Description |
int |
UpdateTime
public Timestamp UpdateTime { get; set; }
Operation last update time. If the operation is done, this is also the finish time.
Property Value | |
---|---|
Type | Description |
Timestamp |
ValidUrisCount
public int ValidUrisCount { get; set; }
Total number of unique URIs in the request that are not in invalid_uris.
Property Value | |
---|---|
Type | Description |
int |