You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: branches/batching-expr/google-cloud-core/src/main/java/com/google/cloud/batchingexperimental/RequestAccumulator.java
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -130,6 +130,11 @@ public List<SettableApiFuture<ResponseT>> futureBatch() {
130
130
returnfutures;
131
131
}
132
132
133
+
/** Returns the combined size of items in {@link #batch()}. */
Copy file name to clipboardExpand all lines: branches/batching-expr/google-cloud-core/src/test/java/com/google/cloud/batchingexperimental/RequestAccumulatorTest.java
0 commit comments