Cloud Spanner V1 Client - Class BackupInfo (1.76.0)

Reference documentation and code samples for the Cloud Spanner V1 Client class BackupInfo.

Information about a backup.

Generated from protobuf message google.spanner.admin.database.v1.BackupInfo

Namespace

Google \ Cloud \ Spanner \ Admin \ Database \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ backup string

Name of the backup.

↳ version_time Google\Protobuf\Timestamp

The backup contains an externally consistent copy of source_database at the timestamp specified by version_time. If the CreateBackup request did not specify version_time, the version_time of the backup is equivalent to the create_time.

↳ create_time Google\Protobuf\Timestamp

The time the CreateBackup request was received.

↳ source_database string

Name of the database the backup was created from.

getBackup

Name of the backup.

Returns
Type Description
string

setBackup

Name of the backup.

Parameter
Name Description
var string
Returns
Type Description
$this

getVersionTime

The backup contains an externally consistent copy of source_database at the timestamp specified by version_time. If the CreateBackup request did not specify version_time, the version_time of the backup is equivalent to the create_time.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasVersionTime

clearVersionTime

setVersionTime

The backup contains an externally consistent copy of source_database at the timestamp specified by version_time. If the CreateBackup request did not specify version_time, the version_time of the backup is equivalent to the create_time.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getCreateTime

The time the CreateBackup request was received.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

The time the CreateBackup request was received.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getSourceDatabase

Name of the database the backup was created from.

Returns
Type Description
string

setSourceDatabase

Name of the database the backup was created from.

Parameter
Name Description
var string
Returns
Type Description
$this