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 CharsToIgnore
CharsToIgnore.Builder. build()
CharsToIgnore
CharsToIgnore.Builder. buildPartial()
CharsToIgnore
CharacterMaskConfig.Builder. getCharactersToIgnore(int index)
When masking a string, items in this list will be skipped when replacing characters.CharsToIgnore
CharacterMaskConfig. getCharactersToIgnore(int index)
When masking a string, items in this list will be skipped when replacing characters.CharsToIgnore
CharacterMaskConfigOrBuilder. getCharactersToIgnore(int index)
When masking a string, items in this list will be skipped when replacing characters.static CharsToIgnore
CharsToIgnore. getDefaultInstance()
CharsToIgnore
CharsToIgnore.Builder. getDefaultInstanceForType()
CharsToIgnore
CharsToIgnore. getDefaultInstanceForType()
static CharsToIgnore
CharsToIgnore. parseDelimitedFrom(InputStream input)
static CharsToIgnore
CharsToIgnore. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CharsToIgnore
CharsToIgnore. parseFrom(byte[] data)
static CharsToIgnore
CharsToIgnore. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CharsToIgnore
CharsToIgnore. parseFrom(com.google.protobuf.ByteString data)
static CharsToIgnore
CharsToIgnore. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CharsToIgnore
CharsToIgnore. parseFrom(com.google.protobuf.CodedInputStream input)
static CharsToIgnore
CharsToIgnore. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CharsToIgnore
CharsToIgnore. parseFrom(InputStream input)
static CharsToIgnore
CharsToIgnore. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CharsToIgnore
CharsToIgnore. parseFrom(ByteBuffer data)
static CharsToIgnore
CharsToIgnore. 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.Builder
CharacterMaskConfig.Builder. addCharactersToIgnore(int index, CharsToIgnore value)
When masking a string, items in this list will be skipped when replacing characters.CharacterMaskConfig.Builder
CharacterMaskConfig.Builder. addCharactersToIgnore(CharsToIgnore value)
When masking a string, items in this list will be skipped when replacing characters.CharsToIgnore.Builder
CharsToIgnore.Builder. mergeFrom(CharsToIgnore other)
static CharsToIgnore.Builder
CharsToIgnore. newBuilder(CharsToIgnore prototype)
CharacterMaskConfig.Builder
CharacterMaskConfig.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.Builder
CharacterMaskConfig.Builder. addAllCharactersToIgnore(Iterable<? extends CharsToIgnore> values)
When masking a string, items in this list will be skipped when replacing characters.
-