Class: Google::Cloud::Firestore::V1::ListCollectionIdsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Firestore::V1::ListCollectionIdsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/firestore/v1/firestore.rb
Overview
The response from Firestore.ListCollectionIds.
Instance Attribute Summary collapse
-
#collection_ids ⇒ ::Array<::String>
The collection ids.
-
#next_page_token ⇒ ::String
A page token that may be used to continue the list.
Instance Attribute Details
#collection_ids ⇒ ::Array<::String>
Returns The collection ids.
851 852 853 854 |
# File 'proto_docs/google/firestore/v1/firestore.rb', line 851 class ListCollectionIdsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A page token that may be used to continue the list.
851 852 853 854 |
# File 'proto_docs/google/firestore/v1/firestore.rb', line 851 class ListCollectionIdsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |