entries property

  1. @TagNumber(1)
List<LogEntry> get entries

A list of log entries. Each response in the stream will order entries with increasing values of LogEntry.timestamp. Ordering is not guaranteed between separate responses.

Implementation

@$pb.TagNumber(1)
$core.List<$3.LogEntry> get entries => $_getList(0);