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
Fields in com.github.xds.type.matcher.v3 with type parameters of type CelExpressionOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<CelExpression,CelExpression.Builder,CelExpressionOrBuilder>
CelMatcher.Builder. exprMatchBuilder_
Methods in com.github.xds.type.matcher.v3 that return CelExpressionOrBuilder Modifier and Type Method Description CelExpressionOrBuilder
CelMatcher.Builder. getExprMatchOrBuilder()
Either parsed or checked representation of the CEL program.CelExpressionOrBuilder
CelMatcher. getExprMatchOrBuilder()
Either parsed or checked representation of the CEL program.CelExpressionOrBuilder
CelMatcherOrBuilder. getExprMatchOrBuilder()
Either parsed or checked representation of the CEL program.Methods in com.github.xds.type.matcher.v3 that return types with arguments of type CelExpressionOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<CelExpression,CelExpression.Builder,CelExpressionOrBuilder>
CelMatcher.Builder. getExprMatchFieldBuilder()
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 class
CelExpression
Either parsed or checked representation of the `Common Expression Language <https://github.com/google/cel-spec>`_ (CEL) program.static class
CelExpression.Builder
Either parsed or checked representation of the `Common Expression Language <https://github.com/google/cel-spec>`_ (CEL) program.Fields in com.github.xds.type.v3 with type parameters of type CelExpressionOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<CelExpression,CelExpression.Builder,CelExpressionOrBuilder>
CelExtractString.Builder. exprExtractBuilder_
Methods in com.github.xds.type.v3 that return CelExpressionOrBuilder Modifier and Type Method Description CelExpressionOrBuilder
CelExtractString.Builder. getExprExtractOrBuilder()
The CEL expression used to extract a string from the CEL environment.CelExpressionOrBuilder
CelExtractString. getExprExtractOrBuilder()
The CEL expression used to extract a string from the CEL environment.CelExpressionOrBuilder
CelExtractStringOrBuilder. getExprExtractOrBuilder()
The CEL expression used to extract a string from the CEL environment.Methods in com.github.xds.type.v3 that return types with arguments of type CelExpressionOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<CelExpression,CelExpression.Builder,CelExpressionOrBuilder>
CelExtractString.Builder. getExprExtractFieldBuilder()
The CEL expression used to extract a string from the CEL environment.
-