Package xyz.block.ftl.language.v1
Class LanguageServiceGrpc
-
- All Implemented Interfaces:
@Generated(value = "by gRPC proto compiler (version 1.65.1)", comments = "Source: xyz/block/ftl/language/v1/service.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
Modifier and Type Method Description static ServiceDescriptorgetServiceDescriptor()static MethodDescriptor<PingRequest, PingResponse>getPingMethod()static MethodDescriptor<GetDependenciesRequest, GetDependenciesResponse>getGetDependenciesMethod()static MethodDescriptor<BuildRequest, BuildResponse>getBuildMethod()static MethodDescriptor<GenerateStubsRequest, GenerateStubsResponse>getGenerateStubsMethod()static MethodDescriptor<SyncStubReferencesRequest, SyncStubReferencesResponse>getSyncStubReferencesMethod()static LanguageServiceGrpc.LanguageServiceStubnewStub(Channel channel)Creates a new async stub that supports all call types for the service static LanguageServiceGrpc.LanguageServiceBlockingStubnewBlockingStub(Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the service static LanguageServiceGrpc.LanguageServiceFutureStubnewFutureStub(Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the service final static ServerServiceDefinitionbindService(LanguageServiceGrpc.AsyncService service)-
-
Method Detail
-
getServiceDescriptor
static ServiceDescriptor getServiceDescriptor()
-
getPingMethod
static MethodDescriptor<PingRequest, PingResponse> getPingMethod()
-
getGetDependenciesMethod
static MethodDescriptor<GetDependenciesRequest, GetDependenciesResponse> getGetDependenciesMethod()
-
getBuildMethod
static MethodDescriptor<BuildRequest, BuildResponse> getBuildMethod()
-
getGenerateStubsMethod
static MethodDescriptor<GenerateStubsRequest, GenerateStubsResponse> getGenerateStubsMethod()
-
getSyncStubReferencesMethod
static MethodDescriptor<SyncStubReferencesRequest, SyncStubReferencesResponse> getSyncStubReferencesMethod()
-
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)
-
-
-
-