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

Remove try/except and investigate when request payload cannot be parsed correctly for debug logging. Unit tests fail without a try/except because `MessageToJson` does not work on `mock.Mock()`

type: process
priority: p2

In #2281, we're running presubmits with logging by setting the environment variable `GOOGLE_SDK_PYTHON_LOGGING_SCOPE` within the GitHub action and then running the usual `nox` unit tests. This works, but it means...

type: process
priority: p2