WriteRequest Object
WriteRequest(writes = NULL, streamToken = NULL, labels = NULL, streamId = NULL)
The writes to apply
A stream token that was previously sent by the server
Labels associated with this write request
The ID of the write stream to resume
WriteRequest object
Autogenerated via gar_create_api_objects
The request for Firestore.Write. The first request creates a stream, or resumes an existing one from a token. When creating a new stream, the server replies with a response containing only an ID and a token, to use in the next request. When resuming a stream, the server first streams any responses later than the given token, then a response containing only an up-to-date token, to use in the next request.
Other WriteRequest functions:
projects.databases.documents.write()