Uses of Interface
com.google.api.gax.rpc.PagedListResponseFactory
-
Packages that use PagedListResponseFactory Package Description com.google.api.gax.rpc -
-
Uses of PagedListResponseFactory in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc that return PagedListResponseFactory Modifier and Type Method Description PagedListResponseFactory<RequestT,ResponseT,PagedListResponseT>PagedCallSettings.Builder. getPagedListResponseFactory()PagedListResponseFactory<RequestT,ResponseT,PagedListResponseT>PagedCallSettings. getPagedListResponseFactory()Methods in com.google.api.gax.rpc with parameters of type PagedListResponseFactory Modifier and Type Method Description static <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 PagedListResponseFactory Constructor Description Builder(PagedListResponseFactory<RequestT,ResponseT,PagedListResponseT> pagedListResponseFactory)PagedCallable(UnaryCallable<RequestT,ResponseT> callable, PagedListResponseFactory<RequestT,ResponseT,PagedListResponseT> pagedListResponseFactory)
-