Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::RestoreInfo.
Information about a table restore.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#backup_info
def backup_info() -> ::Google::Cloud::Bigtable::Admin::V2::BackupInfo
Returns
- (::Google::Cloud::Bigtable::Admin::V2::BackupInfo) — Information about the backup used to restore the table. The backup may no longer exist.
#backup_info=
def backup_info=(value) -> ::Google::Cloud::Bigtable::Admin::V2::BackupInfo
Parameter
- value (::Google::Cloud::Bigtable::Admin::V2::BackupInfo) — Information about the backup used to restore the table. The backup may no longer exist.
Returns
- (::Google::Cloud::Bigtable::Admin::V2::BackupInfo) — Information about the backup used to restore the table. The backup may no longer exist.
#source_type
def source_type() -> ::Google::Cloud::Bigtable::Admin::V2::RestoreSourceType
Returns
- (::Google::Cloud::Bigtable::Admin::V2::RestoreSourceType) — The type of the restore source.
#source_type=
def source_type=(value) -> ::Google::Cloud::Bigtable::Admin::V2::RestoreSourceType
Parameter
- value (::Google::Cloud::Bigtable::Admin::V2::RestoreSourceType) — The type of the restore source.
Returns
- (::Google::Cloud::Bigtable::Admin::V2::RestoreSourceType) — The type of the restore source.