Uses of Interface
com.google.cloud.spanner.encryption.RestoreEncryptionConfig
Packages that use RestoreEncryptionConfig
Package
Description
A client for Cloud Spanner - A no-compromise relational database service.
-
Uses of RestoreEncryptionConfig in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return RestoreEncryptionConfigMethods in com.google.cloud.spanner with parameters of type RestoreEncryptionConfigModifier and TypeMethodDescriptionRestore.Builder.setEncryptionConfig
(RestoreEncryptionConfig encryptionConfig) Optional for restoring a backup. -
Uses of RestoreEncryptionConfig in com.google.cloud.spanner.encryption
Classes in com.google.cloud.spanner.encryption that implement RestoreEncryptionConfigModifier 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 backup being restored.Methods in com.google.cloud.spanner.encryption with parameters of type RestoreEncryptionConfigModifier and TypeMethodDescriptionEncryptionConfigProtoMapper.restoreDatabaseEncryptionConfig
(RestoreEncryptionConfig config) Returns an encryption config to be used for a database restore.