Home
last modified time | relevance | path

Searched refs:MediaUpload (Results 1 – 8 of 8) sorted by relevance

/external/python/google-api-python-client/docs/epy/
Dapi-objects.txt198 googleapiclient.http.MediaUpload.new_from_json googleapiclient.http.MediaUpload-class.html#new_from…
201 googleapiclient.http.MediaUpload._to_json googleapiclient.http.MediaUpload-class.html#_to_json
210 googleapiclient.http.MediaUpload.new_from_json googleapiclient.http.MediaUpload-class.html#new_from…
213 googleapiclient.http.MediaUpload._to_json googleapiclient.http.MediaUpload-class.html#_to_json
225 googleapiclient.http.MediaUpload.new_from_json googleapiclient.http.MediaUpload-class.html#new_from…
228 googleapiclient.http.MediaUpload._to_json googleapiclient.http.MediaUpload-class.html#_to_json
234 googleapiclient.http.MediaUpload googleapiclient.http.MediaUpload-class.html
235 googleapiclient.http.MediaUpload.stream googleapiclient.http.MediaUpload-class.html#stream
236 googleapiclient.http.MediaUpload.to_json googleapiclient.http.MediaUpload-class.html#to_json
237 googleapiclient.http.MediaUpload.new_from_json googleapiclient.http.MediaUpload-class.html#new_from…
[all …]
/external/python/google-api-python-client/googleapiclient/
Dhttp.py246 class MediaUpload(object): class
389 class MediaIoBaseUpload(MediaUpload):
1043 d['resumable'] = MediaUpload.new_from_json(d['resumable'])
Ddiscovery.py70 from googleapiclient.http import MediaUpload
817 elif isinstance(media_filename, MediaUpload):
/external/python/google-api-python-client/tests/
Dtest_discovery.py74 from googleapiclient.http import MediaUpload
1198 class IoBaseUnknownLength(MediaUpload):
1227 class IoBaseHasStream(MediaUpload):
Dtest_http.py57 from googleapiclient.http import MediaUpload
229 new_upload = MediaUpload.new_from_json(json)
/external/python/oauth2client/
DCHANGELOG.md377 + Update `MediaUpload` to include `io.Base` and also fix some bugs.
416 [media upload](http://code.google.com/p/google-api-python-client/wiki/MediaUpload).
/external/python/google-api-python-client/
DCHANGELOG422 - Support for media upload. http://code.google.com/p/google-api-python-client/wiki/MediaUpload
/external/python/apitools/samples/servicemanagement_sample/servicemanagement_v1/
Dservicemanagement_v1_messages.py1273 class MediaUpload(_messages.Message): class