Uses of Class
dev.cel.expr.Expr.CreateList.Builder
Packages that use Expr.CreateList.Builder
-
Uses of Expr.CreateList.Builder in dev.cel.expr
Fields in dev.cel.expr with type parameters of type Expr.CreateList.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Expr.CreateList, Expr.CreateList.Builder, Expr.CreateListOrBuilder> Expr.Builder.listExprBuilder_
Methods in dev.cel.expr that return Expr.CreateList.BuilderModifier and TypeMethodDescriptionExpr.CreateList.Builder.addAllElements
(Iterable<? extends Expr> values) The elements part of the list.Expr.CreateList.Builder.addAllOptionalIndices
(Iterable<? extends Integer> values) The indices within the elements list which are marked as optional elements.Expr.CreateList.Builder.addElements
(int index, Expr value) The elements part of the list.Expr.CreateList.Builder.addElements
(int index, Expr.Builder builderForValue) The elements part of the list.Expr.CreateList.Builder.addElements
(Expr value) The elements part of the list.Expr.CreateList.Builder.addElements
(Expr.Builder builderForValue) The elements part of the list.Expr.CreateList.Builder.addOptionalIndices
(int value) The indices within the elements list which are marked as optional elements.Expr.CreateList.Builder.clear()
Expr.CreateList.Builder.clearElements()
The elements part of the list.Expr.CreateList.Builder.clearOptionalIndices()
The indices within the elements list which are marked as optional elements.Expr.Builder.getListExprBuilder()
A list creation expression.Expr.CreateList.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Expr.CreateList.Builder.mergeFrom
(com.google.protobuf.Message other) Expr.CreateList.Builder.mergeFrom
(Expr.CreateList other) static Expr.CreateList.Builder
Expr.CreateList.newBuilder()
static Expr.CreateList.Builder
Expr.CreateList.newBuilder
(Expr.CreateList prototype) Expr.CreateList.newBuilderForType()
protected Expr.CreateList.Builder
Expr.CreateList.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Expr.CreateList.Builder.removeElements
(int index) The elements part of the list.Expr.CreateList.Builder.setElements
(int index, Expr value) The elements part of the list.Expr.CreateList.Builder.setElements
(int index, Expr.Builder builderForValue) The elements part of the list.Expr.CreateList.Builder.setOptionalIndices
(int index, int value) The indices within the elements list which are marked as optional elements.Expr.CreateList.toBuilder()
Methods in dev.cel.expr that return types with arguments of type Expr.CreateList.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Expr.CreateList, Expr.CreateList.Builder, Expr.CreateListOrBuilder> Expr.Builder.getListExprFieldBuilder()
A list creation expression.Methods in dev.cel.expr with parameters of type Expr.CreateList.BuilderModifier and TypeMethodDescriptionExpr.Builder.setListExpr
(Expr.CreateList.Builder builderForValue) A list creation expression.