gapic-generator-python
gapic-generator-python copied to clipboard
Generate Python API client libraries from Protocol Buffers.
See the failure which appears in https://github.com/googleapis/gapic-generator-python/pull/2408 in [this build log](https://github.com/googleapis/gapic-generator-python/actions/runs/15730883365/job/44331506030?pr=2408). In directory `tests/integration/goldens/asset`, run `nox -s mypy-3.13` ``` nox > Running session mypy-3.13 nox > Creating virtual environment (virtualenv)...
The error `Error in fail: Unknown Python version '3.13', available values are: 3.8,3.9,3.10,3.11,3.12` appears when running `gbazelisk run //tests/integration:asset_update` in a Python 3.13 environment. `rules_python` appears in the stack trace....
We are guarding logging statements inside a check for `_LOGGER.isEnabledFor(LEVEL)` where `LEVEL` is typically (for now) `std_logging.DEBUG`, though we may use other levels, such as `INFO`, `WARNING`, in some messages....
Capturing discussion from https://github.com/googleapis/gapic-generator-python/pull/2340. Streaming responses are logged in `google-api-core` as of https://github.com/googleapis/python-api-core/pull/794. We should determine if we want to move the streaming iterator to `gapic-generator-python` so we can inspect...
I'm not seeing the comment that I think we used to have, stating that each auto-generated file is indeed auto-generated. This came up in the context of https://github.com/googleapis/google-cloud-python/pull/13840.
There are several failures when running flake8. This tracking bug was created as a follow up to ensure that all lint issues are addressed. https://github.com/googleapis/gapic-generator-python/blob/a165ff3219d7947b2cb45aef21f2eab68c700cf5/.flake8#L3-L39
Copied from https://github.com/googleapis/gapic-showcase/issues/1377: >The gapic showcase tests added in [this python PR](https://github.com/googleapis/gapic-generator-python/pull/1764) uncovered an issue with the gapic showcase server. It seems that when using the StreamingSequence server in rest...
Thanks for stopping by to let us know something could be better! **Is your feature request related to a problem? Please describe.** In the Google Ads API we have a...
See code snippet below which shows that client side streaming is not yet supported in REST transport https://github.com/googleapis/gapic-generator-python/blob/629cf19430d376273e9761eba40870ddeedcd549/gapic/templates/%25namespace/%25name_%25version/%25sub/services/%25service/transports/rest.py.j2#L289-L293
### Determine this is the right repository - [X] I determined this is the correct repository in which to report this feature request. ### Summary of the feature request I...