googleapis / googleapis/gapic-showcase
Add a recursive message type
Open
priority: p2
type: feature request
- Dominant language
- Go
- Stars
- 183
- Forks
- 55
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 8
Description
A bug in gapic-generator-python recently emerged due to recursive message types: https://github.com/googleapis/gapic-generator-python/issues/585
Hand testing indicates that the issue is solved, but regressions may be possible, and other generators may not .
Constructing recursive message types in unit tests is complicated and unergonomic due to the protobuf descriptor interface. Having a test possible via showcase would ameliorate the issue.
Contributor guide
Assessment
This issue has not been assessed yet.