Uses of Interface
com.google.privacy.dlp.v2.ReplaceDictionaryConfigOrBuilder
-
Packages that use ReplaceDictionaryConfigOrBuilder Package Description com.google.privacy.dlp.v2 -
-
Uses of ReplaceDictionaryConfigOrBuilder in com.google.privacy.dlp.v2
Classes in com.google.privacy.dlp.v2 that implement ReplaceDictionaryConfigOrBuilder Modifier and Type Class Description class
ReplaceDictionaryConfig
Replace each input value with a value randomly selected from the dictionary.static class
ReplaceDictionaryConfig.Builder
Replace each input value with a value randomly selected from the dictionary.Methods in com.google.privacy.dlp.v2 that return ReplaceDictionaryConfigOrBuilder Modifier and Type Method Description ReplaceDictionaryConfigOrBuilder
PrimitiveTransformation.Builder. getReplaceDictionaryConfigOrBuilder()
Replace with a value randomly drawn (with replacement) from a dictionary.ReplaceDictionaryConfigOrBuilder
PrimitiveTransformation. getReplaceDictionaryConfigOrBuilder()
Replace with a value randomly drawn (with replacement) from a dictionary.ReplaceDictionaryConfigOrBuilder
PrimitiveTransformationOrBuilder. getReplaceDictionaryConfigOrBuilder()
Replace with a value randomly drawn (with replacement) from a dictionary.
-