Uses of Class
dev.cel.expr.ListValue
Packages that use ListValue
-
Uses of ListValue in dev.cel.expr
Methods in dev.cel.expr that return ListValueModifier and TypeMethodDescriptionListValue.Builder.build()ListValue.Builder.buildPartial()static ListValueListValue.getDefaultInstance()ListValue.Builder.getDefaultInstanceForType()ListValue.getDefaultInstanceForType()Value.Builder.getListValue()List value.Value.getListValue()List value.ValueOrBuilder.getListValue()List value.static ListValueListValue.parseDelimitedFrom(InputStream input) static ListValueListValue.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListValueListValue.parseFrom(byte[] data) static ListValueListValue.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListValueListValue.parseFrom(com.google.protobuf.ByteString data) static ListValueListValue.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListValueListValue.parseFrom(com.google.protobuf.CodedInputStream input) static ListValueListValue.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListValueListValue.parseFrom(InputStream input) static ListValueListValue.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListValueListValue.parseFrom(ByteBuffer data) static ListValueListValue.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in dev.cel.expr that return types with arguments of type ListValueModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ListValue>ListValue.getParserForType()static com.google.protobuf.Parser<ListValue>ListValue.parser()Methods in dev.cel.expr with parameters of type ListValueModifier and TypeMethodDescriptionValue.Builder.mergeListValue(ListValue value) List value.static ListValue.BuilderListValue.newBuilder(ListValue prototype) Value.Builder.setListValue(ListValue value) List value.