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.rowAccessPolicies.html b/docs/dyn/bigquery_v2.rowAccessPolicies.html
index 9e1aed1..01cc18b 100644
--- a/docs/dyn/bigquery_v2.rowAccessPolicies.html
+++ b/docs/dyn/bigquery_v2.rowAccessPolicies.html
@@ -104,22 +104,22 @@
   An object of the form:
 
     { # Response message for the ListRowAccessPolicies method.
-    "rowAccessPolicies": [ # Row access policies on the requested table.
-      { # Represents access on a subset of rows on the specified table, defined by its filter predicate. Access to the subset of rows is controlled by its IAM policy.
-        "lastModifiedTime": "A String", # Output only. The time when this row access policy was last modified, in milliseconds since the epoch.
-        "etag": "A String", # Output only. A hash of this resource.
-        "creationTime": "A String", # Output only. The time when this row access policy was created, in milliseconds since the epoch.
-        "rowAccessPolicyReference": { # Required. Reference describing the ID of this row access policy.
-          "projectId": "A String", # [Required] The ID of the project containing this row access policy.
-          "datasetId": "A String", # [Required] The ID of the dataset containing this row access policy.
-          "tableId": "A String", # [Required] The ID of the table containing this row access policy.
-          "policyId": "A String", # [Required] The ID of the row access policy. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 256 characters.
-        },
-        "filterPredicate": "A String", # Required. A SQL boolean expression that represents the rows defined by this row access policy, similar to the boolean expression in a WHERE clause of a SELECT query on a table. References to other tables, routines, and temporary functions are not supported. Examples: region="EU" date_field = CAST('2019-9-27' as DATE) nullable_field is not NULL numeric_field BETWEEN 1.0 AND 5.0
+  "nextPageToken": "A String", # A token to request the next page of results.
+  "rowAccessPolicies": [ # Row access policies on the requested table.
+    { # Represents access on a subset of rows on the specified table, defined by its filter predicate. Access to the subset of rows is controlled by its IAM policy.
+      "creationTime": "A String", # Output only. The time when this row access policy was created, in milliseconds since the epoch.
+      "etag": "A String", # Output only. A hash of this resource.
+      "filterPredicate": "A String", # Required. A SQL boolean expression that represents the rows defined by this row access policy, similar to the boolean expression in a WHERE clause of a SELECT query on a table. References to other tables, routines, and temporary functions are not supported. Examples: region="EU" date_field = CAST('2019-9-27' as DATE) nullable_field is not NULL numeric_field BETWEEN 1.0 AND 5.0
+      "lastModifiedTime": "A String", # Output only. The time when this row access policy was last modified, in milliseconds since the epoch.
+      "rowAccessPolicyReference": { # Required. Reference describing the ID of this row access policy.
+        "datasetId": "A String", # [Required] The ID of the dataset containing this row access policy.
+        "policyId": "A String", # [Required] The ID of the row access policy. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 256 characters.
+        "projectId": "A String", # [Required] The ID of the project containing this row access policy.
+        "tableId": "A String", # [Required] The ID of the table containing this row access policy.
       },
-    ],
-    "nextPageToken": "A String", # A token to request the next page of results.
-  }</pre>
+    },
+  ],
+}</pre>
 </div>
 
 <div class="method">