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