public Builder AddRobots(global::atwork_pb_msgs.Robot.Builder builderForValue) { pb::ThrowHelper.ThrowIfNull(builderForValue, "builderForValue"); PrepareBuilder(); result.robots_.Add(builderForValue.Build()); return(this); }
public Builder SetRobots(int index, global::atwork_pb_msgs.Robot.Builder builderForValue) { pb::ThrowHelper.ThrowIfNull(builderForValue, "builderForValue"); PrepareBuilder(); result.robots_[index] = builderForValue.Build(); return(this); }