Location class
A resource that represents Google Cloud Platform location.
Constructors
- Location()
- Location.fromJson(Map _json)
Properties
- displayName ↔ String
-
The friendly name for this location, typically a nearby city name. For
example, "Tokyo".
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
-
labels
↔ Map<
String, String> -
Cross-service attributes for the location. For example
{"cloud.googleapis.com/region": "us-east1"}
read / write
- locationId ↔ String
-
The canonical id for this location. For example:
"us-east1"
.read / write -
metadata
↔ Map<
String, Object> -
Service-specific metadata. For example the available capacity at the given
location. [...]
read / write
- name ↔ String
-
Resource name for the location, which may vary between implementations.
For example:
"projects/example-project/locations/us-east1"
read / write - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited