googleapis / googleapis/api-linter
Hoisting fields for BatchCreate* requests blocked by linter
Open
type: feature request
- Dominant language
- Go
- Stars
- 765
- Forks
- 181
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 3
Description
The [docs for batch creation](https://google.aip.dev/233#request-message) state:
Other fields may be "hoisted" from the standard Create request, which means that the field can be set at either the batch level or child request level.
However, this gets flagged by the linter: https://linter.aip.dev/233/request-unknown-fields
Contributor guide
Assessment
This issue has not been assessed yet.