Uses of Interface
com.google.api.gax.rpc.PagedListResponseFactory
Packages that use PagedListResponseFactory
-
Uses of PagedListResponseFactory in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc that return PagedListResponseFactoryModifier and TypeMethodDescriptionPagedCallSettings.Builder.getPagedListResponseFactory()PagedCallSettings.getPagedListResponseFactory()Methods in com.google.api.gax.rpc with parameters of type PagedListResponseFactoryModifier and TypeMethodDescriptionstatic <RequestT,ResponseT, PagedListResponseT>
PagedCallSettings.Builder<RequestT,ResponseT, PagedListResponseT> PagedCallSettings.newBuilder(PagedListResponseFactory<RequestT, ResponseT, PagedListResponseT> pagedListResponseFactory) Constructors in com.google.api.gax.rpc with parameters of type PagedListResponseFactoryModifierConstructorDescriptionBuilder(PagedListResponseFactory<RequestT, ResponseT, PagedListResponseT> pagedListResponseFactory) PagedCallable(UnaryCallable<RequestT, ResponseT> callable, PagedListResponseFactory<RequestT, ResponseT, PagedListResponseT> pagedListResponseFactory)