Enum ThreatInfo.Confidence.ConfidenceLevel (2.40.0)

public enum ThreatInfo.Confidence.ConfidenceLevel extends Enum<ThreatInfo.Confidence.ConfidenceLevel> implements ProtocolMessageEnum

Enum representation of confidence.

Protobuf enum google.cloud.webrisk.v1.ThreatInfo.Confidence.ConfidenceLevel

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CONFIDENCE_LEVEL_UNSPECIFIED

Default.

CONFIDENCE_LEVEL_UNSPECIFIED = 0;

CONFIDENCE_LEVEL_UNSPECIFIED_VALUE

Default.

CONFIDENCE_LEVEL_UNSPECIFIED = 0;

HIGH

Greater than 80% confidence that the URI is unsafe.

HIGH = 3;

HIGH_VALUE

Greater than 80% confidence that the URI is unsafe.

HIGH = 3;

LOW

Less than 60% confidence that the URI is unsafe.

LOW = 1;

LOW_VALUE

Less than 60% confidence that the URI is unsafe.

LOW = 1;

MEDIUM

Between 60% and 80% confidence that the URI is unsafe.

MEDIUM = 2;

MEDIUM_VALUE

Between 60% and 80% confidence that the URI is unsafe.

MEDIUM = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()