docs: docs update (#911)

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/dataflow_v1b3.projects.jobs.debug.html b/docs/dyn/dataflow_v1b3.projects.jobs.debug.html
index ccf5601..3f43044 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.
-    "workerId": "A String", # The worker id, i.e., VM hostname.
-    "componentId": "A String", # The internal component id for which debug configuration is
-        # requested.
-    "location": "A String", # The [regional endpoint]
+    &quot;workerId&quot;: &quot;A String&quot;, # The worker id, i.e., VM hostname.
+    &quot;location&quot;: &quot;A String&quot;, # The [regional endpoint]
         # (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that
         # contains the job specified by job_id.
+    &quot;componentId&quot;: &quot;A String&quot;, # The internal component id for which debug configuration is
+        # requested.
   }
 
   x__xgafv: string, V1 error format.
@@ -109,7 +109,7 @@
   An object of the form:
 
     { # Response to a get debug configuration request.
-    "config": "A String", # The encoded debug configuration for the requested component.
+    &quot;config&quot;: &quot;A String&quot;, # The encoded debug configuration for the requested component.
   }</pre>
 </div>
 
@@ -124,12 +124,12 @@
     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.
-    "componentId": "A String", # The internal component id for which debug information is sent.
-    "location": "A String", # The [regional endpoint]
+    &quot;componentId&quot;: &quot;A String&quot;, # The internal component id for which debug information is sent.
+    &quot;workerId&quot;: &quot;A String&quot;, # The worker id, i.e., VM hostname.
+    &quot;location&quot;: &quot;A String&quot;, # The [regional endpoint]
         # (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that
         # contains the job specified by job_id.
+    &quot;data&quot;: &quot;A String&quot;, # The encoded debug information.
   }
 
   x__xgafv: string, V1 error format.