Package | Description |
---|---|
com.google.cloud.storage.spi.v1 |
Modifier and Type | Method and Description |
---|---|
void |
RpcBatch.addDelete(com.google.api.services.storage.model.StorageObject storageObject,
RpcBatch.Callback<Void> callback,
Map<StorageRpc.Option,?> options)
Adds a call to "delete storage object" to the batch, with the provided
callback and
options . |
void |
RpcBatch.addGet(com.google.api.services.storage.model.StorageObject storageObject,
RpcBatch.Callback<com.google.api.services.storage.model.StorageObject> callback,
Map<StorageRpc.Option,?> options)
Adds a call to "get storage object" to the batch, with the provided
callback and options . |
void |
RpcBatch.addPatch(com.google.api.services.storage.model.StorageObject storageObject,
RpcBatch.Callback<com.google.api.services.storage.model.StorageObject> callback,
Map<StorageRpc.Option,?> options)
Adds a call to "patch storage object" to the batch, with the provided
callback and
options . |
Copyright © 2019 Google LLC. All rights reserved.