Class ConformanceServiceGrpc

java.lang.Object
dev.cel.expr.conformance.ConformanceServiceGrpc

@Generated(value="by gRPC proto compiler (version 1.62.2)", comments="Source: cel/expr/conformance/conformance_service.proto") public final class ConformanceServiceGrpc extends Object
 Access 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.