Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaRecrawlUrisMetadata

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

Inheritance
object
GoogleCloudDiscoveryengineV1alphaRecrawlUrisMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaRecrawlUrisMetadata : IDirectResponseSchema

Properties

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Operation create time.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InvalidUris

Unique URIs in the request that have invalid format. Sample limited to 1000.

Declaration
[JsonProperty("invalidUris")]
public virtual IList<string> InvalidUris { get; set; }
Property Value
Type Description
IList<string>

InvalidUrisCount

Total number of unique URIs in the request that have invalid format.

Declaration
[JsonProperty("invalidUrisCount")]
public virtual int? InvalidUrisCount { get; set; }
Property Value
Type Description
int?

NoindexUris

URIs that have no index meta tag. Sample limited to 1000.

Declaration
[JsonProperty("noindexUris")]
public virtual IList<string> NoindexUris { get; set; }
Property Value
Type Description
IList<string>

NoindexUrisCount

Total number of URIs that have no index meta tag.

Declaration
[JsonProperty("noindexUrisCount")]
public virtual int? NoindexUrisCount { get; set; }
Property Value
Type Description
int?

PendingCount

Total number of URIs that have yet to be crawled.

Declaration
[JsonProperty("pendingCount")]
public virtual int? PendingCount { get; set; }
Property Value
Type Description
int?

QuotaExceededCount

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

Declaration
[JsonProperty("quotaExceededCount")]
public virtual int? QuotaExceededCount { get; set; }
Property Value
Type Description
int?

SuccessCount

Total number of URIs that have been crawled so far.

Declaration
[JsonProperty("successCount")]
public virtual int? SuccessCount { get; set; }
Property Value
Type Description
int?

UpdateTime

object representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdateTimeRaw

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

Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type Description
string

UrisNotMatchingTargetSites

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.

Declaration
[JsonProperty("urisNotMatchingTargetSites")]
public virtual IList<string> UrisNotMatchingTargetSites { get; set; }
Property Value
Type Description
IList<string>

UrisNotMatchingTargetSitesCount

Total number of URIs that don't match any TargetSites.

Declaration
[JsonProperty("urisNotMatchingTargetSitesCount")]
public virtual int? UrisNotMatchingTargetSitesCount { get; set; }
Property Value
Type Description
int?

ValidUrisCount

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

Declaration
[JsonProperty("validUrisCount")]
public virtual int? ValidUrisCount { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX