GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaImportDocumentsMetadata (google_api_discovery_engine v0.28.0)
View SourceMetadata related to the progress of the ImportDocuments operation. This is returned by the google.longrunning.Operation.metadata field.
Attributes
-
createTime(type:DateTime.t, default:nil) - Operation create time. -
failureCount(type:String.t, default:nil) - Count of entries that encountered errors while processing. -
successCount(type:String.t, default:nil) - Count of entries that were processed successfully. -
totalCount(type:String.t, default:nil) - Total count of entries that were processed. -
updateTime(type:DateTime.t, default:nil) - Operation last update time. If the operation is done, this is also the finish time.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaImportDocumentsMetadata{ createTime: DateTime.t() | nil, failureCount: String.t() | nil, successCount: String.t() | nil, totalCount: String.t() | nil, updateTime: DateTime.t() | nil }