public class GcsObjectSummariesIterator extends Object implements Iterator<StorageObjectSummary>
| Constructor and Description |
|---|
GcsObjectSummariesIterator(com.google.api.gax.paging.Page<com.google.cloud.storage.Blob> blobs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
StorageObjectSummary |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic GcsObjectSummariesIterator(com.google.api.gax.paging.Page<com.google.cloud.storage.Blob> blobs)
public boolean hasNext()
hasNext in interface Iterator<StorageObjectSummary>public StorageObjectSummary next()
next in interface Iterator<StorageObjectSummary>Copyright © 2022. All rights reserved.