Is there any Google Cloud API which can be used to fetch project specific regions, instead of getting all regions where Google Cloud operates?
Currently, when I try to list using v1/projects/{project}/regions/list
(Regions List API), it always returns all the regions where Google Cloud operates.
Any help is appreciated.