GroupsResource class
Methods
-
create(Group request, {String? initialGroupConfig, String? $fields})
→ Future<Operation>
-
Creates a Group.
-
delete(String name, {String? $fields})
→ Future<Operation>
-
Deletes a
Group
.
-
get(String name, {String? $fields})
→ Future<Group>
-
Retrieves a
Group
.
-
getSecuritySettings(String name, {String? readMask, String? $fields})
→ Future<SecuritySettings>
-
Get Security Settings
-
list({int? pageSize, String? pageToken, String? parent, String? view, String? $fields})
→ Future<ListGroupsResponse>
-
Lists the
Group
resources under a customer or namespace.
-
lookup({String? groupKey_id, String? groupKey_namespace, String? $fields})
→ Future<LookupGroupNameResponse>
-
Looks up the
resource name of a
Group
by its EntityKey
.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Group request, String name, {String? updateMask, String? $fields})
→ Future<Operation>
-
Updates a
Group
.
-
search({int? pageSize, String? pageToken, String? query, String? view, String? $fields})
→ Future<SearchGroupsResponse>
-
Searches for
Group
resources matching a specified query.
-
toString()
→ String
-
A string representation of this object.
inherited
-
updateSecuritySettings(SecuritySettings request, String name, {String? updateMask, String? $fields})
→ Future<Operation>
-
Update Security Settings