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 TypeClassDescriptionstatic final class`ListValue` is a wrapper around a repeated field of values.Fields in com.google.protobuf with type parameters of type ListValue.BuilderMethods 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.clear()ListValue.Builder.clearValues()Repeated field of dynamically typed values.Value.Builder.getListValueBuilder()Represents a repeated `Value`.ListValue.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static ListValue.BuilderListValue.newBuilder()static ListValue.BuilderListValue.newBuilder(ListValue prototype) ListValue.newBuilderForType()protected ListValue.BuilderListValue.newBuilderForType(AbstractMessage.BuilderParent parent) 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.ListValue.toBuilder()Methods in com.google.protobuf that return types with arguments of type ListValue.BuilderModifier and TypeMethodDescriptionValue.Builder.internalGetListValueFieldBuilder()Represents a repeated `Value`.Methods in com.google.protobuf with parameters of type ListValue.BuilderModifier and TypeMethodDescriptionValue.Builder.setListValue(ListValue.Builder builderForValue) Represents a repeated `Value`.