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.snapshots.html b/docs/dyn/dataflow_v1b3.projects.snapshots.html
index f9662b8..ad7c077 100644
--- a/docs/dyn/dataflow_v1b3.projects.snapshots.html
+++ b/docs/dyn/dataflow_v1b3.projects.snapshots.html
@@ -78,7 +78,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">
@@ -98,33 +98,33 @@
   An object of the form:
 
     { # Represents a snapshot of a job.
-    "sourceJobId": "A String", # The job this snapshot was created from.
-    "diskSizeBytes": "A String", # The disk byte size of the snapshot. Only available for snapshots in READY
+    &quot;state&quot;: &quot;A String&quot;, # State of the snapshot.
+    &quot;sourceJobId&quot;: &quot;A String&quot;, # The job this snapshot was created from.
+    &quot;projectId&quot;: &quot;A String&quot;, # The project this snapshot belongs to.
+    &quot;id&quot;: &quot;A String&quot;, # The unique ID of this 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;diskSizeBytes&quot;: &quot;A String&quot;, # The disk byte size of the snapshot. Only available for snapshots in READY
         # state.
-    "description": "A String", # User specified description of the snapshot. Maybe empty.
-    "projectId": "A String", # The project this snapshot belongs to.
-    "creationTime": "A String", # The time this snapshot was created.
-    "state": "A String", # State of the snapshot.
-    "ttl": "A String", # The time after which this snapshot will be automatically deleted.
-    "pubsubMetadata": [ # PubSub snapshot metadata.
+    &quot;pubsubMetadata&quot;: [ # PubSub snapshot metadata.
       { # Represents a Pubsub snapshot.
-        "expireTime": "A String", # The expire time of the Pubsub snapshot.
-        "snapshotName": "A String", # The name of the Pubsub snapshot.
-        "topicName": "A String", # The name of the Pubsub topic.
+        &quot;expireTime&quot;: &quot;A String&quot;, # The expire time of the Pubsub snapshot.
+        &quot;snapshotName&quot;: &quot;A String&quot;, # The name of the Pubsub snapshot.
+        &quot;topicName&quot;: &quot;A String&quot;, # The name of the Pubsub topic.
       },
     ],
-    "id": "A String", # The unique ID of this snapshot.
+    &quot;creationTime&quot;: &quot;A String&quot;, # The time this snapshot was created.
   }</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
@@ -134,24 +134,24 @@
   An object of the form:
 
     { # List of snapshots.
-    "snapshots": [ # Returned snapshots.
+    &quot;snapshots&quot;: [ # Returned snapshots.
       { # Represents a snapshot of a job.
-        "sourceJobId": "A String", # The job this snapshot was created from.
-        "diskSizeBytes": "A String", # The disk byte size of the snapshot. Only available for snapshots in READY
+        &quot;state&quot;: &quot;A String&quot;, # State of the snapshot.
+        &quot;sourceJobId&quot;: &quot;A String&quot;, # The job this snapshot was created from.
+        &quot;projectId&quot;: &quot;A String&quot;, # The project this snapshot belongs to.
+        &quot;id&quot;: &quot;A String&quot;, # The unique ID of this 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;diskSizeBytes&quot;: &quot;A String&quot;, # The disk byte size of the snapshot. Only available for snapshots in READY
             # state.
-        "description": "A String", # User specified description of the snapshot. Maybe empty.
-        "projectId": "A String", # The project this snapshot belongs to.
-        "creationTime": "A String", # The time this snapshot was created.
-        "state": "A String", # State of the snapshot.
-        "ttl": "A String", # The time after which this snapshot will be automatically deleted.
-        "pubsubMetadata": [ # PubSub snapshot metadata.
+        &quot;pubsubMetadata&quot;: [ # PubSub snapshot metadata.
           { # Represents a Pubsub snapshot.
-            "expireTime": "A String", # The expire time of the Pubsub snapshot.
-            "snapshotName": "A String", # The name of the Pubsub snapshot.
-            "topicName": "A String", # The name of the Pubsub topic.
+            &quot;expireTime&quot;: &quot;A String&quot;, # The expire time of the Pubsub snapshot.
+            &quot;snapshotName&quot;: &quot;A String&quot;, # The name of the Pubsub snapshot.
+            &quot;topicName&quot;: &quot;A String&quot;, # The name of the Pubsub topic.
           },
         ],
-        "id": "A String", # The unique ID of this snapshot.
+        &quot;creationTime&quot;: &quot;A String&quot;, # The time this snapshot was created.
       },
     ],
   }</pre>