Cloud Spanner V1 Client - Class BackupInfo (1.104.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

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
Returns
Type
Description
$this

getCreateTime

The time the CreateBackup request was received.

Returns
Type
Description

hasCreateTime

clearCreateTime

setCreateTime

The time the CreateBackup request was received.

Parameter
Name
Description
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
Design a Mobile Site
View Site in Mobile | Classic
Share by: