Joe Gregorio | 5dc0f5c | 2012-06-05 13:34:31 -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 | |
| 18 | <!-- Tree link --> |
| 19 | <th bgcolor="#70b0f0" class="navbar-select" |
| 20 | > Trees </th> |
| 21 | |
| 22 | <!-- Index link --> |
| 23 | <th> <a |
| 24 | href="identifier-index.html">Indices</a> </th> |
| 25 | |
| 26 | <!-- Help link --> |
| 27 | <th> <a |
| 28 | href="help.html">Help</a> </th> |
| 29 | |
| 30 | <th class="navbar" width="100%"></th> |
| 31 | </tr> |
| 32 | </table> |
| 33 | <table width="100%" cellpadding="0" cellspacing="0"> |
| 34 | <tr valign="top"> |
| 35 | <td width="100%"> </td> |
| 36 | <td> |
| 37 | <table cellpadding="0" cellspacing="0"> |
| 38 | <!-- hide/show private --> |
| 39 | <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink" |
| 40 | onclick="toggle_private();">hide private</a>]</span></td></tr> |
| 41 | <tr><td align="right"><span class="options" |
| 42 | >[<a href="frames.html" target="_top">frames</a |
| 43 | >] | <a href="class-tree.html" |
| 44 | target="_top">no frames</a>]</span></td></tr> |
| 45 | </table> |
| 46 | </td> |
| 47 | </tr> |
| 48 | </table> |
| 49 | <center><b> |
| 50 | [ <a href="module-tree.html">Module Hierarchy</a> |
| 51 | | <a href="class-tree.html">Class Hierarchy</a> ] |
| 52 | </b></center><br /> |
| 53 | <h1 class="epydoc">Class Hierarchy</h1> |
| 54 | <ul class="nomargin-top"> |
| 55 | <li> <strong class="uidlink">SocketServer.BaseRequestHandler</strong>: |
| 56 | <em class="summary">Base class for request handler classes.</em> |
| 57 | <ul> |
| 58 | <li> <strong class="uidlink">SocketServer.StreamRequestHandler</strong>: |
| 59 | <em class="summary">Define self.rfile and self.wfile for stream sockets.</em> |
| 60 | <ul> |
| 61 | <li> <strong class="uidlink">BaseHTTPServer.BaseHTTPRequestHandler</strong>: |
| 62 | <em class="summary">HTTP request handler base class.</em> |
| 63 | <ul> |
| 64 | <li> <strong class="uidlink"><a href="oauth2client.tools.ClientRedirectHandler-class.html" onclick="show_private();">oauth2client.tools.ClientRedirectHandler</a></strong>: |
| 65 | <em class="summary">A handler for OAuth 2.0 redirects back to localhost.</em> |
| 66 | </li> |
| 67 | </ul> |
| 68 | </li> |
| 69 | </ul> |
| 70 | </li> |
| 71 | </ul> |
| 72 | </li> |
| 73 | <li> <strong class="uidlink">SocketServer.BaseServer</strong>: |
| 74 | <em class="summary">Base class for server classes.</em> |
| 75 | <ul> |
| 76 | <li> <strong class="uidlink">SocketServer.TCPServer</strong>: |
| 77 | <em class="summary">Base class for various socket-based server classes.</em> |
| 78 | <ul> |
| 79 | <li> <strong class="uidlink">BaseHTTPServer.HTTPServer</strong> |
| 80 | <ul> |
| 81 | <li> <strong class="uidlink"><a href="oauth2client.tools.ClientRedirectServer-class.html" onclick="show_private();">oauth2client.tools.ClientRedirectServer</a></strong>: |
| 82 | <em class="summary">A server to handle OAuth 2.0 redirects back to localhost.</em> |
| 83 | </li> |
| 84 | </ul> |
| 85 | </li> |
| 86 | </ul> |
| 87 | </li> |
| 88 | </ul> |
| 89 | </li> |
| 90 | <li> <strong class="uidlink">rfc822.Message</strong>: |
| 91 | <em class="summary">Represents a single RFC 2822-compliant message.</em> |
| 92 | <ul> |
| 93 | <li> <strong class="uidlink"><a href="mimetools.Message-class.html">mimetools.Message</a></strong>: |
| 94 | <em class="summary">A derived class of rfc822.Message that knows about MIME headers and |
| 95 | contains some hooks for decoding encoded and multipart messages.</em> |
| 96 | </li> |
| 97 | </ul> |
| 98 | </li> |
| 99 | <li> <strong class="uidlink">object</strong>: |
| 100 | <em class="summary">The most base type</em> |
| 101 | <ul> |
| 102 | <li> <strong class="uidlink">exceptions.BaseException</strong>: |
| 103 | <em class="summary">Common base class for all exceptions</em> |
| 104 | <ul> |
| 105 | <li> <strong class="uidlink">exceptions.Exception</strong>: |
| 106 | <em class="summary">Common base class for all non-exit exceptions.</em> |
| 107 | <ul> |
Joe Gregorio | 6621203 | 2012-06-14 09:10:14 -0400 | [diff] [blame] | 108 | <li> <strong class="uidlink"><a href="oauth2client.locked_file.AlreadyLockedException-class.html">oauth2client.locked_file.AlreadyLockedException</a></strong>: |
| 109 | <em class="summary">Trying to lock a file that has already been locked by the LockedFile.</em> |
| 110 | </li> |
Joe Gregorio | 5dc0f5c | 2012-06-05 13:34:31 -0400 | [diff] [blame] | 111 | <li> <strong class="uidlink"><a href="oauth2client.crypt.AppIdentityError-class.html">oauth2client.crypt.AppIdentityError</a></strong> |
| 112 | </li> |
Joe Gregorio | 0cd347a | 2012-08-30 08:22:27 -0400 | [diff] [blame^] | 113 | <li> <strong class="uidlink"><a href="oauth2client.locked_file.CredentialsFileSymbolicLinkError-class.html">oauth2client.locked_file.CredentialsFileSymbolicLinkError</a></strong>: |
| 114 | <em class="summary">Credentials files must not be symbolic links.</em> |
| 115 | </li> |
| 116 | <li> <strong class="uidlink"><a href="oauth2client.file.CredentialsFileSymbolicLinkError-class.html">oauth2client.file.CredentialsFileSymbolicLinkError</a></strong>: |
| 117 | <em class="summary">Credentials files must not be symbolic links.</em> |
| 118 | </li> |
| 119 | <li> <strong class="uidlink"><a href="oauth2client.multistore_file.Error-class.html">oauth2client.multistore_file.Error</a></strong>: |
| 120 | <em class="summary">Base error for this module.</em> |
| 121 | <ul> |
| 122 | <li> <strong class="uidlink"><a href="oauth2client.multistore_file.NewerCredentialStoreError-class.html">oauth2client.multistore_file.NewerCredentialStoreError</a></strong>: |
| 123 | <em class="summary">The credential store is a newer version that supported.</em> |
| 124 | </li> |
| 125 | </ul> |
| 126 | </li> |
Joe Gregorio | e7a0c47 | 2012-07-12 11:46:04 -0400 | [diff] [blame] | 127 | <li> <strong class="uidlink"><a href="oauth2client.client.Error-class.html">oauth2client.client.Error</a></strong>: |
| 128 | <em class="summary">Base error for this module.</em> |
| 129 | <ul> |
| 130 | <li> <strong class="uidlink"><a href="oauth2client.client.AccessTokenCredentialsError-class.html">oauth2client.client.AccessTokenCredentialsError</a></strong>: |
| 131 | <em class="summary">Having only the access_token means no refresh is possible.</em> |
| 132 | </li> |
| 133 | <li> <strong class="uidlink"><a href="oauth2client.client.AccessTokenRefreshError-class.html">oauth2client.client.AccessTokenRefreshError</a></strong>: |
| 134 | <em class="summary">Error trying to refresh an expired access token.</em> |
| 135 | </li> |
| 136 | <li> <strong class="uidlink"><a href="oauth2client.client.FlowExchangeError-class.html">oauth2client.client.FlowExchangeError</a></strong>: |
| 137 | <em class="summary">Error trying to exchange an authorization grant for an access token.</em> |
| 138 | </li> |
| 139 | <li> <strong class="uidlink"><a href="oauth2client.client.UnknownClientSecretsFlowError-class.html">oauth2client.client.UnknownClientSecretsFlowError</a></strong>: |
| 140 | <em class="summary">The client secrets file called for an unknown type of OAuth 2.0 flow.</em> |
| 141 | </li> |
| 142 | <li> <strong class="uidlink"><a href="oauth2client.client.VerifyJwtTokenError-class.html">oauth2client.client.VerifyJwtTokenError</a></strong>: |
| 143 | <em class="summary">Could on retrieve certificates for validation.</em> |
| 144 | </li> |
| 145 | </ul> |
| 146 | </li> |
Joe Gregorio | 5dc0f5c | 2012-06-05 13:34:31 -0400 | [diff] [blame] | 147 | <li> <strong class="uidlink"><a href="apiclient.errors.Error-class.html">apiclient.errors.Error</a></strong>: |
| 148 | <em class="summary">Base error for this module.</em> |
| 149 | <ul> |
| 150 | <li> <strong class="uidlink"><a href="apiclient.errors.HttpError-class.html">apiclient.errors.HttpError</a></strong>: |
| 151 | <em class="summary">HTTP data was invalid or unexpected.</em> |
| 152 | <ul> |
| 153 | <li> <strong class="uidlink"><a href="apiclient.errors.BatchError-class.html">apiclient.errors.BatchError</a></strong>: |
| 154 | <em class="summary">Error occured during batch operations.</em> |
| 155 | </li> |
| 156 | </ul> |
| 157 | </li> |
Joe Gregorio | 1b425aa | 2012-08-24 12:04:34 -0400 | [diff] [blame] | 158 | <li> <strong class="uidlink"><a href="apiclient.errors.InvalidChunkSizeError-class.html">apiclient.errors.InvalidChunkSizeError</a></strong>: |
| 159 | <em class="summary">The given chunksize is not valid.</em> |
| 160 | </li> |
Joe Gregorio | 5dc0f5c | 2012-06-05 13:34:31 -0400 | [diff] [blame] | 161 | <li> <strong class="uidlink"><a href="apiclient.errors.InvalidJsonError-class.html">apiclient.errors.InvalidJsonError</a></strong>: |
| 162 | <em class="summary">The JSON returned could not be parsed.</em> |
| 163 | </li> |
| 164 | <li> <strong class="uidlink"><a href="apiclient.errors.MediaUploadSizeError-class.html">apiclient.errors.MediaUploadSizeError</a></strong>: |
| 165 | <em class="summary">Media is larger than the method can accept.</em> |
| 166 | </li> |
| 167 | <li> <strong class="uidlink"><a href="apiclient.errors.ResumableUploadError-class.html">apiclient.errors.ResumableUploadError</a></strong>: |
| 168 | <em class="summary">Error occured during resumable upload.</em> |
| 169 | </li> |
| 170 | <li> <strong class="uidlink"><a href="apiclient.errors.UnacceptableMimeTypeError-class.html">apiclient.errors.UnacceptableMimeTypeError</a></strong>: |
| 171 | <em class="summary">That is an unacceptable mimetype for this operation.</em> |
| 172 | </li> |
| 173 | <li> <strong class="uidlink"><a href="apiclient.errors.UnexpectedBodyError-class.html">apiclient.errors.UnexpectedBodyError</a></strong>: |
| 174 | <em class="summary">Exception raised by RequestMockBuilder on unexpected bodies.</em> |
| 175 | </li> |
| 176 | <li> <strong class="uidlink"><a href="apiclient.errors.UnexpectedMethodError-class.html">apiclient.errors.UnexpectedMethodError</a></strong>: |
| 177 | <em class="summary">Exception raised by RequestMockBuilder on unexpected calls.</em> |
| 178 | </li> |
| 179 | <li> <strong class="uidlink"><a href="apiclient.errors.UnknownApiNameOrVersion-class.html">apiclient.errors.UnknownApiNameOrVersion</a></strong>: |
| 180 | <em class="summary">No API with that name and version exists.</em> |
| 181 | </li> |
| 182 | <li> <strong class="uidlink"><a href="apiclient.errors.UnknownLinkType-class.html">apiclient.errors.UnknownLinkType</a></strong>: |
| 183 | <em class="summary">Link type unknown or unexpected.</em> |
| 184 | </li> |
| 185 | </ul> |
| 186 | </li> |
Joe Gregorio | 1b425aa | 2012-08-24 12:04:34 -0400 | [diff] [blame] | 187 | <li> <strong class="uidlink"><a href="oauth2client.clientsecrets.Error-class.html">oauth2client.clientsecrets.Error</a></strong>: |
| 188 | <em class="summary">Base error for this module.</em> |
| 189 | <ul> |
| 190 | <li> <strong class="uidlink"><a href="oauth2client.clientsecrets.InvalidClientSecretsError-class.html">oauth2client.clientsecrets.InvalidClientSecretsError</a></strong>: |
| 191 | <em class="summary">Format of ClientSecrets file is invalid.</em> |
| 192 | </li> |
| 193 | </ul> |
| 194 | </li> |
Joe Gregorio | 5dc0f5c | 2012-06-05 13:34:31 -0400 | [diff] [blame] | 195 | <li> <strong class="uidlink"><a href="oauth2client.appengine.InvalidClientSecretsError-class.html">oauth2client.appengine.InvalidClientSecretsError</a></strong>: |
| 196 | <em class="summary">The client_secrets.json file is malformed or missing required fields.</em> |
| 197 | </li> |
Joe Gregorio | 1b425aa | 2012-08-24 12:04:34 -0400 | [diff] [blame] | 198 | <li> <strong class="uidlink"><a href="oauth2client.appengine.InvalidXsrfTokenError-class.html">oauth2client.appengine.InvalidXsrfTokenError</a></strong>: |
| 199 | <em class="summary">The XSRF token is invalid or expired.</em> |
| 200 | </li> |
Joe Gregorio | 5dc0f5c | 2012-06-05 13:34:31 -0400 | [diff] [blame] | 201 | </ul> |
| 202 | </li> |
| 203 | </ul> |
| 204 | </li> |
| 205 | <li> <strong class="uidlink"><a href="apiclient.http.BatchHttpRequest-class.html">apiclient.http.BatchHttpRequest</a></strong>: |
| 206 | <em class="summary">Batches multiple HttpRequest objects into a single HTTP request.</em> |
| 207 | </li> |
| 208 | <li> <strong class="uidlink"><a href="oauth2client.client.Credentials-class.html">oauth2client.client.Credentials</a></strong>: |
| 209 | <em class="summary">Base class for all Credentials objects.</em> |
| 210 | <ul> |
| 211 | <li> <strong class="uidlink"><a href="oauth2client.client.OAuth2Credentials-class.html">oauth2client.client.OAuth2Credentials</a></strong>: |
| 212 | <em class="summary">Credentials object for OAuth 2.0.</em> |
| 213 | <ul> |
| 214 | <li> <strong class="uidlink"><a href="oauth2client.client.AccessTokenCredentials-class.html">oauth2client.client.AccessTokenCredentials</a></strong>: |
| 215 | <em class="summary">Credentials object for OAuth 2.0.</em> |
| 216 | </li> |
| 217 | <li> <strong class="uidlink"><a href="oauth2client.client.AssertionCredentials-class.html">oauth2client.client.AssertionCredentials</a></strong>: |
| 218 | <em class="summary">Abstract Credentials object used for OAuth 2.0 assertion grants.</em> |
| 219 | <ul> |
| 220 | <li> <strong class="uidlink"><a href="oauth2client.appengine.AppAssertionCredentials-class.html">oauth2client.appengine.AppAssertionCredentials</a></strong>: |
| 221 | <em class="summary">Credentials object for App Engine Assertion Grants</em> |
| 222 | </li> |
Joe Gregorio | 1b425aa | 2012-08-24 12:04:34 -0400 | [diff] [blame] | 223 | <li> <strong class="uidlink"><a href="oauth2client.gce.AppAssertionCredentials-class.html">oauth2client.gce.AppAssertionCredentials</a></strong>: |
| 224 | <em class="summary">Credentials object for Compute Engine Assertion Grants</em> |
| 225 | </li> |
Joe Gregorio | 5dc0f5c | 2012-06-05 13:34:31 -0400 | [diff] [blame] | 226 | <li> <strong class="uidlink"><a href="oauth2client.client.SignedJwtAssertionCredentials-class.html">oauth2client.client.SignedJwtAssertionCredentials</a></strong>: |
| 227 | <em class="summary">Credentials object used for OAuth 2.0 Signed JWT assertion grants.</em> |
| 228 | </li> |
| 229 | </ul> |
| 230 | </li> |
| 231 | </ul> |
| 232 | </li> |
| 233 | </ul> |
| 234 | </li> |
Joe Gregorio | bf14cef | 2012-06-22 15:26:16 -0400 | [diff] [blame] | 235 | <li> <strong class="uidlink">django.db.models.fields.Field</strong>: |
| 236 | <em class="summary">Base class for all field types</em> |
Joe Gregorio | 5dc0f5c | 2012-06-05 13:34:31 -0400 | [diff] [blame] | 237 | <ul> |
| 238 | <li> <strong class="uidlink"><a href="oauth2client.django_orm.CredentialsField-class.html">oauth2client.django_orm.CredentialsField</a></strong> |
| 239 | </li> |
| 240 | <li> <strong class="uidlink"><a href="oauth2client.django_orm.FlowField-class.html">oauth2client.django_orm.FlowField</a></strong> |
| 241 | </li> |
| 242 | </ul> |
| 243 | </li> |
| 244 | <li> <strong class="uidlink"><a href="oauth2client.client.Flow-class.html">oauth2client.client.Flow</a></strong>: |
| 245 | <em class="summary">Base class for all Flow objects.</em> |
| 246 | <ul> |
| 247 | <li> <strong class="uidlink"><a href="oauth2client.client.OAuth2WebServerFlow-class.html">oauth2client.client.OAuth2WebServerFlow</a></strong>: |
| 248 | <em class="summary">Does the Web Server Flow for OAuth 2.0.</em> |
| 249 | </li> |
| 250 | </ul> |
| 251 | </li> |
| 252 | <li> <strong class="uidlink"><a href="apiclient.http.HttpMock-class.html">apiclient.http.HttpMock</a></strong>: |
| 253 | <em class="summary">Mock of httplib2.Http</em> |
| 254 | </li> |
| 255 | <li> <strong class="uidlink"><a href="apiclient.http.HttpMockSequence-class.html">apiclient.http.HttpMockSequence</a></strong>: |
| 256 | <em class="summary">Mock of httplib2.Http</em> |
| 257 | </li> |
| 258 | <li> <strong class="uidlink"><a href="apiclient.http.HttpRequest-class.html">apiclient.http.HttpRequest</a></strong>: |
| 259 | <em class="summary">Encapsulates a single HTTP request.</em> |
| 260 | </li> |
| 261 | <li> <strong class="uidlink"><a href="apiclient.http.HttpRequestMock-class.html">apiclient.http.HttpRequestMock</a></strong>: |
| 262 | <em class="summary">Mock of HttpRequest.</em> |
| 263 | </li> |
Joe Gregorio | 6621203 | 2012-06-14 09:10:14 -0400 | [diff] [blame] | 264 | <li> <strong class="uidlink"><a href="oauth2client.locked_file.LockedFile-class.html">oauth2client.locked_file.LockedFile</a></strong>: |
| 265 | <em class="summary">Represent a file that has exclusive access.</em> |
| 266 | </li> |
Joe Gregorio | ebd0b84 | 2012-06-15 14:14:17 -0400 | [diff] [blame] | 267 | <li> <strong class="uidlink"><a href="apiclient.http.MediaDownloadProgress-class.html">apiclient.http.MediaDownloadProgress</a></strong>: |
| 268 | <em class="summary">Status of a resumable download.</em> |
| 269 | </li> |
| 270 | <li> <strong class="uidlink"><a href="apiclient.http.MediaIoBaseDownload-class.html">apiclient.http.MediaIoBaseDownload</a></strong>: |
| 271 | <em class="summary">"Download media resources.</em> |
| 272 | </li> |
Joe Gregorio | 5dc0f5c | 2012-06-05 13:34:31 -0400 | [diff] [blame] | 273 | <li> <strong class="uidlink"><a href="apiclient.http.MediaUpload-class.html">apiclient.http.MediaUpload</a></strong>: |
| 274 | <em class="summary">Describes a media object to upload.</em> |
| 275 | <ul> |
Joe Gregorio | 1b425aa | 2012-08-24 12:04:34 -0400 | [diff] [blame] | 276 | <li> <strong class="uidlink"><a href="apiclient.http.MediaIoBaseUpload-class.html">apiclient.http.MediaIoBaseUpload</a></strong>: |
| 277 | <em class="summary">A MediaUpload for a io.Base objects.</em> |
| 278 | <ul> |
Joe Gregorio | 5dc0f5c | 2012-06-05 13:34:31 -0400 | [diff] [blame] | 279 | <li> <strong class="uidlink"><a href="apiclient.http.MediaFileUpload-class.html">apiclient.http.MediaFileUpload</a></strong>: |
| 280 | <em class="summary">A MediaUpload for a file.</em> |
| 281 | </li> |
| 282 | <li> <strong class="uidlink"><a href="apiclient.http.MediaInMemoryUpload-class.html">apiclient.http.MediaInMemoryUpload</a></strong>: |
| 283 | <em class="summary">MediaUpload for a chunk of bytes.</em> |
| 284 | </li> |
Joe Gregorio | 1b425aa | 2012-08-24 12:04:34 -0400 | [diff] [blame] | 285 | </ul> |
Joe Gregorio | 6621203 | 2012-06-14 09:10:14 -0400 | [diff] [blame] | 286 | </li> |
Joe Gregorio | 5dc0f5c | 2012-06-05 13:34:31 -0400 | [diff] [blame] | 287 | </ul> |
| 288 | </li> |
| 289 | <li> <strong class="uidlink"><a href="apiclient.http.MediaUploadProgress-class.html">apiclient.http.MediaUploadProgress</a></strong>: |
| 290 | <em class="summary">Status of a resumable upload.</em> |
| 291 | </li> |
| 292 | <li> <strong class="uidlink"><a href="oauth2client.client.MemoryCache-class.html">oauth2client.client.MemoryCache</a></strong>: |
| 293 | <em class="summary">httplib2 Cache implementation which only caches locally.</em> |
| 294 | </li> |
Joe Gregorio | 5dc0f5c | 2012-06-05 13:34:31 -0400 | [diff] [blame] | 295 | <li> <strong class="uidlink"><a href="apiclient.model.Model-class.html">apiclient.model.Model</a></strong>: |
| 296 | <em class="summary">Model base class.</em> |
| 297 | <ul> |
| 298 | <li> <strong class="uidlink"><a href="apiclient.model.BaseModel-class.html">apiclient.model.BaseModel</a></strong>: |
| 299 | <em class="summary">Base model class.</em> |
| 300 | <ul> |
| 301 | <li> <strong class="uidlink"><a href="apiclient.model.JsonModel-class.html">apiclient.model.JsonModel</a></strong>: |
| 302 | <em class="summary">Model class for JSON.</em> |
| 303 | <ul> |
Joe Gregorio | ebd0b84 | 2012-06-15 14:14:17 -0400 | [diff] [blame] | 304 | <li> <strong class="uidlink"><a href="apiclient.model.MediaModel-class.html">apiclient.model.MediaModel</a></strong>: |
| 305 | <em class="summary">Model class for requests that return Media.</em> |
| 306 | </li> |
Joe Gregorio | 5dc0f5c | 2012-06-05 13:34:31 -0400 | [diff] [blame] | 307 | <li> <strong class="uidlink"><a href="apiclient.model.RawModel-class.html">apiclient.model.RawModel</a></strong>: |
| 308 | <em class="summary">Model class for requests that don't return JSON.</em> |
| 309 | </li> |
| 310 | </ul> |
| 311 | </li> |
| 312 | <li> <strong class="uidlink"><a href="apiclient.model.ProtocolBufferModel-class.html">apiclient.model.ProtocolBufferModel</a></strong>: |
| 313 | <em class="summary">Model class for protocol buffers.</em> |
| 314 | </li> |
| 315 | </ul> |
| 316 | </li> |
| 317 | </ul> |
| 318 | </li> |
Joe Gregorio | 0cd347a | 2012-08-30 08:22:27 -0400 | [diff] [blame^] | 319 | <li> <strong class="uidlink">google.appengine.ext.db.Model</strong>: |
| 320 | <em class="summary">Model is the superclass of all object entities in the datastore.</em> |
| 321 | <ul> |
| 322 | <li> <strong class="uidlink"><a href="oauth2client.appengine.CredentialsModel-class.html">oauth2client.appengine.CredentialsModel</a></strong>: |
| 323 | <em class="summary">Storage for OAuth 2.0 Credentials</em> |
| 324 | </li> |
| 325 | <li> <strong class="uidlink"><a href="oauth2client.appengine.SiteXsrfSecretKey-class.html">oauth2client.appengine.SiteXsrfSecretKey</a></strong>: |
| 326 | <em class="summary">Storage for the sites XSRF secret key.</em> |
| 327 | </li> |
| 328 | </ul> |
| 329 | </li> |
Joe Gregorio | 5dc0f5c | 2012-06-05 13:34:31 -0400 | [diff] [blame] | 330 | <li> <strong class="uidlink"><a href="oauth2client.appengine.OAuth2Decorator-class.html">oauth2client.appengine.OAuth2Decorator</a></strong>: |
| 331 | <em class="summary">Utility for making OAuth 2.0 easier.</em> |
| 332 | <ul> |
| 333 | <li> <strong class="uidlink"><a href="oauth2client.appengine.OAuth2DecoratorFromClientSecrets-class.html">oauth2client.appengine.OAuth2DecoratorFromClientSecrets</a></strong>: |
| 334 | <em class="summary">An OAuth2Decorator that builds from a clientsecrets file.</em> |
| 335 | </li> |
| 336 | </ul> |
| 337 | </li> |
| 338 | <li> <strong class="uidlink">google.appengine.ext.db.Property</strong>: |
| 339 | <em class="summary">A Property is an attribute of a Model.</em> |
| 340 | <ul> |
| 341 | <li> <strong class="uidlink"><a href="oauth2client.appengine.CredentialsProperty-class.html">oauth2client.appengine.CredentialsProperty</a></strong>: |
| 342 | <em class="summary">App Engine datastore Property for Credentials.</em> |
| 343 | </li> |
| 344 | <li> <strong class="uidlink"><a href="oauth2client.appengine.FlowProperty-class.html">oauth2client.appengine.FlowProperty</a></strong>: |
| 345 | <em class="summary">App Engine datastore Property for Flow.</em> |
| 346 | </li> |
| 347 | </ul> |
| 348 | </li> |
Joe Gregorio | 5dc0f5c | 2012-06-05 13:34:31 -0400 | [diff] [blame] | 349 | <li> <strong class="uidlink"><a href="apiclient.http.RequestMockBuilder-class.html">apiclient.http.RequestMockBuilder</a></strong>: |
| 350 | <em class="summary">A simple mock of HttpRequest</em> |
| 351 | </li> |
| 352 | <li> <strong class="uidlink"><a href="apiclient.schema.Schemas-class.html">apiclient.schema.Schemas</a></strong>: |
| 353 | <em class="summary">Schemas for an API.</em> |
| 354 | </li> |
| 355 | <li> <strong class="uidlink"><a href="oauth2client.crypt.Signer-class.html">oauth2client.crypt.Signer</a></strong>: |
| 356 | <em class="summary">Signs messages with a private key.</em> |
| 357 | </li> |
| 358 | <li> <strong class="uidlink"><a href="oauth2client.client.Storage-class.html">oauth2client.client.Storage</a></strong>: |
| 359 | <em class="summary">Base class for all Storage objects.</em> |
| 360 | <ul> |
Joe Gregorio | 0cd347a | 2012-08-30 08:22:27 -0400 | [diff] [blame^] | 361 | <li> <strong class="uidlink"><a href="oauth2client.file.Storage-class.html">oauth2client.file.Storage</a></strong>: |
| 362 | <em class="summary">Store and retrieve a single credential to and from a file.</em> |
Joe Gregorio | 5dc0f5c | 2012-06-05 13:34:31 -0400 | [diff] [blame] | 363 | </li> |
Joe Gregorio | ad8013f | 2012-08-03 08:44:02 -0400 | [diff] [blame] | 364 | <li> <strong class="uidlink"><a href="oauth2client.django_orm.Storage-class.html">oauth2client.django_orm.Storage</a></strong>: |
| 365 | <em class="summary">Store and retrieve a single credential to and from |
| 366 | the datastore.</em> |
| 367 | </li> |
Joe Gregorio | 0cd347a | 2012-08-30 08:22:27 -0400 | [diff] [blame^] | 368 | <li> <strong class="uidlink"><a href="oauth2client.keyring_storage.Storage-class.html">oauth2client.keyring_storage.Storage</a></strong>: |
| 369 | <em class="summary">Store and retrieve a single credential to and from the keyring.</em> |
Joe Gregorio | 1b425aa | 2012-08-24 12:04:34 -0400 | [diff] [blame] | 370 | </li> |
Joe Gregorio | 5dc0f5c | 2012-06-05 13:34:31 -0400 | [diff] [blame] | 371 | <li> <strong class="uidlink"><a href="oauth2client.appengine.StorageByKeyName-class.html">oauth2client.appengine.StorageByKeyName</a></strong>: |
| 372 | <em class="summary">Store and retrieve a single credential to and from |
| 373 | the App Engine datastore.</em> |
| 374 | </li> |
| 375 | <li> <strong class="uidlink"><a href="oauth2client.multistore_file._MultiStore._Storage-class.html" onclick="show_private();">oauth2client.multistore_file._MultiStore._Storage</a></strong>: |
| 376 | <em class="summary">A Storage object that knows how to read/write a single credential.</em> |
| 377 | </li> |
| 378 | </ul> |
| 379 | </li> |
| 380 | <li> <strong class="uidlink"><a href="oauth2client.crypt.Verifier-class.html">oauth2client.crypt.Verifier</a></strong>: |
| 381 | <em class="summary">Verifies the signature on a message.</em> |
| 382 | </li> |
| 383 | <li> <strong class="uidlink"><a href="oauth2client.multistore_file._MultiStore-class.html" onclick="show_private();">oauth2client.multistore_file._MultiStore</a></strong>: |
| 384 | <em class="summary">A file backed store for multiple credentials.</em> |
| 385 | </li> |
Joe Gregorio | 6621203 | 2012-06-14 09:10:14 -0400 | [diff] [blame] | 386 | <li> <strong class="uidlink"><a href="oauth2client.locked_file._Opener-class.html" onclick="show_private();">oauth2client.locked_file._Opener</a></strong>: |
| 387 | <em class="summary">Base class for different locking primitives.</em> |
| 388 | <ul> |
| 389 | <li> <strong class="uidlink"><a href="oauth2client.locked_file._FcntlOpener-class.html" onclick="show_private();">oauth2client.locked_file._FcntlOpener</a></strong>: |
| 390 | <em class="summary">Open, lock, and unlock a file using fcntl.lockf.</em> |
| 391 | </li> |
| 392 | <li> <strong class="uidlink"><a href="oauth2client.locked_file._PosixOpener-class.html" onclick="show_private();">oauth2client.locked_file._PosixOpener</a></strong>: |
| 393 | <em class="summary">Lock files using Posix advisory lock files.</em> |
| 394 | </li> |
| 395 | </ul> |
| 396 | </li> |
Joe Gregorio | 5dc0f5c | 2012-06-05 13:34:31 -0400 | [diff] [blame] | 397 | <li> <strong class="uidlink"><a href="apiclient.schema._SchemaToStruct-class.html" onclick="show_private();">apiclient.schema._SchemaToStruct</a></strong>: |
| 398 | <em class="summary">Convert schema to a prototype object.</em> |
| 399 | </li> |
Joe Gregorio | 1b425aa | 2012-08-24 12:04:34 -0400 | [diff] [blame] | 400 | <li> <strong class="uidlink"><a href="apiclient.http._StreamSlice-class.html" onclick="show_private();">apiclient.http._StreamSlice</a></strong>: |
| 401 | <em class="summary">Truncated stream.</em> |
| 402 | </li> |
Joe Gregorio | 5dc0f5c | 2012-06-05 13:34:31 -0400 | [diff] [blame] | 403 | <li> <strong class="uidlink">type</strong>: |
| 404 | <em class="summary">type(object) -> the object's type...</em> |
| 405 | <ul> |
| 406 | <li> <strong class="uidlink"><a href="google.appengine.ext.db.PropertiedClass-class.html">google.appengine.ext.db.PropertiedClass</a></strong>: |
| 407 | <em class="summary">Meta-class for initializing Model classes properties.</em> |
| 408 | </li> |
| 409 | <li> <strong class="uidlink"><a href="django.db.models.fields.subclassing.SubfieldBase-class.html">django.db.models.fields.subclassing.SubfieldBase</a></strong>: |
| 410 | <em class="summary">A metaclass for custom Field subclasses.</em> |
| 411 | </li> |
| 412 | </ul> |
| 413 | </li> |
| 414 | </ul> |
| 415 | </li> |
| 416 | </ul> |
| 417 | <!-- ==================== NAVIGATION BAR ==================== --> |
| 418 | <table class="navbar" border="0" width="100%" cellpadding="0" |
| 419 | bgcolor="#a0c0ff" cellspacing="0"> |
| 420 | <tr valign="middle"> |
| 421 | |
| 422 | <!-- Tree link --> |
| 423 | <th bgcolor="#70b0f0" class="navbar-select" |
| 424 | > Trees </th> |
| 425 | |
| 426 | <!-- Index link --> |
| 427 | <th> <a |
| 428 | href="identifier-index.html">Indices</a> </th> |
| 429 | |
| 430 | <!-- Help link --> |
| 431 | <th> <a |
| 432 | href="help.html">Help</a> </th> |
| 433 | |
| 434 | <th class="navbar" width="100%"></th> |
| 435 | </tr> |
| 436 | </table> |
| 437 | <table border="0" cellpadding="0" cellspacing="0" width="100%%"> |
| 438 | <tr> |
| 439 | <td align="left" class="footer"> |
Joe Gregorio | 0cd347a | 2012-08-30 08:22:27 -0400 | [diff] [blame^] | 440 | Generated by Epydoc 3.0.1 on Thu Aug 30 07:12:41 2012 |
Joe Gregorio | 5dc0f5c | 2012-06-05 13:34:31 -0400 | [diff] [blame] | 441 | </td> |
| 442 | <td align="right" class="footer"> |
| 443 | <a target="mainFrame" href="http://epydoc.sourceforge.net" |
| 444 | >http://epydoc.sourceforge.net</a> |
| 445 | </td> |
| 446 | </tr> |
| 447 | </table> |
| 448 | |
| 449 | <script type="text/javascript"> |
| 450 | <!-- |
| 451 | // Private objects are initially displayed (because if |
| 452 | // javascript is turned off then we want them to be |
| 453 | // visible); but by default, we want to hide them. So hide |
| 454 | // them unless we have a cookie that says to show them. |
| 455 | checkCookie(); |
| 456 | // --> |
| 457 | </script> |
| 458 | </body> |
| 459 | </html> |