Enum UniquenessScoreLevel (3.45.0)

public enum UniquenessScoreLevel extends Enum<UniquenessScoreLevel> implements ProtocolMessageEnum

Bucketized uniqueness score levels. A higher uniqueness score is a strong signal that the column may contain a unique identifier like user id. A low value indicates that the column contains few unique values like booleans or other classifiers.

Protobuf enum google.privacy.dlp.v2.UniquenessScoreLevel

Implements

ProtocolMessageEnum

Static Fields

NameDescription
UNIQUENESS_SCORE_HIGH

High uniqueness, possibly a column of free text or unique identifiers.

UNIQUENESS_SCORE_HIGH = 3;

UNIQUENESS_SCORE_HIGH_VALUE

High uniqueness, possibly a column of free text or unique identifiers.

UNIQUENESS_SCORE_HIGH = 3;

UNIQUENESS_SCORE_LEVEL_UNSPECIFIED

Some columns do not have estimated uniqueness. Possible reasons include having too few values.

UNIQUENESS_SCORE_LEVEL_UNSPECIFIED = 0;

UNIQUENESS_SCORE_LEVEL_UNSPECIFIED_VALUE

Some columns do not have estimated uniqueness. Possible reasons include having too few values.

UNIQUENESS_SCORE_LEVEL_UNSPECIFIED = 0;

UNIQUENESS_SCORE_LOW

Low uniqueness, possibly a boolean, enum or similiarly typed column.

UNIQUENESS_SCORE_LOW = 1;

UNIQUENESS_SCORE_LOW_VALUE

Low uniqueness, possibly a boolean, enum or similiarly typed column.

UNIQUENESS_SCORE_LOW = 1;

UNIQUENESS_SCORE_MEDIUM

Medium uniqueness.

UNIQUENESS_SCORE_MEDIUM = 2;

UNIQUENESS_SCORE_MEDIUM_VALUE

Medium uniqueness.

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