Regen all docs. (#700)
* Stop recursing if discovery == {}
* Generate docs with 'make docs'.
diff --git a/docs/dyn/dataflow_v1b3.projects.jobs.debug.html b/docs/dyn/dataflow_v1b3.projects.jobs.debug.html
index 616ccd4..edcde44 100644
--- a/docs/dyn/dataflow_v1b3.projects.jobs.debug.html
+++ b/docs/dyn/dataflow_v1b3.projects.jobs.debug.html
@@ -72,7 +72,7 @@
</style>
-<h1><a href="dataflow_v1b3.html">Google 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>
+<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>
@@ -93,9 +93,11 @@
{ # Request to get updated debug configuration for component.
"workerId": "A String", # The worker id, i.e., VM hostname.
+ "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.
- "location": "A String", # The location which contains the job specified by job_id.
}
x__xgafv: string, V1 error format.
@@ -124,8 +126,10 @@
{ # Request to send encoded debug information.
"workerId": "A String", # The worker id, i.e., VM hostname.
"data": "A String", # The encoded debug information.
- "location": "A String", # The location which contains the job specified by job_id.
"componentId": "A String", # The internal component id for which debug information is sent.
+ "location": "A String", # The [regional endpoint]
+ # (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that
+ # contains the job specified by job_id.
}
x__xgafv: string, V1 error format.