App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
List of all members
google.appengine.ext.datastore_admin.remote_api_put_stub.RemoteApiDatastoreV4Stub Class Reference
Inheritance diagram for google.appengine.ext.datastore_admin.remote_api_put_stub.RemoteApiDatastoreV4Stub:
google.appengine.ext.datastore_admin.remote_api_put_stub.RemoteApiDatastoreStub

Additional Inherited Members

- Public Member Functions inherited from google.appengine.ext.datastore_admin.remote_api_put_stub.RemoteApiDatastoreStub
def __init__
 
def CreateRPC
 
def ServiceName
 
def MakeSyncCall
 
- Public Attributes inherited from google.appengine.ext.datastore_admin.remote_api_put_stub.RemoteApiDatastoreStub
 remote_url
 
 target_app_id
 
 extra_headers
 
 normal_stub
 

Detailed Description

A remote api stub to call datastore_v4 AllocateIds on a foreign datastore.

This stub passes through all requests to the normal datastore_v4 stub except
for datastore v4 AllocateIds. It will check those to see if the keys are for
the local app or a remote app, and if remote will send traffic remotely.

The documentation for this class was generated from the following file: