Class ImageApi.ImagePages
java.lang.Object
org.jclouds.googlecloud.internal.BaseToIteratorOfListPage<Image,ListOptions,ImageApi.ImagePages>
org.jclouds.googlecomputeengine.internal.BaseToIteratorOfListPage<Image,ImageApi.ImagePages>
org.jclouds.googlecomputeengine.features.ImageApi.ImagePages
- All Implemented Interfaces:
com.google.common.base.Function<ListPage<Image>,
,Iterator<ListPage<Image>>> Function<ListPage<Image>,
,Iterator<ListPage<Image>>> InvocationContext<ImageApi.ImagePages>
- Enclosing interface:
ImageApi
public static final class ImageApi.ImagePages
extends BaseToIteratorOfListPage<Image,ImageApi.ImagePages>
-
Method Summary
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<Image>> fetchNextPage(ListOptions options) - Specified by:
fetchNextPage
in classBaseToIteratorOfListPage<Image,
ListOptions, ImageApi.ImagePages>
-