Пример #1
0
 public Builder AddStatus(global::atwork_pb_msgs.RobotStatus value)
 {
     pb::ThrowHelper.ThrowIfNull(value, "value");
     PrepareBuilder();
     result.status_.Add(value);
     return(this);
 }
Пример #2
0
 public Builder SetStatus(int index, global::atwork_pb_msgs.RobotStatus value)
 {
     pb::ThrowHelper.ThrowIfNull(value, "value");
     PrepareBuilder();
     result.status_[index] = value;
     return(this);
 }