Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Getting GCP available regions without doing a request #4234

@adriaferre

Description

@adriaferre

Hello,
I would like to know if there is a way to get all GCP available regions without doing a request to GCP.
I've been looking at the source code, and the only way that I found to retrieve all the regions is doing a request:

public final ListRegionsPagedResponse listRegions(ProjectName project) {

So, maybe it's not possible 😓

Do you thing this could be a cool feature? I've been working with others cloud competitors SDK and they have this feature, and I think it's useful.

Metadata

Metadata

Assignees

Labels

api: computeIssues related to the Compute Engine API.priority: p2Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions