Send feedback
Class AsyncWriteBatch (2.11.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version latest keyboard_arrow_down
Accumulate write operations to be sent in a batch.
This has the same set of methods for write operations that
xref_AsyncDocumentReference does,
e.g. xref_create.
Parameter Name Description client
AsyncClient
The client that created this batch.
Methods
commit
commit(retry: google.api_core.retry.Retry = <_MethodDefault._DEFAULT_VALUE: <object object>>, timeout: Optional[float] = None)
Commit the changes accumulated in this batch.
Parameters Name Description retry
google.api_core.retry.Retry
Designation of what errors, if any, should be retried. Defaults to a system-specified policy.
timeout
float
The timeout for this request. Defaults to a system-specified value.
Returns Type Description List[WriteResult , ...]
The write results corresponding to the changes committed, returned in the same order as the changes were applied to this batch. A write result contains an update_time
field.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-04-28 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?