Discovery Engine V1BETA API - Class Google::Cloud::DiscoveryEngine::V1beta::Document::IndexStatus (v0.28.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. While documents typically become searchable within seconds of indexing, it can sometimes take up to a few hours.

#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. While documents typically become searchable within seconds of indexing, it can sometimes take up to a few hours.
Returns
  • (::Google::Protobuf::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.

#pending_message

def pending_message() -> ::String
Returns
  • (::String) — Immutable. The message indicates the document index is in progress. If this field is populated, the document index is pending.

#pending_message=

def pending_message=(value) -> ::String
Parameter
  • value (::String) — Immutable. The message indicates the document index is in progress. If this field is populated, the document index is pending.
Returns
  • (::String) — Immutable. The message indicates the document index is in progress. If this field is populated, the document index is pending.