google-cloud-python
google-cloud-python copied to clipboard
Google Cloud Client Library for Python
It's not clear how to do label detection with google-cloud-vision. There's a complete mismatch between what's specified in this repository and what's on the docs page. If there's been a...
I have an aplication with horizontally scaled machines. And when all the machines start working together the client creation with client = vision.ImageAnnotatorClient(credentials=credentials) gets freeze. I try the following solutions:...
Hello. Whenever I want to get any Event-Scoped Custom Dimension, the API doesn't recognizes the function. I followed the syntax as showin in [the official documentation](https://developers.google.com/analytics/devguides/reporting/data/v1/api-schema#custom_dimensions), but I still get...
**PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing on GitHub. This will ensure a timely response. **NOTE**:...
for example ```py (method) def from_service_account_file( filename: str, *args: Unknown, **kwargs: Unknown ) -> Any ``` Which leads to issues later, such as lack of syntax hinting when using `tts_client.synthesize_speech()`
The template says: > **NOTE**: [Google Cloud Python](https://cloud.google.com/python/docs/reference) client libraries are no longer maintained inside this repository. Please visit the python-API repository (e.g., https://github.com/googleapis/python-pubsub/issues) for faster response times. But https://github.com/googleapis/python-secret-manager...
The [README](https://github.com/googleapis/google-cloud-python#readme) in this repository is automatically generated using a [GitHub action](https://github.com/googleapis/google-cloud-python/blob/main/.github/workflows/main.yml). The README lists all of the python packages however this README has not been updated for 3 months....
In release PR https://github.com/googleapis/google-cloud-python/pull/12314, the docs build is failing. See the build log [here](https://github.com/googleapis/google-cloud-python/actions/runs/7932286249/job/21658413576). There are known issues with the docs generated in certain clients which can be found [here](https://github.com/googleapis/gapic-generator-python/issues?q=is%3Aissue+is%3Aopen+%22docs+build+failed%22)....
This file is stale and should be removed https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-phishing-protection/google/cloud/phishingprotection_v1beta1/proto
I can't find any documentation in the internet and I don't know how this functionality is used. I want to connect the dataqna_v1alpha with my biquery project but I can't...