blob: 208e33e1b046c393d56dc7e69abaaa16d53773d6 [file] [log] [blame]
John Asmuth614db982014-04-24 15:46:26 -04001<?xml version="1.0" encoding="ascii"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "DTD/xhtml1-transitional.dtd">
4<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5<head>
6 <title>Class Hierarchy</title>
7 <link rel="stylesheet" href="epydoc.css" type="text/css" />
8 <script type="text/javascript" src="epydoc.js"></script>
9</head>
10
11<body bgcolor="white" text="black" link="blue" vlink="#204080"
12 alink="#204080">
13<!-- ==================== NAVIGATION BAR ==================== -->
14<table class="navbar" border="0" width="100%" cellpadding="0"
15 bgcolor="#a0c0ff" cellspacing="0">
16 <tr valign="middle">
17 <!-- Home link -->
18 <th>&nbsp;&nbsp;&nbsp;<a
19 href="googleapiclient-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
20
21 <!-- Tree link -->
22 <th bgcolor="#70b0f0" class="navbar-select"
23 >&nbsp;&nbsp;&nbsp;Trees&nbsp;&nbsp;&nbsp;</th>
24
25 <!-- Index link -->
26 <th>&nbsp;&nbsp;&nbsp;<a
27 href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
28
29 <!-- Help link -->
30 <th>&nbsp;&nbsp;&nbsp;<a
31 href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
32
33 <th class="navbar" width="100%"></th>
34 </tr>
35</table>
36<table width="100%" cellpadding="0" cellspacing="0">
37 <tr valign="top">
38 <td width="100%">&nbsp;</td>
39 <td>
40 <table cellpadding="0" cellspacing="0">
41 <!-- hide/show private -->
42 <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
43 onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr>
44 <tr><td align="right"><span class="options"
45 >[<a href="frames.html" target="_top">frames</a
46 >]&nbsp;|&nbsp;<a href="class-tree.html"
47 target="_top">no&nbsp;frames</a>]</span></td></tr>
48 </table>
49 </td>
50 </tr>
51</table>
52<center><b>
53 [ <a href="module-tree.html">Module Hierarchy</a>
54 | <a href="class-tree.html">Class Hierarchy</a> ]
55</b></center><br />
56<h1 class="epydoc">Class Hierarchy</h1>
57<ul class="nomargin-top">
58 <li> <strong class="uidlink">object</strong>:
59 <em class="summary">The most base type</em>
60 <ul>
61 <li> <strong class="uidlink">exceptions.BaseException</strong>:
62 <em class="summary">Common base class for all exceptions</em>
63 <ul>
64 <li> <strong class="uidlink">exceptions.Exception</strong>:
65 <em class="summary">Common base class for all non-exit exceptions.</em>
66 <ul>
67 <li> <strong class="uidlink"><a href="googleapiclient.errors.Error-class.html">googleapiclient.errors.Error</a></strong>:
68 <em class="summary">Base error for this module.</em>
69 </li>
70 </ul>
71 </li>
72 </ul>
73 </li>
74 <li> <strong class="uidlink"><a href="googleapiclient.http.BatchHttpRequest-class.html">googleapiclient.http.BatchHttpRequest</a></strong>:
75 <em class="summary">Batches multiple HttpRequest objects into a single HTTP request.</em>
76 </li>
Takashi Matsuo06694102015-09-11 13:55:40 -070077 <li> <strong class="uidlink"><a href="googleapiclient.discovery_cache.base.Cache-class.html">googleapiclient.discovery_cache.base.Cache</a></strong>:
78 <em class="summary">A base abstract cache class.</em>
79 </li>
John Asmuth614db982014-04-24 15:46:26 -040080 <li> <strong class="uidlink"><a href="googleapiclient.channel.Channel-class.html">googleapiclient.channel.Channel</a></strong>:
81 <em class="summary">A Channel for notifications.</em>
82 </li>
83 <li> <strong class="uidlink"><a href="googleapiclient.http.HttpMock-class.html">googleapiclient.http.HttpMock</a></strong>:
84 <em class="summary">Mock of httplib2.Http</em>
85 </li>
86 <li> <strong class="uidlink"><a href="googleapiclient.http.HttpMockSequence-class.html">googleapiclient.http.HttpMockSequence</a></strong>:
87 <em class="summary">Mock of httplib2.Http</em>
88 </li>
89 <li> <strong class="uidlink"><a href="googleapiclient.http.HttpRequest-class.html">googleapiclient.http.HttpRequest</a></strong>:
90 <em class="summary">Encapsulates a single HTTP request.</em>
91 </li>
92 <li> <strong class="uidlink"><a href="googleapiclient.http.HttpRequestMock-class.html">googleapiclient.http.HttpRequestMock</a></strong>:
93 <em class="summary">Mock of HttpRequest.</em>
94 </li>
95 <li> <strong class="uidlink"><a href="googleapiclient.http.MediaDownloadProgress-class.html">googleapiclient.http.MediaDownloadProgress</a></strong>:
96 <em class="summary">Status of a resumable download.</em>
97 </li>
98 <li> <strong class="uidlink"><a href="googleapiclient.http.MediaIoBaseDownload-class.html">googleapiclient.http.MediaIoBaseDownload</a></strong>:
99 <em class="summary">&quot;Download media resources.</em>
100 </li>
101 <li> <strong class="uidlink"><a href="googleapiclient.http.MediaUpload-class.html">googleapiclient.http.MediaUpload</a></strong>:
102 <em class="summary">Describes a media object to upload.</em>
103 </li>
104 <li> <strong class="uidlink"><a href="googleapiclient.http.MediaUploadProgress-class.html">googleapiclient.http.MediaUploadProgress</a></strong>:
105 <em class="summary">Status of a resumable upload.</em>
106 </li>
107 <li> <strong class="uidlink"><a href="googleapiclient.model.Model-class.html">googleapiclient.model.Model</a></strong>:
108 <em class="summary">Model base class.</em>
109 </li>
110 <li> <strong class="uidlink"><a href="googleapiclient.channel.Notification-class.html">googleapiclient.channel.Notification</a></strong>:
111 <em class="summary">A Notification from a Channel.</em>
112 </li>
113 <li> <strong class="uidlink"><a href="googleapiclient.http.RequestMockBuilder-class.html">googleapiclient.http.RequestMockBuilder</a></strong>:
114 <em class="summary">A simple mock of HttpRequest</em>
115 </li>
116 <li> <strong class="uidlink"><a href="googleapiclient.discovery.Resource-class.html" onclick="show_private();">googleapiclient.discovery.Resource</a></strong>:
117 <em class="summary">A class for interacting with a resource.</em>
118 </li>
119 <li> <strong class="uidlink"><a href="googleapiclient.discovery.ResourceMethodParameters-class.html" onclick="show_private();">googleapiclient.discovery.ResourceMethodParameters</a></strong>:
120 <em class="summary">Represents the parameters associated with a method.</em>
121 </li>
122 <li> <strong class="uidlink"><a href="googleapiclient.schema.Schemas-class.html">googleapiclient.schema.Schemas</a></strong>:
123 <em class="summary">Schemas for an API.</em>
124 </li>
125 <li> <strong class="uidlink"><a href="googleapiclient.schema._SchemaToStruct-class.html" onclick="show_private();">googleapiclient.schema._SchemaToStruct</a></strong>:
126 <em class="summary">Convert schema to a prototype object.</em>
127 </li>
128 <li> <strong class="uidlink"><a href="googleapiclient.http._StreamSlice-class.html" onclick="show_private();">googleapiclient.http._StreamSlice</a></strong>:
129 <em class="summary">Truncated stream.</em>
130 </li>
131 </ul>
132 </li>
133</ul>
134<!-- ==================== NAVIGATION BAR ==================== -->
135<table class="navbar" border="0" width="100%" cellpadding="0"
136 bgcolor="#a0c0ff" cellspacing="0">
137 <tr valign="middle">
138 <!-- Home link -->
139 <th>&nbsp;&nbsp;&nbsp;<a
140 href="googleapiclient-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
141
142 <!-- Tree link -->
143 <th bgcolor="#70b0f0" class="navbar-select"
144 >&nbsp;&nbsp;&nbsp;Trees&nbsp;&nbsp;&nbsp;</th>
145
146 <!-- Index link -->
147 <th>&nbsp;&nbsp;&nbsp;<a
148 href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
149
150 <!-- Help link -->
151 <th>&nbsp;&nbsp;&nbsp;<a
152 href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
153
154 <th class="navbar" width="100%"></th>
155 </tr>
156</table>
157<table border="0" cellpadding="0" cellspacing="0" width="100%%">
158 <tr>
159 <td align="left" class="footer">
Takashi Matsuo06694102015-09-11 13:55:40 -0700160 Generated by Epydoc 3.0.1 on Fri Sep 11 13:49:17 2015
John Asmuth614db982014-04-24 15:46:26 -0400161 </td>
162 <td align="right" class="footer">
163 <a target="mainFrame" href="http://epydoc.sourceforge.net"
164 >http://epydoc.sourceforge.net</a>
165 </td>
166 </tr>
167</table>
168
169<script type="text/javascript">
170 <!--
171 // Private objects are initially displayed (because if
172 // javascript is turned off then we want them to be
173 // visible); but by default, we want to hide them. So hide
174 // them unless we have a cookie that says to show them.
175 checkCookie();
176 // -->
177</script>
178</body>
179</html>