Get desktop application:
View/edit binary Protocol Buffers messages
Used in:
Used in: ,
Used in:
A type contains the serialization id and string bytes.
Message to bufferize a nested type. In a nested type we can have: 1. A type. 2. A list of nested types. 3. A tuple of nested types. 4. A dict of nested types.
Used in: , , ,
To create the behavior described above, we need a new message, as oneof will not permit repeated fields.
Used in:
First scenario, acts like a list with one element, the type.
Second scenario, a list of possibly nested elements.
Third scenario, a tuple of possibly nested elements.
Last scenario, a dict of possible nested elements.
Wrapper to simulate the behavior of a list in oneof.
Used in:
Wrapper to simulate the behavior of a map in oneof.
Used in:
Wrapper to simulate the behavior of a tuple in oneof.
Used in:
Used in: , ,
Used in: , , ,
Used in: ,
Used in:
Used in: