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 |
---|---|
BackupEncryptionConfig |
BackupInfo.getEncryptionConfig()
Returns the
BackupEncryptionConfig to encrypt the backup during its creation. |
Modifier and Type | Method and Description |
---|---|
abstract BackupInfo.Builder |
BackupInfo.Builder.setEncryptionConfig(BackupEncryptionConfig encryptionConfig)
Optional for creating a new 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 |
UseDatabaseEncryption
The data is encrypted with the same configuration as specified by the source database for a
backup.
|
Modifier and Type | Method and Description |
---|---|
static 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.
|
Copyright © 2022 Google LLC. All rights reserved.