Home
last modified time | relevance | path

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

/external/python/google-api-python-client/docs/epy/
Dapi-objects.txt219 googleapiclient.http.MediaUpload.new_from_json googleapiclient.http.MediaUpload-class.html#new_from…
222 googleapiclient.http.MediaUpload._to_json googleapiclient.http.MediaUpload-class.html#_to_json
231 googleapiclient.http.MediaUpload.new_from_json googleapiclient.http.MediaUpload-class.html#new_from…
234 googleapiclient.http.MediaUpload._to_json googleapiclient.http.MediaUpload-class.html#_to_json
246 googleapiclient.http.MediaUpload.new_from_json googleapiclient.http.MediaUpload-class.html#new_from…
249 googleapiclient.http.MediaUpload._to_json googleapiclient.http.MediaUpload-class.html#_to_json
255 googleapiclient.http.MediaUpload googleapiclient.http.MediaUpload-class.html
256 googleapiclient.http.MediaUpload.stream googleapiclient.http.MediaUpload-class.html#stream
257 googleapiclient.http.MediaUpload.to_json googleapiclient.http.MediaUpload-class.html#to_json
258 googleapiclient.http.MediaUpload.new_from_json googleapiclient.http.MediaUpload-class.html#new_from…
[all …]
/external/python/google-api-python-client/docs/
Dmedia.md11 # media_body: string or MediaUpload, Picture of the animal.
72 ## Extending MediaUpload
74MediaUpload](https://googleapis.github.io/google-api-python-client/docs/epy/googleapiclient.http.M…
/external/python/google-api-python-client/googleapiclient/
Dhttp.py258 class MediaUpload(object): class
401 class MediaIoBaseUpload(MediaUpload):
1100 d["resumable"] = MediaUpload.new_from_json(d["resumable"])
Ddiscovery.py65 from googleapiclient.http import MediaUpload
837 elif isinstance(media_filename, MediaUpload):
/external/python/google-api-python-client/tests/
Dtest_discovery.py74 from googleapiclient.http import MediaUpload
1335 class IoBaseUnknownLength(MediaUpload):
1361 class IoBaseHasStream(MediaUpload):
Dtest_http.py58 from googleapiclient.http import MediaUpload
244 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/apitools/samples/servicemanagement_sample/servicemanagement_v1/
Dservicemanagement_v1_messages.py1273 class MediaUpload(_messages.Message): class
/external/python/google-api-python-client/
DCHANGELOG493 - Support for media upload. http://code.google.com/p/google-api-python-client/wiki/MediaUpload