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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/table.rb

Overview

Information about a table restore.

Instance Attribute Summary collapse

Instance Attribute Details

#backup_infoGoogle::Bigtable::Admin::V2::BackupInfo

Returns Information about the backup used to restore the table. The backup may no longer exist.

Returns:



28
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/table.rb', line 28

class RestoreInfo; end

#source_typeGoogle::Bigtable::Admin::V2::RestoreSourceType

Returns The type of the restore source.

Returns:



28
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/table.rb', line 28

class RestoreInfo; end