Class: Google::Cloud::Bigtable::Admin::V2::BackupInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::BackupInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/table.rb
Overview
Information about a backup.
Instance Attribute Summary collapse
-
#backup ⇒ ::String
readonly
Output only.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#source_backup ⇒ ::String
readonly
Output only.
-
#source_table ⇒ ::String
readonly
Output only.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#backup ⇒ ::String (readonly)
Returns Output only. Name of the backup.
575 576 577 578 |
# File 'proto_docs/google/bigtable/admin/v2/table.rb', line 575 class BackupInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. This time that the backup was finished. Row data in the backup will be no newer than this timestamp.
575 576 577 578 |
# File 'proto_docs/google/bigtable/admin/v2/table.rb', line 575 class BackupInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source_backup ⇒ ::String (readonly)
Returns Output only. Name of the backup from which this backup was copied. If a
backup is not created by copying a backup, this field will be empty. Values
are of the form:
projects/
575 576 577 578 |
# File 'proto_docs/google/bigtable/admin/v2/table.rb', line 575 class BackupInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source_table ⇒ ::String (readonly)
Returns Output only. Name of the table the backup was created from.
575 576 577 578 |
# File 'proto_docs/google/bigtable/admin/v2/table.rb', line 575 class BackupInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time that the backup was started. Row data in the backup will be no older than this timestamp.
575 576 577 578 |
# File 'proto_docs/google/bigtable/admin/v2/table.rb', line 575 class BackupInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |