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
Currently, when field behavior REQUIRED is added to every value in a one_of, the implementation in this repository blocks on all values. This issue talks about an alternative approach to solve this: aip-dev/google.aip.dev#1147
But this is not supported by the implementation yet, and therefore there is no way to effectively use REQUIRED in one_of with this implementation.
The text was updated successfully, but these errors were encountered:
Currently, when field behavior
REQUIRED
is added to every value in a one_of, the implementation in this repository blocks on all values. This issue talks about an alternative approach to solve this: aip-dev/google.aip.dev#1147But this is not supported by the implementation yet, and therefore there is no way to effectively use
REQUIRED
in one_of with this implementation.The text was updated successfully, but these errors were encountered: