Uses of Class
com.google.cloud.bigtable.admin.v2.models.Backup
Package
Description
Clients for the Cloud Bigtable admin API.
-
Uses of Backup in com.google.cloud.bigtable.admin.v2
Modifier and TypeMethodDescriptionBigtableTableAdminClient.copyBackup
(CopyBackupRequest request) Copy an existing backup to a new backup in a Cloud Bigtable cluster with the specified configuration.BigtableTableAdminClient.createBackup
(CreateBackupRequest request) Creates a backup with the specified configuration.Gets a backup with the specified backup ID in the specified cluster.BigtableTableAdminClient.updateBackup
(UpdateBackupRequest request) Updates a backup with the specified configuration.Modifier and TypeMethodDescriptioncom.google.api.core.ApiFuture<Backup>
BigtableTableAdminClient.copyBackupAsync
(CopyBackupRequest request) Creates a copy of a backup from an existing backup in a Cloud Bigtable cluster with the specified configuration asynchronously.com.google.api.core.ApiFuture<Backup>
BigtableTableAdminClient.createBackupAsync
(CreateBackupRequest request) Creates a backup with the specified configuration asynchronously.com.google.api.core.ApiFuture<Backup>
BigtableTableAdminClient.getBackupAsync
(String clusterId, String backupId) Gets a backup with the specified backup ID in the specified cluster asynchronously.com.google.api.core.ApiFuture<Backup>
BigtableTableAdminClient.updateBackupAsync
(UpdateBackupRequest request) Updates a backup with the specified configuration asynchronously. -
Uses of Backup in com.google.cloud.bigtable.admin.v2.models