public enum PostureTemplate.State extends Enum<PostureTemplate.State> implements ProtocolMessageEnum
State of a PostureTemplate
Protobuf enum google.cloud.securityposture.v1.PostureTemplate.State
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
ACTIVE | If the Posture template is adhering to the latest controls and standards. |
ACTIVE_VALUE | If the Posture template is adhering to the latest controls and standards. |
DEPRECATED | If the Posture template controls and standards are outdated and not recommended for use. |
DEPRECATED_VALUE | If the Posture template controls and standards are outdated and not recommended for use. |
STATE_UNSPECIFIED | Unspecified state |
STATE_UNSPECIFIED_VALUE | Unspecified state |
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() |