App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | List of all members
google.appengine.api.images.images_blob_stub.ImagesBlobStub Class Reference
Inheritance diagram for google.appengine.api.images.images_blob_stub.ImagesBlobStub:

Public Member Functions

def __init__
 
def GetUrlBase
 
def DeleteUrlBase
 

Detailed Description

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

Constructor & Destructor Documentation

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.

Member Function Documentation

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: