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