| Package | Description |
|---|---|
| com.google.cloud.bigtable.admin.v2 |
Clients for the Cloud Bigtable admin API.
|
| com.google.cloud.bigtable.admin.v2.models |
| Modifier and Type | Method and Description |
|---|---|
Backup |
BigtableTableAdminClient.createBackup(CreateBackupRequest request)
Creates a backup with the specified configuration.
|
Backup |
BigtableTableAdminClient.getBackup(String clusterId,
String backupId)
Gets a backup with the specified backup ID in the specified cluster.
|
Backup |
BigtableTableAdminClient.updateBackup(UpdateBackupRequest request)
Updates a backup with the specified configuration.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Backup |
Backup.fromProto(Backup proto) |
Copyright © 2021 Google LLC. All rights reserved.