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

In my project, I am creating a proto message that contains `SynthesizeSpeechRequest` and this is the message ``` import "google/cloud/texttospeech/v1/cloud_tts.proto"; message SharedAudioRequest { google.cloud.texttospeech.v1.SynthesizeSpeechRequest request = 1; TTSSetting tts_setting= 2;...

type: question
api: texttospeech

We should update the default version [here](https://github.com/googleapis/google-cloud-python/blob/81479f91ff63fdaae5142573721a1e8d433f8d46/packages/google-cloud-discoveryengine/.repo-metadata.json#L14) to `v1` so that the default import for `google.cloud.discoveryengine` is `google.cloud.discoveryengine_v1` instead of `google.cloud.discoveryengine_v1beta1` https://github.com/googleapis/google-cloud-python/blob/81479f91ff63fdaae5142573721a1e8d433f8d46/packages/google-cloud-discoveryengine/.repo-metadata.json#L14

type: process
priority: p2

The function for deleting a request (associated with the protobuf here) https://github.com/googleapis/google-cloud-python/blob/4f67369b953436a1de452582ce447836d627a94f/packages/google-cloud-batch/google/cloud/batch_v1/types/batch.py#L118 should have I think at least a name, but the example is empty: https://github.com/googleapis/google-cloud-python/blob/4f67369b953436a1de452582ce447836d627a94f/packages/google-cloud-batch/samples/generated_samples/batch_v1alpha_generated_batch_service_delete_job_sync.py#L42 Probably just having the...

type: bug
priority: p2

File `docs/index.rst` is currently handwritten for un-versioned APIs such as `google-apps-script-type`, `google-cloud-common` and `google-shopping-type`. We should update the code generator so that we can use the autogenerated version. For example...

type: process

Some libraries support thin handwritten helpers/mixins, and currently this may depend on owlbot.py postprocessing to update the generated code. The GAPIC generator perhaps should become aware of the existence of...

type: feature request

The test `//google/cloud/policytroubleshooter/iam/v3:iam_py_gapic_test` is failing once I add `google.iam.v2` as a proto-plus dependency. Steps to reproduce the issue: - Update the `google/cloud/policytroubleshooter/iam/v3/BUILD.bazel` file with the following code: ```Bazel load( "@com_google_googleapis_imports//:imports.bzl",...

type: bug
priority: p2

An autogenerated snippet for `google-cloud-access-approval` has a missing field `parent` which results in the sample code to not work as expected. The following manual change seems to fix the issue:...

type: bug
priority: p2
samples

CI currently only runs in a linux environment in the python repositories. **Resources:** * NodeJS has some Windows tests: * https://github.com/googleapis/nodejs-storage/pull/1321/checks?check_run_id=1349742576 * gRPC has Windows tests. **Issues:** * Appropriate [docker...

type: process

This build failed https://github.com/googleapis/google-cloud-python/actions/runs/5861865136/job/15892707851. This requires manual changes to docs/index.rst https://github.com/googleapis/google-cloud-python/pull/11574/commits/a264d86ad5bc688837511227192c25c3aa90b0c8 . Presubmits fail with the standard docs/index.rst file. The package google-cloud-workflows contains code for 2 APIs google/cloud/workflows and google/cloud/workflows/executions...

type: cleanup
priority: p2

The dependency `google-cloud-org-policy` is needed in the generated client for //google/cloud/asset/v1. See https://github.com/googleapis/python-asset/blob/7c1f5fec48364889da95d21042278a9d944688c4/setup.py#L42 In PR https://github.com/googleapis/gapic-generator-python/pull/1805, when the GAPIC dependency `google-cloud-org-policy` was added, mypy tests fail with error `Variable "google.cloud.orgpolicy.v1.orgpolicy_pb2.Policy"...

type: process
priority: p2