Enum SecurityResult.AlertState (0.3.0)

public enum SecurityResult.AlertState extends Enum<SecurityResult.AlertState> implements ProtocolMessageEnum

The type of alerting set up for a security result.

Protobuf enum google.backstory.SecurityResult.AlertState

Implements

ProtocolMessageEnum

Static Fields

Name Description
ALERTING

The security result is an alert.

ALERTING = 2;

ALERTING_VALUE

The security result is an alert.

ALERTING = 2;

NOT_ALERTING

The security result is not an alert.

NOT_ALERTING = 1;

NOT_ALERTING_VALUE

The security result is not an alert.

NOT_ALERTING = 1;

UNRECOGNIZED
UNSPECIFIED

The security result type is not known.

UNSPECIFIED = 0;

UNSPECIFIED_VALUE

The security result type is not known.

UNSPECIFIED = 0;

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()