| 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.
|
com.google.api.core.ApiFuture<Backup> |
BigtableTableAdminClient.createBackupAsync(CreateBackupRequest request)
Creates a backup with the specified configuration asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateBackupRequest |
CreateBackupRequest.of(String clusterId,
String backupId) |
CreateBackupRequest |
CreateBackupRequest.setExpireTime(org.threeten.bp.Instant expireTime) |
CreateBackupRequest |
CreateBackupRequest.setSourceTableId(String sourceTableId) |
Copyright © 2020 Google LLC. All rights reserved.