UsersResource class
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
-
bulkEditAssignedUserRoles(BulkEditAssignedUserRolesRequest request, String userId, {String? $fields})
→ Future<BulkEditAssignedUserRolesResponse>
-
Bulk edits user roles for a user.
-
create(User request, {String? $fields})
→ Future<User>
-
Creates a new user.
-
delete(String userId, {String? $fields})
→ Future<Empty>
-
Deletes a user.
-
get(String userId, {String? $fields})
→ Future<User>
-
Gets a user.
-
list({String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<ListUsersResponse>
-
Lists users that are accessible to the current user.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(User request, String userId, {String? updateMask, String? $fields})
→ Future<User>
-
Updates an existing user.
-
toString()
→ String
-
A string representation of this object.
inherited