You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message Value {
oneof value {
string string_value = 1;
int64 int_value = 2;
}
}
I say this because this is potentially because Value is an embedded message for OneOf. I haven't explicitly added support for embedded types but I plan on doing so. I'm busy for the next month or so but happy to take PRs if you or anyone wants to give it a shot.
generates
The text was updated successfully, but these errors were encountered: