Cloud Data Loss Prevention (DLP) V2 API - Module Google::Cloud::Dlp::V2::CharsToIgnore::CommonCharsToIgnore (v0.24.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API module Google::Cloud::Dlp::V2::CharsToIgnore::CommonCharsToIgnore.
Convenience enum for indicating common characters to not transform.
Constants
COMMON_CHARS_TO_IGNORE_UNSPECIFIED
value: 0
Unused.
NUMERIC
value: 1
0-9
ALPHA_UPPER_CASE
value: 2
A-Z
ALPHA_LOWER_CASE
value: 3
a-z
PUNCTUATION
value: 4
US Punctuation, one of !"#$%&'()*+,-./:;<=>?@[]^_`{|}~
WHITESPACE
value: 5
Whitespace character, one of [ \t\n\x0B\f\r]