Enum SdpFindingLikelihood (0.1.0)

public enum SdpFindingLikelihood extends Enum<SdpFindingLikelihood> implements ProtocolMessageEnum

For more information about each Sensitive Data Protection likelihood level, see https://cloud.google.com/sensitive-data-protection/docs/likelihood.

Protobuf enum google.cloud.modelarmor.v1.SdpFindingLikelihood

Implements

ProtocolMessageEnum

Static Fields

Name Description
LIKELY

Low chance of a false positive.

LIKELY = 4;

LIKELY_VALUE

Low chance of a false positive.

LIKELY = 4;

POSSIBLE

Some matching signals. The default value.

POSSIBLE = 3;

POSSIBLE_VALUE

Some matching signals. The default value.

POSSIBLE = 3;

SDP_FINDING_LIKELIHOOD_UNSPECIFIED

Default value; same as POSSIBLE.

SDP_FINDING_LIKELIHOOD_UNSPECIFIED = 0;

SDP_FINDING_LIKELIHOOD_UNSPECIFIED_VALUE

Default value; same as POSSIBLE.

SDP_FINDING_LIKELIHOOD_UNSPECIFIED = 0;

UNLIKELY

High chance of a false positive.

UNLIKELY = 2;

UNLIKELY_VALUE

High chance of a false positive.

UNLIKELY = 2;

UNRECOGNIZED
VERY_LIKELY

Confidence level is high. Lowest chance of a false positive.

VERY_LIKELY = 5;

VERY_LIKELY_VALUE

Confidence level is high. Lowest chance of a false positive.

VERY_LIKELY = 5;

VERY_UNLIKELY

Highest chance of a false positive.

VERY_UNLIKELY = 1;

VERY_UNLIKELY_VALUE

Highest chance of a false positive.

VERY_UNLIKELY = 1;

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