Reference documentation and code samples for the Data Loss Prevention V2 Client class Likelihood.
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 type google.privacy.dlp.v2.Likelihood
Methods
name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
LIKELIHOOD_UNSPECIFIED
Value: 0Default value; same as POSSIBLE.
Generated from protobuf enum LIKELIHOOD_UNSPECIFIED = 0;
VERY_UNLIKELY
Value: 1Few matching elements.
Generated from protobuf enum VERY_UNLIKELY = 1;
UNLIKELY
Value: 2Generated from protobuf enum UNLIKELY = 2;
POSSIBLE
Value: 3Some matching elements.
Generated from protobuf enum POSSIBLE = 3;
LIKELY
Value: 4Generated from protobuf enum LIKELY = 4;
VERY_LIKELY
Value: 5Many matching elements.
Generated from protobuf enum VERY_LIKELY = 5;