public sealed class ReplaceValueConfig : IMessage<ReplaceValueConfig>, IEquatable<ReplaceValueConfig>, IDeepCloneable<ReplaceValueConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class ReplaceValueConfig.
[[["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 page provides documentation for the `ReplaceValueConfig` class within the Google Cloud Data Loss Prevention v2 API, specifically for the .NET library."],["The `ReplaceValueConfig` class is designed to replace input values with a specified `Value`, and it implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It offers documentation and access to numerous versions of the `ReplaceValueConfig` class, spanning from version 2.15.0 to the latest version 4.16.0."],["The class can be constructed using the default constructor `ReplaceValueConfig()` or the copy constructor `ReplaceValueConfig(ReplaceValueConfig other)`, with `other` as a parameter."],["The class features a single property `NewValue`, which is a `Value` type that determines what input values are replaced with."]]],[]]