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.RemoteApiDatastoreV3Stub Class Reference
Inheritance diagram for google.appengine.ext.datastore_admin.remote_api_put_stub.RemoteApiDatastoreV3Stub:
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 specialised stub for calling datastore_v3 Put on a foreign datastore.

This stub passes through all requests to the normal stub except for
datastore v3 Put. It will check those to see if the put is 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: