ListLocationsResponse

The response message for Locations.ListLocations .

JSON representation
 { 
 "locations" 
 : 
 [ 
 { 
 object (  Location 
 
) 
 } 
 ] 
 , 
 "nextPageToken" 
 : 
 string 
 } 
Fields
locations[]

object ( Location )

A list of locations that matches the specified filter in the request.

nextPageToken

string

The standard List next-page token.

Location

A resource that represents a Google Cloud location.

JSON representation
 { 
 "name" 
 : 
 string 
 , 
 "locationId" 
 : 
 string 
 , 
 "displayName" 
 : 
 string 
 , 
 "labels" 
 : 
 { 
 string 
 : 
 string 
 , 
 ... 
 } 
 , 
 "metadata" 
 : 
 { 
 "@type" 
 : 
 string 
 , 
 field1 
 : 
 ... 
 , 
 ... 
 } 
 } 
Fields
name

string

Resource name for the location, which may vary between implementations. For example: "projects/example-project/locations/us-east1"

locationId

string

The canonical id for this location. For example: "us-east1" .

displayName

string

The friendly name for this location, typically a nearby city name. For example, "Tokyo".

labels

map (key: string, value: string)

Cross-service attributes for the location. For example

 {"cloud.googleapis.com/region": "us-east1"} 

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" } .