Uses of Class
com.google.api.gax.rpc.PagedCallSettings
Packages that use PagedCallSettings
-
Uses of PagedCallSettings in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc that return PagedCallSettingsMethods in com.google.api.gax.rpc with parameters of type PagedCallSettingsModifier and TypeMethodDescriptionstatic <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 PagedCallSettingsModifierConstructorDescriptionBuilder(PagedCallSettings<RequestT, ResponseT, PagedListResponseT> settings)