Data Loss Prevention V2 Client - Class NullPercentageLevel (1.15.1)

Reference documentation and code samples for the Data Loss Prevention V2 Client class NullPercentageLevel.

Bucketized nullness percentage levels. A higher level means a higher percentage of the column is null.

Protobuf type google.privacy.dlp.v2.NullPercentageLevel

Namespace

Google \ Cloud \ Dlp \ V2

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

NULL_PERCENTAGE_LEVEL_UNSPECIFIED

Value: 0

Unused.

Generated from protobuf enum NULL_PERCENTAGE_LEVEL_UNSPECIFIED = 0;

NULL_PERCENTAGE_VERY_LOW

Value: 1

Very few null entries.

Generated from protobuf enum NULL_PERCENTAGE_VERY_LOW = 1;

NULL_PERCENTAGE_LOW

Value: 2

Some null entries.

Generated from protobuf enum NULL_PERCENTAGE_LOW = 2;

NULL_PERCENTAGE_MEDIUM

Value: 3

A few null entries.

Generated from protobuf enum NULL_PERCENTAGE_MEDIUM = 3;

NULL_PERCENTAGE_HIGH

Value: 4

A lot of null entries.

Generated from protobuf enum NULL_PERCENTAGE_HIGH = 4;