Enum EncryptionInfo.EncryptionType (2.14.0)

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

Possible encryption types for a resource.

Protobuf enum google.bigtable.admin.v2.EncryptionInfo.EncryptionType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CUSTOMER_MANAGED_ENCRYPTION

The data backing this resource is encrypted at rest with a key that is managed by the customer. The in-use version of the key and its status are populated for CMEK-protected tables. CMEK-protected backups are pinned to the key version that was in use at the time the backup was taken. This key version is populated but its status is not tracked and is reported as UNKNOWN.

CUSTOMER_MANAGED_ENCRYPTION = 2;

CUSTOMER_MANAGED_ENCRYPTION_VALUE

The data backing this resource is encrypted at rest with a key that is managed by the customer. The in-use version of the key and its status are populated for CMEK-protected tables. CMEK-protected backups are pinned to the key version that was in use at the time the backup was taken. This key version is populated but its status is not tracked and is reported as UNKNOWN.

CUSTOMER_MANAGED_ENCRYPTION = 2;

ENCRYPTION_TYPE_UNSPECIFIED

Encryption type was not specified, though data at rest remains encrypted.

ENCRYPTION_TYPE_UNSPECIFIED = 0;

ENCRYPTION_TYPE_UNSPECIFIED_VALUE

Encryption type was not specified, though data at rest remains encrypted.

ENCRYPTION_TYPE_UNSPECIFIED = 0;

GOOGLE_DEFAULT_ENCRYPTION

The data backing this resource is encrypted at rest with a key that is fully managed by Google. No key version or status will be populated. This is the default state.

GOOGLE_DEFAULT_ENCRYPTION = 1;

GOOGLE_DEFAULT_ENCRYPTION_VALUE

The data backing this resource is encrypted at rest with a key that is fully managed by Google. No key version or status will be populated. This is the default state.

GOOGLE_DEFAULT_ENCRYPTION = 1;

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()