Package com.google.cloud.logging
Class LogEntryIterator
- java.lang.Object
-
- com.google.cloud.logging.LogEntryIterator
-
public class LogEntryIterator extends Object implements Iterator<LogEntry>
The class implements {@see Iterator} interface over {@see LogEntry} by iterating through {@see TailLogEntriesResponse} streamed byBidiStream
. This class is instantiated by {@see LogEntryServerStream} and is not intended to be used explicitly.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
LogEntry
next()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-