Package com.google.cloud
Interface PageImpl.NextPageFetcher<T>
-
- Type Parameters:
T- the value type that the page holds
- All Superinterfaces:
Serializable
public static interface PageImpl.NextPageFetcher<T> extends Serializable
Interface for fetching the next page of results from the service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Page<T>getNextPage()
-