Reference documentation and code samples for the Google Cloud Spanner Database Administration v1 API enum CreateBackupEncryptionConfig.Types.EncryptionType.
Use customer managed encryption. If specified, kms_key_name
must contain a valid Cloud KMS key.
GoogleDefaultEncryption
Use Google default encryption.
Unspecified
Unspecified. Do not use.
UseDatabaseEncryption
Use the same encryption configuration as the database. This is the
default option when
[encryption_config][google.spanner.admin.database.v1.CreateBackupEncryptionConfig] is empty.
For example, if the database is using Customer_Managed_Encryption, the
backup will be using the same Cloud KMS key as the database.
[[["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 2025-04-17 UTC."],[[["The content provides documentation for the `CreateBackupEncryptionConfig.Types.EncryptionType` enum within the Google Cloud Spanner Database Administration v1 API."],["This enum defines the types of encryption available for database backups, which include `CustomerManagedEncryption`, `GoogleDefaultEncryption`, `Unspecified`, and `UseDatabaseEncryption`."],["The documentation lists various versions of the API, from the latest beta `5.0.0-beta05` down to `3.5.0`, with the current page focusing on version `4.4.0`."],["The `UseDatabaseEncryption` option is highlighted as the default when no specific encryption configuration is provided, aligning the backup's encryption with the database's settings."]]],[]]