docs: update generated docs (#981)
diff --git a/docs/dyn/dataflow_v1b3.projects.locations.jobs.debug.html b/docs/dyn/dataflow_v1b3.projects.locations.jobs.debug.html
index 6e6689c..5b3ce14 100644
--- a/docs/dyn/dataflow_v1b3.projects.locations.jobs.debug.html
+++ b/docs/dyn/dataflow_v1b3.projects.locations.jobs.debug.html
@@ -95,12 +95,12 @@
The object takes the form of:
{ # Request to get updated debug configuration for component.
- "componentId": "A String", # The internal component id for which debug configuration is
- # requested.
- "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.
+ "workerId": "A String", # The worker id, i.e., VM hostname.
}
x__xgafv: string, V1 error format.
@@ -130,12 +130,12 @@
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.
- "workerId": "A String", # The worker id, i.e., VM hostname.
+ "data": "A String", # The encoded debug information.
"location": "A String", # The [regional endpoint]
# (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that
# contains the job specified by job_id.
- "data": "A String", # The encoded debug information.
+ "componentId": "A String", # The internal component id for which debug information is sent.
+ "workerId": "A String", # The worker id, i.e., VM hostname.
}
x__xgafv: string, V1 error format.