public sealed class RedactConfig : IMessage<RedactConfig>, IEquatable<RedactConfig>, IDeepCloneable<RedactConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class RedactConfig.
Redact a given value. For example, if used with an InfoTypeTransformation
transforming PHONE_NUMBER, and input 'My phone number is 206-555-0123', the
output would be 'My phone number is '.
[[["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 `RedactConfig` class in the Google Cloud Data Loss Prevention v2 API is used to redact specific values, such as phone numbers, from input data."],["This documentation provides reference for multiple versions of the Google.Cloud.Dlp.V2 library, ranging from version 2.15.0 up to 4.16.0, including the latest."],["The `RedactConfig` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation offers details on two constructors available for the `RedactConfig` class: a default constructor and a constructor that accepts another `RedactConfig` object."],["The reference material is specific to the Google.Cloud.Dlp.V2 namespace and resides within the Google.Cloud.Dlp.V2.dll assembly."]]],[]]