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 v2 API for .NET."],["The latest available version of the `RecordCondition` class is 4.16.0, and the page lists versions all the way down to 2.15.0 for historical context."],["The `RecordCondition` class is designed to determine if a transformation should be applied to a field, implementing various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Expressions` which are of type `RecordCondition.Types.Expressions`, and has constructors to create an empty instance or copy one from another."],["The documentation lists all inherited members, such as `GetHashCode()`, `GetType()`, and `ToString()` from the `object` class."]]],[]]