public static final class UnittestProto.TestNestedMessageHasBits.NestedMessage extends BaseMessage<T>
memoizedSerializedSize| Constructor and Description |
|---|
NestedMessage() |
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.TestNestedMessageHasBits.NestedMessage>public void clear()
clear in interface Message<UnittestProto.TestNestedMessageHasBits.NestedMessage>clear in class BaseMessage<UnittestProto.TestNestedMessageHasBits.NestedMessage>public UnittestProto.TestNestedMessageHasBits.NestedMessage clone()
clone in interface Message<UnittestProto.TestNestedMessageHasBits.NestedMessage>clone in class BaseMessage<UnittestProto.TestNestedMessageHasBits.NestedMessage>public UnittestProto.TestNestedMessageHasBits.NestedMessage mergeFrom(UnittestProto.TestNestedMessageHasBits.NestedMessage other)
mergeFrom in interface Message<UnittestProto.TestNestedMessageHasBits.NestedMessage>mergeFrom in class BaseMessage<UnittestProto.TestNestedMessageHasBits.NestedMessage>public int serializedSizeUnframed()
public UnittestProto.TestNestedMessageHasBits.NestedMessage mergeUnframed(CodedInputStream input) throws IOException
IOExceptionpublic void writeUnframed(CodedOutputStream output) throws IOException
writeUnframed in interface Message<UnittestProto.TestNestedMessageHasBits.NestedMessage>writeUnframed in class BaseMessage<UnittestProto.TestNestedMessageHasBits.NestedMessage>IOExceptionpublic static UnittestProto.TestNestedMessageHasBits.NestedMessage parseUnframed(CodedInputStream data) throws InvalidProtocolBufferException, IOException
public static UnittestProto.TestNestedMessageHasBits.NestedMessage parseUnframed(Buffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static UnittestProto.TestNestedMessageHasBits.NestedMessage parseUnframed(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static UnittestProto.TestNestedMessageHasBits.NestedMessage parseUnframed(InputStream data) throws InvalidProtocolBufferException, IOException
public static UnittestProto.TestNestedMessageHasBits.NestedMessage parseFramed(CodedInputStream data) throws InvalidProtocolBufferException, IOException
public static UnittestProto.TestNestedMessageHasBits.NestedMessage parseFramed(Buffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static UnittestProto.TestNestedMessageHasBits.NestedMessage parseFramed(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static UnittestProto.TestNestedMessageHasBits.NestedMessage parseFramed(InputStream data) throws InvalidProtocolBufferException, IOException
public StringBuilder toString(StringBuilder sb, String prefix)
public boolean equals(UnittestProto.TestNestedMessageHasBits.NestedMessage obj)
public boolean hasNestedmessageRepeatedInt32()
public T setNestedmessageRepeatedInt32List(List<Integer> nestedmessageRepeatedInt32)
public int getNestedmessageRepeatedInt32Count()
public Integer getNestedmessageRepeatedInt32(int index)
public T setNestedmessageRepeatedInt32(int index,
Integer value)
public T addNestedmessageRepeatedInt32(Integer value)
public T addAllNestedmessageRepeatedInt32(Iterable<? extends Integer> collection)
public void clearNestedmessageRepeatedInt32()
public boolean hasNestedmessageRepeatedForeignmessage()
public List<UnittestProto.ForeignMessage> getNestedmessageRepeatedForeignmessageList()
public T setNestedmessageRepeatedForeignmessageList(List<UnittestProto.ForeignMessage> nestedmessageRepeatedForeignmessage)
public int getNestedmessageRepeatedForeignmessageCount()
public UnittestProto.ForeignMessage getNestedmessageRepeatedForeignmessage(int index)
public T setNestedmessageRepeatedForeignmessage(int index,
UnittestProto.ForeignMessage value)
public T addNestedmessageRepeatedForeignmessage(UnittestProto.ForeignMessage value)
public T addAllNestedmessageRepeatedForeignmessage(Iterable<? extends UnittestProto.ForeignMessage> collection)
public void clearNestedmessageRepeatedForeignmessage()
Copyright © 2016. All rights reserved.