google.appengine.api.images.images_blob_stub.ImagesBlobStub

Stub version of the blob-related parts of the images API.

Inherits From: expected_type

host_prefix string - The URL prefix (protocol://host:port) to prepend to image URLs on a call to GetUrlBase.

Methods

DeleteUrlBase

View source

Trivial implementation of an API call.

Args
request ImagesDeleteUrlBaseRequest - Contains a blobkey to an image.
unused_response ImagesDeleteUrlBaseResponse - Unused.

GetUrlBase

View source

Trivial implementation of an API call.

Args
request ImagesGetUrlBaseRequest - Contains a blobkey to an image.
response ImagesGetUrlBaseResponse - Contains a URL to serve the image.