ProjectsLocationsResource class

Constructors

ProjectsLocationsResource(ApiRequester client)

Methods

get(String name, {String? $fields}) Future<Location>
Gets information about a location.
getSettings(String name, {String? $fields}) Future<Settings>
Gets the details of regional settings.
list(String name, {List<String>? extraLocationTypes, String? filter, int? pageSize, String? pageToken, String? $fields}) Future<ListLocationsResponse>
Lists information about the supported locations for this service.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateSettings(Settings request, String name, {String? requestId, String? updateMask, String? $fields}) Future<Operation>
Updates the regional-level project settings.

Operators

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