File tree 1 file changed +6
-3
lines changed
google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/models
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,16 @@ public enum Type {
32
32
com .google .bigtable .admin .v2 .EncryptionInfo .EncryptionType .ENCRYPTION_TYPE_UNSPECIFIED ),
33
33
/**
34
34
* The data backing this resource is encrypted at rest with a key that is fully managed by
35
- * Google. No key version or status will be populated.
35
+ * Google. No key version or status will be populated. This is the default state.
36
36
*/
37
37
GOOGLE_DEFAULT_ENCRYPTION (
38
38
com .google .bigtable .admin .v2 .EncryptionInfo .EncryptionType .GOOGLE_DEFAULT_ENCRYPTION ),
39
39
/**
40
- * The data backing this resource is encrypted at rest with a key that is fully managed by
41
- * Google. No key version or status will be populated. This is the default state.
40
+ * The data backing this resource is encrypted at rest with a key that is managed by the
41
+ * customer. The in-use version of the key and its status are populated for CMEK-protected
42
+ * tables. CMEK-protected backups are pinned to the key version that was in use at the time the
43
+ * backup was taken. This key version is populated but its status is not tracked and is reported
44
+ * as `UNKNOWN`.
42
45
*/
43
46
CUSTOMER_MANAGED_ENCRYPTION (
44
47
com .google .bigtable .admin .v2 .EncryptionInfo .EncryptionType .CUSTOMER_MANAGED_ENCRYPTION ),
You can’t perform that action at this time.
0 commit comments