ProjectsGroupsResource class
Methods
-
create(Group request, String name, {bool? validateOnly, String? $fields})
→ Future<Group>
-
Creates a new group.
-
delete(String name, {bool? recursive, String? $fields})
→ Future<Empty>
-
Deletes an existing group.
-
get(String name, {String? $fields})
→ Future<Group>
-
Gets a single group.
-
list(String name, {String? ancestorsOfGroup, String? childrenOfGroup, String? descendantsOfGroup, int? pageSize, String? pageToken, String? $fields})
→ Future<ListGroupsResponse>
-
Lists the existing groups.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(Group request, String name, {bool? validateOnly, String? $fields})
→ Future<Group>
-
Updates an existing group.