Uses of Interface
com.google.api.gax.paging.Page
-
Packages that use Page Package Description com.google.api.gax.paging -
-
Uses of Page in com.google.api.gax.paging
Subinterfaces of Page in com.google.api.gax.paging Modifier and Type Interface Description interfaceAsyncPage<ResourceT>An AsyncPage extends aPageobject with a getNextPageAsync method.Classes in com.google.api.gax.paging that implement Page 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 Page Modifier and Type Method Description static <ResourceT>
Page<ResourceT>Pages. empty()Returns a page that contains nothing.Page<ResourceT>Page. getNextPage()Retrieves the next Page object using the next page token, ornullif there are no more pages.Page<ResourceT>PagedListResponse. getPage()Returns the current page of results.Methods in com.google.api.gax.paging that return types with arguments of type Page Modifier and Type Method Description Iterable<? extends Page<ResourceT>>PagedListResponse. iteratePages()Return an iterable over all Page objects.
-