You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
Hello I'm using grcp in project for school
And I need to convert a protocol buffer (receive from my private rcp rest api) to an grpc "object" in python OR in a python dict
I really not know how to made it
thanks you in advance!
Xuan Wang
unread,
Dec 22, 2022, 1:20:35 PM12/22/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
Hi, if you're trying to convert a protobuf to something else, you'll need deserialize the data first, this seems like an issue related to protobuf instead of gRPC, is there any gRPC related issues you need help with?