Class LocalPage

  • All Implemented Interfaces:
    com.google.api.gax.paging.Page<GCPBlob>

    public class LocalPage
    extends java.lang.Object
    implements com.google.api.gax.paging.Page<GCPBlob>
    • Constructor Detail

      • LocalPage

        public LocalPage​(java.lang.String bucket,
                         java.io.File directory)
    • Method Detail

      • hasNextPage

        public boolean hasNextPage()
        Specified by:
        hasNextPage in interface com.google.api.gax.paging.Page<GCPBlob>
      • getNextPageToken

        public java.lang.String getNextPageToken()
        Specified by:
        getNextPageToken in interface com.google.api.gax.paging.Page<GCPBlob>
      • getNextPage

        public com.google.api.gax.paging.Page<GCPBlob> getNextPage()
        Specified by:
        getNextPage in interface com.google.api.gax.paging.Page<GCPBlob>
      • iterateAll

        public java.lang.Iterable<GCPBlob> iterateAll()
        Specified by:
        iterateAll in interface com.google.api.gax.paging.Page<GCPBlob>
      • getValues

        public java.lang.Iterable<GCPBlob> getValues()
        Specified by:
        getValues in interface com.google.api.gax.paging.Page<GCPBlob>