Class UserServiceGrpc.UserServiceBlockingV2Stub
java.lang.Object
io.grpc.stub.AbstractStub<UserServiceGrpc.UserServiceBlockingV2Stub>
io.grpc.stub.AbstractBlockingStub<UserServiceGrpc.UserServiceBlockingV2Stub>
com.soulfiremc.grpc.generated.UserServiceGrpc.UserServiceBlockingV2Stub
- Enclosing class:
UserServiceGrpc
public static final class UserServiceGrpc.UserServiceBlockingV2Stub
extends io.grpc.stub.AbstractBlockingStub<UserServiceGrpc.UserServiceBlockingV2Stub>
A stub to allow clients to do synchronous rpc calls to service UserService.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T> -
Method Summary
Modifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) createUser(UserCreateRequest request) deleteUser(UserDeleteRequest request) getUserInfo(UserInfoRequest request) listUsers(UserListRequest request) updateUser(UpdateUserRequest request) Methods inherited from class io.grpc.stub.AbstractBlockingStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected UserServiceGrpc.UserServiceBlockingV2Stub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<UserServiceGrpc.UserServiceBlockingV2Stub>
-
createUser
- Throws:
io.grpc.StatusException
-
deleteUser
- Throws:
io.grpc.StatusException
-
listUsers
- Throws:
io.grpc.StatusException
-
getUserInfo
- Throws:
io.grpc.StatusException
-
invalidateSessions
public InvalidateSessionsResponse invalidateSessions(InvalidateSessionsRequest request) throws io.grpc.StatusException - Throws:
io.grpc.StatusException
-
updateUser
- Throws:
io.grpc.StatusException
-
generateUserAPIToken
public GenerateUserAPITokenResponse generateUserAPIToken(GenerateUserAPITokenRequest request) throws io.grpc.StatusException - Throws:
io.grpc.StatusException
-