LocationsResource class

Constructors

LocationsResource(ApiRequester client)

Properties

attributes LocationsAttributesResource
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete(String name, {String? $fields}) Future<Empty>
Deletes a location.
get(String name, {String? readMask, String? $fields}) Future<Location>
Returns the specified location.
getAttributes(String name, {String? $fields}) Future<Attributes>
Looks up all the attributes set for a given location.
getGoogleUpdated(String name, {String? readMask, String? $fields}) Future<GoogleUpdatedLocation>
Gets the Google-updated version of the specified location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Location request, String name, {String? updateMask, bool? validateOnly, String? $fields}) Future<Location>
Updates the specified location.
toString() String
A string representation of this object.
inherited
updateAttributes(Attributes request, String name, {String? attributeMask, String? $fields}) Future<Attributes>
Update attributes for a given location.

Operators

operator ==(Object other) bool
The equality operator.
inherited