Update documentation
diff --git a/docs/dyn/games_v1.rooms.html b/docs/dyn/games_v1.rooms.html
index 860c71b..7280a2d 100644
--- a/docs/dyn/games_v1.rooms.html
+++ b/docs/dyn/games_v1.rooms.html
@@ -75,35 +75,35 @@
 <h1><a href="games_v1.html">Google Play Game Services API</a> . <a href="games_v1.rooms.html">rooms</a></h1>
 <h2>Instance Methods</h2>
 <p class="toc_element">
-  <code><a href="#create">create(body, language=None)</a></code></p>
+  <code><a href="#create">create(body, language=None, consistencyToken=None)</a></code></p>
 <p class="firstline">Create a room. For internal use by the Games SDK only. Calling this method directly is unsupported.</p>
 <p class="toc_element">
-  <code><a href="#decline">decline(roomId, language=None)</a></code></p>
+  <code><a href="#decline">decline(roomId, language=None, consistencyToken=None)</a></code></p>
 <p class="firstline">Decline an invitation to join a room. For internal use by the Games SDK only. Calling this method directly is unsupported.</p>
 <p class="toc_element">
-  <code><a href="#dismiss">dismiss(roomId)</a></code></p>
+  <code><a href="#dismiss">dismiss(roomId, consistencyToken=None)</a></code></p>
 <p class="firstline">Dismiss an invitation to join a room. For internal use by the Games SDK only. Calling this method directly is unsupported.</p>
 <p class="toc_element">
-  <code><a href="#get">get(roomId, language=None)</a></code></p>
+  <code><a href="#get">get(roomId, language=None, consistencyToken=None)</a></code></p>
 <p class="firstline">Get the data for a room.</p>
 <p class="toc_element">
-  <code><a href="#join">join(roomId, body, language=None)</a></code></p>
+  <code><a href="#join">join(roomId, body, language=None, consistencyToken=None)</a></code></p>
 <p class="firstline">Join a room. For internal use by the Games SDK only. Calling this method directly is unsupported.</p>
 <p class="toc_element">
-  <code><a href="#leave">leave(roomId, body, language=None)</a></code></p>
+  <code><a href="#leave">leave(roomId, body, language=None, consistencyToken=None)</a></code></p>
 <p class="firstline">Leave a room. For internal use by the Games SDK only. Calling this method directly is unsupported.</p>
 <p class="toc_element">
-  <code><a href="#list">list(pageToken=None, language=None, maxResults=None)</a></code></p>
+  <code><a href="#list">list(pageToken=None, language=None, maxResults=None, consistencyToken=None)</a></code></p>
 <p class="firstline">Returns invitations to join rooms.</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>
 <p class="toc_element">
-  <code><a href="#reportStatus">reportStatus(roomId, body, language=None)</a></code></p>
+  <code><a href="#reportStatus">reportStatus(roomId, body, language=None, consistencyToken=None)</a></code></p>
 <p class="firstline">Updates sent by a client reporting the status of peers in a room. For internal use by the Games SDK only. Calling this method directly is unsupported.</p>
 <h3>Method Details</h3>
 <div class="method">
-    <code class="details" id="create">create(body, language=None)</code>
+    <code class="details" id="create">create(body, language=None, consistencyToken=None)</code>
   <pre>Create a room. For internal use by the Games SDK only. Calling this method directly is unsupported.
 
 Args:
@@ -142,6 +142,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:
@@ -260,12 +261,13 @@
 </div>
 
 <div class="method">
-    <code class="details" id="decline">decline(roomId, language=None)</code>
+    <code class="details" id="decline">decline(roomId, language=None, consistencyToken=None)</code>
   <pre>Decline an invitation to join a room. For internal use by the Games SDK only. Calling this method directly is unsupported.
 
 Args:
   roomId: string, The ID of the room. (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:
@@ -384,21 +386,23 @@
 </div>
 
 <div class="method">
-    <code class="details" id="dismiss">dismiss(roomId)</code>
+    <code class="details" id="dismiss">dismiss(roomId, consistencyToken=None)</code>
   <pre>Dismiss an invitation to join a room. For internal use by the Games SDK only. Calling this method directly is unsupported.
 
 Args:
   roomId: string, The ID of the room. (required)
+  consistencyToken: string, The last-seen mutation timestamp.
 </pre>
 </div>
 
 <div class="method">
-    <code class="details" id="get">get(roomId, language=None)</code>
+    <code class="details" id="get">get(roomId, language=None, consistencyToken=None)</code>
   <pre>Get the data for a room.
 
 Args:
   roomId: string, The ID of the room. (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:
@@ -517,7 +521,7 @@
 </div>
 
 <div class="method">
-    <code class="details" id="join">join(roomId, body, language=None)</code>
+    <code class="details" id="join">join(roomId, body, language=None, consistencyToken=None)</code>
   <pre>Join a room. For internal use by the Games SDK only. Calling this method directly is unsupported.
 
 Args:
@@ -546,6 +550,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:
@@ -664,7 +669,7 @@
 </div>
 
 <div class="method">
-    <code class="details" id="leave">leave(roomId, body, language=None)</code>
+    <code class="details" id="leave">leave(roomId, body, language=None, consistencyToken=None)</code>
   <pre>Leave a room. For internal use by the Games SDK only. Calling this method directly is unsupported.
 
 Args:
@@ -764,6 +769,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:
@@ -882,13 +888,14 @@
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(pageToken=None, language=None, maxResults=None)</code>
+    <code class="details" id="list">list(pageToken=None, language=None, maxResults=None, consistencyToken=None)</code>
   <pre>Returns invitations to join rooms.
 
 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 rooms to return in the response, used for paging. For any response, the actual number of rooms to return may be less than the specified maxResults.
+  consistencyToken: string, The last-seen mutation timestamp.
 
 Returns:
   An object of the form:
@@ -1027,7 +1034,7 @@
 </div>
 
 <div class="method">
-    <code class="details" id="reportStatus">reportStatus(roomId, body, language=None)</code>
+    <code class="details" id="reportStatus">reportStatus(roomId, body, language=None, consistencyToken=None)</code>
   <pre>Updates sent by a client reporting the status of peers in a room. For internal use by the Games SDK only. Calling this method directly is unsupported.
 
 Args:
@@ -1058,6 +1065,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: