Package com.google.cloud.storage
Class StorageBatchResult<T>
java.lang.Object
com.google.cloud.BatchResult<T,StorageException>
com.google.cloud.storage.StorageBatchResult<T>
This class holds a single result of a batch call to Cloud Storage.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.cloud.BatchResult
BatchResult.Callback<T extends Object,E extends Object> -
Method Summary
Methods inherited from class com.google.cloud.BatchResult
completed, get, notify
-
Method Details
-
error
- Overrides:
errorin classBatchResult<T,StorageException>
-
success
- Overrides:
successin classBatchResult<T,StorageException>
-