docs: docs update (#911)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/gamesManagement_v1management.players.html b/docs/dyn/gamesManagement_v1management.players.html
index ec82375..80f5625 100644
--- a/docs/dyn/gamesManagement_v1management.players.html
+++ b/docs/dyn/gamesManagement_v1management.players.html
@@ -72,32 +72,44 @@
</style>
-<h1><a href="gamesManagement_v1management.html">Google Play Game Services Management API</a> . <a href="gamesManagement_v1management.players.html">players</a></h1>
+<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="#hide">hide(applicationId, playerId)</a></code></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>
+ <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="toc_element">
- <code><a href="#unhide">unhide(applicationId, playerId)</a></code></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>
+ <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>
<h3>Method Details</h3>
<div class="method">
- <code class="details" id="hide">hide(applicationId, playerId)</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.
+ <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.
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
+ 2 - v2 error format
</pre>
</div>
<div class="method">
- <code class="details" id="unhide">unhide(applicationId, playerId)</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.
+ <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.
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
+ 2 - v2 error format
</pre>
</div>