Uses of Interface
com.google.cloud.storage.spi.v1.RpcBatch.Callback
Packages that use RpcBatch.Callback
-
Uses of RpcBatch.Callback in com.google.cloud.storage.spi.v1
Methods in com.google.cloud.storage.spi.v1 with parameters of type RpcBatch.CallbackModifier and TypeMethodDescriptionvoidRpcBatch.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 providedcallbackandoptions.voidRpcBatch.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 providedcallbackandoptions.voidRpcBatch.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 providedcallbackandoptions.