Uses of Class
dev.cel.expr.Expr.Call.Builder
Packages that use Expr.Call.Builder
-
Uses of Expr.Call.Builder in dev.cel.expr
Fields in dev.cel.expr with type parameters of type Expr.Call.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Expr.Call, Expr.Call.Builder, Expr.CallOrBuilder> Expr.Builder.callExprBuilder_
Methods in dev.cel.expr that return Expr.Call.BuilderModifier and TypeMethodDescriptionExpr.Call.Builder.addAllArgs
(Iterable<? extends Expr> values) The arguments.The arguments.Expr.Call.Builder.addArgs
(int index, Expr.Builder builderForValue) The arguments.The arguments.Expr.Call.Builder.addArgs
(Expr.Builder builderForValue) The arguments.Expr.Call.Builder.clear()
Expr.Call.Builder.clearArgs()
The arguments.Expr.Call.Builder.clearFunction()
Required.Expr.Call.Builder.clearTarget()
The target of an method call-style expression.Expr.Builder.getCallExprBuilder()
A call expression, including calls to predefined functions and operators.Expr.Call.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Expr.Call.Builder.mergeFrom
(com.google.protobuf.Message other) Expr.Call.Builder.mergeTarget
(Expr value) The target of an method call-style expression.static Expr.Call.Builder
Expr.Call.newBuilder()
static Expr.Call.Builder
Expr.Call.newBuilder
(Expr.Call prototype) Expr.Call.newBuilderForType()
protected Expr.Call.Builder
Expr.Call.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Expr.Call.Builder.removeArgs
(int index) The arguments.The arguments.Expr.Call.Builder.setArgs
(int index, Expr.Builder builderForValue) The arguments.Expr.Call.Builder.setFunction
(String value) Required.Expr.Call.Builder.setFunctionBytes
(com.google.protobuf.ByteString value) Required.The target of an method call-style expression.Expr.Call.Builder.setTarget
(Expr.Builder builderForValue) The target of an method call-style expression.Expr.Call.toBuilder()
Methods in dev.cel.expr that return types with arguments of type Expr.Call.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Expr.Call, Expr.Call.Builder, Expr.CallOrBuilder> Expr.Builder.internalGetCallExprFieldBuilder()
A call expression, including calls to predefined functions and operators.Methods in dev.cel.expr with parameters of type Expr.Call.BuilderModifier and TypeMethodDescriptionExpr.Builder.setCallExpr
(Expr.Call.Builder builderForValue) A call expression, including calls to predefined functions and operators.