chore: regens API reference docs (#889)
diff --git a/docs/dyn/dataflow_v1b3.projects.jobs.debug.html b/docs/dyn/dataflow_v1b3.projects.jobs.debug.html
index edcde44..ccf5601 100644
--- a/docs/dyn/dataflow_v1b3.projects.jobs.debug.html
+++ b/docs/dyn/dataflow_v1b3.projects.jobs.debug.html
@@ -75,29 +75,29 @@
<h1><a href="dataflow_v1b3.html">Dataflow API</a> . <a href="dataflow_v1b3.projects.html">projects</a> . <a href="dataflow_v1b3.projects.jobs.html">jobs</a> . <a href="dataflow_v1b3.projects.jobs.debug.html">debug</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
- <code><a href="#getConfig">getConfig(projectId, jobId, body, x__xgafv=None)</a></code></p>
+ <code><a href="#getConfig">getConfig(projectId, jobId, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Get encoded debug configuration for component. Not cacheable.</p>
<p class="toc_element">
- <code><a href="#sendCapture">sendCapture(projectId, jobId, body, x__xgafv=None)</a></code></p>
+ <code><a href="#sendCapture">sendCapture(projectId, jobId, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Send encoded debug capture data for component.</p>
<h3>Method Details</h3>
<div class="method">
- <code class="details" id="getConfig">getConfig(projectId, jobId, body, x__xgafv=None)</code>
+ <code class="details" id="getConfig">getConfig(projectId, jobId, body=None, x__xgafv=None)</code>
<pre>Get encoded debug configuration for component. Not cacheable.
Args:
projectId: string, The project id. (required)
jobId: string, The job id. (required)
- body: object, The request body. (required)
+ body: object, The request body.
The object takes the form of:
{ # Request to get updated debug configuration for component.
"workerId": "A String", # The worker id, i.e., VM hostname.
+ "componentId": "A String", # The internal component id for which debug configuration is
+ # requested.
"location": "A String", # The [regional endpoint]
# (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that
# contains the job specified by job_id.
- "componentId": "A String", # The internal component id for which debug configuration is
- # requested.
}
x__xgafv: string, V1 error format.
@@ -114,13 +114,13 @@
</div>
<div class="method">
- <code class="details" id="sendCapture">sendCapture(projectId, jobId, body, x__xgafv=None)</code>
+ <code class="details" id="sendCapture">sendCapture(projectId, jobId, body=None, x__xgafv=None)</code>
<pre>Send encoded debug capture data for component.
Args:
projectId: string, The project id. (required)
jobId: string, The job id. (required)
- body: object, The request body. (required)
+ body: object, The request body.
The object takes the form of:
{ # Request to send encoded debug information.