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: google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/stub/EnhancedBigtableStubSettings.java
+38-14Lines changed: 38 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -242,6 +242,25 @@ public ClientOperationSettings getPerOpSettings() {
242
242
returnperOpSettings;
243
243
}
244
244
245
+
/** Applies common pool, message size, and keep-alive settings to the provided builder. */
0 commit comments