Class CssProductsServiceClient.ListCssProductsPage (0.63.0)

public static class CssProductsServiceClient.ListCssProductsPage extends AbstractPage<ListCssProductsRequest,ListCssProductsResponse,CssProduct,CssProductsServiceClient.ListCssProductsPage>

Inheritance

java.lang.Object > AbstractPage > CssProductsServiceClient.ListCssProductsPage

Methods

createPage(@Nullable PageContext<ListCssProductsRequest,ListCssProductsResponse,CssProduct> context, @Nullable ListCssProductsResponse response)

protected CssProductsServiceClient.ListCssProductsPage createPage(@Nullable PageContext<ListCssProductsRequest,ListCssProductsResponse,CssProduct> context, @Nullable ListCssProductsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCssProductsRequest,ListCssProductsResponse,CssProduct>
response @org.jspecify.annotations.Nullable com.google.shopping.css.v1.ListCssProductsResponse
Returns
Type Description
CssProductsServiceClient.ListCssProductsPage
Overrides

createPageAsync(@Nullable PageContext<ListCssProductsRequest,ListCssProductsResponse,CssProduct> context, ApiFuture<ListCssProductsResponse> futureResponse)

public ApiFuture<CssProductsServiceClient.ListCssProductsPage> createPageAsync(@Nullable PageContext<ListCssProductsRequest,ListCssProductsResponse,CssProduct> context, ApiFuture<ListCssProductsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCssProductsRequest,ListCssProductsResponse,CssProduct>
futureResponse ApiFuture<ListCssProductsResponse>
Returns
Type Description
ApiFuture<ListCssProductsPage>
Overrides