Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1DocumentIndexStatus

Index status of the document.

Inheritance
object
GoogleCloudDiscoveryengineV1DocumentIndexStatus
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.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1DocumentIndexStatus : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ErrorSamples

A sample of errors encountered while indexing the document. If this field is populated, the document is not indexed due to errors.

Declaration
[JsonProperty("errorSamples")]
public virtual IList<GoogleRpcStatus> ErrorSamples { get; set; }
Property Value
Type Description
IList<GoogleRpcStatus>

IndexTime

object representation of IndexTimeRaw.

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

IndexTimeDateTimeOffset

DateTimeOffset representation of IndexTimeRaw.

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

IndexTimeRaw

The time when the document was indexed. If this field is populated, it means the document has been indexed. While documents typically become searchable within seconds of indexing, it can sometimes take up to a few hours.

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

PendingMessage

Immutable. The message indicates the document index is in progress. If this field is populated, the document index is pending.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX