Package com.soulfiremc.grpc.generated
Class ClientServiceGrpc.ClientServiceBlockingV2Stub
java.lang.Object
io.grpc.stub.AbstractStub<ClientServiceGrpc.ClientServiceBlockingV2Stub>
io.grpc.stub.AbstractBlockingStub<ClientServiceGrpc.ClientServiceBlockingV2Stub>
com.soulfiremc.grpc.generated.ClientServiceGrpc.ClientServiceBlockingV2Stub
- Enclosing class:
ClientServiceGrpc
public static final class ClientServiceGrpc.ClientServiceBlockingV2Stub
extends io.grpc.stub.AbstractBlockingStub<ClientServiceGrpc.ClientServiceBlockingV2Stub>
A stub to allow clients to do synchronous rpc calls to service ClientService.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
-
Method Summary
Modifier and TypeMethodDescriptionbuild
(io.grpc.Channel channel, io.grpc.CallOptions callOptions) generateAPIToken
(GenerateAPITokenRequest request) getClientData
(ClientDataRequest request) updateSelfEmail
(UpdateSelfEmailRequest request) Methods inherited from class io.grpc.stub.AbstractBlockingStub
newStub, newStub
Methods 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 ClientServiceGrpc.ClientServiceBlockingV2Stub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<ClientServiceGrpc.ClientServiceBlockingV2Stub>
-
getClientData
- Throws:
io.grpc.StatusException
-
generateWebDAVToken
public GenerateWebDAVTokenResponse generateWebDAVToken(GenerateWebDAVTokenRequest request) throws io.grpc.StatusException - Throws:
io.grpc.StatusException
-
generateAPIToken
public GenerateAPITokenResponse generateAPIToken(GenerateAPITokenRequest request) throws io.grpc.StatusException - Throws:
io.grpc.StatusException
-
updateSelfUsername
public UpdateSelfUsernameResponse updateSelfUsername(UpdateSelfUsernameRequest request) throws io.grpc.StatusException - Throws:
io.grpc.StatusException
-
updateSelfEmail
public UpdateSelfEmailResponse updateSelfEmail(UpdateSelfEmailRequest request) throws io.grpc.StatusException - Throws:
io.grpc.StatusException
-
invalidateSelfSessions
public InvalidateSelfSessionsResponse invalidateSelfSessions(InvalidateSelfSessionsRequest request) throws io.grpc.StatusException - Throws:
io.grpc.StatusException
-