public sealed class Document.Types.IndexStatus : IMessage<Document.Types.IndexStatus>, IEquatable<Document.Types.IndexStatus>, IDeepCloneable<Document.Types.IndexStatus>, IBufferMessage, IMessageReference 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. 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 |
|