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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `Document.Types.IndexStatus` class in the Discovery Engine v1beta API provides information about the indexing status of a document, serving as a reference for developers."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering a range of functionalities."],["`Document.Types.IndexStatus` has two constructors: a default one `IndexStatus()` and one that takes another `IndexStatus` object as a parameter, allowing for easy copying."],["The `ErrorSamples` property, of type `RepeatedField\u003cStatus\u003e`, lists errors encountered during indexing, and if populated, signifies the document isn't indexed."],["The `IndexTime` property, of type `Timestamp`, indicates when the document was indexed, confirming if the indexing process has completed successfully."]]],[]]