gapic-generator-python
gapic-generator-python copied to clipboard
Generate Python API client libraries from Protocol Buffers.
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 ```
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...
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...
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...
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...
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...
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]]...
Affected APIs: ``` //google/streetview/publish/v1/publish_py_gapic_test ``` The unit test seem to be using `empty_pb2.Empty` without importing it.
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...
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...