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
AIP-163 notes that validate_only is optional (in the example and lack of text saying required): https://google.aip.dev/163
We should lint for this (or double-check that this isn't covered by some other AIP around request fields being required.
The text was updated successfully, but these errors were encountered:
Upon further inspection, I think we can enforce this via a more powerful check enforcing the fields that can be required in a request.
Added one for create with #1142. I'll look at creating one for Get, Update, Delete, and List as well.
Sorry, something went wrong.
We can close this issue. Already implemented in #1156
No branches or pull requests
AIP-163 notes that validate_only is optional (in the example and lack of text saying required): https://google.aip.dev/163
We should lint for this (or double-check that this isn't covered by some other AIP around request fields being required.
The text was updated successfully, but these errors were encountered: