Uses of Class
com.google.protobuf.ListValue.Builder
Packages that use ListValue.Builder
-
Uses of ListValue.Builder in com.google.protobuf
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.Builder
ListValue.newBuilder()
static ListValue.Builder
ListValue.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`.