Reference documentation and code samples for the Cloud Bigtable Admin V2 API module Google::Cloud::Bigtable::Admin::V2::EncryptionInfo::EncryptionType.
Possible encryption types for a resource.
Constants
ENCRYPTION_TYPE_UNSPECIFIED
value: 0 Encryption type was not specified, though data at rest remains encrypted.
GOOGLE_DEFAULT_ENCRYPTION
value: 1 The data backing this resource is encrypted at rest with a key that is
fully managed by Google. No key version or status will be populated.
This is the default state.
CUSTOMER_MANAGED_ENCRYPTION
value: 2 The data backing this resource is encrypted at rest with a key that is
managed by the customer.
The in-use version of the key and its status are populated for
CMEK-protected tables.
CMEK-protected backups are pinned to the key version that was in use at
the time the backup was taken. This key version is populated but its
status is not tracked and is reported as UNKNOWN.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-30 UTC."],[],[]]