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 ParsedExprOrBuilderCelExpression.Builder. getParsedExprOrBuilder()Deprecated.ParsedExprOrBuilderCelExpression. getParsedExprOrBuilder()Deprecated.ParsedExprOrBuilderCelExpressionOrBuilder. 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 classParsedExprAn expression together with source information as returned by the parser.static classParsedExpr.BuilderAn expression together with source information as returned by the parser.
-