Package com.soulfiremc.grpc.generated
Class ScriptServiceGrpc.ScriptServiceBlockingV2Stub
java.lang.Object
io.grpc.stub.AbstractStub<ScriptServiceGrpc.ScriptServiceBlockingV2Stub>
io.grpc.stub.AbstractBlockingStub<ScriptServiceGrpc.ScriptServiceBlockingV2Stub>
com.soulfiremc.grpc.generated.ScriptServiceGrpc.ScriptServiceBlockingV2Stub
- Enclosing class:
ScriptServiceGrpc
public static final class ScriptServiceGrpc.ScriptServiceBlockingV2Stub
extends io.grpc.stub.AbstractBlockingStub<ScriptServiceGrpc.ScriptServiceBlockingV2Stub>
A stub to allow clients to do synchronous rpc calls to service ScriptService.
-
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) createScript
(CreateScriptRequest request) deleteScript
(DeleteScriptRequest request) listScripts
(ScriptListRequest request) restartScript
(RestartScriptRequest request) updateScript
(UpdateScriptRequest 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 ScriptServiceGrpc.ScriptServiceBlockingV2Stub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<ScriptServiceGrpc.ScriptServiceBlockingV2Stub>
-
createScript
public CreateScriptResponse createScript(CreateScriptRequest request) throws io.grpc.StatusException - Throws:
io.grpc.StatusException
-
deleteScript
public DeleteScriptResponse deleteScript(DeleteScriptRequest request) throws io.grpc.StatusException - Throws:
io.grpc.StatusException
-
restartScript
public RestartScriptResponse restartScript(RestartScriptRequest request) throws io.grpc.StatusException - Throws:
io.grpc.StatusException
-
updateScript
public UpdateScriptResponse updateScript(UpdateScriptRequest request) throws io.grpc.StatusException - Throws:
io.grpc.StatusException
-
listScripts
- Throws:
io.grpc.StatusException
-