gapic-generator-python icon indicating copy to clipboard operation
gapic-generator-python copied to clipboard

Generate Python API client libraries from Protocol Buffers.

Results 352 gapic-generator-python issues
Sort by recently updated
recently updated
newest added

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)...

type: bug
priority: p2

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....

type: bug
priority: p2

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....

type: bug
priority: p2

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...

type: bug
priority: p2

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.

type: docs
priority: p2

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

type: cleanup

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...

type: bug
priority: p3

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...

priority: p2
type: feature request

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

type: feature request

### 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...

priority: p2
type: feature request