public sealed class CollectionSelector : IMessage<StructuredQuery.Types.CollectionSelector>, IEquatable<StructuredQuery.Types.CollectionSelector>, IDeepCloneable<StructuredQuery.Types.CollectionSelector>, IBufferMessage, IMessage
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-07-26 UTC."],[[["This webpage details the `CollectionSelector` class within the `Google.Cloud.Firestore.V1` namespace, which is used to define a selection of collections, such as `messages as m1`."],["The `CollectionSelector` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has `Object` as its base class."],["The latest version of the `CollectionSelector` class is 3.10.0, and the webpage lists documentation links for multiple previous versions, going back to version 2.3.0."],["The `CollectionSelector` class has two constructors, a default one and another one that takes another `CollectionSelector` object as a parameter, and also has properties, `AllDescendants` and `CollectionId`, to define selection criteria."]]],[]]