public static final class UnittestProto.TestCamelCaseFieldNames extends BaseMessage<T>
memoizedSerializedSize| Constructor and Description |
|---|
TestCamelCaseFieldNames() |
addAll, assertInitialized, checktInitialized, computeGroupSize, computeMessageSize, isInitialized, load, loadAndClear, mergeFramed, mergeFramed, mergeFramed, mergeFramed, mergeUnframed, mergeUnframed, mergeUnframed, prefix, readGroup, readRawByte, readRawVarint32, serializedSizeFramed, toFramedBuffer, toFramedByteArray, toUnframedBuffer, toUnframedByteArray, writeFramed, writeFramed, writeGroup, writeMessage, writeUnframedpublic ArrayList<String> missingFields()
missingFields in class BaseMessage<UnittestProto.TestCamelCaseFieldNames>public void clear()
clear in interface Message<UnittestProto.TestCamelCaseFieldNames>clear in class BaseMessage<UnittestProto.TestCamelCaseFieldNames>public UnittestProto.TestCamelCaseFieldNames clone()
clone in interface Message<UnittestProto.TestCamelCaseFieldNames>clone in class BaseMessage<UnittestProto.TestCamelCaseFieldNames>public UnittestProto.TestCamelCaseFieldNames mergeFrom(UnittestProto.TestCamelCaseFieldNames other)
mergeFrom in interface Message<UnittestProto.TestCamelCaseFieldNames>mergeFrom in class BaseMessage<UnittestProto.TestCamelCaseFieldNames>public int serializedSizeUnframed()
public UnittestProto.TestCamelCaseFieldNames mergeUnframed(CodedInputStream input) throws IOException
IOExceptionpublic void writeUnframed(CodedOutputStream output) throws IOException
writeUnframed in interface Message<UnittestProto.TestCamelCaseFieldNames>writeUnframed in class BaseMessage<UnittestProto.TestCamelCaseFieldNames>IOExceptionpublic static UnittestProto.TestCamelCaseFieldNames parseUnframed(CodedInputStream data) throws InvalidProtocolBufferException, IOException
public static UnittestProto.TestCamelCaseFieldNames parseUnframed(Buffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static UnittestProto.TestCamelCaseFieldNames parseUnframed(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static UnittestProto.TestCamelCaseFieldNames parseUnframed(InputStream data) throws InvalidProtocolBufferException, IOException
public static UnittestProto.TestCamelCaseFieldNames parseFramed(CodedInputStream data) throws InvalidProtocolBufferException, IOException
public static UnittestProto.TestCamelCaseFieldNames parseFramed(Buffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static UnittestProto.TestCamelCaseFieldNames parseFramed(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static UnittestProto.TestCamelCaseFieldNames parseFramed(InputStream data) throws InvalidProtocolBufferException, IOException
public StringBuilder toString(StringBuilder sb, String prefix)
public boolean equals(UnittestProto.TestCamelCaseFieldNames obj)
public boolean hasPrimitiveField()
public int getPrimitiveField()
public T setPrimitiveField(int primitiveField)
public void clearPrimitiveField()
public boolean hasStringField()
public String getStringField()
public T setStringField(String stringField)
public void clearStringField()
public boolean hasEnumField()
public UnittestProto.ForeignEnum getEnumField()
public T setEnumField(UnittestProto.ForeignEnum enumField)
public void clearEnumField()
public boolean hasMessageField()
public UnittestProto.ForeignMessage getMessageField()
public T setMessageField(UnittestProto.ForeignMessage messageField)
public void clearMessageField()
public boolean hasStringPieceField()
public String getStringPieceField()
public T setStringPieceField(String stringPieceField)
public void clearStringPieceField()
public boolean hasCordField()
public String getCordField()
public T setCordField(String cordField)
public void clearCordField()
public boolean hasRepeatedPrimitiveField()
public T setRepeatedPrimitiveFieldList(List<Integer> repeatedPrimitiveField)
public int getRepeatedPrimitiveFieldCount()
public Integer getRepeatedPrimitiveField(int index)
public T setRepeatedPrimitiveField(int index,
Integer value)
public T addRepeatedPrimitiveField(Integer value)
public T addAllRepeatedPrimitiveField(Iterable<? extends Integer> collection)
public void clearRepeatedPrimitiveField()
public boolean hasRepeatedStringField()
public int getRepeatedStringFieldCount()
public String getRepeatedStringField(int index)
public T setRepeatedStringField(int index,
String value)
public T addRepeatedStringField(String value)
public void clearRepeatedStringField()
public boolean hasRepeatedEnumField()
public List<UnittestProto.ForeignEnum> getRepeatedEnumFieldList()
public T setRepeatedEnumFieldList(List<UnittestProto.ForeignEnum> repeatedEnumField)
public int getRepeatedEnumFieldCount()
public UnittestProto.ForeignEnum getRepeatedEnumField(int index)
public T setRepeatedEnumField(int index,
UnittestProto.ForeignEnum value)
public T addRepeatedEnumField(UnittestProto.ForeignEnum value)
public T addAllRepeatedEnumField(Iterable<? extends UnittestProto.ForeignEnum> collection)
public void clearRepeatedEnumField()
public boolean hasRepeatedMessageField()
public List<UnittestProto.ForeignMessage> getRepeatedMessageFieldList()
public T setRepeatedMessageFieldList(List<UnittestProto.ForeignMessage> repeatedMessageField)
public int getRepeatedMessageFieldCount()
public UnittestProto.ForeignMessage getRepeatedMessageField(int index)
public T setRepeatedMessageField(int index,
UnittestProto.ForeignMessage value)
public T addRepeatedMessageField(UnittestProto.ForeignMessage value)
public T addAllRepeatedMessageField(Iterable<? extends UnittestProto.ForeignMessage> collection)
public void clearRepeatedMessageField()
public boolean hasRepeatedStringPieceField()
public T setRepeatedStringPieceFieldList(List<String> repeatedStringPieceField)
public int getRepeatedStringPieceFieldCount()
public String getRepeatedStringPieceField(int index)
public T setRepeatedStringPieceField(int index,
String value)
public T addRepeatedStringPieceField(String value)
public T addAllRepeatedStringPieceField(Iterable<? extends String> collection)
public void clearRepeatedStringPieceField()
public boolean hasRepeatedCordField()
public int getRepeatedCordFieldCount()
public String getRepeatedCordField(int index)
public T setRepeatedCordField(int index,
String value)
public T addRepeatedCordField(String value)
public void clearRepeatedCordField()
Copyright © 2017. All rights reserved.