Class CloudChannelServiceClient.ListProductsPage (3.41.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
NameDescription
contextPageContext<ListProductsRequest,ListProductsResponse,Product>
responseListProductsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListProductsRequest,ListProductsResponse,Product>
futureResponseApiFuture<ListProductsResponse>
Returns
TypeDescription
ApiFuture<ListProductsPage>
Overrides