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
#### dataflow:v1b3
The following keys were added:
- schemas.FlexTemplateRuntimeEnvironment.properties.enableLauncherVmSerialPortLogging.type (Total Keys: 1)
Copy file name to clipboardExpand all lines: docs/dyn/dataflow_v1b3.projects.locations.flexTemplates.html
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,7 @@ <h3>Method Details</h3>
109
109
"autoscalingAlgorithm": "A String", # The algorithm to use for autoscaling
110
110
"diskSizeGb": 42, # Worker disk size, in gigabytes.
111
111
"dumpHeapOnOom": True or False, # If true, when processing time is spent almost entirely on garbage collection (GC), saves a heap dump before ending the thread or process. If false, ends the thread or process without saving a heap dump. Does not save a heap dump when the Java Virtual Machine (JVM) has an out of memory error during processing. The location of the heap file is either echoed back to the user, or the user is given the opportunity to download the heap file.
112
+
"enableLauncherVmSerialPortLogging": True or False, # If true serial port logging will be enabled for the launcher VM.
112
113
"enableStreamingEngine": True or False, # Whether to enable Streaming Engine for the job.
113
114
"flexrsGoal": "A String", # Set FlexRS goal for the job. https://cloud.google.com/dataflow/docs/guides/flexrs
114
115
"ipConfiguration": "A String", # Configuration for VM IPs.
@@ -167,6 +168,7 @@ <h3>Method Details</h3>
167
168
"autoscalingAlgorithm": "A String", # The algorithm to use for autoscaling
168
169
"diskSizeGb": 42, # Worker disk size, in gigabytes.
169
170
"dumpHeapOnOom": True or False, # If true, when processing time is spent almost entirely on garbage collection (GC), saves a heap dump before ending the thread or process. If false, ends the thread or process without saving a heap dump. Does not save a heap dump when the Java Virtual Machine (JVM) has an out of memory error during processing. The location of the heap file is either echoed back to the user, or the user is given the opportunity to download the heap file.
171
+
"enableLauncherVmSerialPortLogging": True or False, # If true serial port logging will be enabled for the launcher VM.
170
172
"enableStreamingEngine": True or False, # Whether to enable Streaming Engine for the job.
171
173
"flexrsGoal": "A String", # Set FlexRS goal for the job. https://cloud.google.com/dataflow/docs/guides/flexrs
172
174
"ipConfiguration": "A String", # Configuration for VM IPs.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/dataflow.v1b3.json
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2225,7 +2225,7 @@
2225
2225
}
2226
2226
}
2227
2227
},
2228
-
"revision": "20220806",
2228
+
"revision": "20220812",
2229
2229
"rootUrl": "https://dataflow.googleapis.com/",
2230
2230
"schemas": {
2231
2231
"ApproximateProgress": {
@@ -3349,6 +3349,10 @@
3349
3349
"description": "If true, when processing time is spent almost entirely on garbage collection (GC), saves a heap dump before ending the thread or process. If false, ends the thread or process without saving a heap dump. Does not save a heap dump when the Java Virtual Machine (JVM) has an out of memory error during processing. The location of the heap file is either echoed back to the user, or the user is given the opportunity to download the heap file.",
3350
3350
"type": "boolean"
3351
3351
},
3352
+
"enableLauncherVmSerialPortLogging": {
3353
+
"description": "If true serial port logging will be enabled for the launcher VM.",
3354
+
"type": "boolean"
3355
+
},
3352
3356
"enableStreamingEngine": {
3353
3357
"description": "Whether to enable Streaming Engine for the job.",
0 commit comments