public interface AsyncPage<ResourceT> extends Page<ResourceT>
Page object with a getNextPageAsync method.| Modifier and Type | Method and Description |
|---|---|
com.google.api.core.ApiFuture<? extends AsyncPage<ResourceT>> |
getNextPageAsync()
Returns a future for the Page object, retrieved using the next page token.
|
getNextPage, getNextPageToken, getValues, hasNextPage, iterateAllcom.google.api.core.ApiFuture<? extends AsyncPage<ResourceT>> getNextPageAsync()