docs: update generated docs (#1053)

Updates for both discovery docs and epydoc API Documentation

Fixes: #1049
diff --git a/docs/dyn/containeranalysis_v1beta1.projects.scanConfigs.html b/docs/dyn/containeranalysis_v1beta1.projects.scanConfigs.html
index 2c73b6d..e270607 100644
--- a/docs/dyn/containeranalysis_v1beta1.projects.scanConfigs.html
+++ b/docs/dyn/containeranalysis_v1beta1.projects.scanConfigs.html
@@ -75,10 +75,13 @@
 <h1><a href="containeranalysis_v1beta1.html">Container Analysis API</a> . <a href="containeranalysis_v1beta1.projects.html">projects</a> . <a href="containeranalysis_v1beta1.projects.scanConfigs.html">scanConfigs</a></h1>
 <h2>Instance Methods</h2>
 <p class="toc_element">
+  <code><a href="#close">close()</a></code></p>
+<p class="firstline">Close httplib2 connections.</p>
+<p class="toc_element">
   <code><a href="#get">get(name, x__xgafv=None)</a></code></p>
 <p class="firstline">Gets the specified scan configuration.</p>
 <p class="toc_element">
-  <code><a href="#list">list(parent, filter=None, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(parent, pageToken=None, pageSize=None, filter=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Lists scan configurations for the specified project.</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -88,12 +91,16 @@
 <p class="firstline">Updates the specified scan configuration.</p>
 <h3>Method Details</h3>
 <div class="method">
+    <code class="details" id="close">close()</code>
+  <pre>Close httplib2 connections.</pre>
+</div>
+
+<div class="method">
     <code class="details" id="get">get(name, x__xgafv=None)</code>
   <pre>Gets the specified scan configuration.
 
 Args:
-  name: string, Required. The name of the scan configuration in the form of
-`projects/[PROJECT_ID]/scanConfigs/[SCAN_CONFIG_ID]`. (required)
+  name: string, Required. The name of the scan configuration in the form of `projects/[PROJECT_ID]/scanConfigs/[SCAN_CONFIG_ID]`. (required)
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -102,29 +109,24 @@
 Returns:
   An object of the form:
 
-    { # A scan configuration specifies whether Cloud components in a project have a
-      # particular type of analysis being run. For example, it can configure whether
-      # vulnerability scanning is being done on Docker images or not.
-    &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time this scan config was last updated.
-    &quot;description&quot;: &quot;A String&quot;, # Output only. A human-readable description of what the scan configuration
-        # does.
-    &quot;name&quot;: &quot;A String&quot;, # Output only. The name of the scan configuration in the form of
-        # `projects/[PROJECT_ID]/scanConfigs/[SCAN_CONFIG_ID]`.
-    &quot;enabled&quot;: True or False, # Whether the scan is enabled.
-    &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time this scan config was created.
-  }</pre>
+    { # A scan configuration specifies whether Cloud components in a project have a particular type of analysis being run. For example, it can configure whether vulnerability scanning is being done on Docker images or not.
+      &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time this scan config was created.
+      &quot;name&quot;: &quot;A String&quot;, # Output only. The name of the scan configuration in the form of `projects/[PROJECT_ID]/scanConfigs/[SCAN_CONFIG_ID]`.
+      &quot;enabled&quot;: True or False, # Whether the scan is enabled.
+      &quot;description&quot;: &quot;A String&quot;, # Output only. A human-readable description of what the scan configuration does.
+      &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time this scan config was last updated.
+    }</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(parent, filter=None, pageToken=None, pageSize=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(parent, pageToken=None, pageSize=None, filter=None, x__xgafv=None)</code>
   <pre>Lists scan configurations for the specified project.
 
 Args:
-  parent: string, Required. The name of the project to list scan configurations for in the form of
-`projects/[PROJECT_ID]`. (required)
-  filter: string, Required. The filter expression.
+  parent: string, Required. The name of the project to list scan configurations for in the form of `projects/[PROJECT_ID]`. (required)
   pageToken: string, Token to provide to skip to a particular spot in the list.
   pageSize: integer, The number of scan configs to return in the list.
+  filter: string, Required. The filter expression.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -135,21 +137,15 @@
 
     { # Response for listing scan configurations.
     &quot;scanConfigs&quot;: [ # The scan configurations requested.
-      { # A scan configuration specifies whether Cloud components in a project have a
-          # particular type of analysis being run. For example, it can configure whether
-          # vulnerability scanning is being done on Docker images or not.
-        &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time this scan config was last updated.
-        &quot;description&quot;: &quot;A String&quot;, # Output only. A human-readable description of what the scan configuration
-            # does.
-        &quot;name&quot;: &quot;A String&quot;, # Output only. The name of the scan configuration in the form of
-            # `projects/[PROJECT_ID]/scanConfigs/[SCAN_CONFIG_ID]`.
-        &quot;enabled&quot;: True or False, # Whether the scan is enabled.
-        &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time this scan config was created.
-      },
+      { # A scan configuration specifies whether Cloud components in a project have a particular type of analysis being run. For example, it can configure whether vulnerability scanning is being done on Docker images or not.
+          &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time this scan config was created.
+          &quot;name&quot;: &quot;A String&quot;, # Output only. The name of the scan configuration in the form of `projects/[PROJECT_ID]/scanConfigs/[SCAN_CONFIG_ID]`.
+          &quot;enabled&quot;: True or False, # Whether the scan is enabled.
+          &quot;description&quot;: &quot;A String&quot;, # Output only. A human-readable description of what the scan configuration does.
+          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time this scan config was last updated.
+        },
     ],
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # The next pagination token in the list response. It should be used as
-        # `page_token` for the following request. An empty value means no more
-        # results.
+    &quot;nextPageToken&quot;: &quot;A String&quot;, # The next pagination token in the list response. It should be used as `page_token` for the following request. An empty value means no more results.
   }</pre>
 </div>
 
@@ -172,22 +168,17 @@
   <pre>Updates the specified scan configuration.
 
 Args:
-  name: string, Required. The name of the scan configuration in the form of
-`projects/[PROJECT_ID]/scanConfigs/[SCAN_CONFIG_ID]`. (required)
+  name: string, Required. The name of the scan configuration in the form of `projects/[PROJECT_ID]/scanConfigs/[SCAN_CONFIG_ID]`. (required)
   body: object, The request body.
     The object takes the form of:
 
-{ # A scan configuration specifies whether Cloud components in a project have a
-    # particular type of analysis being run. For example, it can configure whether
-    # vulnerability scanning is being done on Docker images or not.
-  &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time this scan config was last updated.
-  &quot;description&quot;: &quot;A String&quot;, # Output only. A human-readable description of what the scan configuration
-      # does.
-  &quot;name&quot;: &quot;A String&quot;, # Output only. The name of the scan configuration in the form of
-      # `projects/[PROJECT_ID]/scanConfigs/[SCAN_CONFIG_ID]`.
-  &quot;enabled&quot;: True or False, # Whether the scan is enabled.
-  &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time this scan config was created.
-}
+{ # A scan configuration specifies whether Cloud components in a project have a particular type of analysis being run. For example, it can configure whether vulnerability scanning is being done on Docker images or not.
+    &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time this scan config was created.
+    &quot;name&quot;: &quot;A String&quot;, # Output only. The name of the scan configuration in the form of `projects/[PROJECT_ID]/scanConfigs/[SCAN_CONFIG_ID]`.
+    &quot;enabled&quot;: True or False, # Whether the scan is enabled.
+    &quot;description&quot;: &quot;A String&quot;, # Output only. A human-readable description of what the scan configuration does.
+    &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time this scan config was last updated.
+  }
 
   x__xgafv: string, V1 error format.
     Allowed values
@@ -197,17 +188,13 @@
 Returns:
   An object of the form:
 
-    { # A scan configuration specifies whether Cloud components in a project have a
-      # particular type of analysis being run. For example, it can configure whether
-      # vulnerability scanning is being done on Docker images or not.
-    &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time this scan config was last updated.
-    &quot;description&quot;: &quot;A String&quot;, # Output only. A human-readable description of what the scan configuration
-        # does.
-    &quot;name&quot;: &quot;A String&quot;, # Output only. The name of the scan configuration in the form of
-        # `projects/[PROJECT_ID]/scanConfigs/[SCAN_CONFIG_ID]`.
-    &quot;enabled&quot;: True or False, # Whether the scan is enabled.
-    &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time this scan config was created.
-  }</pre>
+    { # A scan configuration specifies whether Cloud components in a project have a particular type of analysis being run. For example, it can configure whether vulnerability scanning is being done on Docker images or not.
+      &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time this scan config was created.
+      &quot;name&quot;: &quot;A String&quot;, # Output only. The name of the scan configuration in the form of `projects/[PROJECT_ID]/scanConfigs/[SCAN_CONFIG_ID]`.
+      &quot;enabled&quot;: True or False, # Whether the scan is enabled.
+      &quot;description&quot;: &quot;A String&quot;, # Output only. A human-readable description of what the scan configuration does.
+      &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time this scan config was last updated.
+    }</pre>
 </div>
 
 </body></html>
\ No newline at end of file