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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
COMPLETED |
The encryption of data has completed successfully. |
COMPLETED_VALUE |
The encryption of data has completed successfully. |
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_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. |
ENCRYPTION_STATE_UNSPECIFIED |
State is not specified. |
ENCRYPTION_STATE_UNSPECIFIED_VALUE |
State is not specified. |
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_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. |
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() |