public Builder mergeFrom(
     com.xinqihd.sns.gameserver.proto.XinqiBceDeleteRole.BceDeleteRole other) {
   if (other
       == com.xinqihd.sns.gameserver.proto.XinqiBceDeleteRole.BceDeleteRole
           .getDefaultInstance()) return this;
   if (other.hasUserid()) {
     setUserid(other.getUserid());
   }
   if (other.hasServerid()) {
     setServerid(other.getServerid());
   }
   this.mergeUnknownFields(other.getUnknownFields());
   return this;
 }