Regen all docs. (#700)
* Stop recursing if discovery == {}
* Generate docs with 'make docs'.
diff --git a/docs/dyn/games_v1.snapshots.html b/docs/dyn/games_v1.snapshots.html
index a6fcf11..0d4a346 100644
--- a/docs/dyn/games_v1.snapshots.html
+++ b/docs/dyn/games_v1.snapshots.html
@@ -75,23 +75,22 @@
<h1><a href="games_v1.html">Google Play Game Services API</a> . <a href="games_v1.snapshots.html">snapshots</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
- <code><a href="#get">get(snapshotId, language=None, consistencyToken=None)</a></code></p>
+ <code><a href="#get">get(snapshotId, language=None)</a></code></p>
<p class="firstline">Retrieves the metadata for a given snapshot ID.</p>
<p class="toc_element">
- <code><a href="#list">list(playerId, language=None, pageToken=None, maxResults=None, consistencyToken=None)</a></code></p>
+ <code><a href="#list">list(playerId, language=None, pageToken=None, maxResults=None)</a></code></p>
<p class="firstline">Retrieves a list of snapshots created by your application for the player corresponding to the player ID.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
<h3>Method Details</h3>
<div class="method">
- <code class="details" id="get">get(snapshotId, language=None, consistencyToken=None)</code>
+ <code class="details" id="get">get(snapshotId, language=None)</code>
<pre>Retrieves the metadata for a given snapshot ID.
Args:
snapshotId: string, The ID of the snapshot. (required)
language: string, The preferred language to use for strings returned by this method.
- consistencyToken: string, The last-seen mutation timestamp.
Returns:
An object of the form:
@@ -120,7 +119,7 @@
</div>
<div class="method">
- <code class="details" id="list">list(playerId, language=None, pageToken=None, maxResults=None, consistencyToken=None)</code>
+ <code class="details" id="list">list(playerId, language=None, pageToken=None, maxResults=None)</code>
<pre>Retrieves a list of snapshots created by your application for the player corresponding to the player ID.
Args:
@@ -128,7 +127,6 @@
language: string, The preferred language to use for strings returned by this method.
pageToken: string, The token returned by the previous request.
maxResults: integer, The maximum number of snapshot resources to return in the response, used for paging. For any response, the actual number of snapshot resources returned may be less than the specified maxResults.
- consistencyToken: string, The last-seen mutation timestamp.
Returns:
An object of the form: