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