Display & Video 360 API . media

Instance Methods

close()

Close httplib2 connections.

download(resourceName, x__xgafv=None)

Downloads media. Download is supported on the URI `/download/{resource_name=**}?alt=media.` **Note**: Download requests will not be successful without including `alt=media` query string.

download_media(resourceName, x__xgafv=None)

Downloads media. Download is supported on the URI `/download/{resource_name=**}?alt=media.` **Note**: Download requests will not be successful without including `alt=media` query string.

upload(resourceName, body=None, media_body=None, media_mime_type=None, x__xgafv=None)

Uploads media. Upload is supported on the URI `/upload/media/{resource_name=**}?upload_type=media.` **Note**: Upload requests will not be successful without including `upload_type=media` query string.

Method Details

close()
Close httplib2 connections.
download(resourceName, x__xgafv=None)
Downloads media. Download is supported on the URI `/download/{resource_name=**}?alt=media.` **Note**: Download requests will not be successful without including `alt=media` query string.

Args:
  resourceName: string, Name of the media that is being downloaded. See ReadRequest.resource_name. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Media resource.
  "resourceName": "A String", # Name of the media resource.
}
download_media(resourceName, x__xgafv=None)
Downloads media. Download is supported on the URI `/download/{resource_name=**}?alt=media.` **Note**: Download requests will not be successful without including `alt=media` query string.

Args:
  resourceName: string, Name of the media that is being downloaded. See ReadRequest.resource_name. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  The media object as a string.

    
upload(resourceName, body=None, media_body=None, media_mime_type=None, x__xgafv=None)
Uploads media. Upload is supported on the URI `/upload/media/{resource_name=**}?upload_type=media.` **Note**: Upload requests will not be successful without including `upload_type=media` query string.

Args:
  resourceName: string, Name of the media that is being downloaded. See ReadRequest.resource_name. (required)
  body: object, The request body.
    The object takes the form of:

{ # Media resource.
  "resourceName": "A String", # Name of the media resource.
}

  media_body: string, The filename of the media request body, or an instance of a MediaUpload object.
  media_mime_type: string, The MIME type of the media request body, or an instance of a MediaUpload object.
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Media resource.
  "resourceName": "A String", # Name of the media resource.
}