public sealed class ReplaceValueConfig : IMessage<ReplaceValueConfig>, IEquatable<ReplaceValueConfig>, IDeepCloneable<ReplaceValueConfig>, IBufferMessage, IMessage
[[["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 `ReplaceValueConfig` class, found in the `Google.Cloud.Dlp.V2` namespace, is designed to replace input values with a specified `Value`."],["This class is part of the Google Cloud Data Loss Prevention (DLP) library for .NET, with the latest version being 4.16.0."],["`ReplaceValueConfig` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, a default one and another that takes a `ReplaceValueConfig` object as a parameter, and it includes a `NewValue` property that defines the replacement value."],["A range of previous versions of `ReplaceValueConfig` is also documented, from version 2.15.0 to 4.15.0."]]],[]]