Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 02bae1c

Browse files
authored
Regenerate docs. (googleapis#696)
1 parent d82f3e7 commit 02bae1c

File tree

131 files changed

+5972
-4122
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+5972
-4122
lines changed

docs/epy/api-objects.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,29 @@
11
googleapiclient googleapiclient-module.html
22
googleapiclient._auth googleapiclient._auth-module.html
3+
googleapiclient._auth.apply_credentials googleapiclient._auth-module.html#apply_credentials
34
googleapiclient._auth.HAS_GOOGLE_AUTH googleapiclient._auth-module.html#HAS_GOOGLE_AUTH
5+
googleapiclient._auth.google_auth_httplib2 googleapiclient._auth-module.html#google_auth_httplib2
6+
googleapiclient._auth.is_valid googleapiclient._auth-module.html#is_valid
47
googleapiclient._auth.default_credentials googleapiclient._auth-module.html#default_credentials
8+
googleapiclient._auth.get_credentials_from_http googleapiclient._auth-module.html#get_credentials_from_http
59
googleapiclient._auth.with_scopes googleapiclient._auth-module.html#with_scopes
610
googleapiclient._auth.HAS_OAUTH2CLIENT googleapiclient._auth-module.html#HAS_OAUTH2CLIENT
11+
googleapiclient._auth.refresh_credentials googleapiclient._auth-module.html#refresh_credentials
712
googleapiclient._auth.authorized_http googleapiclient._auth-module.html#authorized_http
13+
googleapiclient._helpers googleapiclient._helpers-module.html
14+
googleapiclient._helpers.parse_unique_urlencoded googleapiclient._helpers-module.html#parse_unique_urlencoded
15+
googleapiclient._helpers.positional googleapiclient._helpers-module.html#positional
16+
googleapiclient._helpers._add_query_parameter googleapiclient._helpers-module.html#_add_query_parameter
17+
googleapiclient._helpers._SYM_LINK_MESSAGE googleapiclient._helpers-module.html#_SYM_LINK_MESSAGE
18+
googleapiclient._helpers._IS_DIR_MESSAGE googleapiclient._helpers-module.html#_IS_DIR_MESSAGE
19+
googleapiclient._helpers.positional_parameters_enforcement googleapiclient._helpers-module.html#positional_parameters_enforcement
20+
googleapiclient._helpers.POSITIONAL_EXCEPTION googleapiclient._helpers-module.html#POSITIONAL_EXCEPTION
21+
googleapiclient._helpers.POSITIONAL_IGNORE googleapiclient._helpers-module.html#POSITIONAL_IGNORE
22+
googleapiclient._helpers._MISSING_FILE_MESSAGE googleapiclient._helpers-module.html#_MISSING_FILE_MESSAGE
23+
googleapiclient._helpers.POSITIONAL_WARNING googleapiclient._helpers-module.html#POSITIONAL_WARNING
24+
googleapiclient._helpers.update_query_params googleapiclient._helpers-module.html#update_query_params
25+
googleapiclient._helpers.logger googleapiclient._helpers-module.html#logger
26+
googleapiclient._helpers.POSITIONAL_SET googleapiclient._helpers-module.html#POSITIONAL_SET
827
googleapiclient.channel googleapiclient.channel-module.html
928
googleapiclient.channel.CHANNEL_PARAMS googleapiclient.channel-module.html#CHANNEL_PARAMS
1029
googleapiclient.channel.notification_from_headers googleapiclient.channel-module.html#notification_from_headers
@@ -75,6 +94,7 @@ googleapiclient.http.DEFAULT_CHUNK_SIZE googleapiclient.http-module.html#DEFAULT
7594
googleapiclient.http.LOGGER googleapiclient.http-module.html#LOGGER
7695
googleapiclient.http.DEFAULT_HTTP_TIMEOUT_SEC googleapiclient.http-module.html#DEFAULT_HTTP_TIMEOUT_SEC
7796
googleapiclient.http.build_http googleapiclient.http-module.html#build_http
97+
googleapiclient.http._LEGACY_BATCH_URI googleapiclient.http-module.html#_LEGACY_BATCH_URI
7898
googleapiclient.http._should_retry_response googleapiclient.http-module.html#_should_retry_response
7999
googleapiclient.http._ssl_SSLError googleapiclient.http-module.html#_ssl_SSLError
80100
googleapiclient.http.MAX_URI_LENGTH googleapiclient.http-module.html#MAX_URI_LENGTH

docs/epy/class-tree.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h1 class="epydoc">Class Hierarchy</h1>
163163
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
164164
<tr>
165165
<td align="left" class="footer">
166-
Generated by Epydoc 3.0.1 on Mon Jun 5 13:38:39 2017
166+
Generated by Epydoc 3.0.1 on Fri Jun 14 13:09:01 2019
167167
</td>
168168
<td align="right" class="footer">
169169
<a target="mainFrame" href="http://epydoc.sourceforge.net"

docs/epy/googleapiclient-module.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<h1 class="epydoc">Package googleapiclient</h1><p class="nomargin-top"><span class="codelink"><a href="googleapiclient-pysrc.html">source&nbsp;code</a></span></p>
5858
<hr />
5959
<div class="fields"> <p><strong>Version:</strong>
60-
1.6.2
60+
1.7.4
6161
</p>
6262
</div><!-- ==================== SUBMODULES ==================== -->
6363
<a name="section-Submodules"></a>
@@ -79,6 +79,7 @@ <h1 class="epydoc">Package googleapiclient</h1><p class="nomargin-top"><span cla
7979
<tr><td class="summary">
8080
<ul class="nomargin">
8181
<li class="private"> <strong class="uidlink"><a href="googleapiclient._auth-module.html">googleapiclient._auth</a></strong>: <em class="summary">Helpers for authentication using oauth2client or google-auth.</em> </li>
82+
<li class="private"> <strong class="uidlink"><a href="googleapiclient._helpers-module.html">googleapiclient._helpers</a></strong>: <em class="summary">Helper functions for commonly used utilities.</em> </li>
8283
<li> <strong class="uidlink"><a href="googleapiclient.channel-module.html">googleapiclient.channel</a></strong>: <em class="summary">Channel notifications support.</em> </li>
8384
<li> <strong class="uidlink"><a href="googleapiclient.discovery-module.html">googleapiclient.discovery</a></strong>: <em class="summary">Client for discovery based APIs.</em> </li>
8485
<li> <strong class="uidlink"><a href="googleapiclient.discovery_cache-module.html">googleapiclient.discovery_cache</a></strong>: <em class="summary">Caching utility for the discovery document.</em>
@@ -149,7 +150,7 @@ <h1 class="epydoc">Package googleapiclient</h1><p class="nomargin-top"><span cla
149150
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
150151
<tr>
151152
<td align="left" class="footer">
152-
Generated by Epydoc 3.0.1 on Mon Jun 5 13:38:39 2017
153+
Generated by Epydoc 3.0.1 on Fri Jun 14 13:09:01 2019
153154
</td>
154155
<td align="right" class="footer">
155156
<a target="mainFrame" href="http://epydoc.sourceforge.net"

docs/epy/googleapiclient-pysrc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ <h1 class="epydoc">Source Code for <a href="googleapiclient-module.html">Package
6969
<a name="L12"></a><tt class="py-lineno">12</tt> <tt class="py-line"><tt class="py-comment"># See the License for the specific language governing permissions and</tt> </tt>
7070
<a name="L13"></a><tt class="py-lineno">13</tt> <tt class="py-line"><tt class="py-comment"># limitations under the License.</tt> </tt>
7171
<a name="L14"></a><tt class="py-lineno">14</tt> <tt class="py-line"> </tt>
72-
<a name="L15"></a><tt class="py-lineno">15</tt> <tt class="py-line"><tt class="py-name">__version__</tt> <tt class="py-op">=</tt> <tt class="py-docstring">"1.6.2"</tt> </tt>
72+
<a name="L15"></a><tt class="py-lineno">15</tt> <tt class="py-line"><tt class="py-name">__version__</tt> <tt class="py-op">=</tt> <tt class="py-docstring">"1.7.4"</tt> </tt>
7373
<a name="L16"></a><tt class="py-lineno">16</tt> <tt class="py-line"> </tt>
7474
<a name="L17"></a><tt class="py-lineno">17</tt> <tt class="py-line"><tt class="py-comment"># Set default logging handler to avoid "No handler found" warnings.</tt> </tt>
7575
<a name="L18"></a><tt class="py-lineno">18</tt> <tt class="py-line"><tt class="py-keyword">import</tt> <tt class="py-name">logging</tt> </tt>
@@ -115,7 +115,7 @@ <h1 class="epydoc">Source Code for <a href="googleapiclient-module.html">Package
115115
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
116116
<tr>
117117
<td align="left" class="footer">
118-
Generated by Epydoc 3.0.1 on Mon Jun 5 13:38:40 2017
118+
Generated by Epydoc 3.0.1 on Fri Jun 14 13:09:03 2019
119119
</td>
120120
<td align="right" class="footer">
121121
<a target="mainFrame" href="http://epydoc.sourceforge.net"

docs/epy/googleapiclient.NullHandler-class.html

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,31 @@
5757
<!-- ==================== CLASS DESCRIPTION ==================== -->
5858
<h1 class="epydoc">Class NullHandler</h1><p class="nomargin-top"><span class="codelink"><a href="googleapiclient-pysrc.html#NullHandler">source&nbsp;code</a></span></p>
5959
<center>
60-
60+
<center> <map id="uml_class_diagram_for_googleap" name="uml_class_diagram_for_googleap">
61+
<area shape="rect" id="node1_18" href="googleapiclient.NullHandler-class.html#emit" title="Do whatever it takes to actually log the specified logging record." alt="" coords="55,487,159,507"/>
62+
<area shape="rect" id="node1" href="googleapiclient.NullHandler-class.html" title="googleapiclient.NullHandler" alt="" coords="43,455,171,513"/>
63+
<area shape="rect" id="node2_19" href="javascript:void(0);" title="logging.Handler.name" alt="" coords="18,147,195,167"/>
64+
<area shape="rect" id="node2_20" href="javascript:void(0);" title="Initializes the instance &#45; basically setting the formatter to None and the filter list to empty." alt="" coords="18,170,195,190"/>
65+
<area shape="rect" id="node2_21" href="javascript:void(0);" title="logging.Handler.get_name" alt="" coords="18,190,195,210"/>
66+
<area shape="rect" id="node2_22" href="javascript:void(0);" title="logging.Handler.set_name" alt="" coords="18,210,195,230"/>
67+
<area shape="rect" id="node2_23" href="javascript:void(0);" title="Acquire a thread lock for serializing access to the underlying I/O." alt="" coords="18,230,195,250"/>
68+
<area shape="rect" id="node2_24" href="javascript:void(0);" title="Acquire the I/O thread lock." alt="" coords="18,250,195,270"/>
69+
<area shape="rect" id="node2_25" href="javascript:void(0);" title="Release the I/O thread lock." alt="" coords="18,270,195,290"/>
70+
<area shape="rect" id="node2_26" href="javascript:void(0);" title="Set the logging level of this handler." alt="" coords="18,290,195,310"/>
71+
<area shape="rect" id="node2_27" href="javascript:void(0);" title="Format the specified record." alt="" coords="18,310,195,330"/>
72+
<area shape="rect" id="node2_28" href="javascript:void(0);" title="Conditionally emit the specified logging record." alt="" coords="18,330,195,350"/>
73+
<area shape="rect" id="node2_29" href="javascript:void(0);" title="Set the formatter for this handler." alt="" coords="18,350,195,370"/>
74+
<area shape="rect" id="node2_30" href="javascript:void(0);" title="Ensure all logging output has been flushed." alt="" coords="18,370,195,390"/>
75+
<area shape="rect" id="node2_31" href="javascript:void(0);" title="Tidy up any resources used by the handler." alt="" coords="18,390,195,410"/>
76+
<area shape="rect" id="node2_32" href="javascript:void(0);" title="Handle errors which occur during an emit() call." alt="" coords="18,410,195,430"/>
77+
<area shape="rect" id="node2" href="javascript:void(0);" title="Handler instances dispatch logging events to specific destinations." alt="" coords="5,123,207,436"/>
78+
<area shape="rect" id="node3_33" href="javascript:void(0);" title="Add the specified filter to this handler." alt="" coords="37,37,177,57"/>
79+
<area shape="rect" id="node3_34" href="javascript:void(0);" title="Remove the specified filter from this handler." alt="" coords="37,57,177,77"/>
80+
<area shape="rect" id="node3_35" href="javascript:void(0);" title="Determine if a record is loggable by consulting all the filters." alt="" coords="37,77,177,97"/>
81+
<area shape="rect" id="node3" href="javascript:void(0);" title="A base class for loggers and handlers which allows them to share common code." alt="" coords="24,5,188,104"/>
82+
</map>
83+
<img src="uml_class_diagram_for_googleap.gif" alt='' usemap="#uml_class_diagram_for_googleap" ismap="ismap" class="graph-without-title" />
84+
</center>
6185
</center>
6286
<hr />
6387
<!-- ==================== INSTANCE METHODS ==================== -->
@@ -260,7 +284,7 @@ <h3 class="epydoc"><span class="sig"><span class="sig-name">emit</span>(<span cl
260284
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
261285
<tr>
262286
<td align="left" class="footer">
263-
Generated by Epydoc 3.0.1 on Mon Jun 5 13:38:39 2017
287+
Generated by Epydoc 3.0.1 on Fri Jun 14 13:09:01 2019
264288
</td>
265289
<td align="right" class="footer">
266290
<a target="mainFrame" href="http://epydoc.sourceforge.net"

docs/epy/googleapiclient._auth-module.html

Lines changed: 73 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,71 @@ <h1 class="epydoc">Module _auth</h1><p class="nomargin-top"><span class="codelin
128128
</tr>
129129
</table>
130130

131+
</td>
132+
</tr>
133+
<tr>
134+
<td width="15%" align="right" valign="top" class="summary">
135+
<span class="summary-type">&nbsp;</span>
136+
</td><td class="summary">
137+
<table width="100%" cellpadding="0" cellspacing="0" border="0">
138+
<tr>
139+
<td><span class="summary-sig"><a name="refresh_credentials"></a><span class="summary-sig-name">refresh_credentials</span>(<span class="summary-sig-arg">credentials</span>)</span></td>
140+
<td align="right" valign="top">
141+
<span class="codelink"><a href="googleapiclient._auth-pysrc.html#refresh_credentials">source&nbsp;code</a></span>
142+
143+
</td>
144+
</tr>
145+
</table>
146+
147+
</td>
148+
</tr>
149+
<tr>
150+
<td width="15%" align="right" valign="top" class="summary">
151+
<span class="summary-type">&nbsp;</span>
152+
</td><td class="summary">
153+
<table width="100%" cellpadding="0" cellspacing="0" border="0">
154+
<tr>
155+
<td><span class="summary-sig"><a name="apply_credentials"></a><span class="summary-sig-name">apply_credentials</span>(<span class="summary-sig-arg">credentials</span>,
156+
<span class="summary-sig-arg">headers</span>)</span></td>
157+
<td align="right" valign="top">
158+
<span class="codelink"><a href="googleapiclient._auth-pysrc.html#apply_credentials">source&nbsp;code</a></span>
159+
160+
</td>
161+
</tr>
162+
</table>
163+
164+
</td>
165+
</tr>
166+
<tr>
167+
<td width="15%" align="right" valign="top" class="summary">
168+
<span class="summary-type">&nbsp;</span>
169+
</td><td class="summary">
170+
<table width="100%" cellpadding="0" cellspacing="0" border="0">
171+
<tr>
172+
<td><span class="summary-sig"><a name="is_valid"></a><span class="summary-sig-name">is_valid</span>(<span class="summary-sig-arg">credentials</span>)</span></td>
173+
<td align="right" valign="top">
174+
<span class="codelink"><a href="googleapiclient._auth-pysrc.html#is_valid">source&nbsp;code</a></span>
175+
176+
</td>
177+
</tr>
178+
</table>
179+
180+
</td>
181+
</tr>
182+
<tr>
183+
<td width="15%" align="right" valign="top" class="summary">
184+
<span class="summary-type">&nbsp;</span>
185+
</td><td class="summary">
186+
<table width="100%" cellpadding="0" cellspacing="0" border="0">
187+
<tr>
188+
<td><span class="summary-sig"><a name="get_credentials_from_http"></a><span class="summary-sig-name">get_credentials_from_http</span>(<span class="summary-sig-arg">http</span>)</span></td>
189+
<td align="right" valign="top">
190+
<span class="codelink"><a href="googleapiclient._auth-pysrc.html#get_credentials_from_http">source&nbsp;code</a></span>
191+
192+
</td>
193+
</tr>
194+
</table>
195+
131196
</td>
132197
</tr>
133198
</table>
@@ -155,6 +220,13 @@ <h1 class="epydoc">Module _auth</h1><p class="nomargin-top"><span class="codelin
155220
<a name="HAS_GOOGLE_AUTH"></a><span class="summary-name">HAS_GOOGLE_AUTH</span> = <code title="False">False</code>
156221
</td>
157222
</tr>
223+
<tr>
224+
<td width="15%" align="right" valign="top" class="summary">
225+
<span class="summary-type">&nbsp;</span>
226+
</td><td class="summary">
227+
<a name="google_auth_httplib2"></a><span class="summary-name">google_auth_httplib2</span> = <code title="None">None</code>
228+
</td>
229+
</tr>
158230
<tr>
159231
<td width="15%" align="right" valign="top" class="summary">
160232
<span class="summary-type">&nbsp;</span>
@@ -272,7 +344,7 @@ <h3 class="epydoc"><span class="sig"><span class="sig-name">authorized_http</spa
272344
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
273345
<tr>
274346
<td align="left" class="footer">
275-
Generated by Epydoc 3.0.1 on Mon Jun 5 13:38:39 2017
347+
Generated by Epydoc 3.0.1 on Fri Jun 14 13:09:01 2019
276348
</td>
277349
<td align="right" class="footer">
278350
<a target="mainFrame" href="http://epydoc.sourceforge.net"

0 commit comments

Comments
 (0)