Package dev.cel.expr.conformance
Interface CheckResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CheckResponse,CheckResponse.Builder
public interface CheckResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe annotated representation, or unset if checking failed.The annotated representation, or unset if checking failed.Any number of issues with [StatusDetails][] as the details.Any number of issues with [StatusDetails][] as the details.booleanThe annotated representation, or unset if checking failed.booleanAny number of issues with [StatusDetails][] as the details.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasCheckedExpr
boolean hasCheckedExpr()The annotated representation, or unset if checking failed.
.cel.expr.CheckedExpr checked_expr = 1;- Returns:
- Whether the checkedExpr field is set.
-
getCheckedExpr
CheckedExpr getCheckedExpr()The annotated representation, or unset if checking failed.
.cel.expr.CheckedExpr checked_expr = 1;- Returns:
- The checkedExpr.
-
getCheckedExprOrBuilder
CheckedExprOrBuilder getCheckedExprOrBuilder()The annotated representation, or unset if checking failed.
.cel.expr.CheckedExpr checked_expr = 1; -
hasIssues
boolean hasIssues()Any number of issues with [StatusDetails][] as the details.
.cel.expr.ErrorSet issues = 2;- Returns:
- Whether the issues field is set.
-
getIssues
ErrorSet getIssues()Any number of issues with [StatusDetails][] as the details.
.cel.expr.ErrorSet issues = 2;- Returns:
- The issues.
-
getIssuesOrBuilder
ErrorSetOrBuilder getIssuesOrBuilder()Any number of issues with [StatusDetails][] as the details.
.cel.expr.ErrorSet issues = 2;
-