Skip to content

Commit 8ade2ae

Browse files
feat(dataflow): update the api
#### dataflow:v1b3 The following keys were added: - schemas.MemInfo.properties.currentOoms (Total Keys: 2)
1 parent 58ef3e0 commit 8ade2ae

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

docs/dyn/dataflow_v1b3.projects.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ <h3>Method Details</h3>
186186
&quot;memoryInfo&quot;: [ # Memory utilization samples.
187187
{ # Information about the memory usage of a worker or a container within a worker.
188188
&quot;currentLimitBytes&quot;: &quot;A String&quot;, # Instantenous memory limit in bytes.
189+
&quot;currentOoms&quot;: &quot;A String&quot;, # Number of Out of Memory (OOM) events recorded since the previous measurement.
189190
&quot;currentRssBytes&quot;: &quot;A String&quot;, # Instantenous memory (RSS) size in bytes.
190191
&quot;timestamp&quot;: &quot;A String&quot;, # Timestamp of the measurement.
191192
&quot;totalGbMs&quot;: &quot;A String&quot;, # Total memory (RSS) usage since start up in GB * ms.

docs/dyn/dataflow_v1b3.projects.locations.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ <h3>Method Details</h3>
169169
&quot;memoryInfo&quot;: [ # Memory utilization samples.
170170
{ # Information about the memory usage of a worker or a container within a worker.
171171
&quot;currentLimitBytes&quot;: &quot;A String&quot;, # Instantenous memory limit in bytes.
172+
&quot;currentOoms&quot;: &quot;A String&quot;, # Number of Out of Memory (OOM) events recorded since the previous measurement.
172173
&quot;currentRssBytes&quot;: &quot;A String&quot;, # Instantenous memory (RSS) size in bytes.
173174
&quot;timestamp&quot;: &quot;A String&quot;, # Timestamp of the measurement.
174175
&quot;totalGbMs&quot;: &quot;A String&quot;, # Total memory (RSS) usage since start up in GB * ms.

googleapiclient/discovery_cache/documents/dataflow.v1b3.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2225,7 +2225,7 @@
22252225
}
22262226
}
22272227
},
2228-
"revision": "20211229",
2228+
"revision": "20220215",
22292229
"rootUrl": "https://dataflow.googleapis.com/",
22302230
"schemas": {
22312231
"ApproximateProgress": {
@@ -4350,6 +4350,11 @@
43504350
"format": "uint64",
43514351
"type": "string"
43524352
},
4353+
"currentOoms": {
4354+
"description": "Number of Out of Memory (OOM) events recorded since the previous measurement.",
4355+
"format": "int64",
4356+
"type": "string"
4357+
},
43534358
"currentRssBytes": {
43544359
"description": "Instantenous memory (RSS) size in bytes.",
43554360
"format": "uint64",

0 commit comments

Comments
 (0)