public BuiltinIPList.Builder SetShortConnectIPList(int index, BuiltinIP value) { ThrowHelper.ThrowIfNull(value, "value"); this.PrepareBuilder(); this.result.shortConnectIPList_[index] = value; return(this); }
public BuiltinIPList.Builder AddShortConnectIPList(BuiltinIP value) { ThrowHelper.ThrowIfNull(value, "value"); this.PrepareBuilder(); this.result.shortConnectIPList_.Add(value); return(this); }