Class: Google::Cloud::Firestore::V1::StructuredQuery::CollectionSelector

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Boolean)

    When false, selects only collections that are immediate children of the parent specified in the containing RunQueryRequest. When true, selects all descendant collections.



152
153
154
155
# File 'proto_docs/google/firestore/v1/query.rb', line 152

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.

Returns:

  • (::String)

    The collection ID. When set, selects only collections with this ID.



152
153
154
155
# File 'proto_docs/google/firestore/v1/query.rb', line 152

class CollectionSelector
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end