Uses of Class
com.google.cloud.bigtable.admin.v2.models.Backup
Packages that use Backup
Package
Description
Clients for the Cloud Bigtable admin API.
-
Uses of Backup in com.google.cloud.bigtable.admin.v2
Methods in com.google.cloud.bigtable.admin.v2 that return BackupModifier 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.Methods in com.google.cloud.bigtable.admin.v2 that return types with arguments of type BackupModifier 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
Methods in com.google.cloud.bigtable.admin.v2.models that return Backup