Package com.google.cloud.compute.v1
Class GlobalOperationsClient.ListPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListGlobalOperationsRequest,OperationList,Operation,GlobalOperationsClient.ListPage>
-
- com.google.cloud.compute.v1.GlobalOperationsClient.ListPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Operation>
,com.google.api.gax.paging.Page<Operation>
- Enclosing class:
- GlobalOperationsClient
public static class GlobalOperationsClient.ListPage extends com.google.api.gax.paging.AbstractPage<ListGlobalOperationsRequest,OperationList,Operation,GlobalOperationsClient.ListPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected GlobalOperationsClient.ListPage
createPage(com.google.api.gax.rpc.PageContext<ListGlobalOperationsRequest,OperationList,Operation> context, OperationList response)
com.google.api.core.ApiFuture<GlobalOperationsClient.ListPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListGlobalOperationsRequest,OperationList,Operation> context, com.google.api.core.ApiFuture<OperationList> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected GlobalOperationsClient.ListPage createPage(com.google.api.gax.rpc.PageContext<ListGlobalOperationsRequest,OperationList,Operation> context, OperationList response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListGlobalOperationsRequest,OperationList,Operation,GlobalOperationsClient.ListPage>
-
createPageAsync
public com.google.api.core.ApiFuture<GlobalOperationsClient.ListPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListGlobalOperationsRequest,OperationList,Operation> context, com.google.api.core.ApiFuture<OperationList> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListGlobalOperationsRequest,OperationList,Operation,GlobalOperationsClient.ListPage>
-
-