enum class ProtoNumberType
Represents a number format in protobuf encoding.
DEFAULT is default varint encoding (intXX), SIGNED is signed ZigZag representation (sintXX), and FIXED is fixedXX type. uintXX and sfixedXX are not supported yet.
See https://developers.google.com/protocol-buffers/docs/proto#scalar
See Also
(common, js, jvm, native)
DEFAULT |
|
(common, js, jvm, native)
SIGNED |
|
(common, js, jvm, native)
FIXED |
(common, js, jvm, native)
DEFAULT |
|
(common, js, jvm, native)
FIXED |
|
(common, js, jvm, native)
SIGNED |