Data Loss Prevention V2 Client - Class CharsToIgnore (1.8.6)

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

Characters to skip when doing deidentification of a value. These will be left alone and skipped.

Generated from protobuf message google.privacy.dlp.v2.CharsToIgnore

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ characters_to_skip string

Characters to not transform when masking.

↳ common_characters_to_ignore int

Common characters to not transform when masking. Useful to avoid removing punctuation.

getCharactersToSkip

Characters to not transform when masking.

Returns
TypeDescription
string

hasCharactersToSkip

setCharactersToSkip

Characters to not transform when masking.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCommonCharactersToIgnore

Common characters to not transform when masking. Useful to avoid removing punctuation.

Returns
TypeDescription
int

hasCommonCharactersToIgnore

setCommonCharactersToIgnore

Common characters to not transform when masking. Useful to avoid removing punctuation.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getCharacters

Returns
TypeDescription
string