Reference documentation and code samples for the Cloud Bigtable V2 Client class CreateBackupMetadata.
Metadata type for the operation returned by CreateBackup .
Generated from protobuf message google.bigtable.admin.v2.CreateBackupMetadata
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
The name of the backup being created.
↳ source_table
string
The name of the table the backup is created from.
↳ start_time
↳ end_time
getName
The name of the backup being created.
string
setName
The name of the backup being created.
var
string
$this
getSourceTable
The name of the table the backup is created from.
string
setSourceTable
The name of the table the backup is created from.
var
string
$this
getStartTime
The time at which this operation started.
hasStartTime
clearStartTime
setStartTime
The time at which this operation started.
$this
getEndTime
If set, the time at which this operation finished or was cancelled.
hasEndTime
clearEndTime
setEndTime
If set, the time at which this operation finished or was cancelled.
$this