public enum Posture.State extends Enum<Posture.State> implements ProtocolMessageEnum
State of a Posture.
Protobuf enum google.cloud.securityposture.v1.Posture.State
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
ACTIVE | The Posture state is active. Ready for use/deployments. |
ACTIVE_VALUE | The Posture state is active. Ready for use/deployments. |
DEPRECATED | The Posture is marked deprecated when it is not in use by the user. |
DEPRECATED_VALUE | The Posture is marked deprecated when it is not in use by the user. |
DRAFT | The Posture is created successfully but is not yet ready for usage. |
DRAFT_VALUE | The Posture is created successfully but is not yet ready for usage. |
STATE_UNSPECIFIED | Unspecified operation state. |
STATE_UNSPECIFIED_VALUE | Unspecified operation 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() |