REST Resource: projects.locations
Stay organized with collections
Save and categorize content based on your preferences.
Resource: Location
A resource that represents Google Cloud Platform location.
JSON representation |
{
"name": string,
"locationId": string,
"displayName": string,
"labels": {
string: string,
...
},
"metadata": {
"@type": string,
field1: ...,
...
}
} |
Fields |
name |
string
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"}
|
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" } .
|
Methods |
|
Gets information about a location. |
|
Gets the access control policy for a resource. |
|
Lists information about the supported locations for this service. |
|
Sets the access control policy on the specified resource. |
|
Returns permissions that a caller has on the specified resource. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2019-12-17 UTC.
[[["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 2019-12-17 UTC."],[[["This page provides details on the \"Location\" resource, which represents a Google Cloud Platform location."],["The JSON representation of a location includes fields like `name`, `locationId`, `displayName`, `labels`, and `metadata`, providing structured information about the location."],["Key information about a location can be retrieved through its fields, such as the canonical ID, a friendly display name, cross-service attributes, and service-specific metadata."],["Several methods are available to interact with location resources, including retrieving location information (`get`), managing access control policies (`getIamPolicy`, `setIamPolicy`), and listing available locations (`list`)."],["There is also a `testIamPermissions` method to check what permissions you may have on the given resource."]]],[]]