Uses of Interface
com.google.api.gax.paging.AsyncPage
-
Packages that use AsyncPage Package Description com.google.api.gax.paging -
-
Uses of AsyncPage in com.google.api.gax.paging
Classes in com.google.api.gax.paging that implement AsyncPage Modifier and Type Class Description classAbstractPage<RequestT,ResponseT,ResourceT,PageT extends AbstractPage<RequestT,ResponseT,ResourceT,PageT>>Partial implementation ofAsyncPage.Methods in com.google.api.gax.paging that return types with arguments of type AsyncPage Modifier and Type Method Description ApiFuture<? extends AsyncPage<ResourceT>>AsyncPage. getNextPageAsync()Returns a future for the Page object, retrieved using the next page token.
-