Class: Google::Cloud::DiscoveryEngine::V1::Document::IndexStatus
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::Document::IndexStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/document.rb
Overview
Index status of the document.
Instance Attribute Summary collapse
-
#error_samples ⇒ ::Array<::Google::Rpc::Status>
A sample of errors encountered while indexing the document.
-
#index_time ⇒ ::Google::Protobuf::Timestamp
The time when the document was indexed.
Instance Attribute Details
#error_samples ⇒ ::Array<::Google::Rpc::Status>
Returns A sample of errors encountered while indexing the document. If this field is populated, the document is not indexed due to errors.
129 130 131 132 |
# File 'proto_docs/google/cloud/discoveryengine/v1/document.rb', line 129 class IndexStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#index_time ⇒ ::Google::Protobuf::Timestamp
Returns The time when the document was indexed. If this field is populated, it means the document has been indexed.
129 130 131 132 |
# File 'proto_docs/google/cloud/discoveryengine/v1/document.rb', line 129 class IndexStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |