Class DataplexServiceClient.ListZonesPage (1.93.0)

public static class DataplexServiceClient.ListZonesPage extends AbstractPage<ListZonesRequest,ListZonesResponse,Zone,DataplexServiceClient.ListZonesPage>

Inheritance

java.lang.Object > AbstractPage > DataplexServiceClient.ListZonesPage

Methods

createPage(@Nullable PageContext<ListZonesRequest,ListZonesResponse,Zone> context, @Nullable ListZonesResponse response)

protected DataplexServiceClient.ListZonesPage createPage(@Nullable PageContext<ListZonesRequest,ListZonesResponse,Zone> context, @Nullable ListZonesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListZonesRequest,ListZonesResponse,Zone>
response @org.jspecify.annotations.Nullable com.google.cloud.dataplex.v1.ListZonesResponse
Returns
Type Description
DataplexServiceClient.ListZonesPage
Overrides

createPageAsync(@Nullable PageContext<ListZonesRequest,ListZonesResponse,Zone> context, ApiFuture<ListZonesResponse> futureResponse)

public ApiFuture<DataplexServiceClient.ListZonesPage> createPageAsync(@Nullable PageContext<ListZonesRequest,ListZonesResponse,Zone> context, ApiFuture<ListZonesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListZonesRequest,ListZonesResponse,Zone>
futureResponse ApiFuture<ListZonesResponse>
Returns
Type Description
ApiFuture<ListZonesPage>
Overrides