Nome de recurso do local, que pode variar entre as implementações. Por exemplo: "projects/example-project/locations/us-east1"
locationId
string
O ID canônico desse local. Por exemplo: "us-east1".
displayName
string
O nome legível desse local, geralmente o nome de uma cidade próxima. Por exemplo, "Tóquio".
labels
map (key: string, value: string)
Atributos entre serviços do local. Por exemplo:
{"cloud.googleapis.com/region": "us-east1"}
Um objeto com uma lista de pares "key": value. Exemplo: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
metadata
object
Metadados específicos do serviço. Por exemplo, a capacidade disponível no local determinado.
Um objeto contendo campos de um tipo arbitrário. Um campo adicional "@type" contém uma URI que identifica o tipo. Exemplo: { "id": 1234, "@type": "types.example.com/standard/id" }.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2024-06-26 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."]]],[]]