public static final class UnittestProto.TestExtremeDefaultValues extends BaseMessage<T>
memoizedSerializedSize| Constructor and Description |
|---|
TestExtremeDefaultValues() |
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.TestExtremeDefaultValues>public void clear()
clear in interface Message<UnittestProto.TestExtremeDefaultValues>clear in class BaseMessage<UnittestProto.TestExtremeDefaultValues>public UnittestProto.TestExtremeDefaultValues clone()
clone in interface Message<UnittestProto.TestExtremeDefaultValues>clone in class BaseMessage<UnittestProto.TestExtremeDefaultValues>public UnittestProto.TestExtremeDefaultValues mergeFrom(UnittestProto.TestExtremeDefaultValues other)
mergeFrom in interface Message<UnittestProto.TestExtremeDefaultValues>mergeFrom in class BaseMessage<UnittestProto.TestExtremeDefaultValues>public int serializedSizeUnframed()
public UnittestProto.TestExtremeDefaultValues mergeUnframed(CodedInputStream input) throws IOException
IOExceptionpublic void writeUnframed(CodedOutputStream output) throws IOException
writeUnframed in interface Message<UnittestProto.TestExtremeDefaultValues>writeUnframed in class BaseMessage<UnittestProto.TestExtremeDefaultValues>IOExceptionpublic static UnittestProto.TestExtremeDefaultValues parseUnframed(CodedInputStream data) throws InvalidProtocolBufferException, IOException
public static UnittestProto.TestExtremeDefaultValues parseUnframed(Buffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static UnittestProto.TestExtremeDefaultValues parseUnframed(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static UnittestProto.TestExtremeDefaultValues parseUnframed(InputStream data) throws InvalidProtocolBufferException, IOException
public static UnittestProto.TestExtremeDefaultValues parseFramed(CodedInputStream data) throws InvalidProtocolBufferException, IOException
public static UnittestProto.TestExtremeDefaultValues parseFramed(Buffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static UnittestProto.TestExtremeDefaultValues parseFramed(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static UnittestProto.TestExtremeDefaultValues parseFramed(InputStream data) throws InvalidProtocolBufferException, IOException
public StringBuilder toString(StringBuilder sb, String prefix)
public boolean equals(UnittestProto.TestExtremeDefaultValues obj)
public boolean hasEscapedBytes()
public Buffer getEscapedBytes()
public T setEscapedBytes(Buffer escapedBytes)
public void clearEscapedBytes()
public boolean hasLargeUint32()
public int getLargeUint32()
public T setLargeUint32(int largeUint32)
public void clearLargeUint32()
public boolean hasLargeUint64()
public long getLargeUint64()
public T setLargeUint64(long largeUint64)
public void clearLargeUint64()
public boolean hasSmallInt32()
public int getSmallInt32()
public T setSmallInt32(int smallInt32)
public void clearSmallInt32()
public boolean hasSmallInt64()
public long getSmallInt64()
public T setSmallInt64(long smallInt64)
public void clearSmallInt64()
public boolean hasUtf8String()
public String getUtf8String()
public T setUtf8String(String utf8String)
public void clearUtf8String()
Copyright © 2017. All rights reserved.