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

The request message for FirestoreAdmin.RestoreDatabase.

Attributes

  • backup (type: String.t, default: nil) - Backup to restore from. Must be from the same project as the parent. Format is: projects/{project_id}/locations/{location}/backups/{backup}
  • databaseId (type: String.t, default: nil) - Required. The ID to use for the database, which will become the final component of the database's resource name. This database id must not be associated with an existing database. This value should be 4-63 characters. Valid characters are /a-z-/ with first character a letter and the last a letter or a number. Must not be UUID-like /[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}/. "(default)" database id is also valid.
  • databaseSnapshot (type: GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1DatabaseSnapshot.t, default: nil) - Database snapshot to restore from. The source database must exist and have enabled PITR. The restored database will be created in the same location as the source database.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1RestoreDatabaseRequest{
    backup: String.t() | nil,
    databaseId: String.t() | nil,
    databaseSnapshot:
      GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1DatabaseSnapshot.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.