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 Protocol Buffers
Hi Group,
Say I have a use case pattern like
message B
message A {
B b
}
and I have a bunch of proto "a"'s to share a same proto "b". Do I have a way to predefine some "b.pb" and directly reference it in "list_of_a.pb", instead of copy-pasting those "b" in each of "a" in "list_of_a.pb"?