Uses of Class
dev.cel.expr.Expr.CreateList
-
Packages that use Expr.CreateList Package Description dev.cel.expr -
-
Uses of Expr.CreateList in dev.cel.expr
Fields in dev.cel.expr declared as Expr.CreateList Modifier and Type Field Description private static Expr.CreateListExpr.CreateList. DEFAULT_INSTANCEFields in dev.cel.expr with type parameters of type Expr.CreateList Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Expr.CreateList,Expr.CreateList.Builder,Expr.CreateListOrBuilder>Expr.Builder. listExprBuilder_private static com.google.protobuf.Parser<Expr.CreateList>Expr.CreateList. PARSERMethods in dev.cel.expr that return Expr.CreateList Modifier and Type Method Description Expr.CreateListExpr.CreateList.Builder. build()Expr.CreateListExpr.CreateList.Builder. buildPartial()static Expr.CreateListExpr.CreateList. getDefaultInstance()Expr.CreateListExpr.CreateList.Builder. getDefaultInstanceForType()Expr.CreateListExpr.CreateList. getDefaultInstanceForType()Expr.CreateListExpr.Builder. getListExpr()A list creation expression.Expr.CreateListExpr. getListExpr()A list creation expression.Expr.CreateListExprOrBuilder. getListExpr()A list creation expression.static Expr.CreateListExpr.CreateList. parseDelimitedFrom(java.io.InputStream input)static Expr.CreateListExpr.CreateList. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Expr.CreateListExpr.CreateList. parseFrom(byte[] data)static Expr.CreateListExpr.CreateList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Expr.CreateListExpr.CreateList. parseFrom(com.google.protobuf.ByteString data)static Expr.CreateListExpr.CreateList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Expr.CreateListExpr.CreateList. parseFrom(com.google.protobuf.CodedInputStream input)static Expr.CreateListExpr.CreateList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Expr.CreateListExpr.CreateList. parseFrom(java.io.InputStream input)static Expr.CreateListExpr.CreateList. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Expr.CreateListExpr.CreateList. parseFrom(java.nio.ByteBuffer data)static Expr.CreateListExpr.CreateList. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in dev.cel.expr that return types with arguments of type Expr.CreateList Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Expr.CreateList,Expr.CreateList.Builder,Expr.CreateListOrBuilder>Expr.Builder. getListExprFieldBuilder()A list creation expression.com.google.protobuf.Parser<Expr.CreateList>Expr.CreateList. getParserForType()static com.google.protobuf.Parser<Expr.CreateList>Expr.CreateList. parser()Methods in dev.cel.expr with parameters of type Expr.CreateList Modifier and Type Method Description private voidExpr.CreateList.Builder. buildPartial0(Expr.CreateList result)private voidExpr.CreateList.Builder. buildPartialRepeatedFields(Expr.CreateList result)Expr.CreateList.BuilderExpr.CreateList.Builder. mergeFrom(Expr.CreateList other)Expr.BuilderExpr.Builder. mergeListExpr(Expr.CreateList value)A list creation expression.static Expr.CreateList.BuilderExpr.CreateList. newBuilder(Expr.CreateList prototype)Expr.BuilderExpr.Builder. setListExpr(Expr.CreateList value)A list creation expression.
-