v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1336153187.7 KB
projects

Create a new table by restoring from a completed backup. The returned table long-running operation can be used to track the progress of the operation, and to cancel it. The metadata field type is RestoreTableMetadata. The response type is Table, if successful.

post/v2/{+parent}/tables:restore

Path parameters

parentstring required

Required. The name of the instance in which to create the restored table. Values are of the form projects//instances/.

Request body

tableIdstring

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

backupstring

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

Response

Successful response