Package com.google.api.expr.v1alpha1
Class ConformanceServiceGrpc
- java.lang.Object
-
- com.google.api.expr.v1alpha1.ConformanceServiceGrpc
-
public final class ConformanceServiceGrpc extends java.lang.ObjectAccess a CEL implementation from another process or machine. A CEL implementation is decomposed as a parser, a static checker, and an evaluator. Every CEL implementation is expected to provide a server for this API. The API will be used for conformance testing and other utilities.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConformanceServiceGrpc.ConformanceServiceBlockingStubAccess a CEL implementation from another process or machine.static classConformanceServiceGrpc.ConformanceServiceFutureStubAccess a CEL implementation from another process or machine.static classConformanceServiceGrpc.ConformanceServiceImplBaseAccess a CEL implementation from another process or machine.static classConformanceServiceGrpc.ConformanceServiceStubAccess a CEL implementation from another process or machine.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.MethodDescriptor<CheckRequest,CheckResponse>getCheckMethod()static io.grpc.MethodDescriptor<EvalRequest,EvalResponse>getEvalMethod()static io.grpc.MethodDescriptor<ParseRequest,ParseResponse>getParseMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static ConformanceServiceGrpc.ConformanceServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic ConformanceServiceGrpc.ConformanceServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ConformanceServiceGrpc.ConformanceServiceStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getParseMethod
public static io.grpc.MethodDescriptor<ParseRequest,ParseResponse> getParseMethod()
-
getCheckMethod
public static io.grpc.MethodDescriptor<CheckRequest,CheckResponse> getCheckMethod()
-
getEvalMethod
public static io.grpc.MethodDescriptor<EvalRequest,EvalResponse> getEvalMethod()
-
newStub
public static ConformanceServiceGrpc.ConformanceServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ConformanceServiceGrpc.ConformanceServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ConformanceServiceGrpc.ConformanceServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-