public final class BatchResponse extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchResponse.Result<T extends Serializable> |
| Modifier and Type | Method and Description |
|---|---|
List<BatchResponse.Result<Boolean>> |
deletes()
Returns the results for the delete operations using the request order.
|
boolean |
equals(Object obj) |
List<BatchResponse.Result<Blob>> |
gets()
Returns the results for the get operations using the request order.
|
int |
hashCode() |
List<BatchResponse.Result<Blob>> |
updates()
Returns the results for the update operations using the request order.
|
public List<BatchResponse.Result<Boolean>> deletes()
public List<BatchResponse.Result<Blob>> updates()
public List<BatchResponse.Result<Blob>> gets()
Copyright © 2016 Google. All rights reserved.