public static final class UnittestProto.TestNestedMessageHasBits extends BaseMessage<T>
Modifier and Type | Class and Description |
---|---|
static class |
UnittestProto.TestNestedMessageHasBits.NestedMessage |
memoizedSerializedSize
Constructor and Description |
---|
TestNestedMessageHasBits() |
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, writeUnframed
public ArrayList<String> missingFields()
missingFields
in class BaseMessage<UnittestProto.TestNestedMessageHasBits>
public void clear()
clear
in interface Message<UnittestProto.TestNestedMessageHasBits>
clear
in class BaseMessage<UnittestProto.TestNestedMessageHasBits>
public UnittestProto.TestNestedMessageHasBits clone()
clone
in interface Message<UnittestProto.TestNestedMessageHasBits>
clone
in class BaseMessage<UnittestProto.TestNestedMessageHasBits>
public UnittestProto.TestNestedMessageHasBits mergeFrom(UnittestProto.TestNestedMessageHasBits other)
mergeFrom
in interface Message<UnittestProto.TestNestedMessageHasBits>
mergeFrom
in class BaseMessage<UnittestProto.TestNestedMessageHasBits>
public int serializedSizeUnframed()
public UnittestProto.TestNestedMessageHasBits mergeUnframed(CodedInputStream input) throws IOException
IOException
public void writeUnframed(CodedOutputStream output) throws IOException
writeUnframed
in interface Message<UnittestProto.TestNestedMessageHasBits>
writeUnframed
in class BaseMessage<UnittestProto.TestNestedMessageHasBits>
IOException
public static UnittestProto.TestNestedMessageHasBits parseUnframed(CodedInputStream data) throws InvalidProtocolBufferException, IOException
public static UnittestProto.TestNestedMessageHasBits parseUnframed(Buffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static UnittestProto.TestNestedMessageHasBits parseUnframed(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static UnittestProto.TestNestedMessageHasBits parseUnframed(InputStream data) throws InvalidProtocolBufferException, IOException
public static UnittestProto.TestNestedMessageHasBits parseFramed(CodedInputStream data) throws InvalidProtocolBufferException, IOException
public static UnittestProto.TestNestedMessageHasBits parseFramed(Buffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static UnittestProto.TestNestedMessageHasBits parseFramed(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static UnittestProto.TestNestedMessageHasBits parseFramed(InputStream data) throws InvalidProtocolBufferException, IOException
public StringBuilder toString(StringBuilder sb, String prefix)
public boolean equals(UnittestProto.TestNestedMessageHasBits obj)
public boolean hasOptionalNestedMessage()
public UnittestProto.TestNestedMessageHasBits.NestedMessage getOptionalNestedMessage()
public T setOptionalNestedMessage(UnittestProto.TestNestedMessageHasBits.NestedMessage optionalNestedMessage)
public void clearOptionalNestedMessage()
Copyright © 2016 The Apache Software Foundation. All rights reserved.