Skip to content
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

docs(AIP-132): fix incorrect field for AIP-217 #1423

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/rules/0132/response-unknown-fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ comes across any fields other than:
- The resource.
- `int32/int64 total_size` ([AIP-132][])
- `string next_page_token` ([AIP-158][])
- `repeated string unavailable` ([AIP-217][])
- `repeated string unreachable` ([AIP-217][])

It only checks field names; it does not validate type correctness or
repeated-ness.
Expand Down Expand Up @@ -71,4 +71,5 @@ top of the file.
[aip-135]: https://aip.dev/135
[aip-157]: https://aip.dev/157
[aip-158]: https://aip.dev/158
[aip-217]: https://aip.dev/217
[aip.dev/not-precedent]: https://aip.dev/not-precedent
Loading