Data Loss Prevention V2 Client - Class CommonCharsToIgnore (1.15.1)

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

Convenience enum for indicating common characters to not transform.

Protobuf type google.privacy.dlp.v2.CharsToIgnore.CommonCharsToIgnore

Namespace

Google \ Cloud \ Dlp \ V2 \ CharsToIgnore

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

COMMON_CHARS_TO_IGNORE_UNSPECIFIED

Value: 0

Unused.

Generated from protobuf enum COMMON_CHARS_TO_IGNORE_UNSPECIFIED = 0;

NUMERIC

Value: 1

0-9

Generated from protobuf enum NUMERIC = 1;

ALPHA_UPPER_CASE

Value: 2

A-Z

Generated from protobuf enum ALPHA_UPPER_CASE = 2;

ALPHA_LOWER_CASE

Value: 3

a-z

Generated from protobuf enum ALPHA_LOWER_CASE = 3;

PUNCTUATION

Value: 4

US Punctuation, one of !"#$%&'()*+,-./:;<=>?@[]^_`{|}~

Generated from protobuf enum PUNCTUATION = 4;

WHITESPACE

Value: 5

Whitespace character, one of [ \t\n\x0B\f\r]

Generated from protobuf enum WHITESPACE = 5;