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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-15 UTC."],[[["The Location resource in Google Cloud represents a specific geographic location, containing details about that area."],["The `name` field provides the resource name, such as `\"projects/example-project/locations/us-east1\"`, while `locationId` offers the canonical ID like `\"us-east1\"`."],["The `displayName` field provides a user-friendly name for the location, like \"Tokyo\", and `labels` provide cross-service attributes as key-value pairs."],["The `metadata` field contains service-specific data with an identifying `\"@type\"` URI, along with other fields of arbitrary types."],["The available methods for locations include `get`, to retrieve location details, and `list`, to see the supported locations for the service."]]],[]]