Package dev.cel.expr.conformance
Interface ParseResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ParseResponse,ParseResponse.Builder
public interface ParseResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionAny number of issues with [StatusDetails][] as the details.Any number of issues with [StatusDetails][] as the details.The parsed representation, or unset if parsing failed.The parsed representation, or unset if parsing failed.booleanAny number of issues with [StatusDetails][] as the details.booleanThe parsed representation, or unset if parsing failed.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
-
hasParsedExpr
boolean hasParsedExpr()The parsed representation, or unset if parsing failed.
.cel.expr.ParsedExpr parsed_expr = 1;- Returns:
- Whether the parsedExpr field is set.
-
getParsedExpr
ParsedExpr getParsedExpr()The parsed representation, or unset if parsing failed.
.cel.expr.ParsedExpr parsed_expr = 1;- Returns:
- The parsedExpr.
-
getParsedExprOrBuilder
ParsedExprOrBuilder getParsedExprOrBuilder()The parsed representation, or unset if parsing failed.
.cel.expr.ParsedExpr parsed_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;
-