ResponseT - future response type@InternalApi
@BetaApi
public final class NonCancellableFuture<ResponseT>
extends com.google.api.core.AbstractApiFuture<ResponseT>
For internal use, public for technical reasons.
| Constructor and Description |
|---|
NonCancellableFuture() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancel(boolean mayInterruptIfRunning) |
boolean |
set(ResponseT value)
Note: Once AbstractApiFuture.set(ResponseT) is updated from public to protected, this should be
removed.
|
boolean |
setException(Throwable throwable)
Note: Once AbstractApiFuture.set(ResponseT) is updated from public to protected, this should be
removed.
|