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 TypeMethodDescriptionListValue.Builder.build()ListValue.Builder.buildPartial()static ListValueListValue.getDefaultInstance()ListValue.Builder.getDefaultInstanceForType()ListValue.getDefaultInstanceForType()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 ListValueModifier and TypeMethodDescriptionListValue.getParserForType()Value.Builder.internalGetListValueFieldBuilder()Represents a repeated `Value`.ListValue.parser()Methods in com.google.protobuf with parameters of type ListValueModifier and TypeMethodDescriptionprivate voidListValue.Builder.buildPartial0(ListValue result) private voidListValue.Builder.buildPartialRepeatedFields(ListValue result) Value.Builder.mergeListValue(ListValue value) Represents a repeated `Value`.static ListValue.BuilderListValue.newBuilder(ListValue prototype) Value.Builder.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