public sealed class RecordCondition : IMessage<RecordCondition>, IEquatable<RecordCondition>, IDeepCloneable<RecordCondition>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class RecordCondition.
A condition for determining whether a transformation should be applied to
a field.
[[["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 webpage provides reference documentation for the `RecordCondition` class within the Google Cloud Data Loss Prevention (DLP) v2 API for .NET."],["The documentation covers various versions of the `RecordCondition` class, ranging from version 2.15.0 up to the latest version 4.16.0, with version 4.10.0 being the current page displayed."],["The `RecordCondition` class is used to determine if a transformation should be applied to a field."],["The class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features two constructors, one default `RecordCondition()` and a second `RecordCondition(RecordCondition other)` to create an instance from an existing one, and a property `Expressions` to use an expression."]]],[]]