Dov Shlachter
Dov Shlachter
As of 2/22/2022 the showcase mtls and showcase mtls alternative template tests have become unusable and flaky. They hang when run in CI and after ~5 hours are eventually killed....
Two showcase tests are commented out for handling error details. See [proto-plus-285](https://github.com/googleapis/proto-plus-python/issues/285) issue for details.
See the [go](https://github.com/googleapis/gapic-generator-go) compliance tests for a full definition.
It is sometimes helpful to determine which version of the microgenerator was used to create a particular client library instance. This is a request for an addition to the template...
The Google Ads API uses a parallel set of templates to generate its client libraries. Features added to the default templates also should be added to the Ads templates to...
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...
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...