google-cloud-python icon indicating copy to clipboard operation
google-cloud-python copied to clipboard

Google Cloud Client Library for Python

Results 250 google-cloud-python issues
Sort by recently updated
recently updated
newest added

### 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...

type: bug
auth
priority: p2

### 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...

type: feature request
priority: p2
external

### 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...

type: question
needs more info

### 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...

type: question
status: investigating

[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.

type: cleanup
next major: breaking change

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...

type: feature request
api: monitoring
priority: p3

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...

type: bug
priority: p2
external
api: run

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...

api: compute
status: investigating

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...

status: investigating
api: cloudchannel

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...

type: feature request
priority: p2