Base class for DatastoreV4Service Stubby servers.
def google.appengine.datastore.datastore_v4_pb.DatastoreV4Service.__init__ |
( |
|
self, |
|
|
|
args, |
|
|
|
kwargs |
|
) |
| |
Creates a Stubby RPC server.
See BaseRpcServer.__init__ in rpcserver.py for detail on arguments.
def google.appengine.datastore.datastore_v4_pb.DatastoreV4Service.AllocateIds |
( |
|
self, |
|
|
|
rpc, |
|
|
|
request, |
|
|
|
response |
|
) |
| |
Handles a AllocateIds RPC call. You should override this.
Args:
rpc: a Stubby RPC object
request: a AllocateIdsRequest that contains the client request
response: a AllocateIdsResponse that should be modified to send the response
def google.appengine.datastore.datastore_v4_pb.DatastoreV4Service.BeginTransaction |
( |
|
self, |
|
|
|
rpc, |
|
|
|
request, |
|
|
|
response |
|
) |
| |
Handles a BeginTransaction RPC call. You should override this.
Args:
rpc: a Stubby RPC object
request: a BeginTransactionRequest that contains the client request
response: a BeginTransactionResponse that should be modified to send the response
def google.appengine.datastore.datastore_v4_pb.DatastoreV4Service.Commit |
( |
|
self, |
|
|
|
rpc, |
|
|
|
request, |
|
|
|
response |
|
) |
| |
Handles a Commit RPC call. You should override this.
Args:
rpc: a Stubby RPC object
request: a CommitRequest that contains the client request
response: a CommitResponse that should be modified to send the response
def google.appengine.datastore.datastore_v4_pb.DatastoreV4Service.ContinueQuery |
( |
|
self, |
|
|
|
rpc, |
|
|
|
request, |
|
|
|
response |
|
) |
| |
Handles a ContinueQuery RPC call. You should override this.
Args:
rpc: a Stubby RPC object
request: a ContinueQueryRequest that contains the client request
response: a ContinueQueryResponse that should be modified to send the response
def google.appengine.datastore.datastore_v4_pb.DatastoreV4Service.Get |
( |
|
self, |
|
|
|
rpc, |
|
|
|
request, |
|
|
|
response |
|
) |
| |
Handles a Get RPC call. You should override this.
Args:
rpc: a Stubby RPC object
request: a LookupRequest that contains the client request
response: a LookupResponse that should be modified to send the response
def google.appengine.datastore.datastore_v4_pb.DatastoreV4Service.Lookup |
( |
|
self, |
|
|
|
rpc, |
|
|
|
request, |
|
|
|
response |
|
) |
| |
Handles a Lookup RPC call. You should override this.
Args:
rpc: a Stubby RPC object
request: a LookupRequest that contains the client request
response: a LookupResponse that should be modified to send the response
def google.appengine.datastore.datastore_v4_pb.DatastoreV4Service.NewRPC2Stub |
( |
|
server = None , |
|
|
|
channel = None , |
|
|
|
service_name = None |
|
) |
| |
|
static |
Creates a new DatastoreV4Service Stubby2 client stub.
Args:
server: host:port or bns address.
channel: directly use a channel to create a stub. Will ignore server
argument if this is specified.
service_name: the service name used by the Stubby server.
def google.appengine.datastore.datastore_v4_pb.DatastoreV4Service.NewStub |
( |
|
rpc_stub_parameters, |
|
|
|
service_name = None |
|
) |
| |
|
static |
Creates a new DatastoreV4Service Stubby client stub.
Args:
rpc_stub_parameters: an RPC_StubParameter instance.
service_name: the service name used by the Stubby server.
def google.appengine.datastore.datastore_v4_pb.DatastoreV4Service.Rollback |
( |
|
self, |
|
|
|
rpc, |
|
|
|
request, |
|
|
|
response |
|
) |
| |
Handles a Rollback RPC call. You should override this.
Args:
rpc: a Stubby RPC object
request: a RollbackRequest that contains the client request
response: a RollbackResponse that should be modified to send the response
def google.appengine.datastore.datastore_v4_pb.DatastoreV4Service.RunQuery |
( |
|
self, |
|
|
|
rpc, |
|
|
|
request, |
|
|
|
response |
|
) |
| |
Handles a RunQuery RPC call. You should override this.
Args:
rpc: a Stubby RPC object
request: a RunQueryRequest that contains the client request
response: a RunQueryResponse that should be modified to send the response
def google.appengine.datastore.datastore_v4_pb.DatastoreV4Service.Write |
( |
|
self, |
|
|
|
rpc, |
|
|
|
request, |
|
|
|
response |
|
) |
| |
Handles a Write RPC call. You should override this.
Args:
rpc: a Stubby RPC object
request: a WriteRequest that contains the client request
response: a CommitResponse that should be modified to send the response
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/datastore/datastore_v4_pb.py