Class AsyncPageImpl<T>

  • Type Parameters:
    T - the value type that the page holds
    All Implemented Interfaces:
    com.google.api.gax.paging.AsyncPage<T>, com.google.api.gax.paging.Page<T>, Serializable

    @InternalApi
    public class AsyncPageImpl<T>
    extends PageImpl<T>
    implements com.google.api.gax.paging.AsyncPage<T>
    Base implementation for asynchronously consuming Google Cloud paginated results.
    See Also:
    Serialized Form
    • Method Detail

      • getNextPageAsync

        public com.google.api.core.ApiFuture<com.google.api.gax.paging.AsyncPage<T>> getNextPageAsync()
        Specified by:
        getNextPageAsync in interface com.google.api.gax.paging.AsyncPage<T>