Uses of Interface
com.google.privacy.dlp.v2.CharsToIgnoreOrBuilder
-
Packages that use CharsToIgnoreOrBuilder Package Description com.google.privacy.dlp.v2 -
-
Uses of CharsToIgnoreOrBuilder in com.google.privacy.dlp.v2
Classes in com.google.privacy.dlp.v2 that implement CharsToIgnoreOrBuilder Modifier and Type Class Description class
CharsToIgnore
Characters to skip when doing deidentification of a value.static class
CharsToIgnore.Builder
Characters to skip when doing deidentification of a value.Methods in com.google.privacy.dlp.v2 that return CharsToIgnoreOrBuilder Modifier and Type Method Description CharsToIgnoreOrBuilder
CharacterMaskConfig.Builder. getCharactersToIgnoreOrBuilder(int index)
When masking a string, items in this list will be skipped when replacing characters.CharsToIgnoreOrBuilder
CharacterMaskConfig. getCharactersToIgnoreOrBuilder(int index)
When masking a string, items in this list will be skipped when replacing characters.CharsToIgnoreOrBuilder
CharacterMaskConfigOrBuilder. getCharactersToIgnoreOrBuilder(int index)
When masking a string, items in this list will be skipped when replacing characters.Methods in com.google.privacy.dlp.v2 that return types with arguments of type CharsToIgnoreOrBuilder Modifier and Type Method Description List<? extends CharsToIgnoreOrBuilder>
CharacterMaskConfig.Builder. getCharactersToIgnoreOrBuilderList()
When masking a string, items in this list will be skipped when replacing characters.List<? extends CharsToIgnoreOrBuilder>
CharacterMaskConfig. getCharactersToIgnoreOrBuilderList()
When masking a string, items in this list will be skipped when replacing characters.List<? extends CharsToIgnoreOrBuilder>
CharacterMaskConfigOrBuilder. getCharactersToIgnoreOrBuilderList()
When masking a string, items in this list will be skipped when replacing characters.
-