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