Discovery Engine v1beta API - Class Document.Types.IndexStatus (1.0.0-beta24)

public sealed class Document.Types.IndexStatus : IMessage<Document.Types.IndexStatus>, IEquatable<Document.Types.IndexStatus>, IDeepCloneable<Document.Types.IndexStatus>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1beta API class Document.Types.IndexStatus.

Index status of the document.

Inheritance

object > Document.Types.IndexStatus

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

IndexStatus()

public IndexStatus()

IndexStatus(IndexStatus)

public IndexStatus(Document.Types.IndexStatus other)
Parameter
Name Description
other DocumentTypesIndexStatus

Properties

ErrorSamples

public RepeatedField<Status> ErrorSamples { get; }

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

Property Value
Type Description
RepeatedFieldStatus

IndexTime

public Timestamp IndexTime { get; set; }

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.

Property Value
Type Description
Timestamp

PendingMessage

public string PendingMessage { get; set; }

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

Property Value
Type Description
string