True if this is the last log entry in the operation.
@$pb.TagNumber(4) $core.bool get last => $_getBF(3);
@$pb.TagNumber(4) set last($core.bool v) { $_setBool(3, v); }