In A.proto, I defined an enum called Foo. Then in B.proto, I referenced this enum as:
A.proto
Foo
B.proto
message Bar { .pathofA.Foo f