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
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
hasCharactersToSkip
setCharactersToSkip
Characters to not transform when masking.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCommonCharactersToIgnore
Common characters to not transform when masking. Useful to avoid removing punctuation.
Returns | |
---|---|
Type | Description |
int |
hasCommonCharactersToIgnore
setCommonCharactersToIgnore
Common characters to not transform when masking. Useful to avoid removing punctuation.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getCharacters
Returns | |
---|---|
Type | Description |
string |