public enum SecurityResult.AlertState extends Enum<SecurityResult.AlertState> implements ProtocolMessageEnumThe type of alerting set up for a security result.
Protobuf enum google.backstory.SecurityResult.AlertState
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ALERTING |
The security result is an alert. |
ALERTING_VALUE |
The security result is an alert. |
NOT_ALERTING |
The security result is not an alert. |
NOT_ALERTING_VALUE |
The security result is not an alert. |
UNRECOGNIZED |
|
UNSPECIFIED |
The security result type is not known. |
UNSPECIFIED_VALUE |
The security result type is not known. |
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() |
|