Module Google::Cloud::Spanner::Admin::Database::V1::RestoreDatabaseEncryptionConfig::EncryptionType (v0.8.0)

Encryption types for the database to be restored.

Constants

ENCRYPTION_TYPE_UNSPECIFIED

value: 0
Unspecified. Do not use.

USE_CONFIG_DEFAULT_OR_BACKUP_ENCRYPTION

value: 1
This is the default option when encryption_config is not specified.

GOOGLE_DEFAULT_ENCRYPTION

value: 2
Use Google default encryption.

CUSTOMER_MANAGED_ENCRYPTION

value: 3
Use customer managed encryption. If specified, kms_key_name must must contain a valid Cloud KMS key.