google-cloud-python
google-cloud-python copied to clipboard
Google Cloud Client Library for Python
On the NodePool class, there is no current_node_count. https://cloud.google.com/python/docs/reference/container/latest/google.cloud.container_v1.types.NodePool Nodepool sizes can be updated using a SetNodePoolSizeRequest but it doesn't seem like there is a way to get the size....
#### Environment details * macOS Ventura v13.5 * Python 3.11.4 * `pip` version `23.2.1` * `google-cloud-run` version `0.9.1` #### Steps to reproduce 1. Run the code sample below with some...
See https://github.com/googleapis/google-cloud-python/actions/runs/7132025664/job/19421722702?pr=12079 where it has been running for more than 120 minutes. This issue tracks improving the performance of the job to reduce runtime.
The import of `google.cloud.alloydb` fails when `google-cloud-alloydb-connectors` is installed in the same environment. The issue is similar to https://github.com/googleapis/google-cloud-python/issues/11399. As a workaround, use `google.cloud.alloydb_v1` instead. See build log [here](https://github.com/googleapis/google-cloud-python/actions/runs/7128483458/job/19410536872?pr=12087) Steps...
The import of `google.cloud.billing` fails when `google-cloud-billing-budgets` is installed in the same environment. The issue is similar to https://github.com/googleapis/google-cloud-python/issues/11399. As a workaround use `google.cloud.billing_v1` instead. See build log [here](https://github.com/googleapis/google-cloud-python/actions/runs/7128794531/job/19411453526?pr=12087) Steps...
With the migration to [native namespace packages](https://packaging.python.org/en/latest/guides/packaging-namespace-packages/#native-namespace-packages), editable installs may not work due to [known limitations](https://setuptools.pypa.io/en/latest/userguide/development_mode.html#limitations). We can reduce the number of issues by switching to a src layout instead...
When trying to remove an Alias IP range from a network interface, it fails when removing the last alias IP range. The operation itself finishes successfully, but the alias ip...
I'm having a hard time wrapping my head on how to report a custom request counter (or any counter) using `monitoring_v3`. The examples show how I report a single gauge-like...
Hi, This is almost same as below issue, but to make title more general, please allow me to create this issue. https://github.com/googleapis/google-cloud-python/issues/5348 When we want to change proxy setting (from...
Similar to https://github.com/googleapis/gapic-generator-python/issues/1870, there should be a presubmit to confirm that the minimum supported version of a dependency in setup.py is being tested via the constraints files. See https://github.com/googleapis/synthtool/issues/1901 for...