Class: Google::Cloud::Firestore::V1::StructuredQuery::CollectionSelector
- Inherits:
-
Object
- Object
- Google::Cloud::Firestore::V1::StructuredQuery::CollectionSelector
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/firestore/v1/query.rb
Overview
A selection of a collection, such as messages as m1
.
Instance Attribute Summary collapse
-
#all_descendants ⇒ ::Boolean
When false, selects only collections that are immediate children of the
parent
specified in the containingRunQueryRequest
. -
#collection_id ⇒ ::String
The collection ID.
Instance Attribute Details
#all_descendants ⇒ ::Boolean
Returns When false, selects only collections that are immediate children of
the parent
specified in the containing RunQueryRequest
.
When true, selects all descendant collections.
133 134 135 136 |
# File 'proto_docs/google/firestore/v1/query.rb', line 133 class CollectionSelector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#collection_id ⇒ ::String
Returns The collection ID. When set, selects only collections with this ID.
133 134 135 136 |
# File 'proto_docs/google/firestore/v1/query.rb', line 133 class CollectionSelector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |