Class GCPPageImpl

java.lang.Object
org.webpieces.googlecloud.storage.impl.raw.GCPPageImpl
All Implemented Interfaces:
com.google.api.gax.paging.Page<GCPBlob>

public class GCPPageImpl extends Object implements com.google.api.gax.paging.Page<GCPBlob>
  • Constructor Details

    • GCPPageImpl

      public GCPPageImpl(com.google.api.gax.paging.Page<com.google.cloud.storage.Blob> list)
  • Method Details

    • hasNextPage

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

      public 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 Iterable<GCPBlob> iterateAll()
      Specified by:
      iterateAll in interface com.google.api.gax.paging.Page<GCPBlob>
    • getValues

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