Package com.github.xds.type.matcher.v3
Interface CelMatcherOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CelMatcher,CelMatcher.Builder
public interface CelMatcherOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CelExpressiongetExprMatch()Either parsed or checked representation of the CEL program.CelExpressionOrBuildergetExprMatchOrBuilder()Either parsed or checked representation of the CEL program.booleanhasExprMatch()Either parsed or checked representation of the CEL program.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasExprMatch
boolean hasExprMatch()
Either parsed or checked representation of the CEL program.
.xds.type.v3.CelExpression expr_match = 1 [(.validate.rules) = { ... }- Returns:
- Whether the exprMatch field is set.
-
getExprMatch
CelExpression getExprMatch()
Either parsed or checked representation of the CEL program.
.xds.type.v3.CelExpression expr_match = 1 [(.validate.rules) = { ... }- Returns:
- The exprMatch.
-
getExprMatchOrBuilder
CelExpressionOrBuilder getExprMatchOrBuilder()
Either parsed or checked representation of the CEL program.
.xds.type.v3.CelExpression expr_match = 1 [(.validate.rules) = { ... }
-
-