public enum Asset.SecurityStatus.State extends Enum<Asset.SecurityStatus.State> implements ProtocolMessageEnum
The state of the security policy.
Protobuf enum google.events.cloud.dataplex.v1.Asset.SecurityStatus.State
Implements
ProtocolMessageEnumInherited Members
Static Fields | |
---|---|
Name | Description |
APPLYING | Security policy is in the process of being applied to the attached resource. |
APPLYING_VALUE | Security policy is in the process of being applied to the attached resource. |
ERROR | Security policy could not be applied to the attached resource due to errors. |
ERROR_VALUE | Security policy could not be applied to the attached resource due to errors. |
READY | Security policy has been successfully applied to the attached resource. |
READY_VALUE | Security policy has been successfully applied to the attached resource. |
STATE_UNSPECIFIED | State unspecified. |
STATE_UNSPECIFIED_VALUE | State unspecified. |
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() |