Uses of Interface
com.github.xds.type.v3.CelExpressionOrBuilder
-
Packages that use CelExpressionOrBuilder Package Description com.github.xds.type.matcher.v3 com.github.xds.type.v3 -
-
Uses of CelExpressionOrBuilder in com.github.xds.type.matcher.v3
Methods in com.github.xds.type.matcher.v3 that return CelExpressionOrBuilder Modifier and Type Method Description CelExpressionOrBuilderCelMatcher.Builder. getExprMatchOrBuilder()Either parsed or checked representation of the CEL program.CelExpressionOrBuilderCelMatcher. getExprMatchOrBuilder()Either parsed or checked representation of the CEL program.CelExpressionOrBuilderCelMatcherOrBuilder. getExprMatchOrBuilder()Either parsed or checked representation of the CEL program. -
Uses of CelExpressionOrBuilder in com.github.xds.type.v3
Classes in com.github.xds.type.v3 that implement CelExpressionOrBuilder Modifier and Type Class Description classCelExpressionEither parsed or checked representation of the `Common Expression Language <https://github.com/google/cel-spec>`_ (CEL) program.static classCelExpression.BuilderEither parsed or checked representation of the `Common Expression Language <https://github.com/google/cel-spec>`_ (CEL) program.Methods in com.github.xds.type.v3 that return CelExpressionOrBuilder Modifier and Type Method Description CelExpressionOrBuilderCelExtractString.Builder. getExprExtractOrBuilder()The CEL expression used to extract a string from the CEL environment.CelExpressionOrBuilderCelExtractString. getExprExtractOrBuilder()The CEL expression used to extract a string from the CEL environment.CelExpressionOrBuilderCelExtractStringOrBuilder. getExprExtractOrBuilder()The CEL expression used to extract a string from the CEL environment.
-