Class EncryptionType (3.69.0)
Stay organized with collections
Save and categorize content based on your preferences.
EncryptionType(value)
Encryption types for the backup.
Enums
Name
Description
ENCRYPTION_TYPE_UNSPECIFIED
Unspecified. Do not use.
USE_CONFIG_DEFAULT_OR_BACKUP_ENCRYPTION
This is the default option for `CopyBackup][google.spanner.admin.database.v1.DatabaseAdmin.CopyBackup]` when `encryption_config][google.spanner.admin.database.v1.CopyBackupEncryptionConfig]` is not specified. For example, if the source backup is using `Customer_Managed_Encryption`, the backup will be using the same Cloud KMS key as the source backup.
GOOGLE_DEFAULT_ENCRYPTION
Use Google default encryption.
CUSTOMER_MANAGED_ENCRYPTION
Use customer managed encryption. If specified, either `kms_key_name` or `kms_key_names` must contain valid Cloud KMS key(s).
[[["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 2026-06-26 UTC."],[],[]]