Exemplo n.º 1
0
 public Builder SetLogs(int index, global::BonreePB.Agentlog.Builder builderForValue)
 {
     pb::ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     PrepareBuilder();
     result.logs_[index] = builderForValue.Build();
     return(this);
 }
Exemplo n.º 2
0
 public Builder AddLogs(global::BonreePB.Agentlog.Builder builderForValue)
 {
     pb::ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     PrepareBuilder();
     result.logs_.Add(builderForValue.Build());
     return(this);
 }