Skip to content

Commit 0bf61f2

Browse files
committed
Official v1.3 release.
(Updates docs.)
1 parent 0ff797d commit 0bf61f2

5 files changed

+50
-28
lines changed

docs/dyn/gmail_v1.users.html

+22
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,26 @@ <h2>Instance Methods</h2>
9999
</p>
100100
<p class="firstline">Returns the threads Resource.</p>
101101

102+
<p class="toc_element">
103+
<code><a href="#getProfile">getProfile(userId)</a></code></p>
104+
<p class="firstline">Gets the current user's Gmail profile.</p>
105+
<h3>Method Details</h3>
106+
<div class="method">
107+
<code class="details" id="getProfile">getProfile(userId)</code>
108+
<pre>Gets the current user's Gmail profile.
109+
110+
Args:
111+
userId: string, The user's email address. The special value me can be used to indicate the authenticated user. (required)
112+
113+
Returns:
114+
An object of the form:
115+
116+
{ # Profile for a Gmail user.
117+
"threadsTotal": 42, # The total number of threads in the mailbox.
118+
"emailAddress": "A String", # The user's email address.
119+
"historyId": "A String", # The ID of the mailbox's current history record.
120+
"messagesTotal": 42, # The total number of messages in the mailbox.
121+
}</pre>
122+
</div>
123+
102124
</body></html>

docs/dyn/prediction_v1_6.hostedmodels.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ <h3>Method Details</h3>
110110
"label": "A String", # The class label.
111111
},
112112
],
113-
"outputValue": 3.14, # The estimated regression value (Regression models only).
113+
"outputValue": "A String", # The estimated regression value (Regression models only).
114114
"selfLink": "A String", # A URL to re-request this resource.
115115
}</pre>
116116
</div>

docs/dyn/prediction_v1_6.trainedmodels.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ <h3>Method Details</h3>
376376
"label": "A String", # The class label.
377377
},
378378
],
379-
"outputValue": 3.14, # The estimated regression value (Regression models only).
379+
"outputValue": "A String", # The estimated regression value (Regression models only).
380380
"selfLink": "A String", # A URL to re-request this resource.
381381
}</pre>
382382
</div>

docs/epy/googleapiclient.errors.BatchError-class.html

