googleapiclient API Documentation Modules Classes Names
Clear Help

Search bar offers the following options:

  • Term presence. The below example searches for documents that must contain “foo”, might contain “bar” and must not contain “baz”: +foo bar -baz
  • Wildcards. The below example searches for documents with words beginning with “foo”: foo*
  • Search in specific fields. The following search matches all objects in "twisted.mail" that matches “search”: +qname:twisted.mail.* +search

    Possible fields: 'name', 'qname' (fully qualified name), 'docstring', and 'kind'. Last two fields are only applicable if "search in docstrings" is enabled.

  • Fuzzy matches. The following search matches all documents that have a word within 1 edit distance of “foo”: foo~1

Results provided by Lunr.js

Class Hierarchy

  • email.generator.BytesGenerator
    • googleapiclient.discovery._BytesGenerator - Undocumented
  • Exception
    • googleapiclient.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.
  • object
    • googleapiclient.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.Http
    • googleapiclient.http.HttpMockSequence - Mock of httplib2.Http
    • googleapiclient.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 HttpRequest
    • googleapiclient.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.
  • ValueError
    • googleapiclient.discovery.APICoreVersionError - Undocumented
API Documentation for googleapiclient, generated by pydoctor 24.3.3 at 2024-07-17 17:41:20.