Exemplo n.º 1
0
 public com.xingqiba.MessageProtoHandler.ChatMessage build() {
   com.xingqiba.MessageProtoHandler.ChatMessage result = buildPartial();
   if (!result.isInitialized()) {
     throw newUninitializedMessageException(result);
   }
   return result;
 }
Exemplo n.º 2
0
 private com.xingqiba.MessageProtoHandler.ChatMessage buildParsed()
     throws com.google.protobuf.InvalidProtocolBufferException {
   com.xingqiba.MessageProtoHandler.ChatMessage result = buildPartial();
   if (!result.isInitialized()) {
     throw newUninitializedMessageException(result).asInvalidProtocolBufferException();
   }
   return result;
 }