Skip to main content

backups

Overview

Namebackups
TypeResource
Idgoogle.bigtableadmin.backups

Fields

NameDatatypeDescription
namestringA globally unique identifier for the backup which cannot be changed. Values are of the form projects/{project}/instances/{instance}/clusters/{cluster}/ backups/_a-zA-Z0-9* The final segment of the name must be between 1 and 50 characters in length. The backup is stored in the cluster identified by the prefix of the backup name of the form projects/{project}/instances/{instance}/clusters/{cluster}.
startTimestringOutput only. start_time is the time that the backup was started (i.e. approximately the time the CreateBackup request is received). The row data in this backup will be no older than this timestamp.
endTimestringOutput only. end_time is the time that the backup was finished. The row data in the backup will be no newer than this timestamp.
encryptionInfoobjectEncryption information for a given resource. If this resource is protected with customer managed encryption, the in-use Cloud Key Management Service (Cloud KMS) key version is specified along with its status.
statestringOutput only. The current state of the backup.
expireTimestringRequired. The expiration time of the backup, with microseconds granularity that must be at least 6 hours and at most 90 days from the time the request is received. Once the expire_time has passed, Cloud Bigtable will delete the backup and free the resources used by the backup.
sizeBytesstringOutput only. Size of the backup in bytes.
sourceTablestringRequired. Immutable. Name of the table from which this backup was created. This needs to be in the same instance as the backup. Values are of the form projects/{project}/instances/{instance}/tables/{source_table}.
sourceBackupstringOutput only. Name of the backup from which this backup was copied. If a backup is not created by copying a backup, this field will be empty. Values are of the form: projects//instances//backups/.

Methods

NameAccessible byRequired ParamsDescription
getSELECTbackupsId, clustersId, instancesId, projectsIdGets metadata on a pending or completed Cloud Bigtable Backup.
listSELECTclustersId, instancesId, projectsIdLists Cloud Bigtable backups. Returns both completed and pending backups.
createINSERTclustersId, instancesId, projectsIdStarts creating a new Cloud Bigtable Backup. The returned backup long-running operation can be used to track creation of the backup. The metadata field type is CreateBackupMetadata. The response field type is Backup, if successful. Cancelling the returned operation will stop the creation and delete the backup.
deleteDELETEbackupsId, clustersId, instancesId, projectsIdDeletes a pending or completed Cloud Bigtable backup.
_listEXECclustersId, instancesId, projectsIdLists Cloud Bigtable backups. Returns both completed and pending backups.
copyEXECclustersId, instancesId, projectsIdCopy a Cloud Bigtable backup to a new backup in the destination cluster located in the destination instance and project.
patchEXECbackupsId, clustersId, instancesId, projectsIdUpdates a pending or completed Cloud Bigtable Backup.