Class Batch (2.2.1)

Batch(client)

Proxy an underlying connection, batching up change operations.

Parameter

Name Description
client Client

The client to use for making connections.

Methods

current

current()

Return the topmost batch, or None.

finish

finish()

Submit a single multipart/mixed request with deferred requests.

Returns
Type Description
list of tuples one (headers, payload) tuple per deferred request.

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 2025年10月10日 UTC.