Uses of Class
com.google.cloud.bigtable.admin.v2.models.Backup
-
Packages that use Backup Package Description com.google.cloud.bigtable.admin.v2 Clients for the Cloud Bigtable admin API.com.google.cloud.bigtable.admin.v2.models -
-
Uses of Backup in com.google.cloud.bigtable.admin.v2
Methods in com.google.cloud.bigtable.admin.v2 that return Backup Modifier and Type Method Description BackupBigtableTableAdminClient. copyBackup(CopyBackupRequest request)Copy an existing backup to a new backup in a Cloud Bigtable cluster with the specified configuration.BackupBigtableTableAdminClient. createBackup(CreateBackupRequest request)Creates a backup with the specified configuration.BackupBigtableTableAdminClient. getBackup(String clusterId, String backupId)Gets a backup with the specified backup ID in the specified cluster.BackupBigtableTableAdminClient. 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 Backup Modifier and Type Method Description com.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 Modifier and Type Method Description static BackupBackup. fromProto(Backup proto)
-