View Source GoogleApi.BigtableAdmin.V2.Model.RestoreTableRequest (google_api_bigtable_admin v0.22.0)

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//instances//clusters//backups/.
  • 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//instances//tables/.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.