public Builder AddPhone(global::cs.Person.Types.PhoneNumber.Builder builderForValue) { pb::ThrowHelper.ThrowIfNull(builderForValue, "builderForValue"); PrepareBuilder(); result.phone_.Add(builderForValue.Build()); return(this); }
public Builder SetPhone(int index, global::cs.Person.Types.PhoneNumber.Builder builderForValue) { pb::ThrowHelper.ThrowIfNull(builderForValue, "builderForValue"); PrepareBuilder(); result.phone_[index] = builderForValue.Build(); return(this); }