@nebius/js-sdk - v0.2.54
    Preparing search index...

    Interface GroupServiceServer

    Handles server calls for the nebius.iam.v1.GroupService service.

    interface GroupServiceServer {
        create: handleUnaryCall<CreateGroupRequest, Operation>;
        delete: handleUnaryCall<DeleteGroupRequest, Operation>;
        get: handleUnaryCall<GetGroupRequest, Group>;
        getByName: handleUnaryCall<GetGroupByNameRequest, Group>;
        list: handleUnaryCall<ListGroupsRequest, ListGroupsResponse>;
        update: handleUnaryCall<UpdateGroupRequest, Operation>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • GroupServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

      Handles server calls for the nebius.iam.v1.GroupService service.

    Index
    create: handleUnaryCall<CreateGroupRequest, Operation>

    Handles the Create RPC.

    delete: handleUnaryCall<DeleteGroupRequest, Operation>

    Handles the Delete RPC.

    get: handleUnaryCall<GetGroupRequest, Group>

    Handles the Get RPC.

    getByName: handleUnaryCall<GetGroupByNameRequest, Group>

    Handles the GetByName RPC.

    list: handleUnaryCall<ListGroupsRequest, ListGroupsResponse>

    Handles the List RPC.

    update: handleUnaryCall<UpdateGroupRequest, Operation>

    Handles the Update RPC.