Class GCPPageImpl

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

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

      • GCPPageImpl

        public GCPPageImpl​(com.google.api.gax.paging.Page<com.google.cloud.storage.Blob> list)
    • 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>