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

The generated sample for `datastream_v1` does not specify `name` as a required field which is needed to specify the project name. See the documentation: https://cloud.google.com/python/docs/reference/datastream/latest/google.cloud.datastream_v1.services.datastream.DatastreamClient#google_cloud_datastream_v1_services_datastream_DatastreamClient_update_stream. The proto file also mentions...

type: bug
priority: p2
samples

I had to [manually fix](https://github.com/googleapis/google-cloud-python/pull/11632/commits/4ed9ce60e7f51dfdc94ce7193599e15536fbb11e) a `google-cloud-python` PR that had a comment looking like this: ``` Attributes: enable_geocoding_separation (bool): If true, separate clusters by their geographic region (from geocoding). Uses...

type: docs
priority: p3

While reviewing PRs, I noticed that at least some of the numbered lists in docs have an incorrect indentation, leading te a hanging indent in the first line. See [here](https://github.com/googleapis/python-dialogflow/blob/15ea6823ba29e78fb22834cd329905e751e6bd6b/google/cloud/dialogflow_v2/services/sessions/async_client.py#L320)...

type: docs
priority: p3

I noticed [here](https://github.com/googleapis/google-cloud-python/blob/8c8f98894050b0be0cf844df0ff2512b6bbd2a7d/packages/google-cloud-dms/google/cloud/clouddms_v1/types/conversionworkspace_resources.py#L1245) that the message ` This field is a member of oneof_ XXX` is preceded by a blank line, but it has no blank line following it, so...

type: docs
priority: p3

Disabling universe domain validation until further notice per b/349488459

size: m

The following release PRs may have failed: * #2108 - The release job failed -- check the build log. * #2238 - The release job was triggered, but has not...

type: process

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [aiohttp](https://redirect.github.com/aio-libs/aiohttp) | `==3.10.9` -> `==3.10.10`...

kokoro:force-run
size: s

### Determine this is the right repository - [X] I determined this is the correct repository in which to report this bug. ### Summary of the issue **Context** Running `mypy`...

type: bug
triage me

Refer https://screenshot.googleplex.com/7n9pwMTghidPyZy and https://github.com/googleapis/python-pubsub/actions/runs/11284569910/job/31386013263?pr=1274 The code coverage is less than 100% and the presubmits in the wrapper library, that expect a 100% coverage fail, disallowing us to submit other PRs...

priority: p2
process: review requested

Add a new constraints file to test the minimum versions of the supported dependencies for the async REST feature and clean up the `noxfile.py` file to remove the hardcoded versions...

type: cleanup
priority: p2