Class: Google::Cloud::Bigtable::Admin::V2::RestoreTableRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::RestoreTableRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/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>
.
41 42 43 44 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 41 class RestoreTableRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The name of the instance in which to create the restored
table. Values are of the form projects/<project>/instances/<instance>
.
41 42 43 44 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 41 class RestoreTableRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods 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>
.
41 42 43 44 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 41 class RestoreTableRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |