Exemplo n.º 1
0
 // Token: 0x0600084C RID: 2124 RVA: 0x00013F45 File Offset: 0x00012145
 public Builder AddBatchItem(SingleBatchItem.Builder builderForValue)
 {
     ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     PrepareBuilder();
     result.batchItem_.Add(builderForValue.Build());
     return(this);
 }
Exemplo n.º 2
0
 // Token: 0x0600084A RID: 2122 RVA: 0x00013EF3 File Offset: 0x000120F3
 public Builder SetBatchItem(int index, SingleBatchItem.Builder builderForValue)
 {
     ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     PrepareBuilder();
     result.batchItem_[index] = builderForValue.Build();
     return(this);
 }
 public SingleBatchRequest.Builder AddBatchItem(
     SingleBatchItem.Builder builderForValue)
 {
     Google.ProtocolBuffers.ThrowHelper.ThrowIfNull((object)builderForValue, nameof(builderForValue));
     this.PrepareBuilder();
     this.result.batchItem_.Add(builderForValue.Build());
     return(this);
 }