Get
|
|||||
|
|
Gets information about a location
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- View and manage your applications deployed on Google App Engine
- View and manage your data across Google Cloud Platform services
- View your data across Google Cloud Platform services
Input
This building block consumes 2 input parameters
Name | Format | Description |
---|---|---|
appsId Required |
STRING |
Part of |
locationsId Required |
STRING |
Part of |
= Parameter name
= Format
appsId STRING Required Part of |
locationsId STRING Required Part of |
Output
This building block provides 7 output parameters
Name | Format | Description |
---|---|---|
metadata |
OBJECT |
Service-specific metadata. For example the available capacity at the given location |
metadata.customKey.value |
ANY |
Service-specific metadata. For example the available capacity at the given location |
labels |
OBJECT |
Cross-service attributes for the location. For example {"cloud.googleapis.com/region": "us-east1"} |
labels.customKey.value |
STRING |
Cross-service attributes for the location. For example {"cloud.googleapis.com/region": "us-east1"} |
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" |
= Parameter name
= Format
metadata OBJECT Service-specific metadata. For example the available capacity at the given location |
metadata.customKey.value ANY Service-specific metadata. For example the available capacity at the given location |
labels OBJECT Cross-service attributes for the location. For example {"cloud.googleapis.com/region": "us-east1"} |
labels.customKey.value STRING Cross-service attributes for the location. For example {"cloud.googleapis.com/region": "us-east1"} |
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" |