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" }.
metadata
object
Service-specific metadata. For example the available capacity at the given location.
An object containing fields of an arbitrary type. An additional field "@type" contains a URI identifying the type. Example: { "id": 1234, "@type": "types.example.com/standard/id" }.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-20 UTC."],[],[],null,["# REST Resource: projects.locations\n\nResource: Location\n------------------\n\nA resource that represents a Google Cloud location.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"locationId\": string, \"displayName\": string, \"labels\": { string: string, ... }, \"metadata\": { \"@type\": string, field1: ..., ... } } ``` |\n\n| Fields ||\n|---------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Resource name for the location, which may vary between implementations. For example: `\"projects/example-project/locations/us-east1\"` |\n| `locationId` | `string` The canonical id for this location. For example: `\"us-east1\"`. |\n| `displayName` | `string` The friendly name for this location, typically a nearby city name. For example, \"Tokyo\". |\n| `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\" }`. |\n| `metadata` | `object` Service-specific metadata. For example the available capacity at the given location. An object containing fields of an arbitrary type. An additional field `\"@type\"` contains a URI identifying the type. Example: `{ \"id\": 1234, \"@type\": \"types.example.com/standard/id\" }`. |\n\n| Methods ------- ||\n|------------------------------------------------------------------------------|-------------------------------------------------------------------|\n| ### [get](/docs/reference/data-connect/rest/v1beta/projects.locations/get) | Gets information about a location. |\n| ### [list](/docs/reference/data-connect/rest/v1beta/projects.locations/list) | Lists information about the supported locations for this service. |"]]