Uses of Class
com.google.cloud.bigtable.admin.v2.models.EncryptionInfo
Package
Description
Clients for the Cloud Bigtable admin API.
-
Uses of EncryptionInfo in com.google.cloud.bigtable.admin.v2
Modifier and TypeMethodDescriptionBigtableTableAdminClient.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. -
Uses of EncryptionInfo in com.google.cloud.bigtable.admin.v2.models
Modifier and TypeMethodDescriptionstatic EncryptionInfo
EncryptionInfo.fromProto
(com.google.bigtable.admin.v2.EncryptionInfo proto) Backup.getEncryptionInfo()
Get the encryption information for the backup.