Class IndexStatus (0.12.3)

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.
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.