Class: Google::Cloud::Firestore::V1::ListCollectionIdsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Firestore::V1::ListCollectionIdsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/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
Returns The maximum number of results to return.
728 729 730 731 |
# File 'proto_docs/google/firestore/v1/firestore.rb', line 728 class ListCollectionIdsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A page token. Must be a value from ListCollectionIdsResponse.
728 729 730 731 |
# File 'proto_docs/google/firestore/v1/firestore.rb', line 728 class ListCollectionIdsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent document. In the format:
projects/{project_id}/databases/{database_id}/documents/{document_path}
.
For example:
projects/my-project/databases/my-database/documents/chatrooms/my-chatroom
.
728 729 730 731 |
# File 'proto_docs/google/firestore/v1/firestore.rb', line 728 class ListCollectionIdsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |