proto3 Questions

1

Solved

Proto3 is not as strict as Proto2, and there are no required or optional fields, there are no custom default values. Given the following definition... message Order { enum Side { BID = 0; ASK ...
Raynor asked 25/5, 2016 at 10:9

1

Solved

I have recently upgraded my code base (Java, C++ and C#) to use proto3. In the case of C# this has involved over 2000 changes to the code. This is mostly semantic and all good, but there is one iss...
Tl asked 11/2, 2016 at 10:20

1

Solved

I am currently revisiting a project using Google Protocol Buffers. In the project I want to make use of the features Descriptors and Reflection of Protocol Buffers. The official documentation sta...
Smithson asked 23/9, 2015 at 14:40

1

Google has removed unknown fields in proto3. I would love to hear the reasoning behind this choice. Also, if anyone has any way to replicate the proto2 behavior I would love to hear it. If it matt...
Teleost asked 8/4, 2015 at 3:15

© 2022 - 2025 — McMap. All rights reserved.