public static final class SubnetworkApi.SubnetworkPages extends BaseCallerArg0ToIteratorOfListPage<Subnetwork,SubnetworkApi.SubnetworkPages>
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.base.Function<String,ListPage<Subnetwork>> |
fetchNextPage(String region,
ListOptions options)
This is used when you need to close over the argument that created the api.
|
apply, setContextprotected com.google.common.base.Function<String,ListPage<Subnetwork>> fetchNextPage(String region, ListOptions options)
BaseCallerArg0ToIteratorOfListPagecallerArg0 will become "myzone", which you can use to ensure the next page goes to the
same zone: api.instancesInZone("myzone").list()fetchNextPage in class BaseCallerArg0ToIteratorOfListPage<Subnetwork,ListOptions,SubnetworkApi.SubnetworkPages>Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.