google_api_bigtable_admin v0.7.0 GoogleApi.BigtableAdmin.V2.Model.RestoreTableRequest View Source

The request for RestoreTable.

Attributes

  • backup (type: String.t, default: nil) - Name of the backup from which to restore. Values are of the form projects/<project>/instances/<instance>/clusters/<cluster>/backups/<backup>.
  • tableId (type: String.t, default: nil) - Required. The id of the table to create and restore to. This table must not already exist. The table_id appended to parent forms the full table name of the form projects/<project>/instances/<instance>/tables/<table_id>.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.BigtableAdmin.V2.Model.RestoreTableRequest{
  backup: String.t(),
  tableId: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.