build: run docs regen in synth.py (#1059)

diff --git a/docs/dyn/dataflow_v1b3.projects.jobs.debug.html b/docs/dyn/dataflow_v1b3.projects.jobs.debug.html
index defaf31..5a0af35 100644
--- a/docs/dyn/dataflow_v1b3.projects.jobs.debug.html
+++ b/docs/dyn/dataflow_v1b3.projects.jobs.debug.html
@@ -101,8 +101,8 @@
 
 { # 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.
+    "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.
-    "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.
     "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.
   }
 
   x__xgafv: string, V1 error format.