Batches#
Batch updates / deletes of storage buckets / blobs.
See: https://cloud.google.com/storage/docs/json_api/v1/how-tos/batch
-
class
gcloud.storage.batch.Batch(client)[source]# Bases:
gcloud.storage.connection.ConnectionProxy an underlying connection, batching up change operations.
Parameters: client ( gcloud.storage.client.Client) – The client to use for making connections.
-
class
gcloud.storage.batch.MIMEApplicationHTTP(method, uri, headers, body)[source]# Bases:
email.mime.application.MIMEApplicationMIME type for
application/http.Constructs payload from headers and body
Parameters: