Uses of Interface
com.google.api.gax.paging.Page
Packages that use Page
-
Uses of Page in com.google.api.gax.paging
Subinterfaces of Page in com.google.api.gax.pagingModifier and TypeInterfaceDescriptioninterfaceAsyncPage<ResourceT>An AsyncPage extends aPageobject with a getNextPageAsync method.Classes in com.google.api.gax.paging that implement PageModifier and TypeClassDescriptionclassAbstractPage<RequestT,ResponseT, ResourceT, PageT extends AbstractPage<RequestT, ResponseT, ResourceT, PageT>> Partial implementation ofAsyncPage.Methods in com.google.api.gax.paging that return PageModifier and TypeMethodDescriptionstatic <ResourceT>
Page<ResourceT>Pages.empty()Returns a page that contains nothing.Page.getNextPage()Retrieves the next Page object using the next page token, ornullif there are no more pages.PagedListResponse.getPage()Returns the current page of results.Methods in com.google.api.gax.paging that return types with arguments of type PageModifier and TypeMethodDescriptionPagedListResponse.iteratePages()Return an iterable over all Page objects.