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 classReplaceDictionaryConfigReplace each input value with a value randomly selected from the dictionary.static classReplaceDictionaryConfig.BuilderReplace 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 ReplaceDictionaryConfigOrBuilderPrimitiveTransformation.Builder. getReplaceDictionaryConfigOrBuilder()Replace with a value randomly drawn (with replacement) from a dictionary.ReplaceDictionaryConfigOrBuilderPrimitiveTransformation. getReplaceDictionaryConfigOrBuilder()Replace with a value randomly drawn (with replacement) from a dictionary.ReplaceDictionaryConfigOrBuilderPrimitiveTransformationOrBuilder. getReplaceDictionaryConfigOrBuilder()Replace with a value randomly drawn (with replacement) from a dictionary.
-