public static final class UnittestProto.TestUnpackedTypes extends com.google.protobuf.GeneratedMessage implements UnittestProto.TestUnpackedTypesOrBuilder
protobuf_unittest.TestUnpackedTypes
A message with the same fields as TestPackedTypes, but without packing. Used to test packed <-> unpacked wire compatibility.
| Modifier and Type | Class and Description |
|---|---|
static class |
UnittestProto.TestUnpackedTypes.Builder
Protobuf type
protobuf_unittest.TestUnpackedTypes |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<UnittestProto.TestUnpackedTypes> |
PARSER |
static int |
UNPACKED_BOOL_FIELD_NUMBER |
static int |
UNPACKED_DOUBLE_FIELD_NUMBER |
static int |
UNPACKED_ENUM_FIELD_NUMBER |
static int |
UNPACKED_FIXED32_FIELD_NUMBER |
static int |
UNPACKED_FIXED64_FIELD_NUMBER |
static int |
UNPACKED_FLOAT_FIELD_NUMBER |
static int |
UNPACKED_INT32_FIELD_NUMBER |
static int |
UNPACKED_INT64_FIELD_NUMBER |
static int |
UNPACKED_SFIXED32_FIELD_NUMBER |
static int |
UNPACKED_SFIXED64_FIELD_NUMBER |
static int |
UNPACKED_SINT32_FIELD_NUMBER |
static int |
UNPACKED_SINT64_FIELD_NUMBER |
static int |
UNPACKED_UINT32_FIELD_NUMBER |
static int |
UNPACKED_UINT64_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static UnittestProto.TestUnpackedTypes |
getDefaultInstance() |
UnittestProto.TestUnpackedTypes |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<UnittestProto.TestUnpackedTypes> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
getUnpackedBool(int index)
repeated bool unpacked_bool = 102 [packed = false]; |
int |
getUnpackedBoolCount()
repeated bool unpacked_bool = 102 [packed = false]; |
java.util.List<java.lang.Boolean> |
getUnpackedBoolList()
repeated bool unpacked_bool = 102 [packed = false]; |
double |
getUnpackedDouble(int index)
repeated double unpacked_double = 101 [packed = false]; |
int |
getUnpackedDoubleCount()
repeated double unpacked_double = 101 [packed = false]; |
java.util.List<java.lang.Double> |
getUnpackedDoubleList()
repeated double unpacked_double = 101 [packed = false]; |
UnittestProto.ForeignEnum |
getUnpackedEnum(int index)
repeated .protobuf_unittest.ForeignEnum unpacked_enum = 103 [packed = false]; |
int |
getUnpackedEnumCount()
repeated .protobuf_unittest.ForeignEnum unpacked_enum = 103 [packed = false]; |
java.util.List<UnittestProto.ForeignEnum> |
getUnpackedEnumList()
repeated .protobuf_unittest.ForeignEnum unpacked_enum = 103 [packed = false]; |
int |
getUnpackedFixed32(int index)
repeated fixed32 unpacked_fixed32 = 96 [packed = false]; |
int |
getUnpackedFixed32Count()
repeated fixed32 unpacked_fixed32 = 96 [packed = false]; |
java.util.List<java.lang.Integer> |
getUnpackedFixed32List()
repeated fixed32 unpacked_fixed32 = 96 [packed = false]; |
long |
getUnpackedFixed64(int index)
repeated fixed64 unpacked_fixed64 = 97 [packed = false]; |
int |
getUnpackedFixed64Count()
repeated fixed64 unpacked_fixed64 = 97 [packed = false]; |
java.util.List<java.lang.Long> |
getUnpackedFixed64List()
repeated fixed64 unpacked_fixed64 = 97 [packed = false]; |
float |
getUnpackedFloat(int index)
repeated float unpacked_float = 100 [packed = false]; |
int |
getUnpackedFloatCount()
repeated float unpacked_float = 100 [packed = false]; |
java.util.List<java.lang.Float> |
getUnpackedFloatList()
repeated float unpacked_float = 100 [packed = false]; |
int |
getUnpackedInt32(int index)
repeated int32 unpacked_int32 = 90 [packed = false]; |
int |
getUnpackedInt32Count()
repeated int32 unpacked_int32 = 90 [packed = false]; |
java.util.List<java.lang.Integer> |
getUnpackedInt32List()
repeated int32 unpacked_int32 = 90 [packed = false]; |
long |
getUnpackedInt64(int index)
repeated int64 unpacked_int64 = 91 [packed = false]; |
int |
getUnpackedInt64Count()
repeated int64 unpacked_int64 = 91 [packed = false]; |
java.util.List<java.lang.Long> |
getUnpackedInt64List()
repeated int64 unpacked_int64 = 91 [packed = false]; |
int |
getUnpackedSfixed32(int index)
repeated sfixed32 unpacked_sfixed32 = 98 [packed = false]; |
int |
getUnpackedSfixed32Count()
repeated sfixed32 unpacked_sfixed32 = 98 [packed = false]; |
java.util.List<java.lang.Integer> |
getUnpackedSfixed32List()
repeated sfixed32 unpacked_sfixed32 = 98 [packed = false]; |
long |
getUnpackedSfixed64(int index)
repeated sfixed64 unpacked_sfixed64 = 99 [packed = false]; |
int |
getUnpackedSfixed64Count()
repeated sfixed64 unpacked_sfixed64 = 99 [packed = false]; |
java.util.List<java.lang.Long> |
getUnpackedSfixed64List()
repeated sfixed64 unpacked_sfixed64 = 99 [packed = false]; |
int |
getUnpackedSint32(int index)
repeated sint32 unpacked_sint32 = 94 [packed = false]; |
int |
getUnpackedSint32Count()
repeated sint32 unpacked_sint32 = 94 [packed = false]; |
java.util.List<java.lang.Integer> |
getUnpackedSint32List()
repeated sint32 unpacked_sint32 = 94 [packed = false]; |
long |
getUnpackedSint64(int index)
repeated sint64 unpacked_sint64 = 95 [packed = false]; |
int |
getUnpackedSint64Count()
repeated sint64 unpacked_sint64 = 95 [packed = false]; |
java.util.List<java.lang.Long> |
getUnpackedSint64List()
repeated sint64 unpacked_sint64 = 95 [packed = false]; |
int |
getUnpackedUint32(int index)
repeated uint32 unpacked_uint32 = 92 [packed = false]; |
int |
getUnpackedUint32Count()
repeated uint32 unpacked_uint32 = 92 [packed = false]; |
java.util.List<java.lang.Integer> |
getUnpackedUint32List()
repeated uint32 unpacked_uint32 = 92 [packed = false]; |
long |
getUnpackedUint64(int index)
repeated uint64 unpacked_uint64 = 93 [packed = false]; |
int |
getUnpackedUint64Count()
repeated uint64 unpacked_uint64 = 93 [packed = false]; |
java.util.List<java.lang.Long> |
getUnpackedUint64List()
repeated uint64 unpacked_uint64 = 93 [packed = false]; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static UnittestProto.TestUnpackedTypes.Builder |
newBuilder() |
static UnittestProto.TestUnpackedTypes.Builder |
newBuilder(UnittestProto.TestUnpackedTypes prototype) |
UnittestProto.TestUnpackedTypes.Builder |
newBuilderForType() |
protected UnittestProto.TestUnpackedTypes.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static UnittestProto.TestUnpackedTypes |
parseDelimitedFrom(java.io.InputStream input) |
static UnittestProto.TestUnpackedTypes |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UnittestProto.TestUnpackedTypes |
parseFrom(byte[] data) |
static UnittestProto.TestUnpackedTypes |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UnittestProto.TestUnpackedTypes |
parseFrom(com.google.protobuf.ByteString data) |
static UnittestProto.TestUnpackedTypes |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UnittestProto.TestUnpackedTypes |
parseFrom(com.google.protobuf.CodedInputStream input) |
static UnittestProto.TestUnpackedTypes |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UnittestProto.TestUnpackedTypes |
parseFrom(java.io.InputStream input) |
static UnittestProto.TestUnpackedTypes |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
UnittestProto.TestUnpackedTypes.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toStringcheckByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<UnittestProto.TestUnpackedTypes> PARSER
public static final int UNPACKED_INT32_FIELD_NUMBER
public static final int UNPACKED_INT64_FIELD_NUMBER
public static final int UNPACKED_UINT32_FIELD_NUMBER
public static final int UNPACKED_UINT64_FIELD_NUMBER
public static final int UNPACKED_SINT32_FIELD_NUMBER
public static final int UNPACKED_SINT64_FIELD_NUMBER
public static final int UNPACKED_FIXED32_FIELD_NUMBER
public static final int UNPACKED_FIXED64_FIELD_NUMBER
public static final int UNPACKED_SFIXED32_FIELD_NUMBER
public static final int UNPACKED_SFIXED64_FIELD_NUMBER
public static final int UNPACKED_FLOAT_FIELD_NUMBER
public static final int UNPACKED_DOUBLE_FIELD_NUMBER
public static final int UNPACKED_BOOL_FIELD_NUMBER
public static final int UNPACKED_ENUM_FIELD_NUMBER
public static UnittestProto.TestUnpackedTypes getDefaultInstance()
public UnittestProto.TestUnpackedTypes getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<UnittestProto.TestUnpackedTypes> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic java.util.List<java.lang.Integer> getUnpackedInt32List()
repeated int32 unpacked_int32 = 90 [packed = false];getUnpackedInt32List in interface UnittestProto.TestUnpackedTypesOrBuilderpublic int getUnpackedInt32Count()
repeated int32 unpacked_int32 = 90 [packed = false];getUnpackedInt32Count in interface UnittestProto.TestUnpackedTypesOrBuilderpublic int getUnpackedInt32(int index)
repeated int32 unpacked_int32 = 90 [packed = false];getUnpackedInt32 in interface UnittestProto.TestUnpackedTypesOrBuilderpublic java.util.List<java.lang.Long> getUnpackedInt64List()
repeated int64 unpacked_int64 = 91 [packed = false];getUnpackedInt64List in interface UnittestProto.TestUnpackedTypesOrBuilderpublic int getUnpackedInt64Count()
repeated int64 unpacked_int64 = 91 [packed = false];getUnpackedInt64Count in interface UnittestProto.TestUnpackedTypesOrBuilderpublic long getUnpackedInt64(int index)
repeated int64 unpacked_int64 = 91 [packed = false];getUnpackedInt64 in interface UnittestProto.TestUnpackedTypesOrBuilderpublic java.util.List<java.lang.Integer> getUnpackedUint32List()
repeated uint32 unpacked_uint32 = 92 [packed = false];getUnpackedUint32List in interface UnittestProto.TestUnpackedTypesOrBuilderpublic int getUnpackedUint32Count()
repeated uint32 unpacked_uint32 = 92 [packed = false];getUnpackedUint32Count in interface UnittestProto.TestUnpackedTypesOrBuilderpublic int getUnpackedUint32(int index)
repeated uint32 unpacked_uint32 = 92 [packed = false];getUnpackedUint32 in interface UnittestProto.TestUnpackedTypesOrBuilderpublic java.util.List<java.lang.Long> getUnpackedUint64List()
repeated uint64 unpacked_uint64 = 93 [packed = false];getUnpackedUint64List in interface UnittestProto.TestUnpackedTypesOrBuilderpublic int getUnpackedUint64Count()
repeated uint64 unpacked_uint64 = 93 [packed = false];getUnpackedUint64Count in interface UnittestProto.TestUnpackedTypesOrBuilderpublic long getUnpackedUint64(int index)
repeated uint64 unpacked_uint64 = 93 [packed = false];getUnpackedUint64 in interface UnittestProto.TestUnpackedTypesOrBuilderpublic java.util.List<java.lang.Integer> getUnpackedSint32List()
repeated sint32 unpacked_sint32 = 94 [packed = false];getUnpackedSint32List in interface UnittestProto.TestUnpackedTypesOrBuilderpublic int getUnpackedSint32Count()
repeated sint32 unpacked_sint32 = 94 [packed = false];getUnpackedSint32Count in interface UnittestProto.TestUnpackedTypesOrBuilderpublic int getUnpackedSint32(int index)
repeated sint32 unpacked_sint32 = 94 [packed = false];getUnpackedSint32 in interface UnittestProto.TestUnpackedTypesOrBuilderpublic java.util.List<java.lang.Long> getUnpackedSint64List()
repeated sint64 unpacked_sint64 = 95 [packed = false];getUnpackedSint64List in interface UnittestProto.TestUnpackedTypesOrBuilderpublic int getUnpackedSint64Count()
repeated sint64 unpacked_sint64 = 95 [packed = false];getUnpackedSint64Count in interface UnittestProto.TestUnpackedTypesOrBuilderpublic long getUnpackedSint64(int index)
repeated sint64 unpacked_sint64 = 95 [packed = false];getUnpackedSint64 in interface UnittestProto.TestUnpackedTypesOrBuilderpublic java.util.List<java.lang.Integer> getUnpackedFixed32List()
repeated fixed32 unpacked_fixed32 = 96 [packed = false];getUnpackedFixed32List in interface UnittestProto.TestUnpackedTypesOrBuilderpublic int getUnpackedFixed32Count()
repeated fixed32 unpacked_fixed32 = 96 [packed = false];getUnpackedFixed32Count in interface UnittestProto.TestUnpackedTypesOrBuilderpublic int getUnpackedFixed32(int index)
repeated fixed32 unpacked_fixed32 = 96 [packed = false];getUnpackedFixed32 in interface UnittestProto.TestUnpackedTypesOrBuilderpublic java.util.List<java.lang.Long> getUnpackedFixed64List()
repeated fixed64 unpacked_fixed64 = 97 [packed = false];getUnpackedFixed64List in interface UnittestProto.TestUnpackedTypesOrBuilderpublic int getUnpackedFixed64Count()
repeated fixed64 unpacked_fixed64 = 97 [packed = false];getUnpackedFixed64Count in interface UnittestProto.TestUnpackedTypesOrBuilderpublic long getUnpackedFixed64(int index)
repeated fixed64 unpacked_fixed64 = 97 [packed = false];getUnpackedFixed64 in interface UnittestProto.TestUnpackedTypesOrBuilderpublic java.util.List<java.lang.Integer> getUnpackedSfixed32List()
repeated sfixed32 unpacked_sfixed32 = 98 [packed = false];getUnpackedSfixed32List in interface UnittestProto.TestUnpackedTypesOrBuilderpublic int getUnpackedSfixed32Count()
repeated sfixed32 unpacked_sfixed32 = 98 [packed = false];getUnpackedSfixed32Count in interface UnittestProto.TestUnpackedTypesOrBuilderpublic int getUnpackedSfixed32(int index)
repeated sfixed32 unpacked_sfixed32 = 98 [packed = false];getUnpackedSfixed32 in interface UnittestProto.TestUnpackedTypesOrBuilderpublic java.util.List<java.lang.Long> getUnpackedSfixed64List()
repeated sfixed64 unpacked_sfixed64 = 99 [packed = false];getUnpackedSfixed64List in interface UnittestProto.TestUnpackedTypesOrBuilderpublic int getUnpackedSfixed64Count()
repeated sfixed64 unpacked_sfixed64 = 99 [packed = false];getUnpackedSfixed64Count in interface UnittestProto.TestUnpackedTypesOrBuilderpublic long getUnpackedSfixed64(int index)
repeated sfixed64 unpacked_sfixed64 = 99 [packed = false];getUnpackedSfixed64 in interface UnittestProto.TestUnpackedTypesOrBuilderpublic java.util.List<java.lang.Float> getUnpackedFloatList()
repeated float unpacked_float = 100 [packed = false];getUnpackedFloatList in interface UnittestProto.TestUnpackedTypesOrBuilderpublic int getUnpackedFloatCount()
repeated float unpacked_float = 100 [packed = false];getUnpackedFloatCount in interface UnittestProto.TestUnpackedTypesOrBuilderpublic float getUnpackedFloat(int index)
repeated float unpacked_float = 100 [packed = false];getUnpackedFloat in interface UnittestProto.TestUnpackedTypesOrBuilderpublic java.util.List<java.lang.Double> getUnpackedDoubleList()
repeated double unpacked_double = 101 [packed = false];getUnpackedDoubleList in interface UnittestProto.TestUnpackedTypesOrBuilderpublic int getUnpackedDoubleCount()
repeated double unpacked_double = 101 [packed = false];getUnpackedDoubleCount in interface UnittestProto.TestUnpackedTypesOrBuilderpublic double getUnpackedDouble(int index)
repeated double unpacked_double = 101 [packed = false];getUnpackedDouble in interface UnittestProto.TestUnpackedTypesOrBuilderpublic java.util.List<java.lang.Boolean> getUnpackedBoolList()
repeated bool unpacked_bool = 102 [packed = false];getUnpackedBoolList in interface UnittestProto.TestUnpackedTypesOrBuilderpublic int getUnpackedBoolCount()
repeated bool unpacked_bool = 102 [packed = false];getUnpackedBoolCount in interface UnittestProto.TestUnpackedTypesOrBuilderpublic boolean getUnpackedBool(int index)
repeated bool unpacked_bool = 102 [packed = false];getUnpackedBool in interface UnittestProto.TestUnpackedTypesOrBuilderpublic java.util.List<UnittestProto.ForeignEnum> getUnpackedEnumList()
repeated .protobuf_unittest.ForeignEnum unpacked_enum = 103 [packed = false];getUnpackedEnumList in interface UnittestProto.TestUnpackedTypesOrBuilderpublic int getUnpackedEnumCount()
repeated .protobuf_unittest.ForeignEnum unpacked_enum = 103 [packed = false];getUnpackedEnumCount in interface UnittestProto.TestUnpackedTypesOrBuilderpublic UnittestProto.ForeignEnum getUnpackedEnum(int index)
repeated .protobuf_unittest.ForeignEnum unpacked_enum = 103 [packed = false];getUnpackedEnum in interface UnittestProto.TestUnpackedTypesOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessagejava.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessagejava.io.ObjectStreamExceptionpublic static UnittestProto.TestUnpackedTypes parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UnittestProto.TestUnpackedTypes parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UnittestProto.TestUnpackedTypes parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UnittestProto.TestUnpackedTypes parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UnittestProto.TestUnpackedTypes parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static UnittestProto.TestUnpackedTypes parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static UnittestProto.TestUnpackedTypes parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static UnittestProto.TestUnpackedTypes parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static UnittestProto.TestUnpackedTypes parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static UnittestProto.TestUnpackedTypes parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static UnittestProto.TestUnpackedTypes.Builder newBuilder()
public UnittestProto.TestUnpackedTypes.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static UnittestProto.TestUnpackedTypes.Builder newBuilder(UnittestProto.TestUnpackedTypes prototype)
public UnittestProto.TestUnpackedTypes.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected UnittestProto.TestUnpackedTypes.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessage