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.
-
#pending_message ⇒ ::String
Immutable.
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.
142 143 144 145 |
# File 'proto_docs/google/cloud/discoveryengine/v1/document.rb', line 142 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.
142 143 144 145 |
# File 'proto_docs/google/cloud/discoveryengine/v1/document.rb', line 142 class IndexStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pending_message ⇒ ::String
Returns Immutable. The message indicates the document index is in progress. If this field is populated, the document index is pending.
142 143 144 145 |
# File 'proto_docs/google/cloud/discoveryengine/v1/document.rb', line 142 class IndexStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |