Uses of Class
com.google.protobuf.ListValue
Packages that use ListValue
-
Uses of ListValue in com.google.protobuf
Fields in com.google.protobuf declared as ListValueFields in com.google.protobuf with type parameters of type ListValueMethods in com.google.protobuf that return ListValueModifier and TypeMethodDescriptionstatic ListValue
ListValue.getDefaultInstance()
Value.Builder.getListValue()
Represents a repeated `Value`.Value.getListValue()
Represents a repeated `Value`.ValueOrBuilder.getListValue()
Represents a repeated `Value`.static ListValue
ListValue.parseDelimitedFrom
(InputStream input) static ListValue
ListValue.parseDelimitedFrom
(InputStream input, ExtensionRegistryLite extensionRegistry) static ListValue
ListValue.parseFrom
(byte[] data) static ListValue
ListValue.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) static ListValue
ListValue.parseFrom
(ByteString data) static ListValue
ListValue.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) static ListValue
ListValue.parseFrom
(CodedInputStream input) static ListValue
ListValue.parseFrom
(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static ListValue
ListValue.parseFrom
(InputStream input) static ListValue
ListValue.parseFrom
(InputStream input, ExtensionRegistryLite extensionRegistry) static ListValue
ListValue.parseFrom
(ByteBuffer data) static ListValue
ListValue.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf that return types with arguments of type ListValueMethods in com.google.protobuf with parameters of type ListValueModifier and TypeMethodDescriptionValue.Builder.mergeListValue
(ListValue value) Represents a repeated `Value`.private void
Value.mergeListValue
(ListValue value) Represents a repeated `Value`.static ListValue.Builder
ListValue.newBuilder
(ListValue prototype) Value.Builder.setListValue
(ListValue value) Represents a repeated `Value`.private void
Value.setListValue
(ListValue value) Represents a repeated `Value`. -
Uses of ListValue in com.google.protobuf.util
Methods in com.google.protobuf.util with parameters of type ListValue