Skip to main content

backups

Overview

Namebackups
TypeResource
Idgoogle.firestore.backups

Fields

NameDatatypeDescription
namestringOutput only. The unique resource name of the Backup. Format is projects/{project}/locations/{location}/backups/{backup}.
databasestringOutput only. Name of the Firestore database that the backup is from. Format is projects/{project}/databases/{database}.
databaseUidstringOutput only. The system-generated UUID4 for the Firestore database that the backup is from.
expireTimestringOutput only. The timestamp at which this backup expires.
snapshotTimestringOutput only. The backup contains an externally consistent copy of the database at this time.
statestringOutput only. The current state of the backup.
statsobjectBackup specific statistics.

Methods

NameAccessible byRequired ParamsDescription
getSELECTbackupsId, locationsId, projectsIdGets information about a backup.
listSELECTlocationsId, projectsIdLists all the backups.
deleteDELETEbackupsId, locationsId, projectsIdDeletes a backup.