ProjectsLocationsUnitsResource class

Constructors

ProjectsLocationsUnitsResource(ApiRequester client)

Properties

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

Methods

create(Unit request, String parent, {String? requestId, String? unitId, bool? validateOnly, String? $fields}) Future<Unit>
Create a new unit.
delete(String name, {String? etag, String? requestId, bool? validateOnly, String? $fields}) Future<Empty>
Delete a single unit.
get(String name, {String? $fields}) Future<Unit>
Retrieve a single unit.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<ListUnitsResponse>
Retrieve a collection of units.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Unit request, String name, {String? requestId, String? updateMask, bool? validateOnly, String? $fields}) Future<Unit>
Update a single unit.
toString() String
A string representation of this object.
inherited

Operators

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