Uses of Class
com.google.api.gax.rpc.PagedCallSettings
-
Packages that use PagedCallSettings Package Description com.google.api.gax.rpc -
-
Uses of PagedCallSettings in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc that return PagedCallSettings Modifier and Type Method Description PagedCallSettings<RequestT,ResponseT,PagedListResponseT>PagedCallSettings.Builder. build()Methods in com.google.api.gax.rpc with parameters of type PagedCallSettings Modifier and Type Method Description static <RequestT,ResponseT,PagedListResponseT>
UnaryCallable<RequestT,PagedListResponseT>Callables. paged(UnaryCallable<RequestT,ResponseT> innerCallable, PagedCallSettings<RequestT,ResponseT,PagedListResponseT> pagedCallSettings)Create a paged callable object that represents a paged API method.Constructors in com.google.api.gax.rpc with parameters of type PagedCallSettings Constructor Description Builder(PagedCallSettings<RequestT,ResponseT,PagedListResponseT> settings)
-