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