Class: Google::Bigtable::Admin::V2::BackupInfo
- Inherits:
-
Object
- Object
- Google::Bigtable::Admin::V2::BackupInfo
- Defined in:
- lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/table.rb
Overview
Information about a backup.
Instance Attribute Summary collapse
-
#backup ⇒ String
Output only.
-
#end_time ⇒ Google::Protobuf::Timestamp
Output only.
-
#source_table ⇒ String
Output only.
-
#start_time ⇒ Google::Protobuf::Timestamp
Output only.
Instance Attribute Details
#backup ⇒ String
Returns Output only. Name of the backup.
290 |
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/table.rb', line 290 class BackupInfo; end |
#end_time ⇒ Google::Protobuf::Timestamp
Returns Output only. This time that the backup was finished. Row data in the backup will be no newer than this timestamp.
290 |
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/table.rb', line 290 class BackupInfo; end |
#source_table ⇒ String
Returns Output only. Name of the table the backup was created from.
290 |
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/table.rb', line 290 class BackupInfo; end |
#start_time ⇒ Google::Protobuf::Timestamp
Returns Output only. The time that the backup was started. Row data in the backup will be no older than this timestamp.
290 |
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/table.rb', line 290 class BackupInfo; end |