Uses of Interface
com.google.api.expr.v1alpha1.ParsedExprOrBuilder
-
Packages that use ParsedExprOrBuilder Package Description com.github.xds.type.v3 com.google.api.expr.v1alpha1 -
-
Uses of ParsedExprOrBuilder in com.github.xds.type.v3
Fields in com.github.xds.type.v3 with type parameters of type ParsedExprOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<ParsedExpr,ParsedExpr.Builder,ParsedExprOrBuilder>
CelExpression.Builder. parsedExprBuilder_
Methods in com.github.xds.type.v3 that return ParsedExprOrBuilder Modifier and Type Method Description ParsedExprOrBuilder
CelExpression.Builder. getParsedExprOrBuilder()
Deprecated.ParsedExprOrBuilder
CelExpression. getParsedExprOrBuilder()
Deprecated.ParsedExprOrBuilder
CelExpressionOrBuilder. getParsedExprOrBuilder()
Deprecated.Methods in com.github.xds.type.v3 that return types with arguments of type ParsedExprOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<ParsedExpr,ParsedExpr.Builder,ParsedExprOrBuilder>
CelExpression.Builder. getParsedExprFieldBuilder()
Parsed expression in abstract syntax tree (AST) form. -
Uses of ParsedExprOrBuilder in com.google.api.expr.v1alpha1
Classes in com.google.api.expr.v1alpha1 that implement ParsedExprOrBuilder Modifier and Type Class Description class
ParsedExpr
An expression together with source information as returned by the parser.static class
ParsedExpr.Builder
An expression together with source information as returned by the parser.
-