google_api_firestore v0.3.1 GoogleApi.Firestore.V1beta1.Model.GoogleFirestoreAdminV1beta1ImportDocumentsMetadata View Source
Metadata for ImportDocuments operations.
Attributes
collectionIds
(type:list(String.t)
, default:nil
) - Which collection ids are being imported.endTime
(type:DateTime.t
, default:nil
) - The time the operation ended, either successfully or otherwise. Unset if the operation is still active.inputUriPrefix
(type:String.t
, default:nil
) - The location of the documents being imported.operationState
(type:String.t
, default:nil
) - The state of the import operation.progressBytes
(type:GoogleApi.Firestore.V1beta1.Model.GoogleFirestoreAdminV1beta1Progress.t
, default:nil
) - An estimate of the number of bytes processed.progressDocuments
(type:GoogleApi.Firestore.V1beta1.Model.GoogleFirestoreAdminV1beta1Progress.t
, default:nil
) - An estimate of the number of documents processed.startTime
(type:DateTime.t
, default:nil
) - The time that work began on the operation.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() ::
%GoogleApi.Firestore.V1beta1.Model.GoogleFirestoreAdminV1beta1ImportDocumentsMetadata{
collectionIds: [String.t()],
endTime: DateTime.t(),
inputUriPrefix: String.t(),
operationState: String.t(),
progressBytes:
GoogleApi.Firestore.V1beta1.Model.GoogleFirestoreAdminV1beta1Progress.t(),
progressDocuments:
GoogleApi.Firestore.V1beta1.Model.GoogleFirestoreAdminV1beta1Progress.t(),
startTime: DateTime.t()
}
t() :: %GoogleApi.Firestore.V1beta1.Model.GoogleFirestoreAdminV1beta1ImportDocumentsMetadata{ collectionIds: [String.t()], endTime: DateTime.t(), inputUriPrefix: String.t(), operationState: String.t(), progressBytes: GoogleApi.Firestore.V1beta1.Model.GoogleFirestoreAdminV1beta1Progress.t(), progressDocuments: GoogleApi.Firestore.V1beta1.Model.GoogleFirestoreAdminV1beta1Progress.t(), startTime: DateTime.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.