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

Most likely it is caused by proto-plus incompatibility with nested packages API layout. Affected APIs: ``` //google/cloud/gkehub/v1/gkehub_py_gapic_test //google/cloud/gkehub/v1alpha/gkehub_py_gapic_test //google/cloud/gkehub/v1beta/gkehub_py_gapic_test //google/cloud/oslogin/v1/oslogin_py_gapic_test //google/cloud/oslogin/v1beta/oslogin_py_gapic_test //google/identity/accesscontextmanager/v1/accesscontextmanager_py_gapic_test //google/cloud/gsuiteaddons/v1/gsuiteaddons_py_gapic_test ```

type: bug
priority: p2

As a follow-up to #1390 (or maybe as a way of accomplishing that), we should - require all PRs to either include changes to documentation or to have a tag...

type: process
priority: p2

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure...

size: l

This PR adds a version module to allow users to query the version of the GAPIC. ``` (py39) partheniou@partheniou-vm-2:~/git/python-monitoring$ python3 Python 3.9.10 (main, Feb 22 2022, 13:54:07) [GCC 11.2.0] on...

size: l

The top-level `README.rst` is very sparse, and it says that the repository "primarily exists to facilitate experimentation", which is no longer true. We should update the file to say this...

type: docs
priority: p2

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure...

size: l

Affected APIs: ``` //google/storage/v2/storage_py_gapic_test ``` Failure log: ``` self = requests = def write_object(self, requests: Iterator[storage.WriteObjectRequest] = None, *, retry: OptionalRetry = gapic_v1.method.DEFAULT, timeout: float = None, metadata: Sequence[Tuple[str, str]]...

type: bug
priority: p2

Affected APIs: ``` //google/streetview/publish/v1/publish_py_gapic_test ``` The unit test seem to be using `empty_pb2.Empty` without importing it.

type: bug
priority: p2

Affected APIs: ``` //google/cloud/bigquery/storage/v1/storage_py_gapic_test //google/cloud/bigquery/storage/v1beta2/storage_py_gapic_test //google/devtools/build/v1/build_py_gapic_test ``` Error output: ``` _______________________ test_append_rows_flattened_error _______________________ def test_append_rows_flattened_error(): client = BigQueryWriteClient( credentials=ga_credentials.AnonymousCredentials(), ) # Attempting to call a method with both a request...

type: bug
priority: p2

It seems like there are issues in properly handliing Value classes by proto_plus. Affected APIs: ``` //google/cloud/bigquery/connection/v1beta1/connection_py_gapic_test //google/cloud/bigquery/v2/bigquery_py_gapic_test ``` Failure output: ``` google/cloud/bigquery/connection/v1beta1/connection_py_gapic_srcjar.py/tests/unit/gapic/connection_v1beta1/test_connection_service.py:1231: AssertionError ____________________ test_list_connections_flattened_async _____________________ @pytest.mark.asyncio async def...

type: bug
priority: p2