Uses of Class
com.google.protobuf.ListValue
-
Packages that use ListValue Package Description com.google.protobuf com.google.protobuf.util -
-
Uses of ListValue in com.google.protobuf
Methods in com.google.protobuf that return ListValue Modifier and Type Method Description ListValueListValue.Builder. build()ListValueListValue.Builder. buildPartial()static ListValueListValue. getDefaultInstance()ListValueListValue.Builder. getDefaultInstanceForType()ListValueListValue. getDefaultInstanceForType()ListValueValue.Builder. getListValue().google.protobuf.ListValue list_value = 6 [json_name = "listValue"];ListValueValue. getListValue().google.protobuf.ListValue list_value = 6 [json_name = "listValue"];ListValueValueOrBuilder. getListValue().google.protobuf.ListValue list_value = 6 [json_name = "listValue"];static ListValueListValue. parseDelimitedFrom(java.io.InputStream input)static ListValueListValue. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListValueListValue. parseFrom(byte[] data)static ListValueListValue. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListValueListValue. parseFrom(com.google.protobuf.ByteString data)static ListValueListValue. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListValueListValue. parseFrom(com.google.protobuf.CodedInputStream input)static ListValueListValue. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListValueListValue. parseFrom(java.io.InputStream input)static ListValueListValue. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListValueListValue. parseFrom(java.nio.ByteBuffer data)static ListValueListValue. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.protobuf that return types with arguments of type ListValue Modifier and Type Method Description com.google.protobuf.Parser<ListValue>ListValue. getParserForType()static com.google.protobuf.Parser<ListValue>ListValue. parser()Methods in com.google.protobuf with parameters of type ListValue Modifier and Type Method Description ListValue.BuilderListValue.Builder. mergeFrom(ListValue other)Value.BuilderValue.Builder. mergeListValue(ListValue value).google.protobuf.ListValue list_value = 6 [json_name = "listValue"];static ListValue.BuilderListValue. newBuilder(ListValue prototype)Value.BuilderValue.Builder. setListValue(ListValue value).google.protobuf.ListValue list_value = 6 [json_name = "listValue"]; -
Uses of ListValue in com.google.protobuf.util
Methods in com.google.protobuf.util with parameters of type ListValue Modifier and Type Method Description static ValueValues. of(ListValue value)
-