chore: update generated docs (#1115)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/2ed9ab0e-55b4-4ab2-aede-c95e765f7376/targets

- [x] To automatically regenerate this PR, check this box.

Source-Link: https://github.com/googleapis/discovery-artifact-manager/commit/0bed8bdae25d545e796cfcdd7a9bfffff11e69da
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/dataflow_v1b3.projects.snapshots.html b/docs/dyn/dataflow_v1b3.projects.snapshots.html
index 9288444..9168d44 100644
--- a/docs/dyn/dataflow_v1b3.projects.snapshots.html
+++ b/docs/dyn/dataflow_v1b3.projects.snapshots.html
@@ -81,7 +81,7 @@
   <code><a href="#get">get(projectId, snapshotId, location=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Gets information about a snapshot.</p>
 <p class="toc_element">
-  <code><a href="#list">list(projectId, jobId=None, location=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(projectId, location=None, jobId=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Lists snapshots.</p>
 <h3>Method Details</h3>
 <div class="method">
@@ -106,6 +106,7 @@
   An object of the form:
 
     { # Represents a snapshot of a job.
+    &quot;projectId&quot;: &quot;A String&quot;, # The project this snapshot belongs to.
     &quot;pubsubMetadata&quot;: [ # PubSub snapshot metadata.
       { # Represents a Pubsub snapshot.
         &quot;snapshotName&quot;: &quot;A String&quot;, # The name of the Pubsub snapshot.
@@ -113,25 +114,24 @@
         &quot;expireTime&quot;: &quot;A String&quot;, # The expire time of the Pubsub snapshot.
       },
     ],
-    &quot;creationTime&quot;: &quot;A String&quot;, # The time this snapshot was created.
-    &quot;id&quot;: &quot;A String&quot;, # The unique ID of this snapshot.
-    &quot;diskSizeBytes&quot;: &quot;A String&quot;, # The disk byte size of the snapshot. Only available for snapshots in READY state.
-    &quot;projectId&quot;: &quot;A String&quot;, # The project this snapshot belongs to.
-    &quot;state&quot;: &quot;A String&quot;, # State of the snapshot.
-    &quot;ttl&quot;: &quot;A String&quot;, # The time after which this snapshot will be automatically deleted.
-    &quot;description&quot;: &quot;A String&quot;, # User specified description of the snapshot. Maybe empty.
     &quot;sourceJobId&quot;: &quot;A String&quot;, # The job this snapshot was created from.
+    &quot;id&quot;: &quot;A String&quot;, # The unique ID of this snapshot.
+    &quot;state&quot;: &quot;A String&quot;, # State of the snapshot.
+    &quot;description&quot;: &quot;A String&quot;, # User specified description of the snapshot. Maybe empty.
+    &quot;diskSizeBytes&quot;: &quot;A String&quot;, # The disk byte size of the snapshot. Only available for snapshots in READY state.
+    &quot;creationTime&quot;: &quot;A String&quot;, # The time this snapshot was created.
+    &quot;ttl&quot;: &quot;A String&quot;, # The time after which this snapshot will be automatically deleted.
   }</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(projectId, jobId=None, location=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(projectId, location=None, jobId=None, x__xgafv=None)</code>
   <pre>Lists snapshots.
 
 Args:
   projectId: string, The project ID to list snapshots for. (required)
-  jobId: string, If specified, list snapshots created from this job.
   location: string, The location to list snapshots in.
+  jobId: string, If specified, list snapshots created from this job.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -143,6 +143,7 @@
     { # List of snapshots.
     &quot;snapshots&quot;: [ # Returned snapshots.
       { # Represents a snapshot of a job.
+        &quot;projectId&quot;: &quot;A String&quot;, # The project this snapshot belongs to.
         &quot;pubsubMetadata&quot;: [ # PubSub snapshot metadata.
           { # Represents a Pubsub snapshot.
             &quot;snapshotName&quot;: &quot;A String&quot;, # The name of the Pubsub snapshot.
@@ -150,14 +151,13 @@
             &quot;expireTime&quot;: &quot;A String&quot;, # The expire time of the Pubsub snapshot.
           },
         ],
-        &quot;creationTime&quot;: &quot;A String&quot;, # The time this snapshot was created.
-        &quot;id&quot;: &quot;A String&quot;, # The unique ID of this snapshot.
-        &quot;diskSizeBytes&quot;: &quot;A String&quot;, # The disk byte size of the snapshot. Only available for snapshots in READY state.
-        &quot;projectId&quot;: &quot;A String&quot;, # The project this snapshot belongs to.
-        &quot;state&quot;: &quot;A String&quot;, # State of the snapshot.
-        &quot;ttl&quot;: &quot;A String&quot;, # The time after which this snapshot will be automatically deleted.
-        &quot;description&quot;: &quot;A String&quot;, # User specified description of the snapshot. Maybe empty.
         &quot;sourceJobId&quot;: &quot;A String&quot;, # The job this snapshot was created from.
+        &quot;id&quot;: &quot;A String&quot;, # The unique ID of this snapshot.
+        &quot;state&quot;: &quot;A String&quot;, # State of the snapshot.
+        &quot;description&quot;: &quot;A String&quot;, # User specified description of the snapshot. Maybe empty.
+        &quot;diskSizeBytes&quot;: &quot;A String&quot;, # The disk byte size of the snapshot. Only available for snapshots in READY state.
+        &quot;creationTime&quot;: &quot;A String&quot;, # The time this snapshot was created.
+        &quot;ttl&quot;: &quot;A String&quot;, # The time after which this snapshot will be automatically deleted.
       },
     ],
   }</pre>