Enum EncryptionInfo.Type (0.30.0)

public enum EncryptionInfo.Type extends Enum<EncryptionInfo.Type> implements ProtocolMessageEnum

Possible encryption types.

Protobuf enum google.cloud.alloydb.v1beta.EncryptionInfo.Type

Implements

ProtocolMessageEnum

Static Fields

NameDescription
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 = 2;

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.

CUSTOMER_MANAGED_ENCRYPTION = 2;

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 = 1;

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.

GOOGLE_DEFAULT_ENCRYPTION = 1;

TYPE_UNSPECIFIED

Encryption type not specified. Defaults to GOOGLE_DEFAULT_ENCRYPTION.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Encryption type not specified. Defaults to GOOGLE_DEFAULT_ENCRYPTION.

TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()