Package xyz.block.ftl.v1.language
Class LanguageServiceGrpc
-
- All Implemented Interfaces:
@Generated(value = "by gRPC proto compiler (version 1.65.1)", comments = "Source: xyz/block/ftl/v1/language/language.proto") public final class LanguageServiceGrpc
LanguageService allows a plugin to add support for a programming language.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceLanguageServiceGrpc.AsyncServiceLanguageService allows a plugin to add support for a programming language.public abstract classLanguageServiceGrpc.LanguageServiceImplBaseBase class for the server implementation of the service LanguageService.
LanguageService allows a plugin to add support for a programming language.public final classLanguageServiceGrpc.LanguageServiceStubA stub to allow clients to do asynchronous rpc calls to service LanguageService.
LanguageService allows a plugin to add support for a programming language.public final classLanguageServiceGrpc.LanguageServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service LanguageService.
LanguageService allows a plugin to add support for a programming language.public final classLanguageServiceGrpc.LanguageServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service LanguageService.
LanguageService allows a plugin to add support for a programming language.
-
Field Summary
Fields Modifier and Type Field Description public final static StringSERVICE_NAMEpublic static volatile ServiceDescriptorserviceDescriptor
-
Method Summary
-
-
Method Detail
-
getServiceDescriptor
static ServiceDescriptor getServiceDescriptor()
-
getPingMethod
static MethodDescriptor<PingRequest, PingResponse> getPingMethod()
-
getGetCreateModuleFlagsMethod
static MethodDescriptor<GetCreateModuleFlagsRequest, GetCreateModuleFlagsResponse> getGetCreateModuleFlagsMethod()
-
getCreateModuleMethod
static MethodDescriptor<CreateModuleRequest, CreateModuleResponse> getCreateModuleMethod()
-
getModuleConfigDefaultsMethod
static MethodDescriptor<ModuleConfigDefaultsRequest, ModuleConfigDefaultsResponse> getModuleConfigDefaultsMethod()
-
getGetDependenciesMethod
static MethodDescriptor<DependenciesRequest, DependenciesResponse> getGetDependenciesMethod()
-
getBuildMethod
static MethodDescriptor<BuildRequest, BuildEvent> getBuildMethod()
-
getBuildContextUpdatedMethod
static MethodDescriptor<BuildContextUpdatedRequest, BuildContextUpdatedResponse> getBuildContextUpdatedMethod()
-
newStub
static LanguageServiceGrpc.LanguageServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
static LanguageServiceGrpc.LanguageServiceBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
static LanguageServiceGrpc.LanguageServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
final static ServerServiceDefinition bindService(LanguageServiceGrpc.AsyncService service)
-
-
-
-