grpc-web icon indicating copy to clipboard operation
grpc-web copied to clipboard

How can I inspect the `.proto` definitions at runtime

Open tal opened this issue 11 months ago • 1 comments

Looking to make a form that dynamically reacts to fields in the proto definition for a given type, how can I introspect the types at runtime to generate the form?

tal avatar Jan 22 '25 19:01 tal

Hi @tal , gRPC-Web doesn’t support accessing .proto message structures at runtime — you can’t dynamically list fields or generate forms based on messages like User. This limits building dynamic UIs or tools.

Vuhag123 avatar Jul 29 '25 06:07 Vuhag123