google-cloud-python
google-cloud-python copied to clipboard
Google Cloud Client Library for Python
### Determine this is the right repository - [X] I determined this is the correct repository in which to report this bug. ### Summary of the issue While reviewing an...
### Determine this is the right repository - [X] I determined this is the correct repository in which to report this feature request. ### Summary of the feature request Are...
### Determine this is the right repository - [X] I determined this is the correct repository in which to report this bug. ### Summary of the issue According to a...
### Determine this is the right repository - [X] I determined this is the correct repository in which to report this bug. ### Summary of the issue in packages/google-cloud-dialogflow-cx, the...
[asset_v1p4beta1](https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-asset/google/cloud/asset_v1p4beta1) hasn't been updated in several years. [The protos no longer exist in googleapis](https://github.com/googleapis/googleapis/tree/master/google/cloud/asset). The obsolete client `google.cloud.asset_v1p4beta1` should be removed.
The `google-cloud-monitoring` does not support `monitoring.regex.full_match`. See https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-monitoring/google/cloud/monitoring_v3/query.py#L622-L637 I need to have a way to pass `key=value` without escaping to fully use the functionality, e.g. the `monitoring.regex.full_match`. Now, when I...
Hi folks, ``` from google.cloud.run_v2 import ListJobsRequest from google.oauth2 import service_account import google.cloud.run_v2 as run_v2 credentials = service_account.Credentials.from_service_account_file("key.json") run_client = run_v2.ServicesClient(credentials=credentials) request = ListJobsRequest( parent="parent_name" ) run_client.list_jobs(request=request) ``` With the...
I use the Python Client Library to automate some tasks in Google Cloud. One issue I run into somewhat regularly is that the API returns URIs as references to other...
Per recommendation of support case GCP #51120117 I'm opening a ticket here. Not sure if this is a bug report, feature request, or I'm just doing something wrong, but it...
Consider change the `README`s in each directory under `packages/` to contain links to the underlying API's service tracker, both for listing existing issues and for filing a new issue. In...