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 class`ListValue` is a wrapper around a repeated field of values.static final class`ListValue` is a wrapper around a repeated field of values.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 repeated `Value`.