docs: update generated docs (#981)

diff --git a/docs/dyn/dataflow_v1b3.projects.jobs.debug.html b/docs/dyn/dataflow_v1b3.projects.jobs.debug.html
index 4ef4265..22c6005 100644
--- a/docs/dyn/dataflow_v1b3.projects.jobs.debug.html
+++ b/docs/dyn/dataflow_v1b3.projects.jobs.debug.html
@@ -92,12 +92,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.
@@ -124,12 +124,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.