Nome della risorsa per la località, che può variare in base alle implementazioni. Ad esempio: "projects/example-project/locations/us-east1"
locationId
string
L'ID canonico per questa località. Ad esempio: "us-east1".
displayName
string
Il nome visualizzato per questa località, in genere il nome di una città nelle vicinanze. Ad esempio, "Tokyo".
labels
map (key: string, value: string)
Attributi tra servizi per la stazione di ricarica. Ad esempio:
{"cloud.googleapis.com/region": "us-east1"}
Un oggetto contenente un elenco di coppie "key": value. Esempio: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
metadata
object
Metadati specifici del servizio. Ad esempio, la capacità disponibile nella località in questione.
Un oggetto contenente campi di tipo arbitrario. Un campo aggiuntivo "@type" contiene un URI che identifica il tipo. Esempio: { "id": 1234, "@type": "types.example.com/standard/id" }.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-02-06 UTC."],[[["This document describes the \"Location\" resource, which represents a Google Cloud location."],["The JSON representation of a Location includes fields like `name`, `locationId`, `displayName`, `labels`, and `metadata`."],["The `name` field provides the resource name, while `locationId` offers the canonical ID and `displayName` provides a user-friendly name."],["The resource's `labels` can be used for the storage of service-related attributes, while the `metadata` field can contain service-specific data."],["You can use the provided methods to retrieve information about a specific location or to list the supported locations."]]],[]]