Ejemplo n.º 1
0
 public void MergeFrom(SuggestResponse other)
 {
     if (other == null)
     {
         return;
     }
     if (other.prediction_ != null)
     {
         if (prediction_ == null)
         {
             Prediction = new global::Asgt.Type.Prediction();
         }
         Prediction.MergeFrom(other.Prediction);
     }
     if (other.model_ != null)
     {
         if (model_ == null)
         {
             Model = new global::Asgt.Type.Model();
         }
         Model.MergeFrom(other.Model);
     }
     _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
 }