Uses of Interface
com.google.cloud.spanner.encryption.BackupEncryptionConfig
Packages that use BackupEncryptionConfig
Package
Description
A client for Cloud Spanner - A no-compromise relational database service.
-
Uses of BackupEncryptionConfig in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return BackupEncryptionConfigModifier and TypeMethodDescriptionBackupInfo.getEncryptionConfig()
Returns theBackupEncryptionConfig
to encrypt the backup during its creation.Methods in com.google.cloud.spanner with parameters of type BackupEncryptionConfigModifier and TypeMethodDescriptionabstract BackupInfo.Builder
BackupInfo.Builder.setEncryptionConfig
(BackupEncryptionConfig encryptionConfig) Optional for creating a new backup. -
Uses of BackupEncryptionConfig in com.google.cloud.spanner.encryption
Classes in com.google.cloud.spanner.encryption that implement BackupEncryptionConfigModifier and TypeClassDescriptionclass
The data is encrypted with a key provided by the customer.class
The data is encrypted with a key that is fully managed by Google.class
The data is encrypted with the same configuration as specified by the source database for a backup.Methods in com.google.cloud.spanner.encryption with parameters of type BackupEncryptionConfigModifier and TypeMethodDescriptionstatic CopyBackupEncryptionConfig
EncryptionConfigProtoMapper.copyBackupEncryptionConfig
(BackupEncryptionConfig config) Returns an encryption config to be used for a copy backup.static CreateBackupEncryptionConfig
EncryptionConfigProtoMapper.createBackupEncryptionConfig
(BackupEncryptionConfig config) Returns an encryption config to be used for a backup.