Discovery Engine V1BETA API - Class Google::Cloud::DiscoveryEngine::V1beta::Document::IndexStatus (v0.15.0)

Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::Document::IndexStatus.

Index status of the document.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#error_samples

def error_samples() -> ::Array<::Google::Rpc::Status>
Returns
  • (::Array<::Google::Rpc::Status>) — A sample of errors encountered while indexing the document. If this field is populated, the document is not indexed due to errors.

#error_samples=

def error_samples=(value) -> ::Array<::Google::Rpc::Status>
Parameter
  • value (::Array<::Google::Rpc::Status>) — A sample of errors encountered while indexing the document. If this field is populated, the document is not indexed due to errors.
Returns
  • (::Array<::Google::Rpc::Status>) — A sample of errors encountered while indexing the document. If this field is populated, the document is not indexed due to errors.

#index_time

def index_time() -> ::Google::Protobuf::Timestamp
Returns
  • (::Google::Protobuf::Timestamp) — The time when the document was indexed. If this field is populated, it means the document has been indexed.

#index_time=

def index_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
  • value (::Google::Protobuf::Timestamp) — The time when the document was indexed. If this field is populated, it means the document has been indexed.
Returns
  • (::Google::Protobuf::Timestamp) — The time when the document was indexed. If this field is populated, it means the document has been indexed.