Enum EncryptionInfo.Type (2.37.0)

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

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.

ENCRYPTION_TYPE_UNSPECIFIED

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

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.

UNRECOGNIZED

Type not known by the client, please upgrade your client

Static Methods

NameDescription
fromProto(EncryptionInfo.EncryptionType proto)

Wraps the EncryptionInfo protobuf.

valueOf(String name)
values()