Package | Description |
---|---|
com.google.cloud.spanner |
A client for Cloud Spanner - A no-compromise relational database service.
|
com.google.cloud.spanner.encryption |
Class and Description |
---|
BackupEncryptionConfig
Marker interface for encryption configurations that can be applied on backups.
|
CustomerManagedEncryption
The data is encrypted with a key provided by the customer.
|
EncryptionInfo
Represents the encryption information for a Cloud Spanner backup.
|
RestoreEncryptionConfig
Marker interface for encryption configurations that can be applied on restores.
|
Class and Description |
---|
BackupEncryptionConfig
Marker interface for encryption configurations that can be applied on backups.
|
CustomerManagedEncryption
The data is encrypted with a key provided by the customer.
|
EncryptionInfo
Represents the encryption information for a Cloud Spanner backup.
|
GoogleDefaultEncryption
The data is encrypted with a key that is fully managed by Google.
|
RestoreEncryptionConfig
Marker interface for encryption configurations that can be applied on restores.
|
UseBackupEncryption
The data is encrypted with the same configuration as specified by the backup being restored.
|
UseDatabaseEncryption
The data is encrypted with the same configuration as specified by the source database for a
backup.
|
Copyright © 2022 Google LLC. All rights reserved.