Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::BackupInfo.
Information about a backup.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#backup
def backup() -> ::String
Returns
- (::String) — Output only. Name of the backup.
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. This time that the backup was finished. Row data in the backup will be no newer than this timestamp.
#source_table
def source_table() -> ::String
Returns
- (::String) — Output only. Name of the table the backup was created from.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time that the backup was started. Row data in the backup will be no older than this timestamp.