public sealed class Projection : IMessage<StructuredQuery.Types.Projection>, IEquatable<StructuredQuery.Types.Projection>, IDeepCloneable<StructuredQuery.Types.Projection>, 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-03-21 UTC."],[[["This webpage details the `Projection` class within the `Google.Cloud.Firestore.V1` namespace, specifically for version 2.3.0 and later versions."],["The `Projection` class, found in `StructuredQuery.Types`, is used to define which document fields are returned in a query."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as inheriting from `Object`."],["The `Fields` property, of type `RepeatedField\u003cStructuredQuery.Types.FieldReference\u003e`, specifies the list of fields to be returned, and if left empty all fields are returned."],["There are two constructors provided for the `Projection` class: a default one and another that takes an existing `StructuredQuery.Types.Projection` instance as a parameter."]]],[]]