Open murarustefaan opened 4 months ago
Client
Recommender GRPC
Environment
N/A
Go Environment
Code
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.
Thank you for the report. I have reported this internally so we can get this fixed.
Internal Bug: 355625308
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.