GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1DocumentIndexStatus (google_api_discovery_engine v0.28.0)
View SourceIndex 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. -
pendingMessage
(type:String.t
, default:nil
) - Immutable. The message indicates the document index is in progress. If this field is populated, the document index is pending.
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, pendingMessage: String.t() | nil }