docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/containeranalysis_v1alpha1.projects.scanConfigs.html b/docs/dyn/containeranalysis_v1alpha1.projects.scanConfigs.html
index fa385ca..004cdde 100644
--- a/docs/dyn/containeranalysis_v1alpha1.projects.scanConfigs.html
+++ b/docs/dyn/containeranalysis_v1alpha1.projects.scanConfigs.html
@@ -103,12 +103,12 @@
   An object of the form:
 
     { # Indicates various scans and whether they are turned on or off.
+    "updateTime": "A String", # Output only. The time this scan config was last updated.
     "name": "A String", # Output only. The name of the ScanConfig in the form
         # “projects/{project_id}/scanConfigs/{scan_config_id}".
     "description": "A String", # Output only. A human-readable description of what the `ScanConfig` does.
     "enabled": True or False, # Indicates whether the Scan is enabled.
     "createTime": "A String", # Output only. The time this scan config was created.
-    "updateTime": "A String", # Output only. The time this scan config was last updated.
   }</pre>
 </div>
 
@@ -132,12 +132,12 @@
     { # A list of scan configs for the project.
     &quot;scanConfigs&quot;: [ # The set of scan configs.
       { # Indicates various scans and whether they are turned on or off.
+        &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time this scan config was last updated.
         &quot;name&quot;: &quot;A String&quot;, # Output only. The name of the ScanConfig in the form
             # “projects/{project_id}/scanConfigs/{scan_config_id}&quot;.
         &quot;description&quot;: &quot;A String&quot;, # Output only. A human-readable description of what the `ScanConfig` does.
         &quot;enabled&quot;: True or False, # Indicates whether the Scan is enabled.
         &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time this scan config was created.
-        &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time this scan config was last updated.
       },
     ],
     &quot;nextPageToken&quot;: &quot;A String&quot;, # A page token to pass in order to get more scan configs.
@@ -169,12 +169,12 @@
     The object takes the form of:
 
 { # Indicates various scans and whether they are turned on or off.
+  &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time this scan config was last updated.
   &quot;name&quot;: &quot;A String&quot;, # Output only. The name of the ScanConfig in the form
       # “projects/{project_id}/scanConfigs/{scan_config_id}&quot;.
   &quot;description&quot;: &quot;A String&quot;, # Output only. A human-readable description of what the `ScanConfig` does.
   &quot;enabled&quot;: True or False, # Indicates whether the Scan is enabled.
   &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time this scan config was created.
-  &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time this scan config was last updated.
 }
 
   updateMask: string, The fields to update.
@@ -187,12 +187,12 @@
   An object of the form:
 
     { # Indicates various scans and whether they are turned on or off.
+    &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time this scan config was last updated.
     &quot;name&quot;: &quot;A String&quot;, # Output only. The name of the ScanConfig in the form
         # “projects/{project_id}/scanConfigs/{scan_config_id}&quot;.
     &quot;description&quot;: &quot;A String&quot;, # Output only. A human-readable description of what the `ScanConfig` does.
     &quot;enabled&quot;: True or False, # Indicates whether the Scan is enabled.
     &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time this scan config was created.
-    &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time this scan config was last updated.
   }</pre>
 </div>