Class DataplexServiceClient.ListZonesPage (1.39.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
NameDescription
contextPageContext<ListZonesRequest,ListZonesResponse,Zone>
responseListZonesResponse
Returns
TypeDescription
DataplexServiceClient.ListZonesPage
Overrides

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

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