public static final class UnittestProto.FooRequest extends BaseMessage<T>
memoizedSerializedSize
Constructor and Description |
---|
UnittestProto.FooRequest() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
UnittestProto.FooRequest |
clone() |
boolean |
equals(Object obj) |
boolean |
equals(UnittestProto.FooRequest obj) |
int |
hashCode() |
UnittestProto.FooRequest |
mergeFrom(UnittestProto.FooRequest other) |
UnittestProto.FooRequest |
mergeUnframed(CodedInputStream input) |
ArrayList<String> |
missingFields() |
static UnittestProto.FooRequest |
parseFramed(Buffer data) |
static UnittestProto.FooRequest |
parseFramed(byte[] data) |
static UnittestProto.FooRequest |
parseFramed(CodedInputStream data) |
static UnittestProto.FooRequest |
parseFramed(InputStream data) |
static UnittestProto.FooRequest |
parseUnframed(Buffer data) |
static UnittestProto.FooRequest |
parseUnframed(byte[] data) |
static UnittestProto.FooRequest |
parseUnframed(CodedInputStream data) |
static UnittestProto.FooRequest |
parseUnframed(InputStream data) |
int |
serializedSizeUnframed() |
String |
toString() |
StringBuilder |
toString(StringBuilder sb,
String prefix) |
void |
writeUnframed(CodedOutputStream output) |
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.FooRequest>
public void clear()
clear
in interface Message<UnittestProto.FooRequest>
clear
in class BaseMessage<UnittestProto.FooRequest>
public UnittestProto.FooRequest clone()
clone
in interface Message<UnittestProto.FooRequest>
clone
in class BaseMessage<UnittestProto.FooRequest>
public UnittestProto.FooRequest mergeFrom(UnittestProto.FooRequest other)
mergeFrom
in interface Message<UnittestProto.FooRequest>
mergeFrom
in class BaseMessage<UnittestProto.FooRequest>
public int serializedSizeUnframed()
public UnittestProto.FooRequest mergeUnframed(CodedInputStream input) throws IOException
IOException
public void writeUnframed(CodedOutputStream output) throws IOException
writeUnframed
in interface Message<UnittestProto.FooRequest>
writeUnframed
in class BaseMessage<UnittestProto.FooRequest>
IOException
public static UnittestProto.FooRequest parseUnframed(CodedInputStream data) throws InvalidProtocolBufferException, IOException
public static UnittestProto.FooRequest parseUnframed(Buffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static UnittestProto.FooRequest parseUnframed(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static UnittestProto.FooRequest parseUnframed(InputStream data) throws InvalidProtocolBufferException, IOException
public static UnittestProto.FooRequest parseFramed(CodedInputStream data) throws InvalidProtocolBufferException, IOException
public static UnittestProto.FooRequest parseFramed(Buffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static UnittestProto.FooRequest parseFramed(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static UnittestProto.FooRequest parseFramed(InputStream data) throws InvalidProtocolBufferException, IOException
public StringBuilder toString(StringBuilder sb, String prefix)
public boolean equals(UnittestProto.FooRequest obj)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.