Update docs.
diff --git a/docs/dyn/drive_v2.realtime.html b/docs/dyn/drive_v2.realtime.html
index 2719319..63cdfa1 100644
--- a/docs/dyn/drive_v2.realtime.html
+++ b/docs/dyn/drive_v2.realtime.html
@@ -75,30 +75,32 @@
<h1><a href="drive_v2.html">Drive API</a> . <a href="drive_v2.realtime.html">realtime</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
- <code><a href="#get">get(fileId)</a></code></p>
+ <code><a href="#get">get(fileId, revision=None)</a></code></p>
<p class="firstline">Exports the contents of the Realtime API data model associated with this file as JSON.</p>
<p class="toc_element">
- <code><a href="#get_media">get_media(fileId)</a></code></p>
+ <code><a href="#get_media">get_media(fileId, revision=None)</a></code></p>
<p class="firstline">Exports the contents of the Realtime API data model associated with this file as JSON.</p>
<p class="toc_element">
<code><a href="#update">update(fileId, media_body=None, baseRevision=None)</a></code></p>
<p class="firstline">Overwrites the Realtime API data model associated with this file with the provided JSON data model.</p>
<h3>Method Details</h3>
<div class="method">
- <code class="details" id="get">get(fileId)</code>
+ <code class="details" id="get">get(fileId, revision=None)</code>
<pre>Exports the contents of the Realtime API data model associated with this file as JSON.
Args:
fileId: string, The ID of the file that the Realtime API data model is associated with. (required)
+ revision: integer, The revision of the Realtime API data model to export. Revisions start at 1 (the initial empty data model) and are incremented with each change. If this parameter is excluded, the most recent data model will be returned.
</pre>
</div>
<div class="method">
- <code class="details" id="get_media">get_media(fileId)</code>
+ <code class="details" id="get_media">get_media(fileId, revision=None)</code>
<pre>Exports the contents of the Realtime API data model associated with this file as JSON.
Args:
fileId: string, The ID of the file that the Realtime API data model is associated with. (required)
+ revision: integer, The revision of the Realtime API data model to export. Revisions start at 1 (the initial empty data model) and are incremented with each change. If this parameter is excluded, the most recent data model will be returned.
</pre>
</div>