Class CloudChannelServiceClient.ListProductsPage (3.99.0)

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

Inheritance

java.lang.Object > AbstractPage > CloudChannelServiceClient.ListProductsPage

Methods

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

protected CloudChannelServiceClient.ListProductsPage createPage(@Nullable PageContext<ListProductsRequest,ListProductsResponse,Product> context, @Nullable ListProductsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListProductsRequest,ListProductsResponse,Product>
response @org.jspecify.annotations.Nullable com.google.cloud.channel.v1.ListProductsResponse
Returns
Type Description
CloudChannelServiceClient.ListProductsPage
Overrides

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

public ApiFuture<CloudChannelServiceClient.ListProductsPage> createPageAsync(@Nullable PageContext<ListProductsRequest,ListProductsResponse,Product> context, ApiFuture<ListProductsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListProductsRequest,ListProductsResponse,Product>
futureResponse ApiFuture<ListProductsResponse>
Returns
Type Description
ApiFuture<ListProductsPage>
Overrides