-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
protos for cloud run service generate invalid client #1137
Comments
@averikitsch the npm client for Cloud Run has been published: https://www.npmjs.com/package/@google-cloud/run Are you able to help us smoke test that it's working appropriately? I was bumping into |
@bcoe I plan to take a look at the libraries next week. Thanks for flagging this issue. |
@alexander-fenster while the Cloud Run client library generates, it seems to be getting errors when attempting to create requests:
|
GRPC verbose:
|
Fixed in #1160 and released. |
googleapis/stable/google/cloud/run/v2
generates a client that fails to compile with the following errors:This client also has the following warnings when linting:
The final generated client throws errors when run against the run API:
All signs point to a client that is potentially not working.
The text was updated successfully, but these errors were encountered: