Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::CopyBackupMetadata.
Metadata type for the google.longrunning.Operation returned by CopyBackup.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
-
(::String) — The name of the backup being created through the copy operation.
Values are of the form
projects/<project>/instances/<instance>/clusters/<cluster>/backups/<backup>
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — The name of the backup being created through the copy operation.
Values are of the form
projects/<project>/instances/<instance>/clusters/<cluster>/backups/<backup>
.
Returns
-
(::String) — The name of the backup being created through the copy operation.
Values are of the form
projects/<project>/instances/<instance>/clusters/<cluster>/backups/<backup>
.
#progress
def progress() -> ::Google::Cloud::Bigtable::Admin::V2::OperationProgress
Returns
- (::Google::Cloud::Bigtable::Admin::V2::OperationProgress) — The progress of the CopyBackup operation.
#progress=
def progress=(value) -> ::Google::Cloud::Bigtable::Admin::V2::OperationProgress
Parameter
- value (::Google::Cloud::Bigtable::Admin::V2::OperationProgress) — The progress of the CopyBackup operation.
Returns
- (::Google::Cloud::Bigtable::Admin::V2::OperationProgress) — The progress of the CopyBackup operation.
#source_backup_info
def source_backup_info() -> ::Google::Cloud::Bigtable::Admin::V2::BackupInfo
Returns
- (::Google::Cloud::Bigtable::Admin::V2::BackupInfo) — Information about the source backup that is being copied from.
#source_backup_info=
def source_backup_info=(value) -> ::Google::Cloud::Bigtable::Admin::V2::BackupInfo
Parameter
- value (::Google::Cloud::Bigtable::Admin::V2::BackupInfo) — Information about the source backup that is being copied from.
Returns
- (::Google::Cloud::Bigtable::Admin::V2::BackupInfo) — Information about the source backup that is being copied from.