recommender: v1beta1 Grpc Recommender Client lacking locations calls #10559
Labels
api: recommender
Issues related to the Recommender API.
external
This issue is blocked on a bug with the actual product.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Client
Recommender GRPC
Environment
N/A
Go Environment
N/A
Code
N/A
Expected behavior
Go recommender client should have Location methods exposed in the docs.
https://pkg.go.dev/cloud.google.com/go/recommender/apiv1beta1#Client.ListRecommendations
https://cloud.google.com/recommender/docs/reference/rest/v1beta1/organizations.locations/list
https://cloud.google.com/recommender/docs/reference/rest/v1beta1/projects.locations/list
https://cloud.google.com/recommender/docs/reference/rest/v1beta1/folders.locations/list
Actual behavior
Go recommender client does not have any location methods.
Additional context
Trying to pull recommendations from all locations, but it does not make sense to waste API calls to regions that do not have recommendations at all.
I am willing to work on this if it's something I'm able to do, provided you can share some hints on where to start.
The text was updated successfully, but these errors were encountered: