Enum SecurityResult.ProductConfidence (0.3.0)

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

A level of confidence in the result.

Protobuf enum google.backstory.SecurityResult.ProductConfidence

Implements

ProtocolMessageEnum

Static Fields

Name Description
HIGH_CONFIDENCE

High confidence.

HIGH_CONFIDENCE = 400;

HIGH_CONFIDENCE_VALUE

High confidence.

HIGH_CONFIDENCE = 400;

LOW_CONFIDENCE

Low confidence.

LOW_CONFIDENCE = 200;

LOW_CONFIDENCE_VALUE

Low confidence.

LOW_CONFIDENCE = 200;

MEDIUM_CONFIDENCE

Medium confidence.

MEDIUM_CONFIDENCE = 300;

MEDIUM_CONFIDENCE_VALUE

Medium confidence.

MEDIUM_CONFIDENCE = 300;

UNKNOWN_CONFIDENCE

The default confidence level.

UNKNOWN_CONFIDENCE = 0;

UNKNOWN_CONFIDENCE_VALUE

The default confidence level.

UNKNOWN_CONFIDENCE = 0;

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