ProjectsLocationsClustersUsersResource 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
-
create(User request, String parent, {String? requestId, String? userId, bool? validateOnly, String? $fields})
→ Future<User>
-
Creates a new User in a given project, location, and cluster.
-
delete(String name, {String? requestId, bool? validateOnly, String? $fields})
→ Future<Empty>
-
Deletes a single User.
-
get(String name, {String? $fields})
→ Future<User>
-
Gets details of a single User.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<ListUsersResponse>
-
Lists Users in a given project and location.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(User request, String name, {bool? allowMissing, String? requestId, String? updateMask, bool? validateOnly, String? $fields})
→ Future<User>
-
Updates the parameters of a single User.
-
toString()
→ String
-
A string representation of this object.
inherited