public sealed class UnaryFilter : IMessage<StructuredQuery.Types.UnaryFilter>, IEquatable<StructuredQuery.Types.UnaryFilter>, IDeepCloneable<StructuredQuery.Types.UnaryFilter>, IBufferMessage, IMessage
[[["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-06-12 UTC."],[[["This document outlines the `UnaryFilter` class within the `Google.Cloud.Firestore.V1` namespace, which is used for creating filters with a single operand in Firestore queries."],["The `UnaryFilter` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message structures and object manipulation within the Google Cloud Protobuf framework."],["The class has two constructors: a default constructor (`UnaryFilter()`) and another that accepts a `StructuredQuery.Types.UnaryFilter` object as a parameter for cloning (`UnaryFilter(StructuredQuery.Types.UnaryFilter other)`)."],["`UnaryFilter` objects contain two primary properties: `Field`, which specifies the field to be filtered, and `Op`, which defines the unary operator to be applied to that field."],["This class is available in various versions, ranging from version 2.3.0 to the latest version, 3.10.0, each with the associated documentation link for `UnaryFilter`."]]],[]]