public sealed class StructuredQuery.Types.Projection : IMessage<StructuredQuery.Types.Projection>, IEquatable<StructuredQuery.Types.Projection>, IDeepCloneable<StructuredQuery.Types.Projection>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore v1 API class StructuredQuery.Types.Projection.
[[["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-08-07 UTC."],[[["This document provides reference information for the `StructuredQuery.Types.Projection` class within the Google Cloud Firestore V1 API."],["The `StructuredQuery.Types.Projection` class is used to specify which fields of a document should be returned in a query result, effectively defining a projection."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `Fields` property allows you to specify the fields to be returned; if it is empty, all fields are returned, and it is of the type `RepeatedField\u003cStructuredQuery.Types.FieldReference\u003e`."],["The available versions for this class range from 2.3.0 to the latest 3.10.0, with links to the API documentation for each."]]],[]]