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.

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.