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."],[[["This webpage provides documentation for the `ReplaceDictionaryConfig` class within the Google Cloud Data Loss Prevention (DLP) v2 API, with version 4.16.0 being the latest and 4.14.0 being the current version."],["The `ReplaceDictionaryConfig` class is used to replace input values with randomly selected values from a specified dictionary and it inherits from the object class, while implementing multiple interfaces such as IMessage, IEquatable, and IDeepCloneable."],["The documentation covers the class constructors, including a default constructor and one that accepts another `ReplaceDictionaryConfig` object, as well as properties like `TypeCase` and `WordList`."],["There is documentation available for versions of the library ranging from 2.15.0 to the latest 4.16.0, allowing users to view specific information relative to their current version."],["The `WordList` property is where a list of words is provided for the random replacement operation, and it also gives a link to details about the size limits of dictionaries."]]],[]]