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.
Parameters | |
---|---|
Name | Description |
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.
Returns | |
---|---|
Type | Description |
string |
setBackup
Output only. Name of the backup.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getStartTime
Output only. The time that the backup was started. Row data in the backup will be no older than this timestamp.
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getEndTime
Output only. This time that the backup was finished. Row data in the backup will be no newer than this timestamp.
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getSourceTable
Output only. Name of the table the backup was created from.
Returns | |
---|---|
Type | Description |
string |
setSourceTable
Output only. Name of the table the backup was created from.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$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/
Returns | |
---|---|
Type | Description |
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/
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |