email.generator.BytesGeneratorgoogleapiclient.discovery._BytesGenerator - UndocumentedExceptiongoogleapiclient.errors.Error - Base error for this module.googleapiclient.errors.HttpError - HTTP data was invalid or unexpected.googleapiclient.errors.BatchError - Error occurred during batch operations.googleapiclient.errors.ResumableUploadError - Error occurred during resumable upload.googleapiclient.errors.InvalidChunkSizeError - The given chunksize is not valid.googleapiclient.errors.InvalidJsonError - The JSON returned could not be parsed.googleapiclient.errors.InvalidNotificationError - The channel Notification is invalid.googleapiclient.errors.MediaUploadSizeError - Media is larger than the method can accept.googleapiclient.errors.UnacceptableMimeTypeError - That is an unacceptable mimetype for this operation.googleapiclient.errors.UnexpectedBodyError - Exception raised by RequestMockBuilder on unexpected bodies.googleapiclient.errors.UnexpectedMethodError - Exception raised by RequestMockBuilder on unexpected calls.googleapiclient.errors.UnknownApiNameOrVersion - No API with that name and version exists.googleapiclient.errors.UnknownFileType - File type unknown or unexpected.googleapiclient.errors.UnknownLinkType - Link type unknown or unexpected.objectgoogleapiclient.channel.Channel - A Channel for notifications.googleapiclient.channel.Notification - A Notification from a Channel.googleapiclient.discovery.Resource - A class for interacting with a resource.googleapiclient.discovery.ResourceMethodParameters - Represents the parameters associated with a method.googleapiclient.discovery_cache.base.Cache - A base abstract cache class.googleapiclient.discovery_cache.appengine_memcache.Cache - A cache with app engine memcache API.googleapiclient.discovery_cache.file_cache.Cache - A file based cache for the discovery documents.googleapiclient.http._StreamSlice - Truncated stream.googleapiclient.http.BatchHttpRequest - Batches multiple HttpRequest objects into a single HTTP request.googleapiclient.http.HttpMock - Mock of httplib2.Httpgoogleapiclient.http.HttpMockSequence - Mock of httplib2.Httpgoogleapiclient.http.HttpRequest - Encapsulates a single HTTP request.googleapiclient.http.HttpRequestMock - Mock of HttpRequest.googleapiclient.http.MediaDownloadProgress - Status of a resumable download.googleapiclient.http.MediaIoBaseDownload - "Download media resources.googleapiclient.http.MediaUpload - Describes a media object to upload.googleapiclient.http.MediaIoBaseUpload - A MediaUpload for a io.Base objects.googleapiclient.http.MediaFileUpload - A MediaUpload for a file.googleapiclient.http.MediaInMemoryUpload - MediaUpload for a chunk of bytes.googleapiclient.http.MediaUploadProgress - Status of a resumable upload.googleapiclient.http.RequestMockBuilder - A simple mock of HttpRequestgoogleapiclient.model.Model - Model base class.googleapiclient.model.BaseModel - Base model class.googleapiclient.model.JsonModel - Model class for JSON.googleapiclient.model.MediaModel - Model class for requests that return Media.googleapiclient.model.RawModel - Model class for requests that don't return JSON.googleapiclient.model.ProtocolBufferModel - Model class for protocol buffers.googleapiclient.schema._SchemaToStruct - Convert schema to a prototype object.googleapiclient.schema.Schemas - Schemas for an API.ValueErrorgoogleapiclient.discovery.APICoreVersionError - Undocumented