Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RestoreTableRequest

import type { RestoreTableRequest } from "https://googleapis.deno.dev/v1/bigtableadmin:v2.ts";

The request for RestoreTable.

interface RestoreTableRequest {
backup?: string;
tableId?: string;
}

§Properties

§
backup?: string
[src]

Name of the backup from which to restore. Values are of the form projects//instances//clusters//backups/.

§
tableId?: string
[src]

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/.