Package com.google.api.gax.rpc
Interface PagedListResponseFactory<RequestT,ResponseT,PagedListResponseT>
public interface PagedListResponseFactory<RequestT,ResponseT,PagedListResponseT>
Interface for constructing futures which return PagedListResponse objects.
This class is designed to be used by generated code.
-
Method Summary
Modifier and TypeMethodDescriptiongetFuturePagedResponse(UnaryCallable<RequestT, ResponseT> callable, RequestT request, ApiCallContext context, ApiFuture<ResponseT> futureResponse)
-
Method Details
-
getFuturePagedResponse
ApiFuture<PagedListResponseT> getFuturePagedResponse(UnaryCallable<RequestT, ResponseT> callable, RequestT request, ApiCallContext context, ApiFuture<ResponseT> futureResponse)
-