public sealed class ReplaceWithInfoTypeConfig : IMessage<ReplaceWithInfoTypeConfig>, IEquatable<ReplaceWithInfoTypeConfig>, IDeepCloneable<ReplaceWithInfoTypeConfig>, IBufferMessage, IMessage
Replace each matching finding with the name of the info_type.
[[["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 content provides documentation for the `ReplaceWithInfoTypeConfig` class within the Google Cloud DLP V2 library for .NET, detailing its various versions and implementation."],["`ReplaceWithInfoTypeConfig` is designed to replace matched findings with the name of their respective info types, which is achieved by implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists versions from 2.15.0 to 4.16.0, with 4.16.0 being the latest, while offering links to the documentation of each version of the class."],["The class inherits from `Object` and has inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class has 2 constructors `ReplaceWithInfoTypeConfig()` and `ReplaceWithInfoTypeConfig(ReplaceWithInfoTypeConfig other)`."]]],[]]