View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1DocumentIndexStatus (google_api_discovery_engine v0.27.0)
Index status of the document.
Attributes
-
errorSamples
(type:list(GoogleApi.DiscoveryEngine.V1.Model.GoogleRpcStatus.t)
, default:nil
) - A sample of errors encountered while indexing the document. If this field is populated, the document is not indexed due to errors. -
indexTime
(type:DateTime.t
, default:nil
) - The time when the document was indexed. If this field is populated, it means the document has been indexed.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1DocumentIndexStatus{ errorSamples: [GoogleApi.DiscoveryEngine.V1.Model.GoogleRpcStatus.t()] | nil, indexTime: DateTime.t() | nil }