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
diff --git a/docs/dyn/prediction_v1_6.hostedmodels.html b/docs/dyn/prediction_v1_6.hostedmodels.html
index 69e85d1..b4d79fb 100644
--- a/docs/dyn/prediction_v1_6.hostedmodels.html
+++ b/docs/dyn/prediction_v1_6.hostedmodels.html
@@ -110,7 +110,7 @@
"label": "A String", # The class label.
},
],
- "outputValue": 3.14, # The estimated regression value (Regression models only).
+ "outputValue": "A String", # The estimated regression value (Regression models only).
"selfLink": "A String", # A URL to re-request this resource.
}</pre>
</div>
diff --git a/docs/dyn/prediction_v1_6.trainedmodels.html b/docs/dyn/prediction_v1_6.trainedmodels.html
index c591ff3..a0de137 100644
--- a/docs/dyn/prediction_v1_6.trainedmodels.html
+++ b/docs/dyn/prediction_v1_6.trainedmodels.html
@@ -376,7 +376,7 @@
"label": "A String", # The class label.
},
],
- "outputValue": 3.14, # The estimated regression value (Regression models only).
+ "outputValue": "A String", # The estimated regression value (Regression models only).
"selfLink": "A String", # A URL to re-request this resource.
}</pre>
</div>