Class LogEntryIterator

java.lang.Object
com.google.cloud.logging.LogEntryIterator
All Implemented Interfaces:
Iterator<LogEntry>

public class LogEntryIterator extends Object implements Iterator<LogEntry>
The class implements interface over by iterating through streamed by BidiStream. This class is instantiated by and is not intended to be used explicitly.