Uses of Class
dev.cel.expr.ListValue.Builder
Packages that use ListValue.Builder
-
Uses of ListValue.Builder in dev.cel.expr
Methods in dev.cel.expr that return ListValue.BuilderModifier and TypeMethodDescriptionListValue.Builder.addAllValues(Iterable<? extends Value> values) The ordered values in the list.ListValue.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) The ordered values in the list.ListValue.Builder.addValues(int index, Value.Builder builderForValue) The ordered values in the list.The ordered values in the list.ListValue.Builder.addValues(Value.Builder builderForValue) The ordered values in the list.ListValue.Builder.clear()ListValue.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) ListValue.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ListValue.Builder.clearValues()The ordered values in the list.ListValue.Builder.clone()Value.Builder.getListValueBuilder()List value.ListValue.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ListValue.Builder.mergeFrom(com.google.protobuf.Message other) final ListValue.BuilderListValue.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static ListValue.BuilderListValue.newBuilder()static ListValue.BuilderListValue.newBuilder(ListValue prototype) ListValue.newBuilderForType()protected ListValue.BuilderListValue.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ListValue.Builder.removeValues(int index) The ordered values in the list.ListValue.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final ListValue.BuilderListValue.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) The ordered values in the list.ListValue.Builder.setValues(int index, Value.Builder builderForValue) The ordered values in the list.ListValue.toBuilder()Methods in dev.cel.expr with parameters of type ListValue.BuilderModifier and TypeMethodDescriptionValue.Builder.setListValue(ListValue.Builder builderForValue) List value.