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-06-12 UTC."],[[["This page provides documentation for the `StructuredQuery.Types.Projection` class within the Google Cloud Firestore v1 API, specifically for version 3.8.0."],["The `StructuredQuery.Types.Projection` class is used to define which fields of a document should be returned in a query result, allowing for specific data selection."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its role in data handling and comparison."],["The `Fields` property, a `RepeatedField` of `StructuredQuery.Types.FieldReference`, is used to specify the list of fields to be returned in a Firestore document query."],["The documentation outlines the class's constructors (`Projection()` and `Projection(Projection)`) and provides links to related namespaces, assemblies, and inherited members for further reference."]]],[]]