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, parseUnknownField
equals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toString
checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public 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.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<UnittestProto.TestCamelCaseFieldNames> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasPrimitiveField()
optional int32 PrimitiveField = 1;
hasPrimitiveField
in interface UnittestProto.TestCamelCaseFieldNamesOrBuilder
public int getPrimitiveField()
optional int32 PrimitiveField = 1;
getPrimitiveField
in interface UnittestProto.TestCamelCaseFieldNamesOrBuilder
public boolean hasStringField()
optional string StringField = 2;
hasStringField
in interface UnittestProto.TestCamelCaseFieldNamesOrBuilder
public java.lang.String getStringField()
optional string StringField = 2;
getStringField
in interface UnittestProto.TestCamelCaseFieldNamesOrBuilder
public com.google.protobuf.ByteString getStringFieldBytes()
optional string StringField = 2;
getStringFieldBytes
in interface UnittestProto.TestCamelCaseFieldNamesOrBuilder
public boolean hasEnumField()
optional .protobuf_unittest.ForeignEnum EnumField = 3;
hasEnumField
in interface UnittestProto.TestCamelCaseFieldNamesOrBuilder
public UnittestProto.ForeignEnum getEnumField()
optional .protobuf_unittest.ForeignEnum EnumField = 3;
getEnumField
in interface UnittestProto.TestCamelCaseFieldNamesOrBuilder
public boolean hasMessageField()
optional .protobuf_unittest.ForeignMessage MessageField = 4;
hasMessageField
in interface UnittestProto.TestCamelCaseFieldNamesOrBuilder
public UnittestProto.ForeignMessage getMessageField()
optional .protobuf_unittest.ForeignMessage MessageField = 4;
getMessageField
in interface UnittestProto.TestCamelCaseFieldNamesOrBuilder
public UnittestProto.ForeignMessageOrBuilder getMessageFieldOrBuilder()
optional .protobuf_unittest.ForeignMessage MessageField = 4;
getMessageFieldOrBuilder
in interface UnittestProto.TestCamelCaseFieldNamesOrBuilder
public boolean hasStringPieceField()
optional string StringPieceField = 5 [ctype = STRING_PIECE];
hasStringPieceField
in interface UnittestProto.TestCamelCaseFieldNamesOrBuilder
public java.lang.String getStringPieceField()
optional string StringPieceField = 5 [ctype = STRING_PIECE];
getStringPieceField
in interface UnittestProto.TestCamelCaseFieldNamesOrBuilder
public com.google.protobuf.ByteString getStringPieceFieldBytes()
optional string StringPieceField = 5 [ctype = STRING_PIECE];
getStringPieceFieldBytes
in interface UnittestProto.TestCamelCaseFieldNamesOrBuilder
public boolean hasCordField()
optional string CordField = 6 [ctype = CORD];
hasCordField
in interface UnittestProto.TestCamelCaseFieldNamesOrBuilder
public java.lang.String getCordField()
optional string CordField = 6 [ctype = CORD];
getCordField
in interface UnittestProto.TestCamelCaseFieldNamesOrBuilder
public com.google.protobuf.ByteString getCordFieldBytes()
optional string CordField = 6 [ctype = CORD];
getCordFieldBytes
in interface UnittestProto.TestCamelCaseFieldNamesOrBuilder
public java.util.List<java.lang.Integer> getRepeatedPrimitiveFieldList()
repeated int32 RepeatedPrimitiveField = 7;
getRepeatedPrimitiveFieldList
in interface UnittestProto.TestCamelCaseFieldNamesOrBuilder
public int getRepeatedPrimitiveFieldCount()
repeated int32 RepeatedPrimitiveField = 7;
getRepeatedPrimitiveFieldCount
in interface UnittestProto.TestCamelCaseFieldNamesOrBuilder
public int getRepeatedPrimitiveField(int index)
repeated int32 RepeatedPrimitiveField = 7;
getRepeatedPrimitiveField
in interface UnittestProto.TestCamelCaseFieldNamesOrBuilder
public com.google.protobuf.ProtocolStringList getRepeatedStringFieldList()
repeated string RepeatedStringField = 8;
getRepeatedStringFieldList
in interface UnittestProto.TestCamelCaseFieldNamesOrBuilder
public int getRepeatedStringFieldCount()
repeated string RepeatedStringField = 8;
getRepeatedStringFieldCount
in interface UnittestProto.TestCamelCaseFieldNamesOrBuilder
public java.lang.String getRepeatedStringField(int index)
repeated string RepeatedStringField = 8;
getRepeatedStringField
in interface UnittestProto.TestCamelCaseFieldNamesOrBuilder
public com.google.protobuf.ByteString getRepeatedStringFieldBytes(int index)
repeated string RepeatedStringField = 8;
getRepeatedStringFieldBytes
in interface UnittestProto.TestCamelCaseFieldNamesOrBuilder
public java.util.List<UnittestProto.ForeignEnum> getRepeatedEnumFieldList()
repeated .protobuf_unittest.ForeignEnum RepeatedEnumField = 9;
getRepeatedEnumFieldList
in interface UnittestProto.TestCamelCaseFieldNamesOrBuilder
public int getRepeatedEnumFieldCount()
repeated .protobuf_unittest.ForeignEnum RepeatedEnumField = 9;
getRepeatedEnumFieldCount
in interface UnittestProto.TestCamelCaseFieldNamesOrBuilder
public UnittestProto.ForeignEnum getRepeatedEnumField(int index)
repeated .protobuf_unittest.ForeignEnum RepeatedEnumField = 9;
getRepeatedEnumField
in interface UnittestProto.TestCamelCaseFieldNamesOrBuilder
public java.util.List<UnittestProto.ForeignMessage> getRepeatedMessageFieldList()
repeated .protobuf_unittest.ForeignMessage RepeatedMessageField = 10;
getRepeatedMessageFieldList
in interface UnittestProto.TestCamelCaseFieldNamesOrBuilder
public java.util.List<? extends UnittestProto.ForeignMessageOrBuilder> getRepeatedMessageFieldOrBuilderList()
repeated .protobuf_unittest.ForeignMessage RepeatedMessageField = 10;
getRepeatedMessageFieldOrBuilderList
in interface UnittestProto.TestCamelCaseFieldNamesOrBuilder
public int getRepeatedMessageFieldCount()
repeated .protobuf_unittest.ForeignMessage RepeatedMessageField = 10;
getRepeatedMessageFieldCount
in interface UnittestProto.TestCamelCaseFieldNamesOrBuilder
public UnittestProto.ForeignMessage getRepeatedMessageField(int index)
repeated .protobuf_unittest.ForeignMessage RepeatedMessageField = 10;
getRepeatedMessageField
in interface UnittestProto.TestCamelCaseFieldNamesOrBuilder
public UnittestProto.ForeignMessageOrBuilder getRepeatedMessageFieldOrBuilder(int index)
repeated .protobuf_unittest.ForeignMessage RepeatedMessageField = 10;
getRepeatedMessageFieldOrBuilder
in interface UnittestProto.TestCamelCaseFieldNamesOrBuilder
public com.google.protobuf.ProtocolStringList getRepeatedStringPieceFieldList()
repeated string RepeatedStringPieceField = 11 [ctype = STRING_PIECE];
getRepeatedStringPieceFieldList
in interface UnittestProto.TestCamelCaseFieldNamesOrBuilder
public int getRepeatedStringPieceFieldCount()
repeated string RepeatedStringPieceField = 11 [ctype = STRING_PIECE];
getRepeatedStringPieceFieldCount
in interface UnittestProto.TestCamelCaseFieldNamesOrBuilder
public java.lang.String getRepeatedStringPieceField(int index)
repeated string RepeatedStringPieceField = 11 [ctype = STRING_PIECE];
getRepeatedStringPieceField
in interface UnittestProto.TestCamelCaseFieldNamesOrBuilder
public com.google.protobuf.ByteString getRepeatedStringPieceFieldBytes(int index)
repeated string RepeatedStringPieceField = 11 [ctype = STRING_PIECE];
getRepeatedStringPieceFieldBytes
in interface UnittestProto.TestCamelCaseFieldNamesOrBuilder
public com.google.protobuf.ProtocolStringList getRepeatedCordFieldList()
repeated string RepeatedCordField = 12 [ctype = CORD];
getRepeatedCordFieldList
in interface UnittestProto.TestCamelCaseFieldNamesOrBuilder
public int getRepeatedCordFieldCount()
repeated string RepeatedCordField = 12 [ctype = CORD];
getRepeatedCordFieldCount
in interface UnittestProto.TestCamelCaseFieldNamesOrBuilder
public java.lang.String getRepeatedCordField(int index)
repeated string RepeatedCordField = 12 [ctype = CORD];
getRepeatedCordField
in interface UnittestProto.TestCamelCaseFieldNamesOrBuilder
public com.google.protobuf.ByteString getRepeatedCordFieldBytes(int index)
repeated string RepeatedCordField = 12 [ctype = CORD];
getRepeatedCordFieldBytes
in interface UnittestProto.TestCamelCaseFieldNamesOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
java.io.ObjectStreamException
public static UnittestProto.TestCamelCaseFieldNames parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UnittestProto.TestCamelCaseFieldNames parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UnittestProto.TestCamelCaseFieldNames parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UnittestProto.TestCamelCaseFieldNames parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UnittestProto.TestCamelCaseFieldNames parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static UnittestProto.TestCamelCaseFieldNames parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static UnittestProto.TestCamelCaseFieldNames parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static UnittestProto.TestCamelCaseFieldNames parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static UnittestProto.TestCamelCaseFieldNames parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static UnittestProto.TestCamelCaseFieldNames parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static UnittestProto.TestCamelCaseFieldNames.Builder newBuilder()
public UnittestProto.TestCamelCaseFieldNames.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static UnittestProto.TestCamelCaseFieldNames.Builder newBuilder(UnittestProto.TestCamelCaseFieldNames prototype)
public UnittestProto.TestCamelCaseFieldNames.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected UnittestProto.TestCamelCaseFieldNames.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage