Uses of Class
com.google.protobuf.ListValue.Builder
Packages that use ListValue.Builder
-
Uses of ListValue.Builder in com.google.protobuf
Subclasses with type arguments of type ListValue.Builder in com.google.protobufModifier and TypeClassDescriptionfinal classRepresents a JSON array.static final classRepresents a JSON array.Methods in com.google.protobuf that return ListValue.BuilderModifier and TypeMethodDescriptionListValue.Builder.addAllValues(Iterable<? extends Value> values) Repeated field of dynamically typed values.Repeated field of dynamically typed values.ListValue.Builder.addValues(int index, Value.Builder builderForValue) Repeated field of dynamically typed values.Repeated field of dynamically typed values.ListValue.Builder.addValues(Value.Builder builderForValue) Repeated field of dynamically typed values.ListValue.Builder.clearValues()Repeated field of dynamically typed values.static ListValue.BuilderListValue.newBuilder()static ListValue.BuilderListValue.newBuilder(ListValue prototype) ListValue.Builder.removeValues(int index) Repeated field of dynamically typed values.Repeated field of dynamically typed values.ListValue.Builder.setValues(int index, Value.Builder builderForValue) Repeated field of dynamically typed values.Methods in com.google.protobuf with parameters of type ListValue.BuilderModifier and TypeMethodDescriptionValue.Builder.setListValue(ListValue.Builder builderForValue) Represents a JSON array. -
Uses of ListValue.Builder in com.google.protobuf.util
Methods in com.google.protobuf.util with parameters of type ListValue.BuilderModifier and TypeMethodDescriptionprivate voidJsonFormat.ParserImpl.mergeListValueConcrete(com.google.gson.JsonElement json, ListValue.Builder builder) Merges into a google.protobuf.ListValue directly (used when going into a concrete gencode type).