Uses of Class
dev.cel.expr.Expr.CreateStruct.Builder
Packages that use Expr.CreateStruct.Builder
-
Uses of Expr.CreateStruct.Builder in dev.cel.expr
Subclasses with type arguments of type Expr.CreateStruct.Builder in dev.cel.exprModifier and TypeClassDescriptionstatic final classA map or message creation expression.Fields in dev.cel.expr with type parameters of type Expr.CreateStruct.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<Expr.CreateStruct, Expr.CreateStruct.Builder, Expr.CreateStructOrBuilder> Expr.Builder.structExprBuilder_Methods in dev.cel.expr that return Expr.CreateStruct.BuilderModifier and TypeMethodDescriptionExpr.CreateStruct.Builder.addAllEntries(Iterable<? extends Expr.CreateStruct.Entry> values) The entries in the creation expression.Expr.CreateStruct.Builder.addEntries(int index, Expr.CreateStruct.Entry value) The entries in the creation expression.Expr.CreateStruct.Builder.addEntries(int index, Expr.CreateStruct.Entry.Builder builderForValue) The entries in the creation expression.Expr.CreateStruct.Builder.addEntries(Expr.CreateStruct.Entry value) The entries in the creation expression.Expr.CreateStruct.Builder.addEntries(Expr.CreateStruct.Entry.Builder builderForValue) The entries in the creation expression.Expr.CreateStruct.Builder.clear()Expr.CreateStruct.Builder.clearEntries()The entries in the creation expression.Expr.CreateStruct.Builder.clearMessageName()The type name of the message to be created, empty when creating map literals.Expr.Builder.getStructExprBuilder()A map or message creation expression.Expr.CreateStruct.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Expr.CreateStruct.Builder.mergeFrom(com.google.protobuf.Message other) Expr.CreateStruct.Builder.mergeFrom(Expr.CreateStruct other) static Expr.CreateStruct.BuilderExpr.CreateStruct.newBuilder()static Expr.CreateStruct.BuilderExpr.CreateStruct.newBuilder(Expr.CreateStruct prototype) Expr.CreateStruct.newBuilderForType()protected Expr.CreateStruct.BuilderExpr.CreateStruct.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Expr.CreateStruct.Builder.removeEntries(int index) The entries in the creation expression.Expr.CreateStruct.Builder.setEntries(int index, Expr.CreateStruct.Entry value) The entries in the creation expression.Expr.CreateStruct.Builder.setEntries(int index, Expr.CreateStruct.Entry.Builder builderForValue) The entries in the creation expression.Expr.CreateStruct.Builder.setMessageName(String value) The type name of the message to be created, empty when creating map literals.Expr.CreateStruct.Builder.setMessageNameBytes(com.google.protobuf.ByteString value) The type name of the message to be created, empty when creating map literals.Expr.CreateStruct.toBuilder()Methods in dev.cel.expr that return types with arguments of type Expr.CreateStruct.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<Expr.CreateStruct, Expr.CreateStruct.Builder, Expr.CreateStructOrBuilder> Expr.Builder.internalGetStructExprFieldBuilder()A map or message creation expression.Methods in dev.cel.expr with parameters of type Expr.CreateStruct.BuilderModifier and TypeMethodDescriptionExpr.Builder.setStructExpr(Expr.CreateStruct.Builder builderForValue) A map or message creation expression.