public com.xinqihd.sns.gameserver.proto.XinqiBseHarvestTree.BseHarvestTree build() {
   com.xinqihd.sns.gameserver.proto.XinqiBseHarvestTree.BseHarvestTree result = buildPartial();
   if (!result.isInitialized()) {
     throw newUninitializedMessageException(result);
   }
   return result;
 }
 private com.xinqihd.sns.gameserver.proto.XinqiBseHarvestTree.BseHarvestTree buildParsed()
     throws com.google.protobuf.InvalidProtocolBufferException {
   com.xinqihd.sns.gameserver.proto.XinqiBseHarvestTree.BseHarvestTree result = buildPartial();
   if (!result.isInitialized()) {
     throw newUninitializedMessageException(result).asInvalidProtocolBufferException();
   }
   return result;
 }