John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 1 | <?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> <a |
| 19 | href="googleapiclient-module.html">Home</a> </th> |
| 20 | |
| 21 | <!-- Tree link --> |
| 22 | <th bgcolor="#70b0f0" class="navbar-select" |
| 23 | > Trees </th> |
| 24 | |
| 25 | <!-- Index link --> |
| 26 | <th> <a |
| 27 | href="identifier-index.html">Indices</a> </th> |
| 28 | |
| 29 | <!-- Help link --> |
| 30 | <th> <a |
| 31 | href="help.html">Help</a> </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%"> </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 private</a>]</span></td></tr> |
| 44 | <tr><td align="right"><span class="options" |
| 45 | >[<a href="frames.html" target="_top">frames</a |
| 46 | >] | <a href="class-tree.html" |
| 47 | target="_top">no 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"> |
Jon Wayne Parrott | 36e41bc | 2016-02-19 16:02:29 -0800 | [diff] [blame] | 58 | <li> <strong class="uidlink">email.generator.Generator</strong> |
| 59 | </li> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 60 | <li> <strong class="uidlink">object</strong>: |
| 61 | <em class="summary">The most base type</em> |
| 62 | <ul> |
| 63 | <li> <strong class="uidlink">exceptions.BaseException</strong>: |
| 64 | <em class="summary">Common base class for all exceptions</em> |
| 65 | <ul> |
| 66 | <li> <strong class="uidlink">exceptions.Exception</strong>: |
| 67 | <em class="summary">Common base class for all non-exit exceptions.</em> |
| 68 | <ul> |
| 69 | <li> <strong class="uidlink"><a href="googleapiclient.errors.Error-class.html">googleapiclient.errors.Error</a></strong>: |
| 70 | <em class="summary">Base error for this module.</em> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 71 | <ul> |
| 72 | <li> <strong class="uidlink"><a href="googleapiclient.errors.HttpError-class.html">googleapiclient.errors.HttpError</a></strong>: |
| 73 | <em class="summary">HTTP data was invalid or unexpected.</em> |
| 74 | <ul> |
| 75 | <li> <strong class="uidlink"><a href="googleapiclient.errors.BatchError-class.html">googleapiclient.errors.BatchError</a></strong>: |
| 76 | <em class="summary">Error occurred during batch operations.</em> |
| 77 | </li> |
| 78 | <li> <strong class="uidlink"><a href="googleapiclient.errors.ResumableUploadError-class.html">googleapiclient.errors.ResumableUploadError</a></strong>: |
| 79 | <em class="summary">Error occurred during resumable upload.</em> |
| 80 | </li> |
| 81 | </ul> |
| 82 | </li> |
| 83 | <li> <strong class="uidlink"><a href="googleapiclient.errors.InvalidChunkSizeError-class.html">googleapiclient.errors.InvalidChunkSizeError</a></strong>: |
| 84 | <em class="summary">The given chunksize is not valid.</em> |
| 85 | </li> |
| 86 | <li> <strong class="uidlink"><a href="googleapiclient.errors.InvalidJsonError-class.html">googleapiclient.errors.InvalidJsonError</a></strong>: |
| 87 | <em class="summary">The JSON returned could not be parsed.</em> |
| 88 | </li> |
| 89 | <li> <strong class="uidlink"><a href="googleapiclient.errors.InvalidNotificationError-class.html">googleapiclient.errors.InvalidNotificationError</a></strong>: |
| 90 | <em class="summary">The channel Notification is invalid.</em> |
| 91 | </li> |
| 92 | <li> <strong class="uidlink"><a href="googleapiclient.errors.MediaUploadSizeError-class.html">googleapiclient.errors.MediaUploadSizeError</a></strong>: |
| 93 | <em class="summary">Media is larger than the method can accept.</em> |
| 94 | </li> |
| 95 | <li> <strong class="uidlink"><a href="googleapiclient.errors.UnacceptableMimeTypeError-class.html">googleapiclient.errors.UnacceptableMimeTypeError</a></strong>: |
| 96 | <em class="summary">That is an unacceptable mimetype for this operation.</em> |
| 97 | </li> |
| 98 | <li> <strong class="uidlink"><a href="googleapiclient.errors.UnexpectedBodyError-class.html">googleapiclient.errors.UnexpectedBodyError</a></strong>: |
| 99 | <em class="summary">Exception raised by RequestMockBuilder on unexpected bodies.</em> |
| 100 | </li> |
| 101 | <li> <strong class="uidlink"><a href="googleapiclient.errors.UnexpectedMethodError-class.html">googleapiclient.errors.UnexpectedMethodError</a></strong>: |
| 102 | <em class="summary">Exception raised by RequestMockBuilder on unexpected calls.</em> |
| 103 | </li> |
| 104 | <li> <strong class="uidlink"><a href="googleapiclient.errors.UnknownApiNameOrVersion-class.html">googleapiclient.errors.UnknownApiNameOrVersion</a></strong>: |
| 105 | <em class="summary">No API with that name and version exists.</em> |
| 106 | </li> |
| 107 | <li> <strong class="uidlink"><a href="googleapiclient.errors.UnknownFileType-class.html">googleapiclient.errors.UnknownFileType</a></strong>: |
| 108 | <em class="summary">File type unknown or unexpected.</em> |
| 109 | </li> |
| 110 | <li> <strong class="uidlink"><a href="googleapiclient.errors.UnknownLinkType-class.html">googleapiclient.errors.UnknownLinkType</a></strong>: |
| 111 | <em class="summary">Link type unknown or unexpected.</em> |
| 112 | </li> |
| 113 | </ul> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 114 | </li> |
| 115 | </ul> |
| 116 | </li> |
| 117 | </ul> |
| 118 | </li> |
| 119 | <li> <strong class="uidlink"><a href="googleapiclient.http.BatchHttpRequest-class.html">googleapiclient.http.BatchHttpRequest</a></strong>: |
| 120 | <em class="summary">Batches multiple HttpRequest objects into a single HTTP request.</em> |
| 121 | </li> |
Takashi Matsuo | 0669410 | 2015-09-11 13:55:40 -0700 | [diff] [blame] | 122 | <li> <strong class="uidlink"><a href="googleapiclient.discovery_cache.base.Cache-class.html">googleapiclient.discovery_cache.base.Cache</a></strong>: |
| 123 | <em class="summary">A base abstract cache class.</em> |
| 124 | </li> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 125 | <li> <strong class="uidlink"><a href="googleapiclient.channel.Channel-class.html">googleapiclient.channel.Channel</a></strong>: |
| 126 | <em class="summary">A Channel for notifications.</em> |
| 127 | </li> |
| 128 | <li> <strong class="uidlink"><a href="googleapiclient.http.HttpMock-class.html">googleapiclient.http.HttpMock</a></strong>: |
| 129 | <em class="summary">Mock of httplib2.Http</em> |
| 130 | </li> |
| 131 | <li> <strong class="uidlink"><a href="googleapiclient.http.HttpMockSequence-class.html">googleapiclient.http.HttpMockSequence</a></strong>: |
| 132 | <em class="summary">Mock of httplib2.Http</em> |
| 133 | </li> |
| 134 | <li> <strong class="uidlink"><a href="googleapiclient.http.HttpRequest-class.html">googleapiclient.http.HttpRequest</a></strong>: |
| 135 | <em class="summary">Encapsulates a single HTTP request.</em> |
| 136 | </li> |
| 137 | <li> <strong class="uidlink"><a href="googleapiclient.http.HttpRequestMock-class.html">googleapiclient.http.HttpRequestMock</a></strong>: |
| 138 | <em class="summary">Mock of HttpRequest.</em> |
| 139 | </li> |
| 140 | <li> <strong class="uidlink"><a href="googleapiclient.http.MediaDownloadProgress-class.html">googleapiclient.http.MediaDownloadProgress</a></strong>: |
| 141 | <em class="summary">Status of a resumable download.</em> |
| 142 | </li> |
| 143 | <li> <strong class="uidlink"><a href="googleapiclient.http.MediaIoBaseDownload-class.html">googleapiclient.http.MediaIoBaseDownload</a></strong>: |
| 144 | <em class="summary">"Download media resources.</em> |
| 145 | </li> |
| 146 | <li> <strong class="uidlink"><a href="googleapiclient.http.MediaUpload-class.html">googleapiclient.http.MediaUpload</a></strong>: |
| 147 | <em class="summary">Describes a media object to upload.</em> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 148 | <ul> |
| 149 | <li> <strong class="uidlink"><a href="googleapiclient.http.MediaIoBaseUpload-class.html">googleapiclient.http.MediaIoBaseUpload</a></strong>: |
| 150 | <em class="summary">A MediaUpload for a io.Base objects.</em> |
| 151 | <ul> |
| 152 | <li> <strong class="uidlink"><a href="googleapiclient.http.MediaFileUpload-class.html">googleapiclient.http.MediaFileUpload</a></strong>: |
| 153 | <em class="summary">A MediaUpload for a file.</em> |
| 154 | </li> |
| 155 | <li> <strong class="uidlink"><a href="googleapiclient.http.MediaInMemoryUpload-class.html">googleapiclient.http.MediaInMemoryUpload</a></strong>: |
| 156 | <em class="summary">MediaUpload for a chunk of bytes.</em> |
| 157 | </li> |
| 158 | </ul> |
| 159 | </li> |
| 160 | </ul> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 161 | </li> |
| 162 | <li> <strong class="uidlink"><a href="googleapiclient.http.MediaUploadProgress-class.html">googleapiclient.http.MediaUploadProgress</a></strong>: |
| 163 | <em class="summary">Status of a resumable upload.</em> |
| 164 | </li> |
| 165 | <li> <strong class="uidlink"><a href="googleapiclient.model.Model-class.html">googleapiclient.model.Model</a></strong>: |
| 166 | <em class="summary">Model base class.</em> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 167 | <ul> |
| 168 | <li> <strong class="uidlink"><a href="googleapiclient.model.BaseModel-class.html">googleapiclient.model.BaseModel</a></strong>: |
| 169 | <em class="summary">Base model class.</em> |
| 170 | <ul> |
| 171 | <li> <strong class="uidlink"><a href="googleapiclient.model.JsonModel-class.html">googleapiclient.model.JsonModel</a></strong>: |
| 172 | <em class="summary">Model class for JSON.</em> |
| 173 | <ul> |
| 174 | <li> <strong class="uidlink"><a href="googleapiclient.model.MediaModel-class.html">googleapiclient.model.MediaModel</a></strong>: |
| 175 | <em class="summary">Model class for requests that return Media.</em> |
| 176 | </li> |
| 177 | <li> <strong class="uidlink"><a href="googleapiclient.model.RawModel-class.html">googleapiclient.model.RawModel</a></strong>: |
| 178 | <em class="summary">Model class for requests that don't return JSON.</em> |
| 179 | </li> |
| 180 | </ul> |
| 181 | </li> |
| 182 | <li> <strong class="uidlink"><a href="googleapiclient.model.ProtocolBufferModel-class.html">googleapiclient.model.ProtocolBufferModel</a></strong>: |
| 183 | <em class="summary">Model class for protocol buffers.</em> |
| 184 | </li> |
| 185 | </ul> |
| 186 | </li> |
| 187 | </ul> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 188 | </li> |
| 189 | <li> <strong class="uidlink"><a href="googleapiclient.channel.Notification-class.html">googleapiclient.channel.Notification</a></strong>: |
| 190 | <em class="summary">A Notification from a Channel.</em> |
| 191 | </li> |
| 192 | <li> <strong class="uidlink"><a href="googleapiclient.http.RequestMockBuilder-class.html">googleapiclient.http.RequestMockBuilder</a></strong>: |
| 193 | <em class="summary">A simple mock of HttpRequest</em> |
| 194 | </li> |
| 195 | <li> <strong class="uidlink"><a href="googleapiclient.discovery.Resource-class.html" onclick="show_private();">googleapiclient.discovery.Resource</a></strong>: |
| 196 | <em class="summary">A class for interacting with a resource.</em> |
| 197 | </li> |
| 198 | <li> <strong class="uidlink"><a href="googleapiclient.discovery.ResourceMethodParameters-class.html" onclick="show_private();">googleapiclient.discovery.ResourceMethodParameters</a></strong>: |
| 199 | <em class="summary">Represents the parameters associated with a method.</em> |
| 200 | </li> |
| 201 | <li> <strong class="uidlink"><a href="googleapiclient.schema.Schemas-class.html">googleapiclient.schema.Schemas</a></strong>: |
| 202 | <em class="summary">Schemas for an API.</em> |
| 203 | </li> |
| 204 | <li> <strong class="uidlink"><a href="googleapiclient.schema._SchemaToStruct-class.html" onclick="show_private();">googleapiclient.schema._SchemaToStruct</a></strong>: |
| 205 | <em class="summary">Convert schema to a prototype object.</em> |
| 206 | </li> |
| 207 | <li> <strong class="uidlink"><a href="googleapiclient.http._StreamSlice-class.html" onclick="show_private();">googleapiclient.http._StreamSlice</a></strong>: |
| 208 | <em class="summary">Truncated stream.</em> |
| 209 | </li> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 210 | <li> <strong class="uidlink">type</strong>: |
| 211 | <em class="summary">type(object) -> the object's type type(name, bases, dict) -> |
| 212 | a new type</em> |
| 213 | <ul> |
| 214 | <li> <strong class="uidlink">abc.ABCMeta</strong>: |
| 215 | <em class="summary">Metaclass for defining Abstract Base Classes (ABCs).</em> |
| 216 | </li> |
| 217 | </ul> |
| 218 | </li> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 219 | </ul> |
| 220 | </li> |
| 221 | </ul> |
| 222 | <!-- ==================== NAVIGATION BAR ==================== --> |
| 223 | <table class="navbar" border="0" width="100%" cellpadding="0" |
| 224 | bgcolor="#a0c0ff" cellspacing="0"> |
| 225 | <tr valign="middle"> |
| 226 | <!-- Home link --> |
| 227 | <th> <a |
| 228 | href="googleapiclient-module.html">Home</a> </th> |
| 229 | |
| 230 | <!-- Tree link --> |
| 231 | <th bgcolor="#70b0f0" class="navbar-select" |
| 232 | > Trees </th> |
| 233 | |
| 234 | <!-- Index link --> |
| 235 | <th> <a |
| 236 | href="identifier-index.html">Indices</a> </th> |
| 237 | |
| 238 | <!-- Help link --> |
| 239 | <th> <a |
| 240 | href="help.html">Help</a> </th> |
| 241 | |
| 242 | <th class="navbar" width="100%"></th> |
| 243 | </tr> |
| 244 | </table> |
| 245 | <table border="0" cellpadding="0" cellspacing="0" width="100%%"> |
| 246 | <tr> |
| 247 | <td align="left" class="footer"> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 248 | Generated by Epydoc 3.0.1 on Fri Oct 2 20:46:21 2020 |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 249 | </td> |
| 250 | <td align="right" class="footer"> |
| 251 | <a target="mainFrame" href="http://epydoc.sourceforge.net" |
| 252 | >http://epydoc.sourceforge.net</a> |
| 253 | </td> |
| 254 | </tr> |
| 255 | </table> |
| 256 | |
| 257 | <script type="text/javascript"> |
| 258 | <!-- |
| 259 | // Private objects are initially displayed (because if |
| 260 | // javascript is turned off then we want them to be |
| 261 | // visible); but by default, we want to hide them. So hide |
| 262 | // them unless we have a cookie that says to show them. |
| 263 | checkCookie(); |
| 264 | // --> |
| 265 | </script> |
| 266 | </body> |
| 267 | </html> |