Class AsyncPageImpl<T>

java.lang.Object
com.google.cloud.PageImpl<T>
com.google.cloud.AsyncPageImpl<T>
Type Parameters:
T - the value type that the page holds
All Implemented Interfaces:
AsyncPage<T>, Page<T>, Serializable

@InternalApi public class AsyncPageImpl<T> extends PageImpl<T> implements AsyncPage<T>
Base implementation for asynchronously consuming Google Cloud paginated results.
See Also: