Cloud Data Loss Prevention (DLP) V2 API - Module Google::Cloud::Dlp::V2::Likelihood (v1.16.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API module Google::Cloud::Dlp::V2::Likelihood.
Coarse-grained confidence level of how well a particular finding
satisfies the criteria to match a particular infoType.
Likelihood is calculated based on the number of signals a
finding has that implies that the finding matches the infoType. For
example, a string that has an '@' and a '.com' is more likely to be a
match for an email address than a string that only has an '@'.
In general, the highest likelihood level has the strongest signals that
indicate a match. That is, a finding with a high likelihood has a low chance
of being a false positive.
For more information about each likelihood level
and how likelihood works, see Match
likelihood.
Constants
LIKELIHOOD_UNSPECIFIED
value: 0 Default value; same as POSSIBLE.
VERY_UNLIKELY
value: 1 Highest chance of a false positive.
UNLIKELY
value: 2 High chance of a false positive.
POSSIBLE
value: 3 Some matching signals. The default value.
LIKELY
value: 4 Low chance of a false positive.
VERY_LIKELY
value: 5 Confidence level is high. Lowest chance of a false positive.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-04-03 UTC."],[],[]]