public enum RestoreDatabaseEncryptionConfig.Types.EncryptionTypeReference documentation and code samples for the Google Cloud Spanner Database Administration v1 API enum RestoreDatabaseEncryptionConfig.Types.EncryptionType.
Encryption types for the database to be restored.
Namespace
Google.Cloud.Spanner.Admin.Database.V1Assembly
Google.Cloud.Spanner.Admin.Database.V1.dll
Fields |
|
|---|---|
| Name | Description |
CustomerManagedEncryption |
Use customer managed encryption. If specified, |
GoogleDefaultEncryption |
Use Google default encryption. |
Unspecified |
Unspecified. Do not use. |
UseConfigDefaultOrBackupEncryption |
This is the default option when [encryption_config][google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig] is not specified. |