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 \ V1Methods
__construct
Constructor.
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
↳ source_database
string
Name of the database the backup was created from.
getBackup
Name of the backup.
string
setBackup
Name of the backup.
var
string
$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
.
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
.
$this
getCreateTime
The time the CreateBackup request was received.
hasCreateTime
clearCreateTime
setCreateTime
The time the CreateBackup request was received.
$this
getSourceDatabase
Name of the database the backup was created from.
string
setSourceDatabase
Name of the database the backup was created from.
var
string
$this

