ProtoFile.service.method.options contain 3 unknown bytes #202
Answered
by
garyp
Maaaaaaaa12138
asked this question in
Q&A
Answered by
garyp
Dec 22, 2021
Replies: 1 comment 2 replies
|
Can you please share the definition of the I'm assuming that You can see an explanation at https://developers.google.com/protocol-buffers/docs/encoding#structure of how field number and wire type are combined into one value. |
2 replies
Answer selected by
Maaaaaaaa12138
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Can you please share the definition of the
(pb_idl.api_method).serializerfield and theextend google.protobuf.MethodOptionsdefinition you're using?I'm assuming that
pb_idl.api_methodis defined as a protobuf message andserializeris defined as astringfield within that message. In which case, the byte values are probably:You can see an explanation at https://developers.google.com/protocol-buffers/docs/encoding#…