GroupServiceBase class abstract

Annotations
  • @GrpcServiceName.new('zitadel.group.v2.GroupService')

Constructors

GroupServiceBase()

Properties

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

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) → ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
addUsersToGroup(ServiceCall call, AddUsersToGroupRequest request) Future<AddUsersToGroupResponse>
addUsersToGroup_Pre(ServiceCall $call, Future<AddUsersToGroupRequest> $request) Future<AddUsersToGroupResponse>
createGroup(ServiceCall call, CreateGroupRequest request) Future<CreateGroupResponse>
createGroup_Pre(ServiceCall $call, Future<CreateGroupRequest> $request) Future<CreateGroupResponse>
deleteGroup(ServiceCall call, DeleteGroupRequest request) Future<DeleteGroupResponse>
deleteGroup_Pre(ServiceCall $call, Future<DeleteGroupRequest> $request) Future<DeleteGroupResponse>
getGroup(ServiceCall call, GetGroupRequest request) Future<GetGroupResponse>
getGroup_Pre(ServiceCall $call, Future<GetGroupRequest> $request) Future<GetGroupResponse>
listGroups(ServiceCall call, ListGroupsRequest request) Future<ListGroupsResponse>
listGroups_Pre(ServiceCall $call, Future<ListGroupsRequest> $request) Future<ListGroupsResponse>
listGroupUsers(ServiceCall call, ListGroupUsersRequest request) Future<ListGroupUsersResponse>
listGroupUsers_Pre(ServiceCall $call, Future<ListGroupUsersRequest> $request) Future<ListGroupUsersResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeUsersFromGroup(ServiceCall call, RemoveUsersFromGroupRequest request) Future<RemoveUsersFromGroupResponse>
removeUsersFromGroup_Pre(ServiceCall $call, Future<RemoveUsersFromGroupRequest> $request) Future<RemoveUsersFromGroupResponse>
toString() String
A string representation of this object.
inherited
updateGroup(ServiceCall call, UpdateGroupRequest request) Future<UpdateGroupResponse>
updateGroup_Pre(ServiceCall $call, Future<UpdateGroupRequest> $request) Future<UpdateGroupResponse>

Operators

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