Class RestoreTableRequest (2.38.0)

RestoreTableRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request for RestoreTable][google.bigtable.admin.v2.BigtableTableAdmin.RestoreTable].

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
parent str
Required. The name of the instance in which to create the restored table. Values are of the form projects/.
table_id str
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/.
backup str
Name of the backup from which to restore. Values are of the form projects/. This field is a member of oneof_ source.