Cloud Bigtable V2 Client - Class BackupInfo (1.23.0)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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.

getBackup

Output only. Name of the backup.

Returns
TypeDescription
string

setBackup

Output only. Name of the backup.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getStartTime

Output only. The time that the backup was started. Row data in the backup will be no older than this timestamp.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasStartTime

clearStartTime

setStartTime

Output only. The time that the backup was started. Row data in the backup will be no older than this timestamp.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getEndTime

Output only. This time that the backup was finished. Row data in the backup will be no newer than this timestamp.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

Output only. This time that the backup was finished. Row data in the backup will be no newer than this timestamp.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getSourceTable

Output only. Name of the table the backup was created from.

Returns
TypeDescription
string

setSourceTable

Output only. Name of the table the backup was created from.

Parameter
NameDescription
var string
Returns
TypeDescription
$this