GroupsResource class

Constructors

GroupsResource(ApiRequester client)

Properties

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

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.
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

Operators

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