public sealed class StructuredQuery.Types.UnaryFilter : IMessage<StructuredQuery.Types.UnaryFilter>, IEquatable<StructuredQuery.Types.UnaryFilter>, IDeepCloneable<StructuredQuery.Types.UnaryFilter>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore v1 API class StructuredQuery.Types.UnaryFilter.
[[["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-02 UTC."],[[["This webpage provides documentation for the `StructuredQuery.Types.UnaryFilter` class within the Google Cloud Firestore V1 API, specifically for version 3.2.0, with links to other versions."],["The `UnaryFilter` class is a filter that operates on a single operand, inheriting from `object` and implementing multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `UnaryFilter` class can be instantiated using the `UnaryFilter()` constructor, or with another `UnaryFilter` instance by passing it as a parameter to the `UnaryFilter(UnaryFilter)` constructor."],["Key properties of the `UnaryFilter` class include `Field`, a `FieldReference` type representing the field for the operator, `Op`, a unary operator, and `OperandTypeCase`, which indicates the type of operand."],["This documentation includes links to documentation of previous and current versions of this filter, and the latest version of the library is 3.10.0."]]],[]]