chore: update docs/dyn (#1106)
diff --git a/docs/dyn/dataflow_v1b3.projects.jobs.debug.html b/docs/dyn/dataflow_v1b3.projects.jobs.debug.html
index f875b17..56e2b85 100644
--- a/docs/dyn/dataflow_v1b3.projects.jobs.debug.html
+++ b/docs/dyn/dataflow_v1b3.projects.jobs.debug.html
@@ -100,9 +100,9 @@
The object takes the form of:
{ # 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 [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.
+ "workerId": "A String", # The worker id, i.e., VM hostname.
}
x__xgafv: string, V1 error format.
@@ -129,10 +129,10 @@
The object takes the form of:
{ # Request to send encoded debug information.
- "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.
- "workerId": "A String", # The worker id, i.e., VM hostname.
"data": "A String", # The encoded debug information.
+ "workerId": "A String", # The worker id, i.e., VM hostname.
+ "componentId": "A String", # The internal component id for which debug information is sent.
}
x__xgafv: string, V1 error format.