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.
Implements
IMessageRecrawlUrisMetadata, IEquatableRecrawlUrisMetadata, IDeepCloneableRecrawlUrisMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.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 have invalid format. Sample limited to 1000.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
InvalidUrisCount
public int InvalidUrisCount { get; set; }
Total number of unique URIs in the request that have invalid format.
Property Value | |
---|---|
Type | Description |
int |
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 |
UrisNotMatchingTargetSites
public RepeatedField<string> UrisNotMatchingTargetSites { 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. Sample limited to 1000.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
UrisNotMatchingTargetSitesCount
public int UrisNotMatchingTargetSitesCount { get; set; }
Total number of URIs that don't match any TargetSites.
Property Value | |
---|---|
Type | Description |
int |
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 |