Module: Google::Cloud::Spanner::Admin::Database::V1::RestoreDatabaseEncryptionConfig::EncryptionType

Defined in:
proto_docs/google/spanner/admin/database/v1/spanner_database_admin.rb

Overview

Encryption types for the database to be restored.

Constant Summary collapse

ENCRYPTION_TYPE_UNSPECIFIED =

Unspecified. Do not use.

0
USE_CONFIG_DEFAULT_OR_BACKUP_ENCRYPTION =

This is the default option when encryption_config is not specified.

1
GOOGLE_DEFAULT_ENCRYPTION =

Use Google default encryption.

2
CUSTOMER_MANAGED_ENCRYPTION =

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

3