Class LocalPage
- java.lang.Object
-
- org.webpieces.googlecloud.storage.impl.local.LocalPage
-
-
Constructor Summary
Constructors Constructor Description LocalPage(java.lang.String bucket, java.io.File directory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.api.gax.paging.Page<GCPBlob>getNextPage()java.lang.StringgetNextPageToken()java.lang.Iterable<GCPBlob>getValues()booleanhasNextPage()java.lang.Iterable<GCPBlob>iterateAll()
-
-
-
Method Detail
-
hasNextPage
public boolean hasNextPage()
- Specified by:
hasNextPagein interfacecom.google.api.gax.paging.Page<GCPBlob>
-
getNextPageToken
public java.lang.String getNextPageToken()
- Specified by:
getNextPageTokenin interfacecom.google.api.gax.paging.Page<GCPBlob>
-
getNextPage
public com.google.api.gax.paging.Page<GCPBlob> getNextPage()
- Specified by:
getNextPagein interfacecom.google.api.gax.paging.Page<GCPBlob>
-
iterateAll
public java.lang.Iterable<GCPBlob> iterateAll()
- Specified by:
iterateAllin interfacecom.google.api.gax.paging.Page<GCPBlob>
-
-