There is an answer to my question: https://developers.google.com/protocol-buffers/docs/proto3#updating
On Wednesday, 14 December 2022 at 18:25:51 UTC+4 Pavel Patrin wrote: > Hello everyone. > > I want to replace `int64` type to `uint64` type in proto file for field > that contains timestamp with milliseconds. > > The byte value length is 41 bit, and it is safe to do that in C. > > But what about protobuf with it's dynamic-size integers? Can I do such > replacement? > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/51998160-a5b8-4b60-ae33-d8fa9628ee7an%40googlegroups.com.
