Class: Google::Bigtable::Admin::V2::RestoreTableRequest
- Inherits:
-
Object
- Object
- Google::Bigtable::Admin::V2::RestoreTableRequest
- Defined in:
- lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb
Overview
The request for RestoreTable.
Instance Attribute Summary collapse
-
#backup ⇒ String
Name of the backup from which to restore.
-
#parent ⇒ String
Required.
-
#table_id ⇒ String
Required.
Instance Attribute Details
#backup ⇒ String
Returns Name of the backup from which to restore. Values are of the form
projects/<project>/instances/<instance>/clusters/<cluster>/backups/<backup>
.
543 |
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 543 class RestoreTableRequest; end |
#parent ⇒ String
Returns Required. The name of the instance in which to create the restored
table. This instance must be the parent of the source backup. Values are
of the form projects/<project>/instances/<instance>
.
543 |
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 543 class RestoreTableRequest; end |
#table_id ⇒ String
Returns 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>
.
543 |
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 543 class RestoreTableRequest; end |