| Package | Description |
|---|---|
| com.google.cloud.spanner |
A client for Cloud Spanner - A no-compromise relational database service.
|
| com.google.cloud.spanner.encryption |
| Modifier and Type | Method and Description |
|---|---|
RestoreEncryptionConfig |
Restore.getEncryptionConfig() |
| Modifier and Type | Method and Description |
|---|---|
Restore.Builder |
Restore.Builder.setEncryptionConfig(RestoreEncryptionConfig encryptionConfig)
Optional for restoring a backup.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CustomerManagedEncryption
The data is encrypted with a key provided by the customer.
|
class |
GoogleDefaultEncryption
The data is encrypted with a key that is fully managed by Google.
|
class |
UseBackupEncryption
The data is encrypted with the same configuration as specified by the backup being restored.
|
| Modifier and Type | Method and Description |
|---|---|
static RestoreDatabaseEncryptionConfig |
EncryptionConfigProtoMapper.restoreDatabaseEncryptionConfig(RestoreEncryptionConfig config)
Returns an encryption config to be used for a database restore.
|
Copyright © 2021 Google LLC. All rights reserved.