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 ListValueListValue.getDefaultInstance()Value.Builder.getListValue()Represents a repeated `Value`.Value.getListValue()Represents a repeated `Value`.ValueOrBuilder.getListValue()Represents a repeated `Value`.static ListValueListValue.parseDelimitedFrom(InputStream input) static ListValueListValue.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static ListValueListValue.parseFrom(byte[] data) static ListValueListValue.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static ListValueListValue.parseFrom(ByteString data) static ListValueListValue.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static ListValueListValue.parseFrom(CodedInputStream input) static ListValueListValue.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static ListValueListValue.parseFrom(InputStream input) static ListValueListValue.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static ListValueListValue.parseFrom(ByteBuffer data) static ListValueListValue.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 voidValue.mergeListValue(ListValue value) Represents a repeated `Value`.static ListValue.BuilderListValue.newBuilder(ListValue prototype) Value.Builder.setListValue(ListValue value) Represents a repeated `Value`.private voidValue.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