| 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 |
|---|---|
Map<String,List<EncryptionInfo>> |
BigtableTableAdminClient.getEncryptionInfo(String tableId)
Gets the current encryption info for the table across all of the clusters.
|
com.google.api.core.ApiFuture<Map<String,List<EncryptionInfo>>> |
BigtableTableAdminClient.getEncryptionInfoAsync(String tableId)
Asynchronously gets the current encryption info for the table across all of the clusters.
|
| Modifier and Type | Method and Description |
|---|---|
static EncryptionInfo |
EncryptionInfo.fromProto(EncryptionInfo proto) |
EncryptionInfo |
Backup.getEncryptionInfo()
Get the encryption information for the backup.
|
Copyright © 2022 Google LLC. All rights reserved.