public sealed class RecordCondition.Types.Expressions : IMessage<RecordCondition.Types.Expressions>, IEquatable<RecordCondition.Types.Expressions>, IDeepCloneable<RecordCondition.Types.Expressions>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class RecordCondition.Types.Expressions.
An expression, consisting of an operator and conditions.
[[["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-07-09 UTC."],[[["This webpage provides documentation for the `RecordCondition.Types.Expressions` class within the Google Cloud Data Loss Prevention v2 API, highlighting its role in defining conditions and operators within data loss prevention rules."],["The latest version of the `RecordCondition.Types.Expressions` class is `4.16.0`, but documentation for other versions are available, ranging from 2.15.0 all the way up to the most current `4.16.0`."],["The `RecordCondition.Types.Expressions` class is shown to inherit from the `object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which suggests functionality related to message handling, comparison, deep cloning, and buffering."],["Key properties of `RecordCondition.Types.Expressions` include `Conditions`, which defines the conditions to be applied, `LogicalOperator`, which determines how conditions are logically combined, and `TypeCase`, which specifies the type of the expression."],["The only available constructor for creating this class, other than the default, allows for creating a copy of an existing `RecordCondition.Types.Expressions` instance, by providing it as the parameter."]]],[]]