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: clients/google-api-services-dataflow/v1b3/2.0.0/com/google/api/services/dataflow/model/FlexTemplateRuntimeEnvironment.java
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,8 @@ public final class FlexTemplateRuntimeEnvironment extends com.google.api.client.
116
116
privatejava.lang.StringkmsKeyName;
117
117
118
118
/**
119
-
* The machine type to use for launching the job. The default is n1-standard-1.
119
+
* The machine type to use for launching the job. If not set, Dataflow will select a default
120
+
* machine type.
120
121
* The value may be {@code null}.
121
122
*/
122
123
@com.google.api.client.util.Key
@@ -448,15 +449,17 @@ public FlexTemplateRuntimeEnvironment setKmsKeyName(java.lang.String kmsKeyName)
448
449
}
449
450
450
451
/**
451
-
* The machine type to use for launching the job. The default is n1-standard-1.
452
+
* The machine type to use for launching the job. If not set, Dataflow will select a default
453
+
* machine type.
452
454
* @return value or {@code null} for none
453
455
*/
454
456
publicjava.lang.StringgetLauncherMachineType() {
455
457
returnlauncherMachineType;
456
458
}
457
459
458
460
/**
459
-
* The machine type to use for launching the job. The default is n1-standard-1.
461
+
* The machine type to use for launching the job. If not set, Dataflow will select a default
462
+
* machine type.
460
463
* @param launcherMachineType launcherMachineType or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-dataflow/v1b3/2.0.0/com/google/api/services/dataflow/model/RuntimeUpdatableParams.java
0 commit comments