We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Summary:
Protobuf OneOf messages are to be validated based on the fieldmask provided.
OneOf
Why do we need this?
Since we use oneof messages in the codebase.
What is already there? What do you see now?
No support for OneOfs with fieldmasks.
What is missing? What do you want to see?
Support OneOfs with fieldmasks.
How do you propose to implement this?
Modify the existing util function to inject fields specific to the actually defined message.
What can you do yourself and what do you need help with?
I can create a PR.
The text was updated successfully, but these errors were encountered:
KrishnaIyer
No branches or pull requests
Summary:
Protobuf
OneOf
messages are to be validated based on the fieldmask provided.Why do we need this?
Since we use oneof messages in the codebase.
What is already there? What do you see now?
No support for OneOfs with fieldmasks.
What is missing? What do you want to see?
Support OneOfs with fieldmasks.
How do you propose to implement this?
Modify the existing util function to inject fields specific to the actually defined message.
What can you do yourself and what do you need help with?
I can create a PR.
The text was updated successfully, but these errors were encountered: