My gcloud tools default to us-west1 but when I create a queue and try to use via java and apis, I get this error
"Location 'us-west1' is not a valid location. Use ListLocations to list valid locations.",
and when I try to list locations like it says with gcloud, I get this
Deans-The-Machine dean$ gcloud tasks queues list
QUEUE_NAME STATE MAX_NUM_OF_TASKS MAX_RATE (/sec) MAX_ATTEMPTS
staging-scrapers RUNNING 25 2.0 3
How do I get the locations list with gcloud command line?
thanks, Dean