public sealed class RecordSuppression : IMessage<RecordSuppression>, IEquatable<RecordSuppression>, IDeepCloneable<RecordSuppression>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class RecordSuppression.
Configuration to suppress records whose suppression conditions evaluate to
true.
[[["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 provides reference documentation for the `RecordSuppression` class within the Google Cloud Data Loss Prevention (DLP) v2 API."],["`RecordSuppression` is a class used to configure the suppression of records based on defined conditions, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists multiple versions of the API, from the latest (4.16.0) down to 2.15.0, alongside the reference document links."],["The `RecordSuppression` class has two constructors: a parameterless constructor and one that takes another `RecordSuppression` object as a parameter, allowing for the creation of new instances based on existing ones."],["The class includes a property, `Condition`, of type `RecordCondition` that determines if a record will be suppressed from the content based on whether it evaluates to true."]]],[]]