docs: update generated docs (#1053)

Updates for both discovery docs and epydoc API Documentation

Fixes: #1049
diff --git a/docs/dyn/games_v1.revisions.html b/docs/dyn/games_v1.revisions.html
index 6dc5978..48faa49 100644
--- a/docs/dyn/games_v1.revisions.html
+++ b/docs/dyn/games_v1.revisions.html
@@ -77,17 +77,16 @@
 <p class="toc_element">
   <code><a href="#check">check(clientRevision, x__xgafv=None)</a></code></p>
 <p class="firstline">Checks whether the games client is out of date.</p>
+<p class="toc_element">
+  <code><a href="#close">close()</a></code></p>
+<p class="firstline">Close httplib2 connections.</p>
 <h3>Method Details</h3>
 <div class="method">
     <code class="details" id="check">check(clientRevision, x__xgafv=None)</code>
   <pre>Checks whether the games client is out of date.
 
 Args:
-  clientRevision: string, The revision of the client SDK used by your application. Format:
-`[PLATFORM_TYPE]:[VERSION_NUMBER]`. Possible values of `PLATFORM_TYPE` are:
-* `ANDROID` - Client is running the Android SDK.
-* `IOS` - Client is running the iOS SDK.
-* `WEB_APP` - Client is running as a Web App. (required)
+  clientRevision: string, The revision of the client SDK used by your application. Format: `[PLATFORM_TYPE]:[VERSION_NUMBER]`. Possible values of `PLATFORM_TYPE` are: * `ANDROID` - Client is running the Android SDK. * `IOS` - Client is running the iOS SDK. * `WEB_APP` - Client is running as a Web App. (required)
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -97,12 +96,15 @@
   An object of the form:
 
     { # A third party checking a revision response.
+    &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `games#revisionCheckResponse`.
+    &quot;apiVersion&quot;: &quot;A String&quot;, # The version of the API this client revision should use when calling API methods.
     &quot;revisionStatus&quot;: &quot;A String&quot;, # The result of the revision check.
-    &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
-        # string `games#revisionCheckResponse`.
-    &quot;apiVersion&quot;: &quot;A String&quot;, # The version of the API this client revision should use when calling API
-        # methods.
   }</pre>
 </div>
 
+<div class="method">
+    <code class="details" id="close">close()</code>
+  <pre>Close httplib2 connections.</pre>
+</div>
+
 </body></html>
\ No newline at end of file