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, detailing its functionality for randomly replacing input values with dictionary-selected values."],["The documentation covers various versions of the API, ranging from version 2.15.0 up to the latest 4.16.0, with the class `ReplaceDictionaryConfig` being a part of the `Google.Cloud.Dlp.V2` namespace."],["The `ReplaceDictionaryConfig` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key functionalities include two constructors and two properties, `TypeCase` which allows accessing different types, and `WordList` which gives access to a list of words from which values will be selected."],["The assembly that the `ReplaceDictionaryConfig` class is contained within is the Google.Cloud.Dlp.V2.dll."]]],[]]