public sealed class StructuredQuery.Types.CollectionSelector : IMessage<StructuredQuery.Types.CollectionSelector>, IEquatable<StructuredQuery.Types.CollectionSelector>, IDeepCloneable<StructuredQuery.Types.CollectionSelector>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore v1 API class StructuredQuery.Types.CollectionSelector.
A selection of a collection, such as messages as m1.
When false, selects only collections that are immediate children of
the parent specified in the containing RunQueryRequest.
When true, selects all descendant collections.
[[["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 page provides reference documentation for the `StructuredQuery.Types.CollectionSelector` class within the Google Cloud Firestore v1 API, detailing its usage and properties across multiple versions."],["The `StructuredQuery.Types.CollectionSelector` class is used to select a collection within Firestore, supporting filtering for immediate children or all descendant collections, as well as specifying a collection ID."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation, equality comparisons, deep cloning, and buffered message handling."],["The latest version available is `3.10.0`, and this page includes documentation for versions ranging from `2.3.0` to `3.10.0`, with a focus on `3.9.0`."],["The key properties of `CollectionSelector` are `AllDescendants`, a boolean controlling whether all children are selected, and `CollectionId`, a string representing the collection ID to be selected."]]],[]]