Reference documentation and code samples for the Cloud Firestore V1 API class Google::Cloud::Firestore::V1::ListCollectionIdsResponse.
The response from Firestore.ListCollectionIds.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#collection_ids
def collection_ids() -> ::Array<::String>
Returns
- (::Array<::String>) — The collection ids.
#collection_ids=
def collection_ids=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — The collection ids.
Returns
- (::Array<::String>) — The collection ids.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A page token that may be used to continue the list.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A page token that may be used to continue the list.
Returns
- (::String) — A page token that may be used to continue the list.