View Source GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1ImportDocumentsMetadata (google_api_firestore v0.23.0)
Metadata for google.longrunning.Operation results from FirestoreAdmin.ImportDocuments.
Attributes
-
collectionIds(type:list(String.t), default:nil) - Which collection ids are being imported. -
endTime(type:DateTime.t, default:nil) - The time this operation completed. Will be unset if operation still in progress. -
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.V1.Model.GoogleFirestoreAdminV1Progress.t, default:nil) - The progress, in bytes, of this operation. -
progressDocuments(type:GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1Progress.t, default:nil) - The progress, in documents, of this operation. -
startTime(type:DateTime.t, default:nil) - The time this operation started.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1ImportDocumentsMetadata{
collectionIds: [String.t()] | nil,
endTime: DateTime.t() | nil,
inputUriPrefix: String.t() | nil,
operationState: String.t() | nil,
progressBytes:
GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1Progress.t() | nil,
progressDocuments:
GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1Progress.t() | nil,
startTime: DateTime.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.