Enum Likelihood (3.5.0)

public enum Likelihood extends Enum<Likelihood> implements ProtocolMessageEnum

Categorization of results based on how likely they are to represent a match, based on the number of elements they contain which imply a match.

Protobuf enum google.privacy.dlp.v2.Likelihood

Implements

ProtocolMessageEnum

Static Fields

NameDescription
LIKELIHOOD_UNSPECIFIED

Default value; same as POSSIBLE.

LIKELIHOOD_UNSPECIFIED = 0;

LIKELIHOOD_UNSPECIFIED_VALUE

Default value; same as POSSIBLE.

LIKELIHOOD_UNSPECIFIED = 0;

LIKELY

LIKELY = 4;

LIKELY_VALUE

LIKELY = 4;

POSSIBLE

Some matching elements.

POSSIBLE = 3;

POSSIBLE_VALUE

Some matching elements.

POSSIBLE = 3;

UNLIKELY

UNLIKELY = 2;

UNLIKELY_VALUE

UNLIKELY = 2;

UNRECOGNIZED
VERY_LIKELY

Many matching elements.

VERY_LIKELY = 5;

VERY_LIKELY_VALUE

Many matching elements.

VERY_LIKELY = 5;

VERY_UNLIKELY

Few matching elements.

VERY_UNLIKELY = 1;

VERY_UNLIKELY_VALUE

Few matching elements.

VERY_UNLIKELY = 1;

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