Class ZoneOperationsClient.ListPage (1.53.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
Name Description
context PageContext<ListZoneOperationsRequest,OperationList,Operation>
response OperationList
Returns
Type Description
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
Name Description
context PageContext<ListZoneOperationsRequest,OperationList,Operation>
futureResponse ApiFuture<OperationList>
Returns
Type Description
ApiFuture<ListPage>
Overrides