Time in nanoseconds of a tick
@$pb.TagNumber(2) $fixnum.Int64 get time => $_getI64(1);
@$pb.TagNumber(2) set time($fixnum.Int64 v) { $_setInt64(1, v); }