public sealed class ReplaceDictionaryConfig : IMessage<ReplaceDictionaryConfig>, IEquatable<ReplaceDictionaryConfig>, IDeepCloneable<ReplaceDictionaryConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class ReplaceDictionaryConfig.
Replace each input value with a value randomly selected from the dictionary.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The `ReplaceDictionaryConfig` class in the Google Cloud Data Loss Prevention v2 API is used to replace input values with randomly selected values from a dictionary."],["The latest version available is 4.16.0, and this documentation covers version 4.15.0 of the `ReplaceDictionaryConfig` class, along with many prior versions."],["`ReplaceDictionaryConfig` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties like `TypeCase` and `WordList`, where `WordList` is used for specifying a list of words for the random replacement."],["There are two constructors for this class, one default and another that accepts a `ReplaceDictionaryConfig` object as an argument."]]],[]]