Class GlobalOperationsClient.ListPage (1.51.0)

public static class GlobalOperationsClient.ListPage extends AbstractPage<ListGlobalOperationsRequest,OperationList,Operation,GlobalOperationsClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > GlobalOperationsClient.ListPage

Methods

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

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

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

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