Class DataplexServiceClient.ListZonesPage (1.3.0)

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

Inheritance

java.lang.Object > AbstractPage > DataplexServiceClient.ListZonesPage

Methods

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

protected DataplexServiceClient.ListZonesPage createPage(PageContext<ListZonesRequest,ListZonesResponse,Zone> context, ListZonesResponse response)
Parameters Returns Overrides

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

public ApiFuture<DataplexServiceClient.ListZonesPage> createPageAsync(PageContext<ListZonesRequest,ListZonesResponse,Zone> context, ApiFuture<ListZonesResponse> futureResponse)
Parameters Returns
TypeDescription
ApiFuture<ListZonesPage>
Overrides