Class ProductServiceClient.ListProductsPagedResponse (2.43.0)

public static class ProductServiceClient.ListProductsPagedResponse extends AbstractPagedListResponse<ListProductsRequest,ListProductsResponse,Product,ProductServiceClient.ListProductsPage,ProductServiceClient.ListProductsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractPagedListResponse > ProductServiceClient.ListProductsPagedResponse

Static Methods

createAsync(PageContext<ListProductsRequest,ListProductsResponse,Product> context, ApiFuture<ListProductsResponse> futureResponse)

public static ApiFuture<ProductServiceClient.ListProductsPagedResponse> createAsync(PageContext<ListProductsRequest,ListProductsResponse,Product> context, ApiFuture<ListProductsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListProductsRequest,ListProductsResponse,Product>
futureResponseApiFuture<ListProductsResponse>
Returns
TypeDescription
ApiFuture<ListProductsPagedResponse>