Cloud Data Loss Prevention (DLP) V2 API - Module Google::Cloud::Dlp::V2::CharsToIgnore::CommonCharsToIgnore (v0.24.0)

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]

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.