Sanitize file names #1238
Labels
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
There is a syntax issue here with the generated client for Cloud Run. The issue is that there is a proto file here which does not use the correct snake case format.
We should fix this issue in the generator as it may be difficult to rename the proto. I've opened a PR to improve the api-linter to help catch the issue upstream in the future.
To workaround the issue, the line
from google.cloud.run_v2.types import k8s.min
should be changed tofrom google.cloud.run_v2.types import k8s_min
.The text was updated successfully, but these errors were encountered: