docs: update generated docs (#1053)

Updates for both discovery docs and epydoc API Documentation

Fixes: #1049
diff --git a/docs/dyn/sasportal_v1alpha1.policies.html b/docs/dyn/sasportal_v1alpha1.policies.html
index 7c84921..255362d 100644
--- a/docs/dyn/sasportal_v1alpha1.policies.html
+++ b/docs/dyn/sasportal_v1alpha1.policies.html
@@ -75,20 +75,26 @@
 <h1><a href="sasportal_v1alpha1.html">SAS Portal API</a> . <a href="sasportal_v1alpha1.policies.html">policies</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(body=None, x__xgafv=None)</a></code></p>
-<p class="firstline">Gets the access control policy for a resource.</p>
+<p class="firstline">Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.</p>
 <p class="toc_element">
   <code><a href="#set">set(body=None, x__xgafv=None)</a></code></p>
-<p class="firstline">Sets the access control policy on the specified resource. Replaces any</p>
+<p class="firstline">Sets the access control policy on the specified resource. Replaces any existing policy.</p>
 <p class="toc_element">
   <code><a href="#test">test(body=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Returns permissions that a caller has on the specified resource.</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(body=None, x__xgafv=None)</code>
-  <pre>Gets the access control policy for a resource.
-Returns an empty policy if the resource exists and does not have a policy
-set.
+  <pre>Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
 
 Args:
   body: object, The request body.
@@ -107,75 +113,39 @@
   An object of the form:
 
     { # Defines an access control policy to the resources.
-    &quot;etag&quot;: &quot;A String&quot;, # The [etag] is used for optimistic concurrency control as a way to
-        # help prevent simultaneous updates of a policy from overwriting
-        # each other.  It is strongly suggested that systems make use of
-        # the [etag] in the read-modify-write cycle to perform policy
-        # updates in order to avoid race conditions: An [etag] is returned
-        # in the response to [GetPolicy], and systems are expected to put
-        # that etag in the request to [SetPolicy] to ensure that their
-        # change will be applied to the same version of the policy.
-        #
-        # If no [etag] is provided in the call to [SetPolicy], then the
-        # existing policy is overwritten blindly.
     &quot;assignments&quot;: [
       { # Associates `members` with a `role`.
-        &quot;members&quot;: [ # The identities the role is assigned to. It can have the following
-            # values:
-            #
-            # * `{user_email}`: An email address that represents a specific
-            #    Google account. For example: `alice@gmail.com`.
-            #
-            # * `{group_email}`: An email address that represents a Google
-            #    group.  For example, `viewers@gmail.com`.
+        &quot;members&quot;: [ # The identities the role is assigned to. It can have the following values: * `{user_email}`: An email address that represents a specific Google account. For example: `alice@gmail.com`. * `{group_email}`: An email address that represents a Google group. For example, `viewers@gmail.com`.
           &quot;A String&quot;,
         ],
         &quot;role&quot;: &quot;A String&quot;, # Required. Role that is assigned to `members`.
       },
     ],
+    &quot;etag&quot;: &quot;A String&quot;, # The [etag] is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the [etag] in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An [etag] is returned in the response to [GetPolicy], and systems are expected to put that etag in the request to [SetPolicy] to ensure that their change will be applied to the same version of the policy. If no [etag] is provided in the call to [SetPolicy], then the existing policy is overwritten blindly.
   }</pre>
 </div>
 
 <div class="method">
     <code class="details" id="set">set(body=None, x__xgafv=None)</code>
-  <pre>Sets the access control policy on the specified resource. Replaces any
-existing policy.
+  <pre>Sets the access control policy on the specified resource. Replaces any existing policy.
 
 Args:
   body: object, The request body.
     The object takes the form of:
 
 { # Request message for `SetPolicy` method.
+    &quot;resource&quot;: &quot;A String&quot;, # Required. The resource for which the policy is being specified. This policy replaces any existing policy.
     &quot;policy&quot;: { # Defines an access control policy to the resources. # Required. The policy to be applied to the `resource`.
-      &quot;etag&quot;: &quot;A String&quot;, # The [etag] is used for optimistic concurrency control as a way to
-          # help prevent simultaneous updates of a policy from overwriting
-          # each other.  It is strongly suggested that systems make use of
-          # the [etag] in the read-modify-write cycle to perform policy
-          # updates in order to avoid race conditions: An [etag] is returned
-          # in the response to [GetPolicy], and systems are expected to put
-          # that etag in the request to [SetPolicy] to ensure that their
-          # change will be applied to the same version of the policy.
-          #
-          # If no [etag] is provided in the call to [SetPolicy], then the
-          # existing policy is overwritten blindly.
       &quot;assignments&quot;: [
         { # Associates `members` with a `role`.
-          &quot;members&quot;: [ # The identities the role is assigned to. It can have the following
-              # values:
-              #
-              # * `{user_email}`: An email address that represents a specific
-              #    Google account. For example: `alice@gmail.com`.
-              #
-              # * `{group_email}`: An email address that represents a Google
-              #    group.  For example, `viewers@gmail.com`.
+          &quot;members&quot;: [ # The identities the role is assigned to. It can have the following values: * `{user_email}`: An email address that represents a specific Google account. For example: `alice@gmail.com`. * `{group_email}`: An email address that represents a Google group. For example, `viewers@gmail.com`.
             &quot;A String&quot;,
           ],
           &quot;role&quot;: &quot;A String&quot;, # Required. Role that is assigned to `members`.
         },
       ],
+      &quot;etag&quot;: &quot;A String&quot;, # The [etag] is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the [etag] in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An [etag] is returned in the response to [GetPolicy], and systems are expected to put that etag in the request to [SetPolicy] to ensure that their change will be applied to the same version of the policy. If no [etag] is provided in the call to [SetPolicy], then the existing policy is overwritten blindly.
     },
-    &quot;resource&quot;: &quot;A String&quot;, # Required. The resource for which the policy is being specified. This policy
-        # replaces any existing policy.
   }
 
   x__xgafv: string, V1 error format.
@@ -187,32 +157,15 @@
   An object of the form:
 
     { # Defines an access control policy to the resources.
-    &quot;etag&quot;: &quot;A String&quot;, # The [etag] is used for optimistic concurrency control as a way to
-        # help prevent simultaneous updates of a policy from overwriting
-        # each other.  It is strongly suggested that systems make use of
-        # the [etag] in the read-modify-write cycle to perform policy
-        # updates in order to avoid race conditions: An [etag] is returned
-        # in the response to [GetPolicy], and systems are expected to put
-        # that etag in the request to [SetPolicy] to ensure that their
-        # change will be applied to the same version of the policy.
-        #
-        # If no [etag] is provided in the call to [SetPolicy], then the
-        # existing policy is overwritten blindly.
     &quot;assignments&quot;: [
       { # Associates `members` with a `role`.
-        &quot;members&quot;: [ # The identities the role is assigned to. It can have the following
-            # values:
-            #
-            # * `{user_email}`: An email address that represents a specific
-            #    Google account. For example: `alice@gmail.com`.
-            #
-            # * `{group_email}`: An email address that represents a Google
-            #    group.  For example, `viewers@gmail.com`.
+        &quot;members&quot;: [ # The identities the role is assigned to. It can have the following values: * `{user_email}`: An email address that represents a specific Google account. For example: `alice@gmail.com`. * `{group_email}`: An email address that represents a Google group. For example, `viewers@gmail.com`.
           &quot;A String&quot;,
         ],
         &quot;role&quot;: &quot;A String&quot;, # Required. Role that is assigned to `members`.
       },
     ],
+    &quot;etag&quot;: &quot;A String&quot;, # The [etag] is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the [etag] in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An [etag] is returned in the response to [GetPolicy], and systems are expected to put that etag in the request to [SetPolicy] to ensure that their change will be applied to the same version of the policy. If no [etag] is provided in the call to [SetPolicy], then the existing policy is overwritten blindly.
   }</pre>
 </div>
 
@@ -225,10 +178,10 @@
     The object takes the form of:
 
 { # Request message for `TestPermissions` method.
+    &quot;resource&quot;: &quot;A String&quot;, # Required. The resource for which the permissions are being requested.
     &quot;permissions&quot;: [ # The set of permissions to check for the `resource`.
       &quot;A String&quot;,
     ],
-    &quot;resource&quot;: &quot;A String&quot;, # Required. The resource for which the permissions are being requested.
   }
 
   x__xgafv: string, V1 error format.