Example #1
0
 public Builder AddOptions(global::Nohros.RestQL.QueryOptionsProto.Builder builderForValue)
 {
     pb::ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     PrepareBuilder();
     result.options_.Add(builderForValue.Build());
     return(this);
 }
Example #2
0
 public Builder SetOptions(int index, global::Nohros.RestQL.QueryOptionsProto.Builder builderForValue)
 {
     pb::ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     PrepareBuilder();
     result.options_[index] = builderForValue.Build();
     return(this);
 }