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