Cloud Firestore V1 Client - Class Backup (1.53.0)

Reference documentation and code samples for the Cloud Firestore V1 Client class Backup.

A Backup of a Cloud Firestore Database.

The backup contains all documents and index configurations for the given database at a specific point in time.

Generated from protobuf message google.firestore.admin.v1.Backup

Namespace

Google \ Cloud \ Firestore \ Admin \ V1

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ name
string

Output only. The unique resource name of the Backup. Format is projects/{project}/locations/{location}/backups/{backup} .

↳ database
string

Output only. Name of the Firestore database that the backup is from. Format is projects/{project}/databases/{database} .

↳ database_uid
string

Output only. The system-generated UUID4 for the Firestore database that the backup is from.

↳ snapshot_time
Google\Protobuf\Timestamp

Output only. The backup contains an externally consistent copy of the database at this time.

↳ expire_time
Google\Protobuf\Timestamp

Output only. The timestamp at which this backup expires.

↳ stats
Backup\Stats

Output only. Statistics about the backup. This data only becomes available after the backup is fully materialized to secondary storage. This field will be empty till then.

↳ state
int

Output only. The current state of the backup.

getName

Output only. The unique resource name of the Backup.

Format is projects/{project}/locations/{location}/backups/{backup} .

Returns
Type
Description
string

setName

Output only. The unique resource name of the Backup.

Format is projects/{project}/locations/{location}/backups/{backup} .

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getDatabase

Output only. Name of the Firestore database that the backup is from.

Format is projects/{project}/databases/{database} .

Returns
Type
Description
string

setDatabase

Output only. Name of the Firestore database that the backup is from.

Format is projects/{project}/databases/{database} .

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getDatabaseUid

Output only. The system-generated UUID4 for the Firestore database that the backup is from.

Returns
Type
Description
string

setDatabaseUid

Output only. The system-generated UUID4 for the Firestore database that the backup is from.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getSnapshotTime

Output only. The backup contains an externally consistent copy of the database at this time.

Returns
Type
Description

hasSnapshotTime

clearSnapshotTime

setSnapshotTime

Output only. The backup contains an externally consistent copy of the database at this time.

Parameter
Name
Description
Returns
Type
Description
$this

getExpireTime

Output only. The timestamp at which this backup expires.

Returns
Type
Description

hasExpireTime

clearExpireTime

setExpireTime

Output only. The timestamp at which this backup expires.

Parameter
Name
Description
Returns
Type
Description
$this

getStats

Output only. Statistics about the backup.

This data only becomes available after the backup is fully materialized to secondary storage. This field will be empty till then.

Returns
Type
Description
Backup\Stats |null

hasStats

clearStats

setStats

Output only. Statistics about the backup.

This data only becomes available after the backup is fully materialized to secondary storage. This field will be empty till then.

Parameter
Name
Description
Returns
Type
Description
$this

getState

Output only. The current state of the backup.

Returns
Type
Description
int

setState

Output only. The current state of the backup.

Parameter
Name
Description
var
int
Returns
Type
Description
$this
Design a Mobile Site
View Site in Mobile | Classic
Share by: