@Generated(value="by gRPC proto compiler (version 1.48.0)",
comments="Source: service.proto")
public final class RegressionServiceGrpc
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RegressionServiceGrpc.RegressionServiceBlockingStub |
static class |
RegressionServiceGrpc.RegressionServiceFutureStub |
static class |
RegressionServiceGrpc.RegressionServiceImplBase |
static class |
RegressionServiceGrpc.RegressionServiceStub |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<Service.TestReq,Service.deNoiseResponse> |
getDeNoiseMethod() |
static io.grpc.MethodDescriptor<Service.endRequest,Service.endResponse> |
getEndMethod() |
static io.grpc.MethodDescriptor<Service.getTCRequest,Service.TestCase> |
getGetTCMethod() |
static io.grpc.MethodDescriptor<Service.getTCSRequest,Service.getTCSResponse> |
getGetTCSMethod() |
static io.grpc.MethodDescriptor<Service.TestCaseReq,Service.postTCResponse> |
getPostTCMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<Service.startRequest,Service.startResponse> |
getStartMethod() |
static io.grpc.MethodDescriptor<Service.TestReq,Service.testResponse> |
getTestMethod() |
static RegressionServiceGrpc.RegressionServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static RegressionServiceGrpc.RegressionServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static RegressionServiceGrpc.RegressionServiceStub |
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<Service.endRequest,Service.endResponse> getEndMethod()
public static io.grpc.MethodDescriptor<Service.startRequest,Service.startResponse> getStartMethod()
public static io.grpc.MethodDescriptor<Service.getTCRequest,Service.TestCase> getGetTCMethod()
public static io.grpc.MethodDescriptor<Service.getTCSRequest,Service.getTCSResponse> getGetTCSMethod()
public static io.grpc.MethodDescriptor<Service.TestCaseReq,Service.postTCResponse> getPostTCMethod()
public static io.grpc.MethodDescriptor<Service.TestReq,Service.deNoiseResponse> getDeNoiseMethod()
public static io.grpc.MethodDescriptor<Service.TestReq,Service.testResponse> getTestMethod()
public static RegressionServiceGrpc.RegressionServiceStub newStub(io.grpc.Channel channel)
public static RegressionServiceGrpc.RegressionServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static RegressionServiceGrpc.RegressionServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()