View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaDocumentIndexStatus (google_api_discovery_engine v0.24.0)
Index status of the document.
Attributes
-
errorSamples(type:list(GoogleApi.DiscoveryEngine.V1beta.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.V1beta.Model.GoogleCloudDiscoveryengineV1betaDocumentIndexStatus{ errorSamples: [GoogleApi.DiscoveryEngine.V1beta.Model.GoogleRpcStatus.t()] | nil, indexTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.