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 webpage details the `ReplaceWithInfoTypeConfig` class within the `Google.Cloud.Dlp.V2` namespace, used to replace matching data findings with the name of the info type."],["Version 4.16.0 is the latest available version, with versions ranging from 2.15.0 to 4.16.0 also being listed for reference."],["The `ReplaceWithInfoTypeConfig` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["It provides two constructors, one default constructor, and another that takes an existing `ReplaceWithInfoTypeConfig` object for initialization."]]],[]]