public Builder AddBasicQotList(global::Qot_Common.BasicQot value) { pb::ThrowHelper.ThrowIfNull(value, "value"); PrepareBuilder(); result.basicQotList_.Add(value); return(this); }
public Builder SetBasicQotList(int index, global::Qot_Common.BasicQot value) { pb::ThrowHelper.ThrowIfNull(value, "value"); PrepareBuilder(); result.basicQotList_[index] = value; return(this); }