chore: regens API reference docs (#889)

diff --git a/docs/dyn/websecurityscanner_v1beta.projects.scanConfigs.scanRuns.crawledUrls.html b/docs/dyn/websecurityscanner_v1beta.projects.scanConfigs.scanRuns.crawledUrls.html
index 171b1ce..661290c 100644
--- a/docs/dyn/websecurityscanner_v1beta.projects.scanConfigs.scanRuns.crawledUrls.html
+++ b/docs/dyn/websecurityscanner_v1beta.projects.scanConfigs.scanRuns.crawledUrls.html
@@ -86,8 +86,7 @@
   <pre>List CrawledUrls under a given ScanRun.
 
 Args:
-  parent: string, Required.
-The parent resource name, which should be a scan run resource name in the
+  parent: string, Required. The parent resource name, which should be a scan run resource name in the
 format
 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'. (required)
   pageToken: string, A token identifying a page of results to be returned. This should be a
@@ -111,13 +110,10 @@
       { # A CrawledUrl resource represents a URL that was crawled during a ScanRun. Web
           # Security Scanner Service crawls the web applications, following all links
           # within the scope of sites, to find the URLs to test against.
-        "body": "A String", # Output only.
-            # The body of the request that was used to visit the URL.
-        "httpMethod": "A String", # Output only.
-            # The http method of the request that was used to visit the URL, in
+        "body": "A String", # The body of the request that was used to visit the URL.
+        "httpMethod": "A String", # The http method of the request that was used to visit the URL, in
             # uppercase.
-        "url": "A String", # Output only.
-            # The URL that was crawled.
+        "url": "A String", # The URL that was crawled.
       },
     ],
   }</pre>