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 classCharsToIgnoreCharacters to skip when doing deidentification of a value.static classCharsToIgnore.BuilderCharacters to skip when doing deidentification of a value.Methods in com.google.privacy.dlp.v2 that return CharsToIgnoreOrBuilder Modifier and Type Method Description CharsToIgnoreOrBuilderCharacterMaskConfig.Builder. getCharactersToIgnoreOrBuilder(int index)When masking a string, items in this list will be skipped when replacing characters.CharsToIgnoreOrBuilderCharacterMaskConfig. getCharactersToIgnoreOrBuilder(int index)When masking a string, items in this list will be skipped when replacing characters.CharsToIgnoreOrBuilderCharacterMaskConfigOrBuilder. 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.
-