Stub version of the blob-related parts of the images API.
def google.appengine.api.images.images_blob_stub.ImagesBlobStub.__init__ |
( |
|
self, |
|
|
|
host_prefix |
|
) |
| |
Stub implementation of blob-related parts of the images API.
Args:
host_prefix: the URL prefix (protocol://host:port) to preprend to
image urls on a call to GetUrlBase.
def google.appengine.api.images.images_blob_stub.ImagesBlobStub.DeleteUrlBase |
( |
|
self, |
|
|
|
request, |
|
|
|
response |
|
) |
| |
Trivial implementation of ImagesService::DeleteUrlBase.
Args:
request: ImagesDeleteUrlBaseRequest, contains a blobkey to an image.
response: ImagesDeleteUrlBaseResonse - currently unused.
def google.appengine.api.images.images_blob_stub.ImagesBlobStub.GetUrlBase |
( |
|
self, |
|
|
|
request, |
|
|
|
response |
|
) |
| |
Trivial implementation of ImagesService::GetUrlBase.
Args:
request: ImagesGetUrlBaseRequest, contains a blobkey to an image
response: ImagesGetUrlBaseResponse, contains a url to serve the image
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/api/images/images_blob_stub.py