Skip to content

Commit 67081e0

Browse files
feat(dataflow): update the api
#### dataflow:v1b3 The following keys were added: - schemas.FlexTemplateRuntimeEnvironment.properties.enableLauncherVmSerialPortLogging.type (Total Keys: 1)
1 parent 187e71f commit 67081e0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/dyn/dataflow_v1b3.projects.locations.flexTemplates.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ <h3>Method Details</h3>
109109
&quot;autoscalingAlgorithm&quot;: &quot;A String&quot;, # The algorithm to use for autoscaling
110110
&quot;diskSizeGb&quot;: 42, # Worker disk size, in gigabytes.
111111
&quot;dumpHeapOnOom&quot;: 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+
&quot;enableLauncherVmSerialPortLogging&quot;: True or False, # If true serial port logging will be enabled for the launcher VM.
112113
&quot;enableStreamingEngine&quot;: True or False, # Whether to enable Streaming Engine for the job.
113114
&quot;flexrsGoal&quot;: &quot;A String&quot;, # Set FlexRS goal for the job. https://cloud.google.com/dataflow/docs/guides/flexrs
114115
&quot;ipConfiguration&quot;: &quot;A String&quot;, # Configuration for VM IPs.
@@ -167,6 +168,7 @@ <h3>Method Details</h3>
167168
&quot;autoscalingAlgorithm&quot;: &quot;A String&quot;, # The algorithm to use for autoscaling
168169
&quot;diskSizeGb&quot;: 42, # Worker disk size, in gigabytes.
169170
&quot;dumpHeapOnOom&quot;: 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+
&quot;enableLauncherVmSerialPortLogging&quot;: True or False, # If true serial port logging will be enabled for the launcher VM.
170172
&quot;enableStreamingEngine&quot;: True or False, # Whether to enable Streaming Engine for the job.
171173
&quot;flexrsGoal&quot;: &quot;A String&quot;, # Set FlexRS goal for the job. https://cloud.google.com/dataflow/docs/guides/flexrs
172174
&quot;ipConfiguration&quot;: &quot;A String&quot;, # Configuration for VM IPs.

googleapiclient/discovery_cache/documents/dataflow.v1b3.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2225,7 +2225,7 @@
22252225
}
22262226
}
22272227
},
2228-
"revision": "20220806",
2228+
"revision": "20220812",
22292229
"rootUrl": "https://dataflow.googleapis.com/",
22302230
"schemas": {
22312231
"ApproximateProgress": {
@@ -3349,6 +3349,10 @@
33493349
"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.",
33503350
"type": "boolean"
33513351
},
3352+
"enableLauncherVmSerialPortLogging": {
3353+
"description": "If true serial port logging will be enabled for the launcher VM.",
3354+
"type": "boolean"
3355+
},
33523356
"enableStreamingEngine": {
33533357
"description": "Whether to enable Streaming Engine for the job.",
33543358
"type": "boolean"

0 commit comments

Comments
 (0)