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-03-24 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."],["Version 4.16.0 is the latest available version of the `ReplaceDictionaryConfig` class, with previous versions going as far back as version 2.15.0."],["This class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ReplaceDictionaryConfig` allows for the random replacement of words via a `WordList` property, which contains the words for this replacement, and has size limit constraints."],["This class has two constructors, one that is empty and another one that takes another `ReplaceDictionaryConfig` as a parameter."]]],[]]