Reference documentation and code samples for the Cloud Bigtable V2 Client class BackupInfo.
Information about a backup.
Generated from protobuf message google.bigtable.admin.v2.BackupInfo
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ backup
string
Output only. Name of the backup.
↳ start_time
Google\Protobuf\Timestamp
Output only. The time that the backup was started. Row data in the backup will be no older than this timestamp.
↳ end_time
Google\Protobuf\Timestamp
Output only. This time that the backup was finished. Row data in the backup will be no newer than this timestamp.
↳ source_table
string
Output only. Name of the table the backup was created from.
↳ source_backup
string
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/
getBackup
Output only. Name of the backup.
string
setBackup
Output only. Name of the backup.
var
string
$this
getStartTime
Output only. The time that the backup was started. Row data in the backup will be no older than this timestamp.
hasStartTime
clearStartTime
setStartTime
Output only. The time that the backup was started. Row data in the backup will be no older than this timestamp.
$this
getEndTime
Output only. This time that the backup was finished. Row data in the backup will be no newer than this timestamp.
hasEndTime
clearEndTime
setEndTime
Output only. This time that the backup was finished. Row data in the backup will be no newer than this timestamp.
$this
getSourceTable
Output only. Name of the table the backup was created from.
string
setSourceTable
Output only. Name of the table the backup was created from.
var
string
$this
getSourceBackup
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/
string
setSourceBackup
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/
var
string
$this