Uses of Interface
com.google.api.expr.v1alpha1.CheckedExprOrBuilder
-
Packages that use CheckedExprOrBuilder Package Description com.github.xds.type.v3 com.google.api.expr.v1alpha1 io.envoyproxy.envoy.config.rbac.v3 -
-
Uses of CheckedExprOrBuilder in com.github.xds.type.v3
Fields in com.github.xds.type.v3 with type parameters of type CheckedExprOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<CheckedExpr,CheckedExpr.Builder,CheckedExprOrBuilder>
CelExpression.Builder. checkedExprBuilder_
Methods in com.github.xds.type.v3 that return CheckedExprOrBuilder Modifier and Type Method Description CheckedExprOrBuilder
CelExpression.Builder. getCheckedExprOrBuilder()
Deprecated.CheckedExprOrBuilder
CelExpression. getCheckedExprOrBuilder()
Deprecated.CheckedExprOrBuilder
CelExpressionOrBuilder. getCheckedExprOrBuilder()
Deprecated.Methods in com.github.xds.type.v3 that return types with arguments of type CheckedExprOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<CheckedExpr,CheckedExpr.Builder,CheckedExprOrBuilder>
CelExpression.Builder. getCheckedExprFieldBuilder()
Parsed expression in abstract syntax tree (AST) form that has been successfully type checked. -
Uses of CheckedExprOrBuilder in com.google.api.expr.v1alpha1
Classes in com.google.api.expr.v1alpha1 that implement CheckedExprOrBuilder Modifier and Type Class Description class
CheckedExpr
A CEL expression which has been successfully type checked.static class
CheckedExpr.Builder
A CEL expression which has been successfully type checked. -
Uses of CheckedExprOrBuilder in io.envoyproxy.envoy.config.rbac.v3
Fields in io.envoyproxy.envoy.config.rbac.v3 with type parameters of type CheckedExprOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<CheckedExpr,CheckedExpr.Builder,CheckedExprOrBuilder>
Policy.Builder. checkedConditionBuilder_
Methods in io.envoyproxy.envoy.config.rbac.v3 that return CheckedExprOrBuilder Modifier and Type Method Description CheckedExprOrBuilder
Policy.Builder. getCheckedConditionOrBuilder()
[#not-implemented-hide:] An optional symbolic expression that has been successfully type checked.CheckedExprOrBuilder
Policy. getCheckedConditionOrBuilder()
[#not-implemented-hide:] An optional symbolic expression that has been successfully type checked.CheckedExprOrBuilder
PolicyOrBuilder. getCheckedConditionOrBuilder()
[#not-implemented-hide:] An optional symbolic expression that has been successfully type checked.Methods in io.envoyproxy.envoy.config.rbac.v3 that return types with arguments of type CheckedExprOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<CheckedExpr,CheckedExpr.Builder,CheckedExprOrBuilder>
Policy.Builder. getCheckedConditionFieldBuilder()
[#not-implemented-hide:] An optional symbolic expression that has been successfully type checked.
-