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-04-09 UTC."],[[["This webpage details the `ReplaceValueConfig` class within the `Google.Cloud.Dlp.V2` namespace, used for replacing input values with a specified `Value`."],["The latest version of the `ReplaceValueConfig` documentation is 4.16.0, and there are documented versions available back to version 2.15.0."],["`ReplaceValueConfig` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ReplaceValueConfig` class provides two constructors: a default constructor and one that takes another `ReplaceValueConfig` object as a parameter."],["The main property for the `ReplaceValueConfig` is `NewValue`, of type `Value`, which specifies the value to replace the input values with."]]],[]]