Class ListCollectionIdsRequest (2.5.1)

ListCollectionIdsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request for Firestore.ListCollectionIds][google.firestore.v1.Firestore.ListCollectionIds].

Attributes

NameDescription
parent str
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``
page_size int
The maximum number of results to return.
page_token str
A page token. Must be a value from `ListCollectionIdsResponse][google.firestore.v1.ListCollectionIdsResponse]`.

Inheritance

builtins.object > proto.message.Message > ListCollectionIdsRequest