-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
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
Is OUTPUT_ONLY
a correct annotation for name
field ?
#318
Comments
check also
|
should we go with just this for now?
|
sounds promising... waiting for this to be merged...
|
aip-dev/google.aip.dev#1201 is merged 😉 linter rules to follow if y'all use it... |
new linter PR to enforce IDENTIFIER is merged googleapis/api-linter#1241 |
The rules are now available in: https://github.com/googleapis/api-linter/releases/tag/v1.57.0 Edit: typo |
This is a hard one... According to the annotation description:
Based on that, a user cannot specify a
name
, since the server must ignore it. But this resource is used in Update call andname
is used to find that resource internally...This might be a resolution: 2 weeks ago a PR from an aip team member was created where it is said that
name
field must not be annotated.Originally posted by @artek-koltun in #317 (comment)
The text was updated successfully, but these errors were encountered: