View Source GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1ListBackupsResponse (google_api_firestore v0.27.0)

The response for FirestoreAdmin.ListBackups.

Attributes

  • backups (type: list(GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1Backup.t), default: nil) - List of all backups for the project.
  • unreachable (type: list(String.t), default: nil) - List of locations that existing backups were not able to be fetched from. Instead of failing the entire requests when a single location is unreachable, this response returns a partial result set and list of locations unable to be reached here. The request can be retried against a single location to get a concrete error.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1ListBackupsResponse{
  backups:
    [GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1Backup.t()] | nil,
  unreachable: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.