View Source GoogleApi.Firestore.V1beta1.Model.GoogleFirestoreAdminV1beta1ImportDocumentsMetadata (google_api_firestore v0.26.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Firestore.V1beta1.Model.GoogleFirestoreAdminV1beta1ImportDocumentsMetadata{
    collectionIds: [String.t()] | nil,
    endTime: DateTime.t() | nil,
    inputUriPrefix: String.t() | nil,
    operationState: String.t() | nil,
    progressBytes:
      GoogleApi.Firestore.V1beta1.Model.GoogleFirestoreAdminV1beta1Progress.t()
      | nil,
    progressDocuments:
      GoogleApi.Firestore.V1beta1.Model.GoogleFirestoreAdminV1beta1Progress.t()
      | nil,
    startTime: DateTime.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.