Class CloudChannelServiceClient.ListProductsPage (3.46.0)

public static class CloudChannelServiceClient.ListProductsPage extends AbstractPage<ListProductsRequest,ListProductsResponse,Product,CloudChannelServiceClient.ListProductsPage>

Inheritance

java.lang.Object > AbstractPage > CloudChannelServiceClient.ListProductsPage

Methods

createPage(PageContext<ListProductsRequest,ListProductsResponse,Product> context, ListProductsResponse response)

protected CloudChannelServiceClient.ListProductsPage createPage(PageContext<ListProductsRequest,ListProductsResponse,Product> context, ListProductsResponse response)
Parameters
Name Description
context PageContext<ListProductsRequest,ListProductsResponse,Product>
response ListProductsResponse
Returns
Type Description
CloudChannelServiceClient.ListProductsPage
Overrides

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

public ApiFuture<CloudChannelServiceClient.ListProductsPage> createPageAsync(PageContext<ListProductsRequest,ListProductsResponse,Product> context, ApiFuture<ListProductsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListProductsRequest,ListProductsResponse,Product>
futureResponse ApiFuture<ListProductsResponse>
Returns
Type Description
ApiFuture<ListProductsPage>
Overrides