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 theBackupEncryptionConfigto encrypt the backup during its creation.Methods in com.google.cloud.spanner with parameters of type BackupEncryptionConfigModifier and TypeMethodDescriptionabstract BackupInfo.BuilderBackupInfo.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 TypeClassDescriptionclassThe data is encrypted with a key provided by the customer.classThe data is encrypted with a key that is fully managed by Google.classThe 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 CopyBackupEncryptionConfigEncryptionConfigProtoMapper.copyBackupEncryptionConfig(BackupEncryptionConfig config) Returns an encryption config to be used for a copy backup.static CreateBackupEncryptionConfigEncryptionConfigProtoMapper.createBackupEncryptionConfig(BackupEncryptionConfig config) Returns an encryption config to be used for a backup.