Returns the list of individual RPCs that make up this batch.
()
| 132 | |
| 133 | /** Returns the list of individual RPCs that make up this batch. */ |
| 134 | ArrayList<BatchableRpc> batch() { |
| 135 | return batch; |
| 136 | } |
| 137 | |
| 138 | /** |
| 139 | * Predicts a lower bound on the serialized size of this RPC. |
no outgoing calls