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