Uses of Class
com.google.privacy.dlp.v2.CharsToIgnore
-
Packages that use CharsToIgnore Package Description com.google.privacy.dlp.v2 -
-
Uses of CharsToIgnore in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return CharsToIgnore Modifier and Type Method Description CharsToIgnoreCharsToIgnore.Builder. build()CharsToIgnoreCharsToIgnore.Builder. buildPartial()CharsToIgnoreCharacterMaskConfig.Builder. getCharactersToIgnore(int index)When masking a string, items in this list will be skipped when replacing characters.CharsToIgnoreCharacterMaskConfig. getCharactersToIgnore(int index)When masking a string, items in this list will be skipped when replacing characters.CharsToIgnoreCharacterMaskConfigOrBuilder. getCharactersToIgnore(int index)When masking a string, items in this list will be skipped when replacing characters.static CharsToIgnoreCharsToIgnore. getDefaultInstance()CharsToIgnoreCharsToIgnore.Builder. getDefaultInstanceForType()CharsToIgnoreCharsToIgnore. getDefaultInstanceForType()static CharsToIgnoreCharsToIgnore. parseDelimitedFrom(InputStream input)static CharsToIgnoreCharsToIgnore. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CharsToIgnoreCharsToIgnore. parseFrom(byte[] data)static CharsToIgnoreCharsToIgnore. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CharsToIgnoreCharsToIgnore. parseFrom(com.google.protobuf.ByteString data)static CharsToIgnoreCharsToIgnore. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CharsToIgnoreCharsToIgnore. parseFrom(com.google.protobuf.CodedInputStream input)static CharsToIgnoreCharsToIgnore. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CharsToIgnoreCharsToIgnore. parseFrom(InputStream input)static CharsToIgnoreCharsToIgnore. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CharsToIgnoreCharsToIgnore. parseFrom(ByteBuffer data)static CharsToIgnoreCharsToIgnore. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.privacy.dlp.v2 that return types with arguments of type CharsToIgnore Modifier and Type Method Description List<CharsToIgnore>CharacterMaskConfig.Builder. getCharactersToIgnoreList()When masking a string, items in this list will be skipped when replacing characters.List<CharsToIgnore>CharacterMaskConfig. getCharactersToIgnoreList()When masking a string, items in this list will be skipped when replacing characters.List<CharsToIgnore>CharacterMaskConfigOrBuilder. getCharactersToIgnoreList()When masking a string, items in this list will be skipped when replacing characters.com.google.protobuf.Parser<CharsToIgnore>CharsToIgnore. getParserForType()static com.google.protobuf.Parser<CharsToIgnore>CharsToIgnore. parser()Methods in com.google.privacy.dlp.v2 with parameters of type CharsToIgnore Modifier and Type Method Description CharacterMaskConfig.BuilderCharacterMaskConfig.Builder. addCharactersToIgnore(int index, CharsToIgnore value)When masking a string, items in this list will be skipped when replacing characters.CharacterMaskConfig.BuilderCharacterMaskConfig.Builder. addCharactersToIgnore(CharsToIgnore value)When masking a string, items in this list will be skipped when replacing characters.CharsToIgnore.BuilderCharsToIgnore.Builder. mergeFrom(CharsToIgnore other)static CharsToIgnore.BuilderCharsToIgnore. newBuilder(CharsToIgnore prototype)CharacterMaskConfig.BuilderCharacterMaskConfig.Builder. setCharactersToIgnore(int index, CharsToIgnore value)When masking a string, items in this list will be skipped when replacing characters.Method parameters in com.google.privacy.dlp.v2 with type arguments of type CharsToIgnore Modifier and Type Method Description CharacterMaskConfig.BuilderCharacterMaskConfig.Builder. addAllCharactersToIgnore(Iterable<? extends CharsToIgnore> values)When masking a string, items in this list will be skipped when replacing characters.
-