Class BackendServiceApi.BackendServicePages
java.lang.Object
org.jclouds.googlecloud.internal.BaseToIteratorOfListPage<BackendService,ListOptions,BackendServiceApi.BackendServicePages>
org.jclouds.googlecomputeengine.internal.BaseToIteratorOfListPage<BackendService,BackendServiceApi.BackendServicePages>
org.jclouds.googlecomputeengine.features.BackendServiceApi.BackendServicePages
- All Implemented Interfaces:
com.google.common.base.Function<ListPage<BackendService>,
,Iterator<ListPage<BackendService>>> Function<ListPage<BackendService>,
,Iterator<ListPage<BackendService>>> InvocationContext<BackendServiceApi.BackendServicePages>
- Enclosing interface:
BackendServiceApi
public static final class BackendServiceApi.BackendServicePages
extends BaseToIteratorOfListPage<BackendService,BackendServiceApi.BackendServicePages>
-
Method Summary
Modifier and TypeMethodDescriptionprotected com.google.common.base.Function
<String, ListPage<BackendService>> fetchNextPage
(ListOptions options) Methods inherited from class org.jclouds.googlecloud.internal.BaseToIteratorOfListPage
apply, setContext
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Function
equals
-
Method Details
-
fetchNextPage
protected com.google.common.base.Function<String,ListPage<BackendService>> fetchNextPage(ListOptions options) - Specified by:
fetchNextPage
in classBaseToIteratorOfListPage<BackendService,
ListOptions, BackendServiceApi.BackendServicePages>
-