+13-13
Original file line numberDiff line numberDiff line change
@@ -64,20 +64,20 @@ <h1 class="epydoc">Class BatchError</h1><p class="nomargin-top"><span class="cod
6464
<area shape="rect" id="node1_16" href="googleapiclient.errors.BatchError-class.html#__str__" title="str(x)" alt="" coords="17,508,311,527"/>
6565
<area shape="rect" id="node1" href="googleapiclient.errors.BatchError-class.html" title="Error occured during batch operations." alt="" coords="5,440,323,533"/>
6666
<area shape="rect" id="node2" href="googleapiclient.errors.HttpError-class.html" title="HTTP data was invalid or unexpected." alt="" coords="125,379,203,421"/>
67-
<area shape="rect" id="node3_17" href="javascript:void(0);" title="exceptions.BaseException.args" alt="" coords="85,28,241,47"/>
68-
<area shape="rect" id="node3_18" href="javascript:void(0);" title="exceptions.BaseException.message" alt="" coords="85,47,241,65"/>
69-
<area shape="rect" id="node3_19" href="javascript:void(0);" title="x.__delattr__(&#39;name&#39;) &lt;==&gt; del x.name" alt="" coords="85,68,241,87"/>
70-
<area shape="rect" id="node3_20" href="javascript:void(0);" title="x.__getattribute__(&#39;name&#39;) &lt;==&gt; x.name" alt="" coords="85,87,241,105"/>
71-
<area shape="rect" id="node3_21" href="javascript:void(0);" title="x[y]" alt="" coords="85,105,241,124"/>
72-
<area shape="rect" id="node3_22" href="javascript:void(0);" title="x[i:j]" alt="" coords="85,124,241,143"/>
73-
<area shape="rect" id="node3_23" href="javascript:void(0);" title="helper for pickle" alt="" coords="85,143,241,161"/>
74-
<area shape="rect" id="node3_24" href="javascript:void(0);" title="x.__setattr__(&#39;name&#39;, value) &lt;==&gt; x.name = value" alt="" coords="85,161,241,180"/>
75-
<area shape="rect" id="node3_25" href="javascript:void(0);" title="exceptions.BaseException.__setstate__" alt="" coords="85,180,241,199"/>
76-
<area shape="rect" id="node3_26" href="javascript:void(0);" title="exceptions.BaseException.__unicode__" alt="" coords="85,199,241,217"/>
77-
<area shape="rect" id="node3" href="javascript:void(0);" title="Common base class for all exceptions" alt="" coords="73,5,253,224"/>
67+
<area shape="rect" id="node3" href="googleapiclient.errors.Error-class.html" title="Base error for this module." alt="" coords="137,317,191,360"/>
68+
<area shape="rect" id="node4_17" href="javascript:void(0);" title="exceptions.BaseException.args" alt="" coords="85,28,241,47"/>
69+
<area shape="rect" id="node4_18" href="javascript:void(0);" title="exceptions.BaseException.message" alt="" coords="85,47,241,65"/>
70+
<area shape="rect" id="node4_19" href="javascript:void(0);" title="x.__delattr__(&#39;name&#39;) &lt;==&gt; del x.name" alt="" coords="85,68,241,87"/>
71+
<area shape="rect" id="node4_20" href="javascript:void(0);" title="x.__getattribute__(&#39;name&#39;) &lt;==&gt; x.name" alt="" coords="85,87,241,105"/>
72+
<area shape="rect" id="node4_21" href="javascript:void(0);" title="x[y]" alt="" coords="85,105,241,124"/>
73+
<area shape="rect" id="node4_22" href="javascript:void(0);" title="x[i:j]" alt="" coords="85,124,241,143"/>
74+
<area shape="rect" id="node4_23" href="javascript:void(0);" title="helper for pickle" alt="" coords="85,143,241,161"/>
75+
<area shape="rect" id="node4_24" href="javascript:void(0);" title="x.__setattr__(&#39;name&#39;, value) &lt;==&gt; x.name = value" alt="" coords="85,161,241,180"/>
76+
<area shape="rect" id="node4_25" href="javascript:void(0);" title="exceptions.BaseException.__setstate__" alt="" coords="85,180,241,199"/>
77+
<area shape="rect" id="node4_26" href="javascript:void(0);" title="exceptions.BaseException.__unicode__" alt="" coords="85,199,241,217"/>
78+
<area shape="rect" id="node4" href="javascript:void(0);" title="Common base class for all exceptions" alt="" coords="73,5,253,224"/>
7879
<area shape="rect" id="node5_27" href="javascript:void(0);" title="exceptions.Exception.__new__" alt="" coords="101,273,227,292"/>
7980
<area shape="rect" id="node5" href="javascript:void(0);" title="Common base class for all non&#45;exit exceptions." alt="" coords="89,243,239,299"/>
80-
<area shape="rect" id="node4" href="googleapiclient.errors.Error-class.html" title="Base error for this module." alt="" coords="137,317,191,360"/>
8181
</map>
8282
<img src="uml_class_diagram_for_googleap_5.gif" alt='' usemap="#uml_class_diagram_for_googleap_5" ismap="ismap" class="graph-without-title" />
8383
</center>
@@ -349,7 +349,7 @@ <h3 class="epydoc"><span class="sig"><span class="sig-name">__str__</span>(<span
349349
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
350350
<tr>
351351
<td align="left" class="footer">
352-
Generated by Epydoc 3.0.1 on Wed Oct 15 10:24:19 2014
352+
Generated by Epydoc 3.0.1 on Wed Oct 15 23:31:33 2014
353353
</td>
354354
<td align="right" class="footer">
355355
<a target="mainFrame" href="http://epydoc.sourceforge.net"

docs/epy/googleapiclient.errors.ResumableUploadError-class.html

+13-13
Original file line numberDiff line numberDiff line change
@@ -64,20 +64,20 @@ <h1 class="epydoc">Class ResumableUploadError</h1><p class="nomargin-top"><span
6464
<area shape="rect" id="node2_15" href="googleapiclient.errors.HttpError-class.html#__repr__" title="str(x)" alt="" coords="18,428,246,447"/>
6565
<area shape="rect" id="node2_16" href="googleapiclient.errors.HttpError-class.html#__str__" title="str(x)" alt="" coords="18,447,246,465"/>
6666
<area shape="rect" id="node2" href="googleapiclient.errors.HttpError-class.html" title="HTTP data was invalid or unexpected." alt="" coords="5,379,257,472"/>
67-
<area shape="rect" id="node3_17" href="javascript:void(0);" title="exceptions.BaseException.args" alt="" coords="54,28,210,47"/>
68-
<area shape="rect" id="node3_18" href="javascript:void(0);" title="exceptions.BaseException.message" alt="" coords="54,47,210,65"/>
69-
<area shape="rect" id="node3_19" href="javascript:void(0);" title="x.__delattr__(&#39;name&#39;) &lt;==&gt; del x.name" alt="" coords="54,68,210,87"/>
70-
<area shape="rect" id="node3_20" href="javascript:void(0);" title="x.__getattribute__(&#39;name&#39;) &lt;==&gt; x.name" alt="" coords="54,87,210,105"/>
71-
<area shape="rect" id="node3_21" href="javascript:void(0);" title="x[y]" alt="" coords="54,105,210,124"/>
72-
<area shape="rect" id="node3_22" href="javascript:void(0);" title="x[i:j]" alt="" coords="54,124,210,143"/>
73-
<area shape="rect" id="node3_23" href="javascript:void(0);" title="helper for pickle" alt="" coords="54,143,210,161"/>
74-
<area shape="rect" id="node3_24" href="javascript:void(0);" title="x.__setattr__(&#39;name&#39;, value) &lt;==&gt; x.name = value" alt="" coords="54,161,210,180"/>
75-
<area shape="rect" id="node3_25" href="javascript:void(0);" title="exceptions.BaseException.__setstate__" alt="" coords="54,180,210,199"/>
76-
<area shape="rect" id="node3_26" href="javascript:void(0);" title="exceptions.BaseException.__unicode__" alt="" coords="54,199,210,217"/>
77-
<area shape="rect" id="node3" href="javascript:void(0);" title="Common base class for all exceptions" alt="" coords="41,5,221,224"/>
67+
<area shape="rect" id="node3" href="googleapiclient.errors.Error-class.html" title="Base error for this module." alt="" coords="106,317,159,360"/>
68+
<area shape="rect" id="node4_17" href="javascript:void(0);" title="exceptions.BaseException.args" alt="" coords="54,28,210,47"/>
69+
<area shape="rect" id="node4_18" href="javascript:void(0);" title="exceptions.BaseException.message" alt="" coords="54,47,210,65"/>
70+
<area shape="rect" id="node4_19" href="javascript:void(0);" title="x.__delattr__(&#39;name&#39;) &lt;==&gt; del x.name" alt="" coords="54,68,210,87"/>
71+
<area shape="rect" id="node4_20" href="javascript:void(0);" title="x.__getattribute__(&#39;name&#39;) &lt;==&gt; x.name" alt="" coords="54,87,210,105"/>
72+
<area shape="rect" id="node4_21" href="javascript:void(0);" title="x[y]" alt="" coords="54,105,210,124"/>
73+
<area shape="rect" id="node4_22" href="javascript:void(0);" title="x[i:j]" alt="" coords="54,124,210,143"/>
74+
<area shape="rect" id="node4_23" href="javascript:void(0);" title="helper for pickle" alt="" coords="54,143,210,161"/>
75+
<area shape="rect" id="node4_24" href="javascript:void(0);" title="x.__setattr__(&#39;name&#39;, value) &lt;==&gt; x.name = value" alt="" coords="54,161,210,180"/>
76+
<area shape="rect" id="node4_25" href="javascript:void(0);" title="exceptions.BaseException.__setstate__" alt="" coords="54,180,210,199"/>
77+
<area shape="rect" id="node4_26" href="javascript:void(0);" title="exceptions.BaseException.__unicode__" alt="" coords="54,199,210,217"/>
78+
<area shape="rect" id="node4" href="javascript:void(0);" title="Common base class for all exceptions" alt="" coords="41,5,221,224"/>
7879
<area shape="rect" id="node5_27" href="javascript:void(0);" title="exceptions.Exception.__new__" alt="" coords="70,273,195,292"/>
7980
<area shape="rect" id="node5" href="javascript:void(0);" title="Common base class for all non&#45;exit exceptions." alt="" coords="58,243,207,299"/>
80-
<area shape="rect" id="node4" href="googleapiclient.errors.Error-class.html" title="Base error for this module." alt="" coords="106,317,159,360"/>
8181
</map>
8282
<img src="uml_class_diagram_for_googleap_12.gif" alt='' usemap="#uml_class_diagram_for_googleap_12" ismap="ismap" class="graph-without-title" />
8383
</center>
@@ -193,7 +193,7 @@ <h1 class="epydoc">Class ResumableUploadError</h1><p class="nomargin-top"><span
193193
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
194194
<tr>
195195
<td align="left" class="footer">
196-
Generated by Epydoc 3.0.1 on Wed Oct 15 10:24:19 2014
196+
Generated by Epydoc 3.0.1 on Wed Oct 15 23:31:33 2014
197197
</td>
198198
<td align="right" class="footer">
199199
<a target="mainFrame" href="http://epydoc.sourceforge.net"

0 commit comments

Comments
 (0)