entries property

  1. @TagNumber.new(1)
PbList<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)
$pb.PbList<$3.LogEntry> get entries => $_getList(0);