Enum Verdict (0.3.0)

public enum Verdict extends Enum<Verdict> implements ProtocolMessageEnum

Categorization options for the validity of a finding (for example, whether it reflects an actual security incident).

Protobuf enum google.backstory.Verdict

Implements

ProtocolMessageEnum

Static Fields

Name Description
FALSE_POSITIVE

A categorization of the finding as a "false positive".

FALSE_POSITIVE = 2;

FALSE_POSITIVE_VALUE

A categorization of the finding as a "false positive".

FALSE_POSITIVE = 2;

TRUE_POSITIVE

A categorization of the finding as a "true positive".

TRUE_POSITIVE = 1;

TRUE_POSITIVE_VALUE

A categorization of the finding as a "true positive".

TRUE_POSITIVE = 1;

UNRECOGNIZED
VERDICT_UNSPECIFIED

An unspecified verdict.

VERDICT_UNSPECIFIED = 0;

VERDICT_UNSPECIFIED_VALUE

An unspecified verdict.

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