chore: regens API reference docs (#889)
diff --git a/docs/dyn/dataflow_v1b3.projects.locations.html b/docs/dyn/dataflow_v1b3.projects.locations.html
index 186e650..925492e 100644
--- a/docs/dyn/dataflow_v1b3.projects.locations.html
+++ b/docs/dyn/dataflow_v1b3.projects.locations.html
@@ -75,6 +75,11 @@
<h1><a href="dataflow_v1b3.html">Dataflow API</a> . <a href="dataflow_v1b3.projects.html">projects</a> . <a href="dataflow_v1b3.projects.locations.html">locations</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
+ <code><a href="dataflow_v1b3.projects.locations.flexTemplates.html">flexTemplates()</a></code>
+</p>
+<p class="firstline">Returns the flexTemplates Resource.</p>
+
+<p class="toc_element">
<code><a href="dataflow_v1b3.projects.locations.jobs.html">jobs()</a></code>
</p>
<p class="firstline">Returns the jobs Resource.</p>
@@ -95,11 +100,11 @@
<p class="firstline">Returns the templates Resource.</p>
<p class="toc_element">
- <code><a href="#workerMessages">workerMessages(projectId, location, body, x__xgafv=None)</a></code></p>
+ <code><a href="#workerMessages">workerMessages(projectId, location, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Send a worker_message to the service.</p>
<h3>Method Details</h3>
<div class="method">
- <code class="details" id="workerMessages">workerMessages(projectId, location, body, x__xgafv=None)</code>
+ <code class="details" id="workerMessages">workerMessages(projectId, location, body=None, x__xgafv=None)</code>
<pre>Send a worker_message to the service.
Args:
@@ -107,7 +112,7 @@
location: string, The [regional endpoint]
(https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that
contains the job. (required)
- body: object, The request body. (required)
+ body: object, The request body.
The object takes the form of:
{ # A request for sending worker messages to the service.
@@ -134,6 +139,19 @@
"timestamp": "A String", # Timestamp of the measurement.
},
],
+ "containers": { # Per container information.
+ # Key: container name.
+ "a_key": # Object with schema name: ResourceUtilizationReport
+ },
+ "memoryInfo": [ # Memory utilization samples.
+ { # Information about the memory usage of a worker or a container within a
+ # worker.
+ "totalGbMs": "A String", # Total memory (RSS) usage since start up in GB * ms.
+ "currentLimitBytes": "A String", # Instantenous memory limit in bytes.
+ "currentRssBytes": "A String", # Instantenous memory (RSS) size in bytes.
+ "timestamp": "A String", # Timestamp of the measurement.
+ },
+ ],
},
"workerMessageCode": { # A message code is used to report status and error messages to the service. # A worker message code.
# The message codes are intended to be machine readable. The service will