Class BackendServiceApi.BackendServicePages
- java.lang.Object
-
- org.jclouds.googlecloud.internal.BaseToIteratorOfListPage<T,ListOptions,I>
-
- 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.google.common.base.Function<String,ListPage<BackendService>>
fetchNextPage(ListOptions options)
-
Methods inherited from class org.jclouds.googlecloud.internal.BaseToIteratorOfListPage
apply, setContext
-
-
-
-
Method Detail
-
fetchNextPage
protected com.google.common.base.Function<String,ListPage<BackendService>> fetchNextPage(ListOptions options)
- Specified by:
fetchNextPage
in classBaseToIteratorOfListPage<BackendService,ListOptions,BackendServiceApi.BackendServicePages>
-
-