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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.api.core.ApiFuture<PagedListResponseT>
getFuturePagedResponse(UnaryCallable<RequestT,ResponseT> callable, RequestT request, ApiCallContext context, com.google.api.core.ApiFuture<ResponseT> futureResponse)
-
-
-
Method Detail
-
getFuturePagedResponse
com.google.api.core.ApiFuture<PagedListResponseT> getFuturePagedResponse(UnaryCallable<RequestT,ResponseT> callable, RequestT request, ApiCallContext context, com.google.api.core.ApiFuture<ResponseT> futureResponse)
-
-