public enum CopyBackupEncryptionConfig.EncryptionType extends Enum<CopyBackupEncryptionConfig.EncryptionType> implements ProtocolMessageEnum
Encryption types for the backup.
Protobuf enum
google.spanner.admin.database.v1.CopyBackupEncryptionConfig.EncryptionType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CUSTOMER_MANAGED_ENCRYPTION |
Use customer managed encryption. If specified, either |
CUSTOMER_MANAGED_ENCRYPTION_VALUE |
Use customer managed encryption. If specified, either |
ENCRYPTION_TYPE_UNSPECIFIED |
Unspecified. Do not use. |
ENCRYPTION_TYPE_UNSPECIFIED_VALUE |
Unspecified. Do not use. |
GOOGLE_DEFAULT_ENCRYPTION |
Use Google default encryption. |
GOOGLE_DEFAULT_ENCRYPTION_VALUE |
Use Google default encryption. |
UNRECOGNIZED |
|
USE_CONFIG_DEFAULT_OR_BACKUP_ENCRYPTION |
This is the default option for
CopyBackup
when
encryption_config
is not specified. For example, if the source backup is using
|
USE_CONFIG_DEFAULT_OR_BACKUP_ENCRYPTION_VALUE |
This is the default option for
CopyBackup
when
encryption_config
is not specified. For example, if the source backup is using
|
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |