chore: update docs/dyn (#1162)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/b5e48daa-1759-436b-9fe7-ffce1482b520/targets

- [ ] To automatically regenerate this PR, check this box.
diff --git a/docs/dyn/bigquery_v2.projects.html b/docs/dyn/bigquery_v2.projects.html
index daae582..23a3c06 100644
--- a/docs/dyn/bigquery_v2.projects.html
+++ b/docs/dyn/bigquery_v2.projects.html
@@ -103,9 +103,9 @@
   An object of the form:
 
     {
-    "kind": "bigquery#getServiceAccountResponse", # The resource type of the response.
-    "email": "A String", # The service account email address.
-  }</pre>
+  &quot;email&quot;: &quot;A String&quot;, # The service account email address.
+  &quot;kind&quot;: &quot;bigquery#getServiceAccountResponse&quot;, # The resource type of the response.
+}</pre>
 </div>
 
 <div class="method">
@@ -120,22 +120,22 @@
   An object of the form:
 
     {
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # A token to request the next page of results.
-    &quot;kind&quot;: &quot;bigquery#projectList&quot;, # The type of list.
-    &quot;totalItems&quot;: 42, # The total number of projects in the list.
-    &quot;projects&quot;: [ # Projects to which you have at least READ access.
-      {
-        &quot;projectReference&quot;: { # A unique reference to this project.
-          &quot;projectId&quot;: &quot;A String&quot;, # [Required] ID of the project. Can be either the numeric ID or the assigned ID of the project.
-        },
-        &quot;numericId&quot;: &quot;A String&quot;, # The numeric ID of this project.
-        &quot;friendlyName&quot;: &quot;A String&quot;, # A descriptive name for this project.
-        &quot;kind&quot;: &quot;bigquery#project&quot;, # The resource type.
-        &quot;id&quot;: &quot;A String&quot;, # An opaque ID of this project.
+  &quot;etag&quot;: &quot;A String&quot;, # A hash of the page of results
+  &quot;kind&quot;: &quot;bigquery#projectList&quot;, # The type of list.
+  &quot;nextPageToken&quot;: &quot;A String&quot;, # A token to request the next page of results.
+  &quot;projects&quot;: [ # Projects to which you have at least READ access.
+    {
+      &quot;friendlyName&quot;: &quot;A String&quot;, # A descriptive name for this project.
+      &quot;id&quot;: &quot;A String&quot;, # An opaque ID of this project.
+      &quot;kind&quot;: &quot;bigquery#project&quot;, # The resource type.
+      &quot;numericId&quot;: &quot;A String&quot;, # The numeric ID of this project.
+      &quot;projectReference&quot;: { # A unique reference to this project.
+        &quot;projectId&quot;: &quot;A String&quot;, # [Required] ID of the project. Can be either the numeric ID or the assigned ID of the project.
       },
-    ],
-    &quot;etag&quot;: &quot;A String&quot;, # A hash of the page of results
-  }</pre>
+    },
+  ],
+  &quot;totalItems&quot;: 42, # The total number of projects in the list.
+}</pre>
 </div>
 
 <div class="method">