Enum EncryptionConfig.EncryptionState (1.62.0)

public enum EncryptionConfig.EncryptionState extends Enum<EncryptionConfig.EncryptionState> implements ProtocolMessageEnum

State of encryption of the databases when EncryptionConfig is created or updated.

Protobuf enum google.cloud.dataplex.v1.EncryptionConfig.EncryptionState

Implements

ProtocolMessageEnum

Static Fields

Name Description
COMPLETED

The encryption of data has completed successfully.

COMPLETED = 2;

COMPLETED_VALUE

The encryption of data has completed successfully.

COMPLETED = 2;

ENCRYPTING

The encryption state of the database when the EncryptionConfig is created or updated. If the encryption fails, it is retried indefinitely and the state is shown as ENCRYPTING.

ENCRYPTING = 1;

ENCRYPTING_VALUE

The encryption state of the database when the EncryptionConfig is created or updated. If the encryption fails, it is retried indefinitely and the state is shown as ENCRYPTING.

ENCRYPTING = 1;

ENCRYPTION_STATE_UNSPECIFIED

State is not specified.

ENCRYPTION_STATE_UNSPECIFIED = 0;

ENCRYPTION_STATE_UNSPECIFIED_VALUE

State is not specified.

ENCRYPTION_STATE_UNSPECIFIED = 0;

FAILED

The encryption of data has failed. The state is set to FAILED when the encryption fails due to reasons like permission issues, invalid key etc.

FAILED = 3;

FAILED_VALUE

The encryption of data has failed. The state is set to FAILED when the encryption fails due to reasons like permission issues, invalid key etc.

FAILED = 3;

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