Regen all docs. (#700)
* Stop recursing if discovery == {}
* Generate docs with 'make docs'.
diff --git a/docs/dyn/games_v1.applications.html b/docs/dyn/games_v1.applications.html
index e2459b6..9ca09d8 100644
--- a/docs/dyn/games_v1.applications.html
+++ b/docs/dyn/games_v1.applications.html
@@ -75,23 +75,22 @@
<h1><a href="games_v1.html">Google Play Game Services API</a> . <a href="games_v1.applications.html">applications</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
- <code><a href="#get">get(applicationId, language=None, consistencyToken=None, platformType=None)</a></code></p>
+ <code><a href="#get">get(applicationId, language=None, platformType=None)</a></code></p>
<p class="firstline">Retrieves the metadata of the application with the given ID. If the requested application is not available for the specified platformType, the returned response will not include any instance data.</p>
<p class="toc_element">
- <code><a href="#played">played(consistencyToken=None)</a></code></p>
+ <code><a href="#played">played(builtinGameId=None)</a></code></p>
<p class="firstline">Indicate that the the currently authenticated user is playing your application.</p>
<p class="toc_element">
- <code><a href="#verify">verify(applicationId, consistencyToken=None)</a></code></p>
+ <code><a href="#verify">verify(applicationId)</a></code></p>
<p class="firstline">Verifies the auth token provided with this request is for the application with the specified ID, and returns the ID of the player it was granted for.</p>
<h3>Method Details</h3>
<div class="method">
- <code class="details" id="get">get(applicationId, language=None, consistencyToken=None, platformType=None)</code>
+ <code class="details" id="get">get(applicationId, language=None, platformType=None)</code>
<pre>Retrieves the metadata of the application with the given ID. If the requested application is not available for the specified platformType, the returned response will not include any instance data.
Args:
applicationId: string, The application ID from the Google Play developer console. (required)
language: string, The preferred language to use for strings returned by this method.
- consistencyToken: string, The last-seen mutation timestamp.
platformType: string, Restrict application details returned to the specific platform.
Allowed values
ANDROID - Retrieve applications that can be played on Android.
@@ -168,21 +167,20 @@
</div>
<div class="method">
- <code class="details" id="played">played(consistencyToken=None)</code>
+ <code class="details" id="played">played(builtinGameId=None)</code>
<pre>Indicate that the the currently authenticated user is playing your application.
Args:
- consistencyToken: string, The last-seen mutation timestamp.
+ builtinGameId: string, Override used only by built-in games in Play Games application.
</pre>
</div>
<div class="method">
- <code class="details" id="verify">verify(applicationId, consistencyToken=None)</code>
+ <code class="details" id="verify">verify(applicationId)</code>
<pre>Verifies the auth token provided with this request is for the application with the specified ID, and returns the ID of the player it was granted for.
Args:
applicationId: string, The application ID from the Google Play developer console. (required)
- consistencyToken: string, The last-seen mutation timestamp.
Returns:
An object of the form: