Class: Google::Cloud::Bigtable::Admin::V2::RestoreInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::RestoreInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/table.rb
Overview
Information about a table restore.
Instance Attribute Summary collapse
-
#backup_info ⇒ ::Google::Cloud::Bigtable::Admin::V2::BackupInfo
Information about the backup used to restore the table.
-
#source_type ⇒ ::Google::Cloud::Bigtable::Admin::V2::RestoreSourceType
The type of the restore source.
Instance Attribute Details
#backup_info ⇒ ::Google::Cloud::Bigtable::Admin::V2::BackupInfo
Returns Information about the backup used to restore the table. The backup may no longer exist.
33 34 35 36 |
# File 'proto_docs/google/bigtable/admin/v2/table.rb', line 33 class RestoreInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source_type ⇒ ::Google::Cloud::Bigtable::Admin::V2::RestoreSourceType
Returns The type of the restore source.
33 34 35 36 |
# File 'proto_docs/google/bigtable/admin/v2/table.rb', line 33 class RestoreInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |