GroupServiceClient class
GroupService is used to manage user groups. This service provides methods to create, retrieve, update, and delete user groups in an organization.
- Annotations
-
- @GrpcServiceName.new('zitadel.group.v2.GroupService')
Constructors
-
GroupServiceClient(ClientChannel channel, {CallOptions? options, Iterable<
ClientInterceptor> ? interceptors})
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
-
$createCall<
Q, R> (ClientMethod< Q, R> method, Stream<Q> requests, {CallOptions? options}) → ClientCall<Q, R> -
inherited
-
$createStreamingCall<
Q, R> (ClientMethod< Q, R> method, Stream<Q> requests, {CallOptions? options}) → ResponseStream<R> -
inherited
-
$createUnaryCall<
Q, R> (ClientMethod< Q, R> method, Q request, {CallOptions? options}) → ResponseFuture<R> -
inherited
-
addUsersToGroup(
AddUsersToGroupRequest request, {CallOptions? options}) → ResponseFuture< AddUsersToGroupResponse> - Add Users
-
createGroup(
CreateGroupRequest request, {CallOptions? options}) → ResponseFuture< CreateGroupResponse> - Create Group
-
deleteGroup(
DeleteGroupRequest request, {CallOptions? options}) → ResponseFuture< DeleteGroupResponse> - Delete Group
-
getGroup(
GetGroupRequest request, {CallOptions? options}) → ResponseFuture< GetGroupResponse> - Get Group
-
listGroups(
ListGroupsRequest request, {CallOptions? options}) → ResponseFuture< ListGroupsResponse> - List Groups
-
listGroupUsers(
ListGroupUsersRequest request, {CallOptions? options}) → ResponseFuture< ListGroupUsersResponse> - List Group Users
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeUsersFromGroup(
RemoveUsersFromGroupRequest request, {CallOptions? options}) → ResponseFuture< RemoveUsersFromGroupResponse> - Remove Users
-
toString(
) → String -
A string representation of this object.
inherited
-
updateGroup(
UpdateGroupRequest request, {CallOptions? options}) → ResponseFuture< UpdateGroupResponse> - Update Group
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- defaultHost → const String
- The hostname for this service.
-
oauthScopes
→ const List<
String> - OAuth scopes needed for the client.