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: runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/options/DataflowPipelineWorkerPoolOptions.java
+11-8Lines changed: 11 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -193,16 +193,19 @@ public String getAlgorithm() {
193
193
194
194
voidsetWorkerDiskType(Stringvalue);
195
195
196
-
@Description("IOPS provisioned for the root disk for VMs. If zero or " +
197
-
"unspecified, the service will attempt to choose a reasonable default.")
Copy file name to clipboardExpand all lines: runners/google-cloud-dataflow-java/src/test/java/org/apache/beam/runners/dataflow/DataflowPipelineTranslatorTest.java
+20-18Lines changed: 20 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -619,29 +619,31 @@ public void testDiskSizeGbConfig() throws IOException {
0 commit comments