public class EncryptionConfigProtoMapper extends Object
Constructor and Description |
---|
EncryptionConfigProtoMapper() |
Modifier and Type | Method and Description |
---|---|
static CopyBackupEncryptionConfig |
copyBackupEncryptionConfig(BackupEncryptionConfig config)
Returns an encryption config to be used for a copy backup.
|
static CreateBackupEncryptionConfig |
createBackupEncryptionConfig(BackupEncryptionConfig config)
Returns an encryption config to be used for a backup.
|
static EncryptionConfig |
encryptionConfig(CustomerManagedEncryption config)
Returns an encryption config to be used for a database.
|
static RestoreDatabaseEncryptionConfig |
restoreDatabaseEncryptionConfig(RestoreEncryptionConfig config)
Returns an encryption config to be used for a database restore.
|
public static EncryptionConfig encryptionConfig(CustomerManagedEncryption config)
public static CreateBackupEncryptionConfig createBackupEncryptionConfig(BackupEncryptionConfig config)
public static CopyBackupEncryptionConfig copyBackupEncryptionConfig(BackupEncryptionConfig config)
public static RestoreDatabaseEncryptionConfig restoreDatabaseEncryptionConfig(RestoreEncryptionConfig config)
Copyright © 2022 Google LLC. All rights reserved.