Update documentation
diff --git a/docs/dyn/games_v1.events.html b/docs/dyn/games_v1.events.html
index f5228bd..b574356 100644
--- a/docs/dyn/games_v1.events.html
+++ b/docs/dyn/games_v1.events.html
@@ -75,29 +75,30 @@
<h1><a href="games_v1.html">Google Play Game Services API</a> . <a href="games_v1.events.html">events</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
- <code><a href="#listByPlayer">listByPlayer(pageToken=None, language=None, maxResults=None)</a></code></p>
+ <code><a href="#listByPlayer">listByPlayer(pageToken=None, language=None, maxResults=None, consistencyToken=None)</a></code></p>
<p class="firstline">Returns a list showing the current progress on events in this application for the currently authenticated user.</p>
<p class="toc_element">
<code><a href="#listByPlayer_next">listByPlayer_next(previous_request, previous_response)</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
<p class="toc_element">
- <code><a href="#listDefinitions">listDefinitions(pageToken=None, language=None, maxResults=None)</a></code></p>
+ <code><a href="#listDefinitions">listDefinitions(pageToken=None, language=None, maxResults=None, consistencyToken=None)</a></code></p>
<p class="firstline">Returns a list of the event definitions in this application.</p>
<p class="toc_element">
<code><a href="#listDefinitions_next">listDefinitions_next(previous_request, previous_response)</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
<p class="toc_element">
- <code><a href="#record">record(body, language=None)</a></code></p>
+ <code><a href="#record">record(body, language=None, consistencyToken=None)</a></code></p>
<p class="firstline">Records a batch of changes to the number of times events have occurred for the currently authenticated user of this application.</p>
<h3>Method Details</h3>
<div class="method">
- <code class="details" id="listByPlayer">listByPlayer(pageToken=None, language=None, maxResults=None)</code>
+ <code class="details" id="listByPlayer">listByPlayer(pageToken=None, language=None, maxResults=None, consistencyToken=None)</code>
<pre>Returns a list showing the current progress on events in this application for the currently authenticated user.
Args:
pageToken: string, The token returned by the previous request.
language: string, The preferred language to use for strings returned by this method.
maxResults: integer, The maximum number of events to return in the response, used for paging. For any response, the actual number of events to return may be less than the specified maxResults.
+ consistencyToken: string, The last-seen mutation timestamp.
Returns:
An object of the form:
@@ -132,13 +133,14 @@
</div>
<div class="method">
- <code class="details" id="listDefinitions">listDefinitions(pageToken=None, language=None, maxResults=None)</code>
+ <code class="details" id="listDefinitions">listDefinitions(pageToken=None, language=None, maxResults=None, consistencyToken=None)</code>
<pre>Returns a list of the event definitions in this application.
Args:
pageToken: string, The token returned by the previous request.
language: string, The preferred language to use for strings returned by this method.
maxResults: integer, The maximum number of event definitions to return in the response, used for paging. For any response, the actual number of event definitions to return may be less than the specified maxResults.
+ consistencyToken: string, The last-seen mutation timestamp.
Returns:
An object of the form:
@@ -184,7 +186,7 @@
</div>
<div class="method">
- <code class="details" id="record">record(body, language=None)</code>
+ <code class="details" id="record">record(body, language=None, consistencyToken=None)</code>
<pre>Records a batch of changes to the number of times events have occurred for the currently authenticated user of this application.
Args:
@@ -215,6 +217,7 @@
}
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: