Package com.google.cloud.compute.v1
Class RegionOperationsClient.ListPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListRegionOperationsRequest,OperationList,Operation,RegionOperationsClient.ListPage>
-
- com.google.cloud.compute.v1.RegionOperationsClient.ListPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Operation>
,com.google.api.gax.paging.Page<Operation>
- Enclosing class:
- RegionOperationsClient
public static class RegionOperationsClient.ListPage extends com.google.api.gax.paging.AbstractPage<ListRegionOperationsRequest,OperationList,Operation,RegionOperationsClient.ListPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RegionOperationsClient.ListPage
createPage(com.google.api.gax.rpc.PageContext<ListRegionOperationsRequest,OperationList,Operation> context, OperationList response)
com.google.api.core.ApiFuture<RegionOperationsClient.ListPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListRegionOperationsRequest,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 RegionOperationsClient.ListPage createPage(com.google.api.gax.rpc.PageContext<ListRegionOperationsRequest,OperationList,Operation> context, OperationList response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListRegionOperationsRequest,OperationList,Operation,RegionOperationsClient.ListPage>
-
createPageAsync
public com.google.api.core.ApiFuture<RegionOperationsClient.ListPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListRegionOperationsRequest,OperationList,Operation> context, com.google.api.core.ApiFuture<OperationList> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListRegionOperationsRequest,OperationList,Operation,RegionOperationsClient.ListPage>
-
-