public enum EncryptionInfo.Type extends Enum<EncryptionInfo.Type> implements ProtocolMessageEnum
Possible encryption types.
Protobuf enum google.cloud.alloydb.v1.EncryptionInfo.Type
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CUSTOMER_MANAGED_ENCRYPTION |
The data is encrypted at rest with a key that is managed by the customer. KMS key versions will be populated. |
CUSTOMER_MANAGED_ENCRYPTION_VALUE |
The data is encrypted at rest with a key that is managed by the customer. KMS key versions will be populated. |
GOOGLE_DEFAULT_ENCRYPTION |
The data is encrypted at rest with a key that is fully managed by Google. No key version will be populated. This is the default state. |
GOOGLE_DEFAULT_ENCRYPTION_VALUE |
The data is encrypted at rest with a key that is fully managed by Google. No key version will be populated. This is the default state. |
TYPE_UNSPECIFIED |
Encryption type not specified. Defaults to GOOGLE_DEFAULT_ENCRYPTION. |
TYPE_UNSPECIFIED_VALUE |
Encryption type not specified. Defaults to GOOGLE_DEFAULT_ENCRYPTION. |
UNRECOGNIZED |
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() |