Enum SecurityResult.VerdictType (0.3.0)

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

Category of the verdict.

Protobuf enum google.backstory.SecurityResult.VerdictType

Implements

ProtocolMessageEnum

Static Fields

Name Description
ANALYST_VERDICT

Verdict provided by the human analyst. These fields are used to model Mandiant sources.

ANALYST_VERDICT = 2;

ANALYST_VERDICT_VALUE

Verdict provided by the human analyst. These fields are used to model Mandiant sources.

ANALYST_VERDICT = 2;

PROVIDER_ML_VERDICT

MLVerdict result provided from threat providers, like Mandiant. These fields are used to model Mandiant sources.

PROVIDER_ML_VERDICT = 1;

PROVIDER_ML_VERDICT_VALUE

MLVerdict result provided from threat providers, like Mandiant. These fields are used to model Mandiant sources.

PROVIDER_ML_VERDICT = 1;

UNRECOGNIZED
VERDICT_TYPE_UNSPECIFIED

Verdict category not specified.

VERDICT_TYPE_UNSPECIFIED = 0;

VERDICT_TYPE_UNSPECIFIED_VALUE

Verdict category not specified.

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