google/api/expr/conformance/v1alpha1/conformance_service.pbgrpc
library
Classes
-
CheckRequest
-
Request message for the Check method.
-
CheckResponse
-
Response message for the Check method.
-
ConformanceServiceBase
-
-
ConformanceServiceClient
-
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.
-
EvalRequest
-
Request message for the Eval method.
-
EvalResponse
-
Response message for the Eval method.
-
IssueDetails
-
Warnings or errors in service execution are represented by
google.rpc.Status messages, with the following message
in the details field.
-
IssueDetails_Severity
-
Severities of issues.
-
ParseRequest
-
Request message for the Parse method.
-
ParseResponse
-
Response message for the Parse method.
-
SourcePosition
-
A specific position in source.