Class: Google::Firestore::V1::ListCollectionIdsRequest
- Inherits:
-
Object
- Object
- Google::Firestore::V1::ListCollectionIdsRequest
- Defined in:
- lib/google/cloud/firestore/v1/doc/google/firestore/v1/firestore.rb
Overview
The request for Firestore::ListCollectionIds.
Instance Attribute Summary collapse
-
#page_size ⇒ Integer
The maximum number of results to return.
-
#page_token ⇒ String
A page token.
-
#parent ⇒ String
Required.
Instance Attribute Details
#page_size ⇒ Integer
554 |
# File 'lib/google/cloud/firestore/v1/doc/google/firestore/v1/firestore.rb', line 554 class ListCollectionIdsRequest; end |
#page_token ⇒ String
554 |
# File 'lib/google/cloud/firestore/v1/doc/google/firestore/v1/firestore.rb', line 554 class ListCollectionIdsRequest; end |
#parent ⇒ String
554 |
# File 'lib/google/cloud/firestore/v1/doc/google/firestore/v1/firestore.rb', line 554 class ListCollectionIdsRequest; end |