public static final class UnittestProto.TestDupFieldNumber extends BaseMessage<T>
Modifier and Type | Class and Description |
---|---|
static class |
UnittestProto.TestDupFieldNumber.Bar |
static class |
UnittestProto.TestDupFieldNumber.Foo |
memoizedSerializedSize
Constructor and Description |
---|
TestDupFieldNumber() |
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.TestDupFieldNumber>
public void clear()
clear
in interface Message<UnittestProto.TestDupFieldNumber>
clear
in class BaseMessage<UnittestProto.TestDupFieldNumber>
public UnittestProto.TestDupFieldNumber clone()
clone
in interface Message<UnittestProto.TestDupFieldNumber>
clone
in class BaseMessage<UnittestProto.TestDupFieldNumber>
public UnittestProto.TestDupFieldNumber mergeFrom(UnittestProto.TestDupFieldNumber other)
mergeFrom
in interface Message<UnittestProto.TestDupFieldNumber>
mergeFrom
in class BaseMessage<UnittestProto.TestDupFieldNumber>
public int serializedSizeUnframed()
public UnittestProto.TestDupFieldNumber mergeUnframed(CodedInputStream input) throws IOException
IOException
public void writeUnframed(CodedOutputStream output) throws IOException
writeUnframed
in interface Message<UnittestProto.TestDupFieldNumber>
writeUnframed
in class BaseMessage<UnittestProto.TestDupFieldNumber>
IOException
public static UnittestProto.TestDupFieldNumber parseUnframed(CodedInputStream data) throws InvalidProtocolBufferException, IOException
public static UnittestProto.TestDupFieldNumber parseUnframed(Buffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static UnittestProto.TestDupFieldNumber parseUnframed(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static UnittestProto.TestDupFieldNumber parseUnframed(InputStream data) throws InvalidProtocolBufferException, IOException
public static UnittestProto.TestDupFieldNumber parseFramed(CodedInputStream data) throws InvalidProtocolBufferException, IOException
public static UnittestProto.TestDupFieldNumber parseFramed(Buffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static UnittestProto.TestDupFieldNumber parseFramed(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static UnittestProto.TestDupFieldNumber parseFramed(InputStream data) throws InvalidProtocolBufferException, IOException
public StringBuilder toString(StringBuilder sb, String prefix)
public boolean equals(UnittestProto.TestDupFieldNumber obj)
public boolean hasA()
public int getA()
public T setA(int a)
public void clearA()
public boolean hasFoo()
public UnittestProto.TestDupFieldNumber.Foo getFoo()
public T setFoo(UnittestProto.TestDupFieldNumber.Foo foo)
public void clearFoo()
public boolean hasBar()
public UnittestProto.TestDupFieldNumber.Bar getBar()
public T setBar(UnittestProto.TestDupFieldNumber.Bar bar)
public void clearBar()
Copyright © 2017. All rights reserved.