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"> 58 <li> <strong class="uidlink">email.generator.Generator</strong> 59 </li> 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> 71 </li> 72 </ul> 73 </li> 74 </ul> 75 </li> 76 <li> <strong class="uidlink"><a href="googleapiclient.http.BatchHttpRequest-class.html">googleapiclient.http.BatchHttpRequest</a></strong>: 77 <em class="summary">Batches multiple HttpRequest objects into a single HTTP request.</em> 78 </li> 79 <li> <strong class="uidlink"><a href="googleapiclient.discovery_cache.base.Cache-class.html">googleapiclient.discovery_cache.base.Cache</a></strong>: 80 <em class="summary">A base abstract cache class.</em> 81 </li> 82 <li> <strong class="uidlink"><a href="googleapiclient.channel.Channel-class.html">googleapiclient.channel.Channel</a></strong>: 83 <em class="summary">A Channel for notifications.</em> 84 </li> 85 <li> <strong class="uidlink">logging.Filterer</strong>: 86 <em class="summary">A base class for loggers and handlers which allows them to share 87common code.</em> 88 </li> 89 <li> <strong class="uidlink"><a href="googleapiclient.http.HttpMock-class.html">googleapiclient.http.HttpMock</a></strong>: 90 <em class="summary">Mock of httplib2.Http</em> 91 </li> 92 <li> <strong class="uidlink"><a href="googleapiclient.http.HttpMockSequence-class.html">googleapiclient.http.HttpMockSequence</a></strong>: 93 <em class="summary">Mock of httplib2.Http</em> 94 </li> 95 <li> <strong class="uidlink"><a href="googleapiclient.http.HttpRequest-class.html">googleapiclient.http.HttpRequest</a></strong>: 96 <em class="summary">Encapsulates a single HTTP request.</em> 97 </li> 98 <li> <strong class="uidlink"><a href="googleapiclient.http.HttpRequestMock-class.html">googleapiclient.http.HttpRequestMock</a></strong>: 99 <em class="summary">Mock of HttpRequest.</em> 100 </li> 101 <li> <strong class="uidlink"><a href="googleapiclient.http.MediaDownloadProgress-class.html">googleapiclient.http.MediaDownloadProgress</a></strong>: 102 <em class="summary">Status of a resumable download.</em> 103 </li> 104 <li> <strong class="uidlink"><a href="googleapiclient.http.MediaIoBaseDownload-class.html">googleapiclient.http.MediaIoBaseDownload</a></strong>: 105 <em class="summary">"Download media resources.</em> 106 </li> 107 <li> <strong class="uidlink"><a href="googleapiclient.http.MediaUpload-class.html">googleapiclient.http.MediaUpload</a></strong>: 108 <em class="summary">Describes a media object to upload.</em> 109 </li> 110 <li> <strong class="uidlink"><a href="googleapiclient.http.MediaUploadProgress-class.html">googleapiclient.http.MediaUploadProgress</a></strong>: 111 <em class="summary">Status of a resumable upload.</em> 112 </li> 113 <li> <strong class="uidlink"><a href="googleapiclient.model.Model-class.html">googleapiclient.model.Model</a></strong>: 114 <em class="summary">Model base class.</em> 115 </li> 116 <li> <strong class="uidlink"><a href="googleapiclient.channel.Notification-class.html">googleapiclient.channel.Notification</a></strong>: 117 <em class="summary">A Notification from a Channel.</em> 118 </li> 119 <li> <strong class="uidlink"><a href="googleapiclient.http.RequestMockBuilder-class.html">googleapiclient.http.RequestMockBuilder</a></strong>: 120 <em class="summary">A simple mock of HttpRequest</em> 121 </li> 122 <li> <strong class="uidlink"><a href="googleapiclient.discovery.Resource-class.html" onclick="show_private();">googleapiclient.discovery.Resource</a></strong>: 123 <em class="summary">A class for interacting with a resource.</em> 124 </li> 125 <li> <strong class="uidlink"><a href="googleapiclient.discovery.ResourceMethodParameters-class.html" onclick="show_private();">googleapiclient.discovery.ResourceMethodParameters</a></strong>: 126 <em class="summary">Represents the parameters associated with a method.</em> 127 </li> 128 <li> <strong class="uidlink"><a href="googleapiclient.schema.Schemas-class.html">googleapiclient.schema.Schemas</a></strong>: 129 <em class="summary">Schemas for an API.</em> 130 </li> 131 <li> <strong class="uidlink"><a href="googleapiclient.schema._SchemaToStruct-class.html" onclick="show_private();">googleapiclient.schema._SchemaToStruct</a></strong>: 132 <em class="summary">Convert schema to a prototype object.</em> 133 </li> 134 <li> <strong class="uidlink"><a href="googleapiclient.http._StreamSlice-class.html" onclick="show_private();">googleapiclient.http._StreamSlice</a></strong>: 135 <em class="summary">Truncated stream.</em> 136 </li> 137 </ul> 138 </li> 139</ul> 140<!-- ==================== NAVIGATION BAR ==================== --> 141<table class="navbar" border="0" width="100%" cellpadding="0" 142 bgcolor="#a0c0ff" cellspacing="0"> 143 <tr valign="middle"> 144 <!-- Home link --> 145 <th> <a 146 href="googleapiclient-module.html">Home</a> </th> 147 148 <!-- Tree link --> 149 <th bgcolor="#70b0f0" class="navbar-select" 150 > Trees </th> 151 152 <!-- Index link --> 153 <th> <a 154 href="identifier-index.html">Indices</a> </th> 155 156 <!-- Help link --> 157 <th> <a 158 href="help.html">Help</a> </th> 159 160 <th class="navbar" width="100%"></th> 161 </tr> 162</table> 163<table border="0" cellpadding="0" cellspacing="0" width="100%%"> 164 <tr> 165 <td align="left" class="footer"> 166 Generated by Epydoc 3.0.1 on Fri Jun 14 15:57:27 2019 167 </td> 168 <td align="right" class="footer"> 169 <a target="mainFrame" href="http://epydoc.sourceforge.net" 170 >http://epydoc.sourceforge.net</a> 171 </td> 172 </tr> 173</table> 174 175<script type="text/javascript"> 176 <!-- 177 // Private objects are initially displayed (because if 178 // javascript is turned off then we want them to be 179 // visible); but by default, we want to hide them. So hide 180 // them unless we have a cookie that says to show them. 181 checkCookie(); 182 // --> 183</script> 184</body> 185</html> 186