Add an rpc whose request message has a repeated field in the method signature #373
Labels
good first issue
This issue is a good place to started contributing to this repository.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: process
A process-related concern. May include testing, release, or the like.
There are currently no methods whose input message type contains a repeated field (with the exception of testing.proto:VerifyTestRequest, which as a repeated bytes field), and, therefore, no methods with a repeated field in their signatures.
This constitutes a test hole, as there are real APIs with these characteristics, and generators need to support this functionality and have tests that verify its integrity.
See also googleapis/gapic-generator-python#413 and googleapis/gapic-generator-python#410 for additional background.
The text was updated successfully, but these errors were encountered: