public enum SimulatedFinding.State extends Enum<SimulatedFinding.State> implements ProtocolMessageEnum
The state of the finding.
Protobuf enum google.cloud.securitycentermanagement.v1.SimulatedFinding.State
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
ACTIVE | The finding requires attention and has not been addressed yet. |
ACTIVE_VALUE | The finding requires attention and has not been addressed yet. |
INACTIVE | The finding has been fixed, triaged as a non-issue or otherwise addressed and is no longer active. |
INACTIVE_VALUE | The finding has been fixed, triaged as a non-issue or otherwise addressed and is no longer active. |
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() |