IndexStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)Index status of the document.
Attributes |
|
|---|---|
| Name | Description |
index_time |
google.protobuf.timestamp_pb2.Timestamp
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. |
error_samples |
MutableSequence[google.rpc.status_pb2.Status]
A sample of errors encountered while indexing the document. If this field is populated, the document is not indexed due to errors. |
pending_message |
str
Immutable. The message indicates the document index is in progress. If this field is populated, the document index is pending. |