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