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