Anthonios Partheniou
Anthonios Partheniou
@violetbrina , PRs are welcome!
Closing as obsolete. It is recommended to use the [googleapis](https://github.com/googleapis/googleapis) repo instead.
Hi @tmccnnll , The [protos](https://github.com/googleapis/api-common-protos/tree/main/google) in this repo also exist in googleapis/googleapis [here](https://github.com/googleapis/googleapis-gen/tree/master/google). The difference is that protos in this repo are outdated and manually synced, where as the googleapis/googleapis...
forking renovate has a bug where it removes all labels. It should be fixed soon. https://github.com/renovatebot/renovate/discussions/10798
Changing to p2 as there is a workaround. Renaming `vars_` to `vars` solves the issue. It appears that `vars_` is a reserved word in protobuf.
I'm also seeing this issue in `python-assured-workloads`. See source file [here](https://github.com/googleapis/googleapis-gen/blob/master/google/cloud/assuredworkloads/v1/assuredworkloads-v1-py/google/cloud/assuredworkloads_v1/types/assuredworkloads.py#L394). See build log [here](https://source.cloud.google.com/results/invocations/f875b3f2-77bb-49a5-b365-e4b1e52b0a7e). ``` Traceback (most recent call last): File "/tmpfs/src/github/python-assured-workloads/.nox/docs/lib/python3.8/site-packages/sphinx/cmd/build.py", line 280, in build_main app.build(args.force_all, filenames) File...
Bumping to p3 as there is already a workaround.
> Adding `//google/api/apikeys/v2:apikeys_py_gapic_test` to the list. `//google/api/apikeys/v2:apikeys_py_gapic_test` passed in cl/468190444
We have a [workaround](https://github.com/googleapis/python-appengine-admin/blob/main/owlbot.py#L31) but I'd like to propose that we keep this issue open for tracking purposes as there is a bug in the generator. If we're already tracking...
I'm also seeing this issue in the generated client for cloud run [here](https://github.com/googleapis/googleapis-gen/blob/master/google/cloud/run/v2/run-v2-py/docs/run_v2/services.rst).