Ressourcenname für den Standort, der bei unterschiedlichen Implementierungen variieren kann. Beispiel: "projects/example-project/locations/us-east1"
locationId
string
Die kanonische ID für diesen Standort. Beispiel: "us-east1"
displayName
string
Der Anzeigename für diesen Standort, normalerweise der Name einer nahe gelegenen Stadt. zum Beispiel "Tokio".
labels
map (key: string, value: string)
Dienstübergreifende Attribute für den Standort. Beispiel:
{"cloud.googleapis.com/region": "us-east1"}
Ein Objekt, das eine Liste von "key": value-Paaren enthält. Beispiel: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
metadata
object
Dienstspezifische Metadaten, zum Beispiel die verfügbare Kapazität am angegebenen Standort.
Ein Objekt mit Feldern eines beliebigen Typs. Ein zusätzliches Feld "@type" enthält einen URI zur Identifizierung des Typs. Beispiel: { "id": 1234, "@type": "types.example.com/standard/id" }.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2024-06-28 (UTC)."],[[["The resource described represents a Google Cloud location."],["The JSON representation of a location includes fields like `name`, `locationId`, `displayName`, `labels`, and `metadata`."],["Locations have associated methods, including `get`, `getConfig`, and `list`, to retrieve information and configurations."],["The resource `Location` contains a variety of fields, each having their own type and specific description."]]],[]]