Class: Google::Cloud::Bigtable::Admin::V2::RestoreInfo

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:



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