public static final class UnittestProto.TestCamelCaseFieldNames extends com.google.protobuf.GeneratedMessage implements UnittestProto.TestCamelCaseFieldNamesOrBuilder
protobuf_unittest.TestCamelCaseFieldNames
Test message with CamelCase field names. This violates Protocol Buffer standard style.
| Modifier and Type | Class and Description |
|---|---|
static class |
UnittestProto.TestCamelCaseFieldNames.Builder
Protobuf type
protobuf_unittest.TestCamelCaseFieldNames |
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 int |
CORDFIELD_FIELD_NUMBER |
static int |
ENUMFIELD_FIELD_NUMBER |
static int |
MESSAGEFIELD_FIELD_NUMBER |
static com.google.protobuf.Parser<UnittestProto.TestCamelCaseFieldNames> |
PARSER |
static int |
PRIMITIVEFIELD_FIELD_NUMBER |
static int |
REPEATEDCORDFIELD_FIELD_NUMBER |
static int |
REPEATEDENUMFIELD_FIELD_NUMBER |
static int |
REPEATEDMESSAGEFIELD_FIELD_NUMBER |
static int |
REPEATEDPRIMITIVEFIELD_FIELD_NUMBER |
static int |
REPEATEDSTRINGFIELD_FIELD_NUMBER |
static int |
REPEATEDSTRINGPIECEFIELD_FIELD_NUMBER |
static int |
STRINGFIELD_FIELD_NUMBER |
static int |
STRINGPIECEFIELD_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCordField()
optional string CordField = 6 [ctype = CORD]; |
com.google.protobuf.ByteString |
getCordFieldBytes()
optional string CordField = 6 [ctype = CORD]; |
static UnittestProto.TestCamelCaseFieldNames |
getDefaultInstance() |
UnittestProto.TestCamelCaseFieldNames |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
UnittestProto.ForeignEnum |
getEnumField()
optional .protobuf_unittest.ForeignEnum EnumField = 3; |
UnittestProto.ForeignMessage |
getMessageField()
optional .protobuf_unittest.ForeignMessage MessageField = 4; |
UnittestProto.ForeignMessageOrBuilder |
getMessageFieldOrBuilder()
optional .protobuf_unittest.ForeignMessage MessageField = 4; |
com.google.protobuf.Parser<UnittestProto.TestCamelCaseFieldNames> |
getParserForType() |
int |
getPrimitiveField()
optional int32 PrimitiveField = 1; |
java.lang.String |
getRepeatedCordField(int index)
repeated string RepeatedCordField = 12 [ctype = CORD]; |
com.google.protobuf.ByteString |
getRepeatedCordFieldBytes(int index)
repeated string RepeatedCordField = 12 [ctype = CORD]; |
int |
getRepeatedCordFieldCount()
repeated string RepeatedCordField = 12 [ctype = CORD]; |
com.google.protobuf.ProtocolStringList |
getRepeatedCordFieldList()
repeated string RepeatedCordField = 12 [ctype = CORD]; |
UnittestProto.ForeignEnum |
getRepeatedEnumField(int index)
repeated .protobuf_unittest.ForeignEnum RepeatedEnumField = 9; |
int |
getRepeatedEnumFieldCount()
repeated .protobuf_unittest.ForeignEnum RepeatedEnumField = 9; |
java.util.List<UnittestProto.ForeignEnum> |
getRepeatedEnumFieldList()
repeated .protobuf_unittest.ForeignEnum RepeatedEnumField = 9; |
UnittestProto.ForeignMessage |
getRepeatedMessageField(int index)
repeated .protobuf_unittest.ForeignMessage RepeatedMessageField = 10; |
int |
getRepeatedMessageFieldCount()
repeated .protobuf_unittest.ForeignMessage RepeatedMessageField = 10; |
java.util.List<UnittestProto.ForeignMessage> |
getRepeatedMessageFieldList()
repeated .protobuf_unittest.ForeignMessage RepeatedMessageField = 10; |
UnittestProto.ForeignMessageOrBuilder |
getRepeatedMessageFieldOrBuilder(int index)
repeated .protobuf_unittest.ForeignMessage RepeatedMessageField = 10; |
java.util.List<? extends UnittestProto.ForeignMessageOrBuilder> |
getRepeatedMessageFieldOrBuilderList()
repeated .protobuf_unittest.ForeignMessage RepeatedMessageField = 10; |
int |
getRepeatedPrimitiveField(int index)
repeated int32 RepeatedPrimitiveField = 7; |
int |
getRepeatedPrimitiveFieldCount()
repeated int32 RepeatedPrimitiveField = 7; |
java.util.List<java.lang.Integer> |
getRepeatedPrimitiveFieldList()
repeated int32 RepeatedPrimitiveField = 7; |
java.lang.String |
getRepeatedStringField(int index)
repeated string RepeatedStringField = 8; |
com.google.protobuf.ByteString |
getRepeatedStringFieldBytes(int index)
repeated string RepeatedStringField = 8; |
int |
getRepeatedStringFieldCount()
repeated string RepeatedStringField = 8; |
com.google.protobuf.ProtocolStringList |
getRepeatedStringFieldList()
repeated string RepeatedStringField = 8; |
java.lang.String |
getRepeatedStringPieceField(int index)
repeated string RepeatedStringPieceField = 11 [ctype = STRING_PIECE]; |
com.google.protobuf.ByteString |
getRepeatedStringPieceFieldBytes(int index)
repeated string RepeatedStringPieceField = 11 [ctype = STRING_PIECE]; |
int |
getRepeatedStringPieceFieldCount()
repeated string RepeatedStringPieceField = 11 [ctype = STRING_PIECE]; |
com.google.protobuf.ProtocolStringList |
getRepeatedStringPieceFieldList()
repeated string RepeatedStringPieceField = 11 [ctype = STRING_PIECE]; |
int |
getSerializedSize() |
java.lang.String |
getStringField()
optional string StringField = 2; |
com.google.protobuf.ByteString |
getStringFieldBytes()
optional string StringField = 2; |
java.lang.String |
getStringPieceField()
optional string StringPieceField = 5 [ctype = STRING_PIECE]; |
com.google.protobuf.ByteString |
getStringPieceFieldBytes()
optional string StringPieceField = 5 [ctype = STRING_PIECE]; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCordField()
optional string CordField = 6 [ctype = CORD]; |
boolean |
hasEnumField()
optional .protobuf_unittest.ForeignEnum EnumField = 3; |
boolean |
hasMessageField()
optional .protobuf_unittest.ForeignMessage MessageField = 4; |
boolean |
hasPrimitiveField()
optional int32 PrimitiveField = 1; |
boolean |
hasStringField()
optional string StringField = 2; |
boolean |
hasStringPieceField()
optional string StringPieceField = 5 [ctype = STRING_PIECE]; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static UnittestProto.TestCamelCaseFieldNames.Builder |
newBuilder() |
static UnittestProto.TestCamelCaseFieldNames.Builder |
newBuilder(UnittestProto.TestCamelCaseFieldNames prototype) |
UnittestProto.TestCamelCaseFieldNames.Builder |
newBuilderForType() |
protected UnittestProto.TestCamelCaseFieldNames.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static UnittestProto.TestCamelCaseFieldNames |
parseDelimitedFrom(java.io.InputStream input) |
static UnittestProto.TestCamelCaseFieldNames |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UnittestProto.TestCamelCaseFieldNames |
parseFrom(byte[] data) |
static UnittestProto.TestCamelCaseFieldNames |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UnittestProto.TestCamelCaseFieldNames |
parseFrom(com.google.protobuf.ByteString data) |
static UnittestProto.TestCamelCaseFieldNames |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UnittestProto.TestCamelCaseFieldNames |
parseFrom(com.google.protobuf.CodedInputStream input) |
static UnittestProto.TestCamelCaseFieldNames |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UnittestProto.TestCamelCaseFieldNames |
parseFrom(java.io.InputStream input) |
static UnittestProto.TestCamelCaseFieldNames |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
UnittestProto.TestCamelCaseFieldNames.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.TestCamelCaseFieldNames> PARSER
public static final int PRIMITIVEFIELD_FIELD_NUMBER
public static final int STRINGFIELD_FIELD_NUMBER
public static final int ENUMFIELD_FIELD_NUMBER
public static final int MESSAGEFIELD_FIELD_NUMBER
public static final int STRINGPIECEFIELD_FIELD_NUMBER
public static final int CORDFIELD_FIELD_NUMBER
public static final int REPEATEDPRIMITIVEFIELD_FIELD_NUMBER
public static final int REPEATEDSTRINGFIELD_FIELD_NUMBER
public static final int REPEATEDENUMFIELD_FIELD_NUMBER
public static final int REPEATEDMESSAGEFIELD_FIELD_NUMBER
public static final int REPEATEDSTRINGPIECEFIELD_FIELD_NUMBER
public static final int REPEATEDCORDFIELD_FIELD_NUMBER
public static UnittestProto.TestCamelCaseFieldNames getDefaultInstance()
public UnittestProto.TestCamelCaseFieldNames 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.TestCamelCaseFieldNames> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasPrimitiveField()
optional int32 PrimitiveField = 1;hasPrimitiveField in interface UnittestProto.TestCamelCaseFieldNamesOrBuilderpublic int getPrimitiveField()
optional int32 PrimitiveField = 1;getPrimitiveField in interface UnittestProto.TestCamelCaseFieldNamesOrBuilderpublic boolean hasStringField()
optional string StringField = 2;hasStringField in interface UnittestProto.TestCamelCaseFieldNamesOrBuilderpublic java.lang.String getStringField()
optional string StringField = 2;getStringField in interface UnittestProto.TestCamelCaseFieldNamesOrBuilderpublic com.google.protobuf.ByteString getStringFieldBytes()
optional string StringField = 2;getStringFieldBytes in interface UnittestProto.TestCamelCaseFieldNamesOrBuilderpublic boolean hasEnumField()
optional .protobuf_unittest.ForeignEnum EnumField = 3;hasEnumField in interface UnittestProto.TestCamelCaseFieldNamesOrBuilderpublic UnittestProto.ForeignEnum getEnumField()
optional .protobuf_unittest.ForeignEnum EnumField = 3;getEnumField in interface UnittestProto.TestCamelCaseFieldNamesOrBuilderpublic boolean hasMessageField()
optional .protobuf_unittest.ForeignMessage MessageField = 4;hasMessageField in interface UnittestProto.TestCamelCaseFieldNamesOrBuilderpublic UnittestProto.ForeignMessage getMessageField()
optional .protobuf_unittest.ForeignMessage MessageField = 4;getMessageField in interface UnittestProto.TestCamelCaseFieldNamesOrBuilderpublic UnittestProto.ForeignMessageOrBuilder getMessageFieldOrBuilder()
optional .protobuf_unittest.ForeignMessage MessageField = 4;getMessageFieldOrBuilder in interface UnittestProto.TestCamelCaseFieldNamesOrBuilderpublic boolean hasStringPieceField()
optional string StringPieceField = 5 [ctype = STRING_PIECE];hasStringPieceField in interface UnittestProto.TestCamelCaseFieldNamesOrBuilderpublic java.lang.String getStringPieceField()
optional string StringPieceField = 5 [ctype = STRING_PIECE];getStringPieceField in interface UnittestProto.TestCamelCaseFieldNamesOrBuilderpublic com.google.protobuf.ByteString getStringPieceFieldBytes()
optional string StringPieceField = 5 [ctype = STRING_PIECE];getStringPieceFieldBytes in interface UnittestProto.TestCamelCaseFieldNamesOrBuilderpublic boolean hasCordField()
optional string CordField = 6 [ctype = CORD];hasCordField in interface UnittestProto.TestCamelCaseFieldNamesOrBuilderpublic java.lang.String getCordField()
optional string CordField = 6 [ctype = CORD];getCordField in interface UnittestProto.TestCamelCaseFieldNamesOrBuilderpublic com.google.protobuf.ByteString getCordFieldBytes()
optional string CordField = 6 [ctype = CORD];getCordFieldBytes in interface UnittestProto.TestCamelCaseFieldNamesOrBuilderpublic java.util.List<java.lang.Integer> getRepeatedPrimitiveFieldList()
repeated int32 RepeatedPrimitiveField = 7;getRepeatedPrimitiveFieldList in interface UnittestProto.TestCamelCaseFieldNamesOrBuilderpublic int getRepeatedPrimitiveFieldCount()
repeated int32 RepeatedPrimitiveField = 7;getRepeatedPrimitiveFieldCount in interface UnittestProto.TestCamelCaseFieldNamesOrBuilderpublic int getRepeatedPrimitiveField(int index)
repeated int32 RepeatedPrimitiveField = 7;getRepeatedPrimitiveField in interface UnittestProto.TestCamelCaseFieldNamesOrBuilderpublic com.google.protobuf.ProtocolStringList getRepeatedStringFieldList()
repeated string RepeatedStringField = 8;getRepeatedStringFieldList in interface UnittestProto.TestCamelCaseFieldNamesOrBuilderpublic int getRepeatedStringFieldCount()
repeated string RepeatedStringField = 8;getRepeatedStringFieldCount in interface UnittestProto.TestCamelCaseFieldNamesOrBuilderpublic java.lang.String getRepeatedStringField(int index)
repeated string RepeatedStringField = 8;getRepeatedStringField in interface UnittestProto.TestCamelCaseFieldNamesOrBuilderpublic com.google.protobuf.ByteString getRepeatedStringFieldBytes(int index)
repeated string RepeatedStringField = 8;getRepeatedStringFieldBytes in interface UnittestProto.TestCamelCaseFieldNamesOrBuilderpublic java.util.List<UnittestProto.ForeignEnum> getRepeatedEnumFieldList()
repeated .protobuf_unittest.ForeignEnum RepeatedEnumField = 9;getRepeatedEnumFieldList in interface UnittestProto.TestCamelCaseFieldNamesOrBuilderpublic int getRepeatedEnumFieldCount()
repeated .protobuf_unittest.ForeignEnum RepeatedEnumField = 9;getRepeatedEnumFieldCount in interface UnittestProto.TestCamelCaseFieldNamesOrBuilderpublic UnittestProto.ForeignEnum getRepeatedEnumField(int index)
repeated .protobuf_unittest.ForeignEnum RepeatedEnumField = 9;getRepeatedEnumField in interface UnittestProto.TestCamelCaseFieldNamesOrBuilderpublic java.util.List<UnittestProto.ForeignMessage> getRepeatedMessageFieldList()
repeated .protobuf_unittest.ForeignMessage RepeatedMessageField = 10;getRepeatedMessageFieldList in interface UnittestProto.TestCamelCaseFieldNamesOrBuilderpublic java.util.List<? extends UnittestProto.ForeignMessageOrBuilder> getRepeatedMessageFieldOrBuilderList()
repeated .protobuf_unittest.ForeignMessage RepeatedMessageField = 10;getRepeatedMessageFieldOrBuilderList in interface UnittestProto.TestCamelCaseFieldNamesOrBuilderpublic int getRepeatedMessageFieldCount()
repeated .protobuf_unittest.ForeignMessage RepeatedMessageField = 10;getRepeatedMessageFieldCount in interface UnittestProto.TestCamelCaseFieldNamesOrBuilderpublic UnittestProto.ForeignMessage getRepeatedMessageField(int index)
repeated .protobuf_unittest.ForeignMessage RepeatedMessageField = 10;getRepeatedMessageField in interface UnittestProto.TestCamelCaseFieldNamesOrBuilderpublic UnittestProto.ForeignMessageOrBuilder getRepeatedMessageFieldOrBuilder(int index)
repeated .protobuf_unittest.ForeignMessage RepeatedMessageField = 10;getRepeatedMessageFieldOrBuilder in interface UnittestProto.TestCamelCaseFieldNamesOrBuilderpublic com.google.protobuf.ProtocolStringList getRepeatedStringPieceFieldList()
repeated string RepeatedStringPieceField = 11 [ctype = STRING_PIECE];getRepeatedStringPieceFieldList in interface UnittestProto.TestCamelCaseFieldNamesOrBuilderpublic int getRepeatedStringPieceFieldCount()
repeated string RepeatedStringPieceField = 11 [ctype = STRING_PIECE];getRepeatedStringPieceFieldCount in interface UnittestProto.TestCamelCaseFieldNamesOrBuilderpublic java.lang.String getRepeatedStringPieceField(int index)
repeated string RepeatedStringPieceField = 11 [ctype = STRING_PIECE];getRepeatedStringPieceField in interface UnittestProto.TestCamelCaseFieldNamesOrBuilderpublic com.google.protobuf.ByteString getRepeatedStringPieceFieldBytes(int index)
repeated string RepeatedStringPieceField = 11 [ctype = STRING_PIECE];getRepeatedStringPieceFieldBytes in interface UnittestProto.TestCamelCaseFieldNamesOrBuilderpublic com.google.protobuf.ProtocolStringList getRepeatedCordFieldList()
repeated string RepeatedCordField = 12 [ctype = CORD];getRepeatedCordFieldList in interface UnittestProto.TestCamelCaseFieldNamesOrBuilderpublic int getRepeatedCordFieldCount()
repeated string RepeatedCordField = 12 [ctype = CORD];getRepeatedCordFieldCount in interface UnittestProto.TestCamelCaseFieldNamesOrBuilderpublic java.lang.String getRepeatedCordField(int index)
repeated string RepeatedCordField = 12 [ctype = CORD];getRepeatedCordField in interface UnittestProto.TestCamelCaseFieldNamesOrBuilderpublic com.google.protobuf.ByteString getRepeatedCordFieldBytes(int index)
repeated string RepeatedCordField = 12 [ctype = CORD];getRepeatedCordFieldBytes in interface UnittestProto.TestCamelCaseFieldNamesOrBuilderpublic 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.TestCamelCaseFieldNames parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UnittestProto.TestCamelCaseFieldNames parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UnittestProto.TestCamelCaseFieldNames parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UnittestProto.TestCamelCaseFieldNames parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UnittestProto.TestCamelCaseFieldNames parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static UnittestProto.TestCamelCaseFieldNames parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static UnittestProto.TestCamelCaseFieldNames parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static UnittestProto.TestCamelCaseFieldNames parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static UnittestProto.TestCamelCaseFieldNames parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static UnittestProto.TestCamelCaseFieldNames parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static UnittestProto.TestCamelCaseFieldNames.Builder newBuilder()
public UnittestProto.TestCamelCaseFieldNames.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static UnittestProto.TestCamelCaseFieldNames.Builder newBuilder(UnittestProto.TestCamelCaseFieldNames prototype)
public UnittestProto.TestCamelCaseFieldNames.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected UnittestProto.TestCamelCaseFieldNames.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessage