build: run docs regen in synth.py (#1059)
diff --git a/docs/dyn/securitycenter_v1beta2.projects.webSecurityScannerSettings.html b/docs/dyn/securitycenter_v1beta2.projects.webSecurityScannerSettings.html
index 1ff06c6..7fc70a7 100644
--- a/docs/dyn/securitycenter_v1beta2.projects.webSecurityScannerSettings.html
+++ b/docs/dyn/securitycenter_v1beta2.projects.webSecurityScannerSettings.html
@@ -96,7 +96,7 @@
An object of the form:
{ # Resource capturing the settings for the Web Security Scanner service.
- "name": "A String", # The resource name of the WebSecurityScannerSettings. Formats: * organizations/{organization}/webSecurityScannerSettings * folders/{folder}/webSecurityScannerSettings * projects/{project}/webSecurityScannerSettings
+ "updateTime": "A String", # Output only. The time the settings were last updated.
"modules": { # The configurations including the state of enablement for the service's different modules. The absence of a module in the map implies its configuration is inherited from its parent's.
"a_key": { # Configuration of a module.
"value": { # The configuration value for the module. The absence of this field implies its inheritance from the parent.
@@ -106,7 +106,7 @@
},
},
"serviceEnablementState": "A String", # The state of enablement for the service at its level of the resource hierarchy. A DISABLED state will override all module enablement_states to DISABLED.
- "updateTime": "A String", # Output only. The time the settings were last updated.
+ "name": "A String", # The resource name of the WebSecurityScannerSettings. Formats: * organizations/{organization}/webSecurityScannerSettings * folders/{folder}/webSecurityScannerSettings * projects/{project}/webSecurityScannerSettings
}</pre>
</div>