View Source GoogleApi.Firestore.V1beta1.Model.GoogleFirestoreAdminV1RestoreDatabaseMetadata (google_api_firestore v0.27.0)

Metadata for the long-running operation from the RestoreDatabase request.

Attributes

  • backup (type: String.t, default: nil) - The name of the backup restoring from.
  • database (type: String.t, default: nil) - The name of the database being restored to.
  • endTime (type: DateTime.t, default: nil) - The time the restore finished, unset for ongoing restores.
  • operationState (type: String.t, default: nil) - The operation state of the restore.
  • progressPercentage (type: GoogleApi.Firestore.V1beta1.Model.GoogleFirestoreAdminV1Progress.t, default: nil) - How far along the restore is as an estimated percentage of remaining time.
  • startTime (type: DateTime.t, default: nil) - The time the restore was started.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Firestore.V1beta1.Model.GoogleFirestoreAdminV1RestoreDatabaseMetadata{
    backup: String.t() | nil,
    database: String.t() | nil,
    endTime: DateTime.t() | nil,
    operationState: String.t() | nil,
    progressPercentage:
      GoogleApi.Firestore.V1beta1.Model.GoogleFirestoreAdminV1Progress.t() | nil,
    startTime: DateTime.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.