ProjectsLocationsResource class

Constructors

ProjectsLocationsResource(ApiRequester client)

Methods

detachServiceProjectAttachment(DetachServiceProjectAttachmentRequest request, String name, {String? $fields}) Future<DetachServiceProjectAttachmentResponse>
Detaches a service project from a host project.
get(String name, {String? $fields}) Future<Location>
Gets information about a location.
getBoundary(String name, {String? $fields}) Future<Boundary>
Gets a Boundary.
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.
lookupServiceProjectAttachment(String name, {String? $fields}) Future<LookupServiceProjectAttachmentResponse>
Lists a service project attachment for a given service project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateBoundary(Boundary request, String name, {String? requestId, String? updateMask, String? $fields}) Future<Operation>
Updates a Boundary.

Operators

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