Class: Google::Cloud::Bigtable::Admin::V2::CopyBackupMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::CopyBackupMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb
Overview
Metadata type for the google.longrunning.Operation returned by CopyBackup.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The name of the backup being created through the copy operation.
-
#progress ⇒ ::Google::Cloud::Bigtable::Admin::V2::OperationProgress
The progress of the CopyBackup operation.
-
#source_backup_info ⇒ ::Google::Cloud::Bigtable::Admin::V2::BackupInfo
Information about the source backup that is being copied from.
Instance Attribute Details
#name ⇒ ::String
Returns The name of the backup being created through the copy operation.
Values are of the form
projects/<project>/instances/<instance>/clusters/<cluster>/backups/<backup>
.
837 838 839 840 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 837 class CopyBackupMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#progress ⇒ ::Google::Cloud::Bigtable::Admin::V2::OperationProgress
Returns The progress of the CopyBackup operation.
837 838 839 840 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 837 class CopyBackupMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source_backup_info ⇒ ::Google::Cloud::Bigtable::Admin::V2::BackupInfo
Returns Information about the source backup that is being copied from.
837 838 839 840 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 837 class CopyBackupMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |