GetLocationsLocation

data class GetLocationsLocation(val displayName: String, val labels: Map<String, String>, val locationId: String, val metadata: Map<String, String>, val name: String)

Constructors

Link copied to clipboard
constructor(displayName: String, labels: Map<String, String>, locationId: String, metadata: Map<String, String>, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The friendly name for this location, typically a nearby city name. For example, "Tokyo".

Link copied to clipboard

Cross-service attributes for the location. For example {"cloud.googleapis.com/region": "us-east1"}.

Link copied to clipboard

The canonical id for this location. For example: "us-east1"..

Link copied to clipboard

Service-specific metadata. For example the available capacity at the given location.

Link copied to clipboard

Resource name for the location, which may vary between implementations. For example: "projects/example-project/locations/us-east1".