Class RegionsServiceClient.ListRegionsPage (1.23.0)

public static class RegionsServiceClient.ListRegionsPage extends AbstractPage<ListRegionsRequest,ListRegionsResponse,Region,RegionsServiceClient.ListRegionsPage>

Inheritance

java.lang.Object > AbstractPage > RegionsServiceClient.ListRegionsPage

Methods

createPage(@Nullable PageContext<ListRegionsRequest,ListRegionsResponse,Region> context, @Nullable ListRegionsResponse response)

protected RegionsServiceClient.ListRegionsPage createPage(@Nullable PageContext<ListRegionsRequest,ListRegionsResponse,Region> context, @Nullable ListRegionsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRegionsRequest,ListRegionsResponse,Region>
response @org.jspecify.annotations.Nullable com.google.shopping.merchant.accounts.v1beta.ListRegionsResponse
Returns
Type Description
RegionsServiceClient.ListRegionsPage
Overrides

createPageAsync(@Nullable PageContext<ListRegionsRequest,ListRegionsResponse,Region> context, ApiFuture<ListRegionsResponse> futureResponse)

public ApiFuture<RegionsServiceClient.ListRegionsPage> createPageAsync(@Nullable PageContext<ListRegionsRequest,ListRegionsResponse,Region> context, ApiFuture<ListRegionsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRegionsRequest,ListRegionsResponse,Region>
futureResponse ApiFuture<ListRegionsResponse>
Returns
Type Description
ApiFuture<ListRegionsPage>
Overrides