@Generated(value="by gRPC proto compiler (version 1.32.1)",
comments="Source: capsis_bridge.proto")
public final class CapsisBridgeGrpc
extends java.lang.Object
Interface exported by the provider service.
| Modifier and Type | Class and Description |
|---|---|
static class |
CapsisBridgeGrpc.CapsisBridgeBlockingStub
Interface exported by the provider service.
|
static class |
CapsisBridgeGrpc.CapsisBridgeFutureStub
Interface exported by the provider service.
|
static class |
CapsisBridgeGrpc.CapsisBridgeImplBase
Interface exported by the provider service.
|
static class |
CapsisBridgeGrpc.CapsisBridgeStub
Interface exported by the provider service.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<AddSimulationResultParam,Void> |
getAddSimulationResultMethod() |
static io.grpc.MethodDescriptor<Void,Void> |
getCloseProjectMethod() |
static io.grpc.MethodDescriptor<Void,Void> |
getFitMetaModelsMethod() |
static io.grpc.MethodDescriptor<Void,MemoryReport> |
getFreeAndReportMemoryMethod() |
static io.grpc.MethodDescriptor<StratumGroupParam,DataSet> |
getGetMetaModelResultMethod() |
static io.grpc.MethodDescriptor<Void,ModelDataFields> |
getGetModelDataFieldsMethod() |
static io.grpc.MethodDescriptor<StratumGroupParam,OutputTypes> |
getGetPossibleOutputTypesMethod() |
static io.grpc.MethodDescriptor<GetPredictionParam,Prediction> |
getGetPredictionMethod() |
static io.grpc.MethodDescriptor<Void,StratumGroupList> |
getGetStratumGroupsMethod() |
static io.grpc.MethodDescriptor<Void,Version> |
getGetVersionMethod() |
static io.grpc.MethodDescriptor<FileName,Void> |
getLoadMethod() |
static io.grpc.MethodDescriptor<Void,SimulationResult> |
getRunSimulationMethod() |
static io.grpc.MethodDescriptor<FileName,Void> |
getSaveMethod() |
static io.grpc.MethodDescriptor<ModelData,Void> |
getSendDataMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<EvolutionParameters,Void> |
getSetEvolutionParametersMethod() |
static io.grpc.MethodDescriptor<FieldMatches,FieldMatchesReply> |
getSetFieldMatchesMethod() |
static io.grpc.MethodDescriptor<ModelParameters,Void> |
getSetInitialModelParametersMethod() |
static io.grpc.MethodDescriptor<Void,Void> |
getShutDownNowMethod() |
static CapsisBridgeGrpc.CapsisBridgeBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static CapsisBridgeGrpc.CapsisBridgeFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static CapsisBridgeGrpc.CapsisBridgeStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final java.lang.String SERVICE_NAME
public static io.grpc.MethodDescriptor<Void,ModelDataFields> getGetModelDataFieldsMethod()
public static io.grpc.MethodDescriptor<ModelParameters,Void> getSetInitialModelParametersMethod()
public static io.grpc.MethodDescriptor<EvolutionParameters,Void> getSetEvolutionParametersMethod()
public static io.grpc.MethodDescriptor<Void,SimulationResult> getRunSimulationMethod()
public static io.grpc.MethodDescriptor<FieldMatches,FieldMatchesReply> getSetFieldMatchesMethod()
public static io.grpc.MethodDescriptor<Void,MemoryReport> getFreeAndReportMemoryMethod()
public static io.grpc.MethodDescriptor<AddSimulationResultParam,Void> getAddSimulationResultMethod()
public static io.grpc.MethodDescriptor<Void,StratumGroupList> getGetStratumGroupsMethod()
public static io.grpc.MethodDescriptor<StratumGroupParam,OutputTypes> getGetPossibleOutputTypesMethod()
public static io.grpc.MethodDescriptor<GetPredictionParam,Prediction> getGetPredictionMethod()
public static io.grpc.MethodDescriptor<StratumGroupParam,DataSet> getGetMetaModelResultMethod()
public static CapsisBridgeGrpc.CapsisBridgeStub newStub(io.grpc.Channel channel)
public static CapsisBridgeGrpc.CapsisBridgeBlockingStub newBlockingStub(io.grpc.Channel channel)
public static CapsisBridgeGrpc.CapsisBridgeFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()