| Interface | Description |
|---|---|
| OperationFuture<ResponseT,MetadataT> |
An ApiFuture which tracks polling of a service.
|
| OperationSnapshot |
A snapshot of a long-running operation.
|
| Class | Description |
|---|---|
| OperationFutureImpl<ResponseT,MetadataT> |
An ApiFuture which tracks polling of a service.
|
| OperationResponsePollAlgorithm |
Operation polling algorithm, which keeps retrying until
OperationSnapshot.isDone() is
true. |
| OperationTimedPollAlgorithm |
Operation timed polling algorithm, which uses exponential backoff factor for determining when the
next polling operation should be executed.
|