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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
LIKELY |
Low chance of a false positive. |
LIKELY_VALUE |
Low chance of a false positive. |
POSSIBLE |
Some matching signals. The default value. |
POSSIBLE_VALUE |
Some matching signals. The default value. |
SDP_FINDING_LIKELIHOOD_UNSPECIFIED |
Default value; same as POSSIBLE. |
SDP_FINDING_LIKELIHOOD_UNSPECIFIED_VALUE |
Default value; same as POSSIBLE. |
UNLIKELY |
High chance of a false positive. |
UNLIKELY_VALUE |
High chance of a false positive. |
UNRECOGNIZED |
|
VERY_LIKELY |
Confidence level is high. Lowest chance of a false positive. |
VERY_LIKELY_VALUE |
Confidence level is high. Lowest chance of a false positive. |
VERY_UNLIKELY |
Highest chance of a false positive. |
VERY_UNLIKELY_VALUE |
Highest chance of a false positive. |
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() |