Uses of Class
com.google.cloud.bigtable.admin.v2.models.EncryptionInfo
-
Packages that use EncryptionInfo Package Description com.google.cloud.bigtable.admin.v2 Clients for the Cloud Bigtable admin API.com.google.cloud.bigtable.admin.v2.models -
-
Uses of EncryptionInfo in com.google.cloud.bigtable.admin.v2
Methods in com.google.cloud.bigtable.admin.v2 that return types with arguments of type EncryptionInfo Modifier and Type Method 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. -
Uses of EncryptionInfo in com.google.cloud.bigtable.admin.v2.models
Methods in com.google.cloud.bigtable.admin.v2.models that return EncryptionInfo Modifier and Type Method Description static EncryptionInfoEncryptionInfo. fromProto(EncryptionInfo proto)EncryptionInfoBackup. getEncryptionInfo()Get the encryption information for the backup.
-