Package com.soulfiremc.grpc.generated
Class ClientServiceGrpc.ClientServiceFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<ClientServiceGrpc.ClientServiceFutureStub>
io.grpc.stub.AbstractFutureStub<ClientServiceGrpc.ClientServiceFutureStub>
com.soulfiremc.grpc.generated.ClientServiceGrpc.ClientServiceFutureStub
- Enclosing class:
ClientServiceGrpc
public static final class ClientServiceGrpc.ClientServiceFutureStub
extends io.grpc.stub.AbstractFutureStub<ClientServiceGrpc.ClientServiceFutureStub>
A stub to allow clients to do ListenableFuture-style 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) com.google.common.util.concurrent.ListenableFuture
<GenerateAPITokenResponse> generateAPIToken
(GenerateAPITokenRequest request) com.google.common.util.concurrent.ListenableFuture
<GenerateWebDAVTokenResponse> com.google.common.util.concurrent.ListenableFuture
<ClientDataResponse> getClientData
(ClientDataRequest request) com.google.common.util.concurrent.ListenableFuture
<InvalidateSelfSessionsResponse> com.google.common.util.concurrent.ListenableFuture
<UpdateSelfEmailResponse> updateSelfEmail
(UpdateSelfEmailRequest request) com.google.common.util.concurrent.ListenableFuture
<UpdateSelfUsernameResponse> Methods inherited from class io.grpc.stub.AbstractFutureStub
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.ClientServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<ClientServiceGrpc.ClientServiceFutureStub>
-
getClientData
public com.google.common.util.concurrent.ListenableFuture<ClientDataResponse> getClientData(ClientDataRequest request) -
generateWebDAVToken
public com.google.common.util.concurrent.ListenableFuture<GenerateWebDAVTokenResponse> generateWebDAVToken(GenerateWebDAVTokenRequest request) -
generateAPIToken
public com.google.common.util.concurrent.ListenableFuture<GenerateAPITokenResponse> generateAPIToken(GenerateAPITokenRequest request) -
updateSelfUsername
public com.google.common.util.concurrent.ListenableFuture<UpdateSelfUsernameResponse> updateSelfUsername(UpdateSelfUsernameRequest request) -
updateSelfEmail
public com.google.common.util.concurrent.ListenableFuture<UpdateSelfEmailResponse> updateSelfEmail(UpdateSelfEmailRequest request) -
invalidateSelfSessions
public com.google.common.util.concurrent.ListenableFuture<InvalidateSelfSessionsResponse> invalidateSelfSessions(InvalidateSelfSessionsRequest request)
-