Class ZoneOperationsClient.ListPage (1.19.0)

public static class ZoneOperationsClient.ListPage extends AbstractPage<ListZoneOperationsRequest,OperationList,Operation,ZoneOperationsClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > ZoneOperationsClient.ListPage

Methods

createPage(PageContext<ListZoneOperationsRequest,OperationList,Operation> context, OperationList response)

protected ZoneOperationsClient.ListPage createPage(PageContext<ListZoneOperationsRequest,OperationList,Operation> context, OperationList response)
Parameters
NameDescription
contextPageContext<ListZoneOperationsRequest,OperationList,Operation>
responseOperationList
Returns
TypeDescription
ZoneOperationsClient.ListPage
Overrides

createPageAsync(PageContext<ListZoneOperationsRequest,OperationList,Operation> context, ApiFuture<OperationList> futureResponse)

public ApiFuture<ZoneOperationsClient.ListPage> createPageAsync(PageContext<ListZoneOperationsRequest,OperationList,Operation> context, ApiFuture<OperationList> futureResponse)
Parameters
NameDescription
contextPageContext<ListZoneOperationsRequest,OperationList,Operation>
futureResponseApiFuture<OperationList>
Returns
TypeDescription
ApiFuture<ListPage>
Overrides