Class ListCollectionIdsRequest (2.11.0)

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

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

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

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].
read_time google.protobuf.timestamp_pb2.Timestamp
Reads documents as they were at the given time. This may not be older than 270 seconds. This field is a member of oneof_ consistency_selector.