Official v1.3 release.
(Updates docs.)
diff --git a/docs/dyn/gmail_v1.users.html b/docs/dyn/gmail_v1.users.html
index 2f03708..d53f22e 100644
--- a/docs/dyn/gmail_v1.users.html
+++ b/docs/dyn/gmail_v1.users.html
@@ -99,4 +99,26 @@
</p>
<p class="firstline">Returns the threads Resource.</p>
+<p class="toc_element">
+ <code><a href="#getProfile">getProfile(userId)</a></code></p>
+<p class="firstline">Gets the current user's Gmail profile.</p>
+<h3>Method Details</h3>
+<div class="method">
+ <code class="details" id="getProfile">getProfile(userId)</code>
+ <pre>Gets the current user's Gmail profile.
+
+Args:
+ userId: string, The user's email address. The special value me can be used to indicate the authenticated user. (required)
+
+Returns:
+ An object of the form:
+
+ { # Profile for a Gmail user.
+ "threadsTotal": 42, # The total number of threads in the mailbox.
+ "emailAddress": "A String", # The user's email address.
+ "historyId": "A String", # The ID of the mailbox's current history record.
+ "messagesTotal": 42, # The total number of messages in the mailbox.
+ }</pre>
+</div>
+
</body></html>
\ No newline at end of file