google-api-python-client の API リファレンス
google-api-python-client (googleapis/google-api-python-client) の公開 API 51 件 —— クラス 34、関数 7、メソッド 10。実際のソースを静的解析して抽出した正確なシグネチャを掲載しています。
リポジトリ: googleapis/google-api-python-client
| 種別 | 件数 |
|---|---|
| クラス | 34 |
| 関数 | 7 |
| メソッド | 10 |
API 一覧
func
describe.method(name, doc)Documents an individual method.
func
describe.method_params(doc)Document the parameters of a method.
func
describe.unsafe_version(version)Undoes what safe_version() does.
class
googleapiclient.channel.ChannelA Channel for notifications.
method
googleapiclient.channel.Channel.body()Build a body from the Channel.
class
googleapiclient.channel.NotificationA Notification from a Channel.
class
googleapiclient.discovery.ResourceA class for interacting with a resource.
method
googleapiclient.discovery.Resource.close()Close httplib2 connections.
class
googleapiclient.discovery_cache.appengine_memcache.CacheA cache with app engine memcache API.
class
googleapiclient.discovery_cache.base.CacheA base abstract cache class.
class
googleapiclient.discovery_cache.file_cache.CacheA file based cache for the discovery documents.
class
googleapiclient.errors.BatchErrorError occurred during batch operations.
class
googleapiclient.errors.ErrorBase error for this module.
class
googleapiclient.errors.HttpErrorHTTP data was invalid or unexpected.
class
googleapiclient.errors.InvalidChunkSizeErrorThe given chunksize is not valid.
class
googleapiclient.errors.InvalidJsonErrorThe JSON returned could not be parsed.
class
googleapiclient.errors.InvalidNotificationErrorThe channel Notification is invalid.
class
googleapiclient.errors.MediaUploadSizeErrorMedia is larger than the method can accept.
class
googleapiclient.errors.ResumableUploadErrorError occurred during resumable upload.
class
googleapiclient.errors.UnknownApiNameOrVersionNo API with that name and version exists.
class
googleapiclient.errors.UnknownFileTypeFile type unknown or unexpected.
class
googleapiclient.errors.UnknownLinkTypeLink type unknown or unexpected.
class
googleapiclient.http.HttpMockMock of httplib2.Http
class
googleapiclient.http.HttpRequestEncapsulates a single HTTP request.
method
googleapiclient.http.HttpRequest.execute(http=None, num_retries=0)Execute the request.
class
googleapiclient.http.HttpRequestMockMock of HttpRequest.
method
googleapiclient.http.HttpRequestMock.execute(http=None)Execute the request.
class
googleapiclient.http.MediaDownloadProgressStatus of a resumable download.
class
googleapiclient.http.MediaFileUploadA MediaUpload for a file.
class
googleapiclient.http.MediaInMemoryUploadMediaUpload for a chunk of bytes.
class
googleapiclient.http.MediaIoBaseDownload"Download media resources.
class
googleapiclient.http.MediaIoBaseUploadA MediaUpload for a io.Base objects.
method
googleapiclient.http.MediaIoBaseUpload.getbytes(begin, length)Get bytes from the media.
method
googleapiclient.http.MediaIoBaseUpload.mimetype()Mime type of the body.
method
googleapiclient.http.MediaIoBaseUpload.size()Size of upload.
class
googleapiclient.http.MediaUploadDescribes a media object to upload.
method
googleapiclient.http.MediaUpload.getbytes(begin, end)Get bytes from the media.
method
googleapiclient.http.MediaUpload.mimetype()Mime type of the body.
method
googleapiclient.http.MediaUpload.size()Size of upload.
class
googleapiclient.http.MediaUploadProgressStatus of a resumable upload.
func
googleapiclient.http.tunnel_patch(http)Tunnel PATCH requests over POST.
class
googleapiclient.model.BaseModelBase model class.
class
googleapiclient.model.JsonModelModel class for JSON.
class
googleapiclient.model.MediaModelModel class for requests that return Media.
class
googleapiclient.model.ModelModel base class.
class
googleapiclient.model.ProtocolBufferModelModel class for protocol buffers.
class
googleapiclient.model.RawModelModel class for requests that don't return JSON.
func
googleapiclient.model.makepatch(original, modified)Create a patch object.
class
googleapiclient.schema.SchemasSchemas for an API.
func
samples-index.get_lines(name, lines)Return lines that begin with name.
func
samples-index.wiki_escape(s)Detect WikiSyntax (i.e.
この情報について
掲載しているシグネチャは googleapis/google-api-python-client の公開ソースコードを
Python の ast モジュールで静的解析し、引数名・デフォルト値・
型注釈・戻り値型をそのまま抽出したものです。実装コードは保存していません。
詳しくは仕組みの解説をご覧ください。