Uses of Class
com.google.protobuf.ListValue
Packages that use ListValue
-
Uses of ListValue in com.google.protobuf
Methods in com.google.protobuf that return ListValueModifier and TypeMethodDescriptionListValue.Builder.build()
ListValue.Builder.buildPartial()
static ListValue
ListValue.getDefaultInstance()
ListValue.Builder.getDefaultInstanceForType()
ListValue.getDefaultInstanceForType()
Value.Builder.getListValue()
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
Value.getListValue()
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
ValueOrBuilder.getListValue()
.google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
static ListValue
ListValue.parseDelimitedFrom
(InputStream input) static ListValue
ListValue.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListValue
ListValue.parseFrom
(byte[] data) static ListValue
ListValue.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListValue
ListValue.parseFrom
(com.google.protobuf.ByteString data) static ListValue
ListValue.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListValue
ListValue.parseFrom
(com.google.protobuf.CodedInputStream input) static ListValue
ListValue.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListValue
ListValue.parseFrom
(InputStream input) static ListValue
ListValue.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListValue
ListValue.parseFrom
(ByteBuffer data) static ListValue
ListValue.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf that return types with arguments of type ListValueModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<ListValue> ListValue.getParserForType()
static com.google.protobuf.Parser
<ListValue> ListValue.parser()
Methods in com.google.protobuf with parameters of type ListValueModifier and TypeMethodDescriptionValue.Builder.mergeListValue
(ListValue value) .google.protobuf.ListValue list_value = 6 [json_name = "listValue"];
static ListValue.Builder
ListValue.newBuilder
(ListValue prototype) Value.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