docs: update generated docs (#1053)
Updates for both discovery docs and epydoc API Documentation
Fixes: #1049
diff --git a/docs/dyn/gamesManagement_v1management.players.html b/docs/dyn/gamesManagement_v1management.players.html
index 80f5625..e18f305 100644
--- a/docs/dyn/gamesManagement_v1management.players.html
+++ b/docs/dyn/gamesManagement_v1management.players.html
@@ -75,21 +75,27 @@
<h1><a href="gamesManagement_v1management.html">Google Play Game Management</a> . <a href="gamesManagement_v1management.players.html">players</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="#hide">hide(applicationId, playerId, x__xgafv=None)</a></code></p>
-<p class="firstline">Hide the given player's leaderboard scores from the given application. This</p>
+<p class="firstline">Hide the given player's leaderboard scores from the given application. This method is only available to user accounts for your developer console.</p>
<p class="toc_element">
<code><a href="#unhide">unhide(applicationId, playerId, x__xgafv=None)</a></code></p>
-<p class="firstline">Unhide the given player's leaderboard scores from the given application.</p>
+<p class="firstline">Unhide the given player's leaderboard scores from the given application. This method is only available to user accounts for your developer console.</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="hide">hide(applicationId, playerId, x__xgafv=None)</code>
- <pre>Hide the given player's leaderboard scores from the given application. This
-method is only available to user accounts for your developer console.
+ <pre>Hide the given player's leaderboard scores from the given application. This method is only available to user accounts for your developer console.
Args:
applicationId: string, The application ID from the Google Play developer console. (required)
- playerId: string, A player ID. A value of `me` may be used in place of the
-authenticated player's ID. (required)
+ playerId: string, A player ID. A value of `me` may be used in place of the authenticated player's ID. (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -99,13 +105,11 @@
<div class="method">
<code class="details" id="unhide">unhide(applicationId, playerId, x__xgafv=None)</code>
- <pre>Unhide the given player's leaderboard scores from the given application.
-This method is only available to user accounts for your developer console.
+ <pre>Unhide the given player's leaderboard scores from the given application. This method is only available to user accounts for your developer console.
Args:
applicationId: string, The application ID from the Google Play developer console. (required)
- playerId: string, A player ID. A value of `me` may be used in place of the
-authenticated player's ID. (required)
+ playerId: string, A player ID. A value of `me` may be used in place of the authenticated player's ID. (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format