Uses of Class
dev.cel.expr.Type.ListType.Builder
-
Packages that use Type.ListType.Builder Package Description dev.cel.expr -
-
Uses of Type.ListType.Builder in dev.cel.expr
Fields in dev.cel.expr with type parameters of type Type.ListType.Builder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Type.ListType,Type.ListType.Builder,Type.ListTypeOrBuilder>Type.Builder. listTypeBuilder_Methods in dev.cel.expr that return Type.ListType.Builder Modifier and Type Method Description Type.ListType.BuilderType.ListType.Builder. clear()Type.ListType.BuilderType.ListType.Builder. clearElemType()The element type.Type.ListType.BuilderType.Builder. getListTypeBuilder()Parameterized list with elements of `list_type`, e.g.Type.ListType.BuilderType.ListType.Builder. mergeElemType(Type value)The element type.Type.ListType.BuilderType.ListType.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Type.ListType.BuilderType.ListType.Builder. mergeFrom(com.google.protobuf.Message other)Type.ListType.BuilderType.ListType.Builder. mergeFrom(Type.ListType other)static Type.ListType.BuilderType.ListType. newBuilder()static Type.ListType.BuilderType.ListType. newBuilder(Type.ListType prototype)Type.ListType.BuilderType.ListType. newBuilderForType()protected Type.ListType.BuilderType.ListType. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)Type.ListType.BuilderType.ListType.Builder. setElemType(Type value)The element type.Type.ListType.BuilderType.ListType.Builder. setElemType(Type.Builder builderForValue)The element type.Type.ListType.BuilderType.ListType. toBuilder()Methods in dev.cel.expr that return types with arguments of type Type.ListType.Builder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Type.ListType,Type.ListType.Builder,Type.ListTypeOrBuilder>Type.Builder. getListTypeFieldBuilder()Parameterized list with elements of `list_type`, e.g.Methods in dev.cel.expr with parameters of type Type.ListType.Builder Modifier and Type Method Description Type.BuilderType.Builder. setListType(Type.ListType.Builder builderForValue)Parameterized list with elements of `list_type`, e.g.
-