@InternalApi
public class BatchedFuture<ResponseT>
extends com.google.api.core.AbstractApiFuture<ResponseT>
This is public only for technical reasons, for advanced usage.
| Constructor and Description |
|---|
BatchedFuture() |
| Modifier and Type | Method and Description |
|---|---|
static <T> BatchedFuture<T> |
create()
Get a new instance.
|
boolean |
set(ResponseT value) |
boolean |
setException(Throwable throwable) |
public static <T> BatchedFuture<T> create()
public boolean set(ResponseT value)
set in class com.google.api.core.AbstractApiFuture<ResponseT>