Reference documentation and code samples for the Cloud Bigtable V2 Client class CopyBackupMetadata.
Metadata type for the google.longrunning.Operation returned by CopyBackup .
Generated from protobuf message google.bigtable.admin.v2.CopyBackupMetadata
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
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>
.
↳ source_backup_info
Google\Cloud\Bigtable\Admin\V2\BackupInfo
Information about the source backup that is being copied from.
↳ progress
getName
The name of the backup being created through the copy operation.
Values are of the form projects/<project>/instances/<instance>/clusters/<cluster>/backups/<backup>
.
string
setName
The name of the backup being created through the copy operation.
Values are of the form projects/<project>/instances/<instance>/clusters/<cluster>/backups/<backup>
.
var
string
$this
getSourceBackupInfo
Information about the source backup that is being copied from.
hasSourceBackupInfo
clearSourceBackupInfo
setSourceBackupInfo
Information about the source backup that is being copied from.
$this
getProgress
The progress of the CopyBackup operation.
hasProgress
clearProgress
setProgress
The progress of the CopyBackup operation.
$this