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.
Implements
IMessageDocumentTypesIndexStatus, IEquatableDocumentTypesIndexStatus, IDeepCloneableDocumentTypesIndexStatus, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
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.
Property Value | |
---|---|
Type | Description |
Timestamp |